Documentation sur les archives

Il peut y avoir plusieurs instances décrivant un même processus de passation de marché, mais il ne devrait y avoir qu'une seule archive, rassemblant toutes les données pour ce processus.

Remarque : si ce texte est en contradiction avec le texte du schéma, le texte du schéma prévaut

Parcourir le schéma

Cette page présente le schéma de paquet d'archives sous forme de tableaux. Vous pouvez également télécharger la version canonique du schéma de paquet d'archives au format JSON Schema, ou le consulter dans un outil interactif.

Métadonnées des paquets

Les archives doivent être intégrées dans un paquet d'archives. Le paquet d'archives fournit des métadonnées à propos de la ou des archives qu'il contient.

Titre

Description

Type

Format

Requis

uri

string

uri

Required

Identifiant du paquet

L'URI du paquet qui lui donne un identifiant unique et universel.

version

string

Required

La version du schéma OCDS

La version du schéma OCDS utilisée dans ce paquet, exprimée sous la forme majeure.mineure. Par exemple : 1.0 ou 1.1

extensions

array[string]

Extensions du standard OCDS

Une liste (array) d'extensions OCDS utilisées dans ce paquet. Chaque élément devrait être une URL pointant vers le fichier extension.json de l'extension.

publisher

object

Required

Producteur de données

Information pour identifier de manière unique le producteur du paquet.

publisher/name

string

Required

Nom

Le nom de l'organisation ou du département responsable de la publication de ces données.

publisher/scheme

[string, null]

Schéma d'URI

Le schéma d'URI qui contient les identifiants uniques utilisés pour identifier l'élément en cours d'identification.

publisher/uid

[string, null]

uid

L'identifiant unique de cette entité d'après le schéma d'identifiant donné.

publisher/uri

[string, null]

uri

URI

Une URI qui identifie le producteur des données.

license

[string, null]

uri

Licence

A link to the license that applies to the data in this package. A Public Domain Dedication or Open Definition Conformant license is recommended. The canonical URI of the license should be used. Documents linked from this file may be under other license conditions.

publicationPolicy

[string, null]

uri

Politique de publication

Un lien vers un document décrivant la politique de publication du producteur des données.

publishedDate

string

date-time

Required

Date de publication

La date à laquelle ce paquet a été publié. Si ce paquet est généré "à la demande", cette date devrait refléter la date du dernier changement opéré sur le contenu du paquet.

packages

array[string]

Paquets

Une liste des URIs vers tous les paquets d'instance qui ont été utilisés pour créer ce paquet d'archive.

records

array[Archive]

Required

Archives

Les archives pour ce paquet de données.

See record

See the licensing guidance for more details on selecting a license, and publishing license information.

See the publication policy guidance for more details on what to include in a publication policy.

Les métadonnées du paquet d'archives comportent deux différences par rapport aux métadonnées du paquet d'instances.

  • En lieu et place d'un champ de liste (array) releases, un paquet d'archives a un champ de liste records contenant une ou plusieurs archives :

  • Un paquet d'archives comporte un champ de liste 'packages', pour relier les paquets d'instances qui ont été utilisés pour constituer les archives.

L'exemple suivant illustre l'ensemble des metadonnées des paquets et des champs d'archives.

{
    "uri": "https://standard.open-contracting.org/examples/records/ocds-213czf-000-00002-merge.json",
    "publisher": {
        "scheme": "GB-COH",
        "uid": "09506232",
        "name": "Open Data Services Co-operative Limited",
        "uri": "https://standard.open-contracting.org/examples/"
    },
    "publishedDate": "2016-03-05T13:02:00Z",
    "license": "http://opendatacommons.org/licenses/pddl/1.0/",
    "publicationPolicy": "https://github.com/open-contracting/sample-data/",
    "version": "1.1",
    "packages": [
        "https://standard.open-contracting.org/examples/releases/ocds-213czf-000-00002-01-award1.json",
        "https://standard.open-contracting.org/examples/releases/ocds-213czf-000-00002-01-award2.json",
        "https://standard.open-contracting.org/examples/releases/ocds-213czf-000-00002-01-tender.json",
        "https://standard.open-contracting.org/examples/releases/ocds-213czf-000-00002-01-tender-update.json",
        "https://standard.open-contracting.org/examples/releases/ocds-213czf-000-00002-01-tender-amendment.json"
    ],
    "records": [
        {
            "ocid": "ocds-213czf-000-00002",
            "releases": [
                {
                    "url": "https://standard.open-contracting.org/examples/releases/ocds-213czf-000-00002-01-award1.json#ocds-213czf-000-00002-01-award1",
                    "date": "2016-03-01T09:30:00Z",
                    "tag": [
                        "award"
                    ]
                },
                {
                    "url": "https://standard.open-contracting.org/examples/releases/ocds-213czf-000-00002-01-award2.json#ocds-213czf-000-00002-01-award2",
                    "date": "2016-03-03T09:30:00Z",
                    "tag": [
                        "award"
                    ]
                },
                {
                    "url": "https://standard.open-contracting.org/examples/releases/ocds-213czf-000-00002-01-tender.json#ocds-213czf-000-00002-01-tender",
                    "date": "2016-01-01T09:30:00Z",
                    "tag": [
                        "tender"
                    ]
                },
                {
                    "url": "https://standard.open-contracting.org/examples/releases/ocds-213czf-000-00002-01-tender-update.json#ocds-213czf-000-00002-01-tender-update",
                    "date": "2016-01-31T09:30:00Z",
                    "tag": [
                        "tenderUpdate"
                    ]
                },
                {
                    "url": "https://standard.open-contracting.org/examples/releases/ocds-213czf-000-00002-01-tender-amendment.json#ocds-213czf-000-00002-01-tender-amendment",
                    "date": "2016-02-05T10:30:00Z",
                    "tag": [
                        "tenderAmendment"
                    ]
                }
            ],
            "compiledRelease": {
                "tag": [
                    "compiled"
                ],
                "id": "ocds-213czf-000-00002-2016-03-03T09:30:00Z",
                "date": "2016-03-03T09:30:00Z",
                "ocid": "ocds-213czf-000-00002",
                "language": "en",
                "initiationType": "tender",
                "parties": [
                    {
                        "id": "GB-COH-09506232",
                        "name": "Open Data Services",
                        "identifier": {
                            "scheme": "GB-COH",
                            "id": "09506232",
                            "legalName": "Open Data Services Co-operative",
                            "uri": "https://opencorporates.com/companies/gb/09506232"
                        },
                        "roles": [
                            "buyer"
                        ]
                    }
                ],
                "buyer": {
                    "id": "GB-COH-09506232",
                    "name": "Open Data Services"
                },
                "tender": {
                    "id": "ocds-213czf-000-00002-01-tender",
                    "title": "Data merging tool",
                    "description": "Creation of a data merging tool. The tool should by written in Python. Proposals should be submitted by e-mail.",
                    "status": "active",
                    "value": {
                        "amount": 2000,
                        "currency": "USD"
                    },
                    "procurementMethod": "open",
                    "awardCriteria": "bestProposal",
                    "submissionMethod": [
                        "electronicSubmission"
                    ],
                    "tenderPeriod": {
                        "startDate": "2016-01-31T09:00:00Z",
                        "endDate": "2016-02-20T18:00:00Z"
                    },
                    "awardPeriod": {
                        "startDate": "2016-04-01T00:00:00Z",
                        "endDate": "2016-06-01T23:59:59Z"
                    },
                    "amendments": [
                        {
                            "id": "amendment-1",
                            "date": "2016-02-04T09:30:00Z",
                            "rationale": "Based on feedback from potential bidders, the total budget was increased by $1000, and the deadline extended",
                            "amendsReleaseID": "ocds-213czf-000-00002-01-tender",
                            "releaseID": "ocds-213czf-000-00002-01-tender-amendment"
                        }
                    ]
                },
                "awards": [
                    {
                        "id": "ocds-213czf-000-00002-award-supplier-one",
                        "title": "Award of contract to create the data merging tool.",
                        "description": "Supplier 1 has been commissioned to create the merge tool. A separate contract will be awarded to write the documentation",
                        "status": "active",
                        "date": "2016-03-01T09:30:00Z",
                        "value": {
                            "amount": 750,
                            "currency": "USD"
                        }
                    },
                    {
                        "id": "ocds-213czf-000-00002-award-supplier-two",
                        "title": "Award of contract to create the data merging tool.",
                        "description": "Supplier 2 has been commissioned to create the documentation. A separate contract will be awarded to create the tool",
                        "status": "active",
                        "date": "2016-03-03T09:30:00Z",
                        "value": {
                            "amount": 750,
                            "currency": "USD"
                        }
                    }
                ]
            },
            "versionedRelease": {
                "ocid": "ocds-213czf-000-00002",
                "language": [
                    {
                        "releaseID": "ocds-213czf-000-00002-01-tender",
                        "releaseDate": "2016-01-01T09:30:00Z",
                        "releaseTag": [
                            "tender"
                        ],
                        "value": "en"
                    }
                ],
                "initiationType": [
                    {
                        "releaseID": "ocds-213czf-000-00002-01-tender",
                        "releaseDate": "2016-01-01T09:30:00Z",
                        "releaseTag": [
                            "tender"
                        ],
                        "value": "tender"
                    }
                ],
                "parties": [
                    {
                        "id": "GB-COH-09506232",
                        "name": [
                            {
                                "releaseID": "ocds-213czf-000-00002-01-tender",
                                "releaseDate": "2016-01-01T09:30:00Z",
                                "releaseTag": [
                                    "tender"
                                ],
                                "value": "Open Data Services"
                            }
                        ],
                        "identifier": {
                            "scheme": [
                                {
                                    "releaseID": "ocds-213czf-000-00002-01-tender",
                                    "releaseDate": "2016-01-01T09:30:00Z",
                                    "releaseTag": [
                                        "tender"
                                    ],
                                    "value": "GB-COH"
                                }
                            ],
                            "id": [
                                {
                                    "releaseID": "ocds-213czf-000-00002-01-tender",
                                    "releaseDate": "2016-01-01T09:30:00Z",
                                    "releaseTag": [
                                        "tender"
                                    ],
                                    "value": "09506232"
                                }
                            ],
                            "legalName": [
                                {
                                    "releaseID": "ocds-213czf-000-00002-01-tender",
                                    "releaseDate": "2016-01-01T09:30:00Z",
                                    "releaseTag": [
                                        "tender"
                                    ],
                                    "value": "Open Data Services Co-operative"
                                }
                            ],
                            "uri": [
                                {
                                    "releaseID": "ocds-213czf-000-00002-01-tender",
                                    "releaseDate": "2016-01-01T09:30:00Z",
                                    "releaseTag": [
                                        "tender"
                                    ],
                                    "value": "https://opencorporates.com/companies/gb/09506232"
                                }
                            ]
                        },
                        "roles": [
                            {
                                "releaseID": "ocds-213czf-000-00002-01-tender",
                                "releaseDate": "2016-01-01T09:30:00Z",
                                "releaseTag": [
                                    "tender"
                                ],
                                "value": [
                                    "buyer"
                                ]
                            }
                        ]
                    }
                ],
                "buyer": {
                    "id": [
                        {
                            "releaseID": "ocds-213czf-000-00002-01-tender",
                            "releaseDate": "2016-01-01T09:30:00Z",
                            "releaseTag": [
                                "tender"
                            ],
                            "value": "GB-COH-09506232"
                        }
                    ],
                    "name": [
                        {
                            "releaseID": "ocds-213czf-000-00002-01-tender",
                            "releaseDate": "2016-01-01T09:30:00Z",
                            "releaseTag": [
                                "tender"
                            ],
                            "value": "Open Data Services"
                        }
                    ]
                },
                "tender": {
                    "id": [
                        {
                            "releaseID": "ocds-213czf-000-00002-01-tender",
                            "releaseDate": "2016-01-01T09:30:00Z",
                            "releaseTag": [
                                "tender"
                            ],
                            "value": "ocds-213czf-000-00002-01-tender"
                        }
                    ],
                    "title": [
                        {
                            "releaseID": "ocds-213czf-000-00002-01-tender",
                            "releaseDate": "2016-01-01T09:30:00Z",
                            "releaseTag": [
                                "tender"
                            ],
                            "value": "Data merging tool"
                        }
                    ],
                    "description": [
                        {
                            "releaseID": "ocds-213czf-000-00002-01-tender",
                            "releaseDate": "2016-01-01T09:30:00Z",
                            "releaseTag": [
                                "tender"
                            ],
                            "value": "Data merge tool."
                        },
                        {
                            "releaseID": "ocds-213czf-000-00002-01-tender-update",
                            "releaseDate": "2016-01-31T09:30:00Z",
                            "releaseTag": [
                                "tenderUpdate"
                            ],
                            "value": "Creation of a data merging tool. The tool should by written in Python. Proposals should be submitted by e-mail."
                        }
                    ],
                    "status": [
                        {
                            "releaseID": "ocds-213czf-000-00002-01-tender",
                            "releaseDate": "2016-01-01T09:30:00Z",
                            "releaseTag": [
                                "tender"
                            ],
                            "value": "active"
                        }
                    ],
                    "value": {
                        "amount": [
                            {
                                "releaseID": "ocds-213czf-000-00002-01-tender",
                                "releaseDate": "2016-01-01T09:30:00Z",
                                "releaseTag": [
                                    "tender"
                                ],
                                "value": 1000
                            },
                            {
                                "releaseID": "ocds-213czf-000-00002-01-tender-amendment",
                                "releaseDate": "2016-02-05T10:30:00Z",
                                "releaseTag": [
                                    "tenderAmendment"
                                ],
                                "value": 2000
                            }
                        ],
                        "currency": [
                            {
                                "releaseID": "ocds-213czf-000-00002-01-tender",
                                "releaseDate": "2016-01-01T09:30:00Z",
                                "releaseTag": [
                                    "tender"
                                ],
                                "value": "USD"
                            }
                        ]
                    },
                    "procurementMethod": [
                        {
                            "releaseID": "ocds-213czf-000-00002-01-tender",
                            "releaseDate": "2016-01-01T09:30:00Z",
                            "releaseTag": [
                                "tender"
                            ],
                            "value": "open"
                        }
                    ],
                    "awardCriteria": [
                        {
                            "releaseID": "ocds-213czf-000-00002-01-tender",
                            "releaseDate": "2016-01-01T09:30:00Z",
                            "releaseTag": [
                                "tender"
                            ],
                            "value": "bestProposal"
                        }
                    ],
                    "submissionMethod": [
                        {
                            "releaseID": "ocds-213czf-000-00002-01-tender",
                            "releaseDate": "2016-01-01T09:30:00Z",
                            "releaseTag": [
                                "tender"
                            ],
                            "value": [
                                "electronicSubmission"
                            ]
                        }
                    ],
                    "tenderPeriod": {
                        "startDate": [
                            {
                                "releaseID": "ocds-213czf-000-00002-01-tender",
                                "releaseDate": "2016-01-01T09:30:00Z",
                                "releaseTag": [
                                    "tender"
                                ],
                                "value": "2016-01-31T09:00:00Z"
                            }
                        ],
                        "endDate": [
                            {
                                "releaseID": "ocds-213czf-000-00002-01-tender",
                                "releaseDate": "2016-01-01T09:30:00Z",
                                "releaseTag": [
                                    "tender"
                                ],
                                "value": "2016-02-15T18:00:00Z"
                            },
                            {
                                "releaseID": "ocds-213czf-000-00002-01-tender-amendment",
                                "releaseDate": "2016-02-05T10:30:00Z",
                                "releaseTag": [
                                    "tenderAmendment"
                                ],
                                "value": "2016-02-20T18:00:00Z"
                            }
                        ]
                    },
                    "awardPeriod": {
                        "startDate": [
                            {
                                "releaseID": "ocds-213czf-000-00002-01-tender",
                                "releaseDate": "2016-01-01T09:30:00Z",
                                "releaseTag": [
                                    "tender"
                                ],
                                "value": "2016-04-01T00:00:00Z"
                            }
                        ],
                        "endDate": [
                            {
                                "releaseID": "ocds-213czf-000-00002-01-tender",
                                "releaseDate": "2016-01-01T09:30:00Z",
                                "releaseTag": [
                                    "tender"
                                ],
                                "value": "2016-06-01T23:59:59Z"
                            }
                        ]
                    },
                    "amendments": [
                        {
                            "id": "amendment-1",
                            "date": [
                                {
                                    "releaseID": "ocds-213czf-000-00002-01-tender-amendment",
                                    "releaseDate": "2016-02-05T10:30:00Z",
                                    "releaseTag": [
                                        "tenderAmendment"
                                    ],
                                    "value": "2016-02-04T09:30:00Z"
                                }
                            ],
                            "rationale": [
                                {
                                    "releaseID": "ocds-213czf-000-00002-01-tender-amendment",
                                    "releaseDate": "2016-02-05T10:30:00Z",
                                    "releaseTag": [
                                        "tenderAmendment"
                                    ],
                                    "value": "Based on feedback from potential bidders, the total budget was increased by $1000, and the deadline extended"
                                }
                            ],
                            "amendsReleaseID": [
                                {
                                    "releaseID": "ocds-213czf-000-00002-01-tender-amendment",
                                    "releaseDate": "2016-02-05T10:30:00Z",
                                    "releaseTag": [
                                        "tenderAmendment"
                                    ],
                                    "value": "ocds-213czf-000-00002-01-tender"
                                }
                            ],
                            "releaseID": [
                                {
                                    "releaseID": "ocds-213czf-000-00002-01-tender-amendment",
                                    "releaseDate": "2016-02-05T10:30:00Z",
                                    "releaseTag": [
                                        "tenderAmendment"
                                    ],
                                    "value": "ocds-213czf-000-00002-01-tender-amendment"
                                }
                            ]
                        }
                    ]
                },
                "awards": [
                    {
                        "id": "ocds-213czf-000-00002-award-supplier-one",
                        "title": [
                            {
                                "releaseID": "ocds-213czf-000-00002-01-award1",
                                "releaseDate": "2016-03-01T09:30:00Z",
                                "releaseTag": [
                                    "award"
                                ],
                                "value": "Award of contract to create the data merging tool."
                            }
                        ],
                        "description": [
                            {
                                "releaseID": "ocds-213czf-000-00002-01-award1",
                                "releaseDate": "2016-03-01T09:30:00Z",
                                "releaseTag": [
                                    "award"
                                ],
                                "value": "Supplier 1 has been commissioned to create the merge tool. A separate contract will be awarded to write the documentation"
                            }
                        ],
                        "status": [
                            {
                                "releaseID": "ocds-213czf-000-00002-01-award1",
                                "releaseDate": "2016-03-01T09:30:00Z",
                                "releaseTag": [
                                    "award"
                                ],
                                "value": "active"
                            }
                        ],
                        "date": [
                            {
                                "releaseID": "ocds-213czf-000-00002-01-award1",
                                "releaseDate": "2016-03-01T09:30:00Z",
                                "releaseTag": [
                                    "award"
                                ],
                                "value": "2016-03-01T09:30:00Z"
                            }
                        ],
                        "value": {
                            "amount": [
                                {
                                    "releaseID": "ocds-213czf-000-00002-01-award1",
                                    "releaseDate": "2016-03-01T09:30:00Z",
                                    "releaseTag": [
                                        "award"
                                    ],
                                    "value": 750
                                }
                            ],
                            "currency": [
                                {
                                    "releaseID": "ocds-213czf-000-00002-01-award1",
                                    "releaseDate": "2016-03-01T09:30:00Z",
                                    "releaseTag": [
                                        "award"
                                    ],
                                    "value": "USD"
                                }
                            ]
                        }
                    },
                    {
                        "id": "ocds-213czf-000-00002-award-supplier-two",
                        "title": [
                            {
                                "releaseID": "ocds-213czf-000-00002-01-award2",
                                "releaseDate": "2016-03-03T09:30:00Z",
                                "releaseTag": [
                                    "award"
                                ],
                                "value": "Award of contract to create the data merging tool."
                            }
                        ],
                        "description": [
                            {
                                "releaseID": "ocds-213czf-000-00002-01-award2",
                                "releaseDate": "2016-03-03T09:30:00Z",
                                "releaseTag": [
                                    "award"
                                ],
                                "value": "Supplier 2 has been commissioned to create the documentation. A separate contract will be awarded to create the tool"
                            }
                        ],
                        "status": [
                            {
                                "releaseID": "ocds-213czf-000-00002-01-award2",
                                "releaseDate": "2016-03-03T09:30:00Z",
                                "releaseTag": [
                                    "award"
                                ],
                                "value": "active"
                            }
                        ],
                        "date": [
                            {
                                "releaseID": "ocds-213czf-000-00002-01-award2",
                                "releaseDate": "2016-03-03T09:30:00Z",
                                "releaseTag": [
                                    "award"
                                ],
                                "value": "2016-03-03T09:30:00Z"
                            }
                        ],
                        "value": {
                            "amount": [
                                {
                                    "releaseID": "ocds-213czf-000-00002-01-award2",
                                    "releaseDate": "2016-03-03T09:30:00Z",
                                    "releaseTag": [
                                        "award"
                                    ],
                                    "value": 750
                                }
                            ],
                            "currency": [
                                {
                                    "releaseID": "ocds-213czf-000-00002-01-award2",
                                    "releaseDate": "2016-03-03T09:30:00Z",
                                    "releaseTag": [
                                        "award"
                                    ],
                                    "value": "USD"
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}

Structure d'une archive

A record must contain an ocid and all releases about the contracting process. As such, a record functions as an index of all releases about a contracting process.

Une archive devrait contenir un objet compiledRelease, qui représente l'état de la procédure de passation de marché au moment de la publication de l'archive.

Une archive peut contenir un objet versionedRelease, qui agrège, dans un seul objet, toutes les valeurs de tous les champs provenant de toutes les instances. La publication versionnée est conçue pour voir plus facilement comment les valeurs changent d'une instance à l'autre, et sera souvent générée par les utilisateurs des données plutôt que par les producteurs.

Instances

Dans une archive, chaque instance peut être fournie comme une instance liée, ou bien comme une instance intégrée.

Instances liées

Une instance liée suit un schéma simple :

Titre

Description

Type

Format

Requis

url

[string, null]

uri

Required

URL de l'instance

L'URL de l'instance qui contient l'URL du package avec l'identifiant d'instance suffixé, en utilisant un séparateur de fragment. Par exemple : https://standard.open-contracting.org/1.1/fr/examples/tender.json#ocds-213czf-000-00001

date

string

date-time

Required

Date de l'instance

La date de l'instance devrait correspondre au champ date à la racine de l'instance. Elle est utilisée pour trier les instances de la liste releases par ordre chronologique.

tag

array[string]

Tag d'instance

Les tags de l'instance. Cette liste de tag devrait correspondre au champ tag de l'instance. Elle fournit davantage de contexte au moment de passer en revue une archive pour voir quelles types d'instances sont inclus dans cet ocid.

Pour chaque valeur de url, il doit être possible pour une application réutilisant les données de télécharger un paquet d'instances via l'URL et d'identifier l'instance dans le paquet. Un paquet d'instances pouvant contenir de multiples instances, pour une instance liée à identifier une instance spécifique via son champs url, l'id de l'instance doit être ajouté à l'URL de paquet en utilisant un identifiant de fragment.

L'exemple suivant illustre l'utilisation des instances liées.

{
    "ocid": "ocds-213czf-000-00002",
    "releases": [
        {
            "url": "https://standard.open-contracting.org/examples/releases/ocds-213czf-000-00002-01-award1.json#ocds-213czf-000-00002-01-award1",
            "date": "2016-03-01T09:30:00Z",
            "tag": [
                "award"
            ]
        },
        {
            "url": "https://standard.open-contracting.org/examples/releases/ocds-213czf-000-00002-01-award2.json#ocds-213czf-000-00002-01-award2",
            "date": "2016-03-03T09:30:00Z",
            "tag": [
                "award"
            ]
        },
        {
            "url": "https://standard.open-contracting.org/examples/releases/ocds-213czf-000-00002-01-tender.json#ocds-213czf-000-00002-01-tender",
            "date": "2016-01-01T09:30:00Z",
            "tag": [
                "tender"
            ]
        },
        {
            "url": "https://standard.open-contracting.org/examples/releases/ocds-213czf-000-00002-01-tender-update.json#ocds-213czf-000-00002-01-tender-update",
            "date": "2016-01-31T09:30:00Z",
            "tag": [
                "tenderUpdate"
            ]
        },
        {
            "url": "https://standard.open-contracting.org/examples/releases/ocds-213czf-000-00002-01-tender-amendment.json#ocds-213czf-000-00002-01-tender-amendment",
            "date": "2016-02-05T10:30:00Z",
            "tag": [
                "tenderAmendment"
            ]
        }
    ],
    "compiledRelease": {
        "tag": [
            "compiled"
        ],
        "id": "ocds-213czf-000-00002-2016-03-03T09:30:00Z",
        "date": "2016-03-03T09:30:00Z",
        "ocid": "ocds-213czf-000-00002",
        "language": "en",
        "initiationType": "tender",
        "parties": [
            {
                "id": "GB-COH-09506232",
                "name": "Open Data Services",
                "identifier": {
                    "scheme": "GB-COH",
                    "id": "09506232",
                    "legalName": "Open Data Services Co-operative",
                    "uri": "https://opencorporates.com/companies/gb/09506232"
                },
                "roles": [
                    "buyer"
                ]
            }
        ],
        "buyer": {
            "id": "GB-COH-09506232",
            "name": "Open Data Services"
        },
        "tender": {
            "id": "ocds-213czf-000-00002-01-tender",
            "title": "Data merging tool",
            "description": "Creation of a data merging tool. The tool should by written in Python. Proposals should be submitted by e-mail.",
            "status": "active",
            "value": {
                "amount": 2000,
                "currency": "USD"
            },
            "procurementMethod": "open",
            "awardCriteria": "bestProposal",
            "submissionMethod": [
                "electronicSubmission"
            ],
            "tenderPeriod": {
                "startDate": "2016-01-31T09:00:00Z",
                "endDate": "2016-02-20T18:00:00Z"
            },
            "awardPeriod": {
                "startDate": "2016-04-01T00:00:00Z",
                "endDate": "2016-06-01T23:59:59Z"
            },
            "amendments": [
                {
                    "id": "amendment-1",
                    "date": "2016-02-04T09:30:00Z",
                    "rationale": "Based on feedback from potential bidders, the total budget was increased by $1000, and the deadline extended",
                    "amendsReleaseID": "ocds-213czf-000-00002-01-tender",
                    "releaseID": "ocds-213czf-000-00002-01-tender-amendment"
                }
            ]
        },
        "awards": [
            {
                "id": "ocds-213czf-000-00002-award-supplier-one",
                "title": "Award of contract to create the data merging tool.",
                "description": "Supplier 1 has been commissioned to create the merge tool. A separate contract will be awarded to write the documentation",
                "status": "active",
                "date": "2016-03-01T09:30:00Z",
                "value": {
                    "amount": 750,
                    "currency": "USD"
                }
            },
            {
                "id": "ocds-213czf-000-00002-award-supplier-two",
                "title": "Award of contract to create the data merging tool.",
                "description": "Supplier 2 has been commissioned to create the documentation. A separate contract will be awarded to create the tool",
                "status": "active",
                "date": "2016-03-03T09:30:00Z",
                "value": {
                    "amount": 750,
                    "currency": "USD"
                }
            }
        ]
    },
    "versionedRelease": {
        "ocid": "ocds-213czf-000-00002",
        "language": [
            {
                "releaseID": "ocds-213czf-000-00002-01-tender",
                "releaseDate": "2016-01-01T09:30:00Z",
                "releaseTag": [
                    "tender"
                ],
                "value": "en"
            }
        ],
        "initiationType": [
            {
                "releaseID": "ocds-213czf-000-00002-01-tender",
                "releaseDate": "2016-01-01T09:30:00Z",
                "releaseTag": [
                    "tender"
                ],
                "value": "tender"
            }
        ],
        "parties": [
            {
                "id": "GB-COH-09506232",
                "name": [
                    {
                        "releaseID": "ocds-213czf-000-00002-01-tender",
                        "releaseDate": "2016-01-01T09:30:00Z",
                        "releaseTag": [
                            "tender"
                        ],
                        "value": "Open Data Services"
                    }
                ],
                "identifier": {
                    "scheme": [
                        {
                            "releaseID": "ocds-213czf-000-00002-01-tender",
                            "releaseDate": "2016-01-01T09:30:00Z",
                            "releaseTag": [
                                "tender"
                            ],
                            "value": "GB-COH"
                        }
                    ],
                    "id": [
                        {
                            "releaseID": "ocds-213czf-000-00002-01-tender",
                            "releaseDate": "2016-01-01T09:30:00Z",
                            "releaseTag": [
                                "tender"
                            ],
                            "value": "09506232"
                        }
                    ],
                    "legalName": [
                        {
                            "releaseID": "ocds-213czf-000-00002-01-tender",
                            "releaseDate": "2016-01-01T09:30:00Z",
                            "releaseTag": [
                                "tender"
                            ],
                            "value": "Open Data Services Co-operative"
                        }
                    ],
                    "uri": [
                        {
                            "releaseID": "ocds-213czf-000-00002-01-tender",
                            "releaseDate": "2016-01-01T09:30:00Z",
                            "releaseTag": [
                                "tender"
                            ],
                            "value": "https://opencorporates.com/companies/gb/09506232"
                        }
                    ]
                },
                "roles": [
                    {
                        "releaseID": "ocds-213czf-000-00002-01-tender",
                        "releaseDate": "2016-01-01T09:30:00Z",
                        "releaseTag": [
                            "tender"
                        ],
                        "value": [
                            "buyer"
                        ]
                    }
                ]
            }
        ],
        "buyer": {
            "id": [
                {
                    "releaseID": "ocds-213czf-000-00002-01-tender",
                    "releaseDate": "2016-01-01T09:30:00Z",
                    "releaseTag": [
                        "tender"
                    ],
                    "value": "GB-COH-09506232"
                }
            ],
            "name": [
                {
                    "releaseID": "ocds-213czf-000-00002-01-tender",
                    "releaseDate": "2016-01-01T09:30:00Z",
                    "releaseTag": [
                        "tender"
                    ],
                    "value": "Open Data Services"
                }
            ]
        },
        "tender": {
            "id": [
                {
                    "releaseID": "ocds-213czf-000-00002-01-tender",
                    "releaseDate": "2016-01-01T09:30:00Z",
                    "releaseTag": [
                        "tender"
                    ],
                    "value": "ocds-213czf-000-00002-01-tender"
                }
            ],
            "title": [
                {
                    "releaseID": "ocds-213czf-000-00002-01-tender",
                    "releaseDate": "2016-01-01T09:30:00Z",
                    "releaseTag": [
                        "tender"
                    ],
                    "value": "Data merging tool"
                }
            ],
            "description": [
                {
                    "releaseID": "ocds-213czf-000-00002-01-tender",
                    "releaseDate": "2016-01-01T09:30:00Z",
                    "releaseTag": [
                        "tender"
                    ],
                    "value": "Data merge tool."
                },
                {
                    "releaseID": "ocds-213czf-000-00002-01-tender-update",
                    "releaseDate": "2016-01-31T09:30:00Z",
                    "releaseTag": [
                        "tenderUpdate"
                    ],
                    "value": "Creation of a data merging tool. The tool should by written in Python. Proposals should be submitted by e-mail."
                }
            ],
            "status": [
                {
                    "releaseID": "ocds-213czf-000-00002-01-tender",
                    "releaseDate": "2016-01-01T09:30:00Z",
                    "releaseTag": [
                        "tender"
                    ],
                    "value": "active"
                }
            ],
            "value": {
                "amount": [
                    {
                        "releaseID": "ocds-213czf-000-00002-01-tender",
                        "releaseDate": "2016-01-01T09:30:00Z",
                        "releaseTag": [
                            "tender"
                        ],
                        "value": 1000
                    },
                    {
                        "releaseID": "ocds-213czf-000-00002-01-tender-amendment",
                        "releaseDate": "2016-02-05T10:30:00Z",
                        "releaseTag": [
                            "tenderAmendment"
                        ],
                        "value": 2000
                    }
                ],
                "currency": [
                    {
                        "releaseID": "ocds-213czf-000-00002-01-tender",
                        "releaseDate": "2016-01-01T09:30:00Z",
                        "releaseTag": [
                            "tender"
                        ],
                        "value": "USD"
                    }
                ]
            },
            "procurementMethod": [
                {
                    "releaseID": "ocds-213czf-000-00002-01-tender",
                    "releaseDate": "2016-01-01T09:30:00Z",
                    "releaseTag": [
                        "tender"
                    ],
                    "value": "open"
                }
            ],
            "awardCriteria": [
                {
                    "releaseID": "ocds-213czf-000-00002-01-tender",
                    "releaseDate": "2016-01-01T09:30:00Z",
                    "releaseTag": [
                        "tender"
                    ],
                    "value": "bestProposal"
                }
            ],
            "submissionMethod": [
                {
                    "releaseID": "ocds-213czf-000-00002-01-tender",
                    "releaseDate": "2016-01-01T09:30:00Z",
                    "releaseTag": [
                        "tender"
                    ],
                    "value": [
                        "electronicSubmission"
                    ]
                }
            ],
            "tenderPeriod": {
                "startDate": [
                    {
                        "releaseID": "ocds-213czf-000-00002-01-tender",
                        "releaseDate": "2016-01-01T09:30:00Z",
                        "releaseTag": [
                            "tender"
                        ],
                        "value": "2016-01-31T09:00:00Z"
                    }
                ],
                "endDate": [
                    {
                        "releaseID": "ocds-213czf-000-00002-01-tender",
                        "releaseDate": "2016-01-01T09:30:00Z",
                        "releaseTag": [
                            "tender"
                        ],
                        "value": "2016-02-15T18:00:00Z"
                    },
                    {
                        "releaseID": "ocds-213czf-000-00002-01-tender-amendment",
                        "releaseDate": "2016-02-05T10:30:00Z",
                        "releaseTag": [
                            "tenderAmendment"
                        ],
                        "value": "2016-02-20T18:00:00Z"
                    }
                ]
            },
            "awardPeriod": {
                "startDate": [
                    {
                        "releaseID": "ocds-213czf-000-00002-01-tender",
                        "releaseDate": "2016-01-01T09:30:00Z",
                        "releaseTag": [
                            "tender"
                        ],
                        "value": "2016-04-01T00:00:00Z"
                    }
                ],
                "endDate": [
                    {
                        "releaseID": "ocds-213czf-000-00002-01-tender",
                        "releaseDate": "2016-01-01T09:30:00Z",
                        "releaseTag": [
                            "tender"
                        ],
                        "value": "2016-06-01T23:59:59Z"
                    }
                ]
            },
            "amendments": [
                {
                    "id": "amendment-1",
                    "date": [
                        {
                            "releaseID": "ocds-213czf-000-00002-01-tender-amendment",
                            "releaseDate": "2016-02-05T10:30:00Z",
                            "releaseTag": [
                                "tenderAmendment"
                            ],
                            "value": "2016-02-04T09:30:00Z"
                        }
                    ],
                    "rationale": [
                        {
                            "releaseID": "ocds-213czf-000-00002-01-tender-amendment",
                            "releaseDate": "2016-02-05T10:30:00Z",
                            "releaseTag": [
                                "tenderAmendment"
                            ],
                            "value": "Based on feedback from potential bidders, the total budget was increased by $1000, and the deadline extended"
                        }
                    ],
                    "amendsReleaseID": [
                        {
                            "releaseID": "ocds-213czf-000-00002-01-tender-amendment",
                            "releaseDate": "2016-02-05T10:30:00Z",
                            "releaseTag": [
                                "tenderAmendment"
                            ],
                            "value": "ocds-213czf-000-00002-01-tender"
                        }
                    ],
                    "releaseID": [
                        {
                            "releaseID": "ocds-213czf-000-00002-01-tender-amendment",
                            "releaseDate": "2016-02-05T10:30:00Z",
                            "releaseTag": [
                                "tenderAmendment"
                            ],
                            "value": "ocds-213czf-000-00002-01-tender-amendment"
                        }
                    ]
                }
            ]
        },
        "awards": [
            {
                "id": "ocds-213czf-000-00002-award-supplier-one",
                "title": [
                    {
                        "releaseID": "ocds-213czf-000-00002-01-award1",
                        "releaseDate": "2016-03-01T09:30:00Z",
                        "releaseTag": [
                            "award"
                        ],
                        "value": "Award of contract to create the data merging tool."
                    }
                ],
                "description": [
                    {
                        "releaseID": "ocds-213czf-000-00002-01-award1",
                        "releaseDate": "2016-03-01T09:30:00Z",
                        "releaseTag": [
                            "award"
                        ],
                        "value": "Supplier 1 has been commissioned to create the merge tool. A separate contract will be awarded to write the documentation"
                    }
                ],
                "status": [
                    {
                        "releaseID": "ocds-213czf-000-00002-01-award1",
                        "releaseDate": "2016-03-01T09:30:00Z",
                        "releaseTag": [
                            "award"
                        ],
                        "value": "active"
                    }
                ],
                "date": [
                    {
                        "releaseID": "ocds-213czf-000-00002-01-award1",
                        "releaseDate": "2016-03-01T09:30:00Z",
                        "releaseTag": [
                            "award"
                        ],
                        "value": "2016-03-01T09:30:00Z"
                    }
                ],
                "value": {
                    "amount": [
                        {
                            "releaseID": "ocds-213czf-000-00002-01-award1",
                            "releaseDate": "2016-03-01T09:30:00Z",
                            "releaseTag": [
                                "award"
                            ],
                            "value": 750
                        }
                    ],
                    "currency": [
                        {
                            "releaseID": "ocds-213czf-000-00002-01-award1",
                            "releaseDate": "2016-03-01T09:30:00Z",
                            "releaseTag": [
                                "award"
                            ],
                            "value": "USD"
                        }
                    ]
                }
            },
            {
                "id": "ocds-213czf-000-00002-award-supplier-two",
                "title": [
                    {
                        "releaseID": "ocds-213czf-000-00002-01-award2",
                        "releaseDate": "2016-03-03T09:30:00Z",
                        "releaseTag": [
                            "award"
                        ],
                        "value": "Award of contract to create the data merging tool."
                    }
                ],
                "description": [
                    {
                        "releaseID": "ocds-213czf-000-00002-01-award2",
                        "releaseDate": "2016-03-03T09:30:00Z",
                        "releaseTag": [
                            "award"
                        ],
                        "value": "Supplier 2 has been commissioned to create the documentation. A separate contract will be awarded to create the tool"
                    }
                ],
                "status": [
                    {
                        "releaseID": "ocds-213czf-000-00002-01-award2",
                        "releaseDate": "2016-03-03T09:30:00Z",
                        "releaseTag": [
                            "award"
                        ],
                        "value": "active"
                    }
                ],
                "date": [
                    {
                        "releaseID": "ocds-213czf-000-00002-01-award2",
                        "releaseDate": "2016-03-03T09:30:00Z",
                        "releaseTag": [
                            "award"
                        ],
                        "value": "2016-03-03T09:30:00Z"
                    }
                ],
                "value": {
                    "amount": [
                        {
                            "releaseID": "ocds-213czf-000-00002-01-award2",
                            "releaseDate": "2016-03-03T09:30:00Z",
                            "releaseTag": [
                                "award"
                            ],
                            "value": 750
                        }
                    ],
                    "currency": [
                        {
                            "releaseID": "ocds-213czf-000-00002-01-award2",
                            "releaseDate": "2016-03-03T09:30:00Z",
                            "releaseTag": [
                                "award"
                            ],
                            "value": "USD"
                        }
                    ]
                }
            }
        ]
    }
}

Above, the first linked release has a url value of https://standard.open-contracting.org/examples/releases/ocds-213czf-000-00002-01-award1.json#ocds-213czf-000-00002-01-award1. The first part (https://standard.open-contracting.org/examples/releases/ocds-213czf-000-00002-01-award1.json) is the URL of the release package, and the fragment identifier (ocds-213czf-000-00002-01-award1) is the id of the release.

Les id d'instance ne doivent être uniques que dans le contexte d'une procédure de passation de marché. Autrement dit il ne doit pas y avoir deux id d'instances identiques pour un même ocid, mais il peut y avoir deux id d'instances identiques avec des ocid différents. Une application consommatrice de données a besoin de l'identifiant de fragment et de le combiner à l'ocid de l'archive afin d'identifier l'instance correspondante dans le paquet d'instance lié.

Instances intégrées

Une instance intégrée est conforme au schéma d'instance. En d'autres termes, au lieu de lier une instance au sein d'un paquet d'instances comme ci-dessus, cette instance est entièrement incluse dans l'archive.

L'exemple suivant démontre l'utilisation des instances intégrées.

{
    "compiledRelease": {
        "awards": [
            {
                "contractPeriod": {
                    "endDate": "2011-08-01T23:59:00Z",
                    "startDate": "2010-07-01T00:00:00Z"
                },
                "date": "2010-05-10T10:30:00Z",
                "description": "AnyCorp Ltd has been awarded the contract to build new cycle lanes in the centre of town.",
                "documents": [
                    {
                        "datePublished": "2010-05-10T10:30:00Z",
                        "description": "Award of contract to build new cycle lanes in the centre of town to AnyCorp Ltd.",
                        "documentType": "notice",
                        "format": "text/html",
                        "id": "0007",
                        "language": "en",
                        "title": "Award notice",
                        "url": "http://example.com/tender-notices/ocds-213czf-000-00001-04.html"
                    }
                ],
                "id": "ocds-213czf-000-00001-award-01",
                "items": [
                    {
                        "additionalClassifications": [
                            {
                                "description": "Cycle path construction work",
                                "id": "45233162-2",
                                "scheme": "CPV",
                                "uri": "http://cpv.data.ac.uk/code-45233162.html"
                            }
                        ],
                        "classification": {
                            "description": "Construction work for highways",
                            "id": "45233130",
                            "scheme": "CPV",
                            "uri": "http://cpv.data.ac.uk/code-45233130"
                        },
                        "description": "string",
                        "id": "0001",
                        "quantity": 8,
                        "unit": {
                            "name": "Miles",
                            "value": {
                                "amount": 137000,
                                "currency": "GBP"
                            }
                        }
                    }
                ],
                "status": "active",
                "suppliers": [
                    {
                        "id": "GB-COH-1234567844",
                        "name": "AnyCorp Cycle Provision"
                    }
                ],
                "title": "Award of contract to build new cycle lanes in the centre of town.",
                "value": {
                    "amount": 11000000,
                    "currency": "GBP"
                }
            }
        ],
        "buyer": {
            "id": "GB-LAC-E09000003",
            "name": "London Borough of Barnet"
        },
        "contracts": [
            {
                "awardID": "ocds-213czf-000-00001-award-01",
                "dateSigned": "2015-06-10T14:23:12Z",
                "description": "Contract monitoring for cycle lane construction.",
                "documents": [
                    {
                        "datePublished": "2015-06-10T16:43:12Z",
                        "description": "The Signed Contract for Cycle Path Construction",
                        "documentType": "contractSigned",
                        "format": "application/pdf",
                        "id": "0008",
                        "language": "en",
                        "title": "Signed Contract",
                        "url": "http://example.com/contracts/ocds-213czf-000-00001"
                    },
                    {
                        "datePublished": "2010-12-15T15:34:02Z",
                        "description": "Physical progress report for cycle path construction",
                        "documentType": "physicalProcessReport",
                        "format": "application/pdf",
                        "id": "0009",
                        "language": "en",
                        "title": "Progress report",
                        "url": "http://example.com/reports/ocds-213czf-000-00001/cycle-path-01.pdf"
                    }
                ],
                "id": "ocds-213czf-000-00001-contract-01",
                "implementation": {
                    "transactions": [
                        {
                            "date": "2010-08-01T00:00:00Z",
                            "id": "ocds-213czf-000-00001-1",
                            "payee": {
                                "id": "GB-COH-1234567844",
                                "name": "AnyCorp Ltd"
                            },
                            "payer": {
                                "id": "GB-LAC-E09000003",
                                "name": "London Borough of Barnet"
                            },
                            "source": "https://openspending.org/uk-barnet-spending/",
                            "uri": "https://openspending.org/uk-barnet-spending/transaction/asd9235qaghvs1059620ywhgai",
                            "value": {
                                "amount": 500000,
                                "currency": "GBP"
                            }
                        },
                        {
                            "date": "2010-10-01T00:00:00Z",
                            "id": "ocds-213czf-000-00001-2",
                            "payee": {
                                "id": "GB-COH-1234567844",
                                "name": "AnyCorp Ltd"
                            },
                            "payer": {
                                "id": "GB-LAC-E09000003",
                                "name": "London Borough of Barnet"
                            },
                            "source": "https://openspending.org/uk-barnet-spending/",
                            "uri": "https://openspending.org/uk-barnet-spending/transaction/asd9235qaghvs105962as0012",
                            "value": {
                                "amount": 100000,
                                "currency": "GBP"
                            }
                        }
                    ]
                },
                "items": [
                    {
                        "additionalClassifications": [
                            {
                                "description": "Cycle path construction work",
                                "id": "45233162-2",
                                "scheme": "CPV",
                                "uri": "http://cpv.data.ac.uk/code-45233162.html"
                            }
                        ],
                        "classification": {
                            "description": "Construction work for highways",
                            "id": "45233130",
                            "scheme": "CPV",
                            "uri": "http://cpv.data.ac.uk/code-45233130"
                        },
                        "description": "string",
                        "id": "0001",
                        "quantity": 8,
                        "unit": {
                            "name": "Miles",
                            "value": {
                                "amount": 137000,
                                "currency": "GBP"
                            }
                        }
                    }
                ],
                "period": {
                    "endDate": "2011-08-01T23:59:00Z",
                    "startDate": "2010-07-01T00:00:00Z"
                },
                "status": "active",
                "title": "Contract to build new cycle lanes in the centre of town.",
                "value": {
                    "amount": 11000000,
                    "currency": "GBP"
                }
            }
        ],
        "date": "2011-01-10T09:30:00Z",
        "id": "ocds-213czf-000-00001-06-implementation",
        "initiationType": "tender",
        "language": "en",
        "ocid": "ocds-213czf-000-00001",
        "parties": [
            {
                "address": {
                    "countryName": "United Kingdom",
                    "locality": "London",
                    "postalCode": "N11 1NP",
                    "region": "London",
                    "streetAddress": "4, North London Business Park, Oakleigh Rd S"
                },
                "contactPoint": {
                    "email": "procurement-team@example.com",
                    "faxNumber": "01234 345 345",
                    "name": "Procurement Team",
                    "telephone": "01234 345 346",
                    "url": "http://example.com/contact/"
                },
                "id": "GB-LAC-E09000003",
                "identifier": {
                    "id": "E09000003",
                    "legalName": "London Borough of Barnet",
                    "scheme": "GB-LAC",
                    "uri": "http://www.barnet.gov.uk/"
                },
                "name": "London Borough of Barnet",
                "roles": [
                    "buyer",
                    "buyer"
                ]
            },
            {
                "additionalIdentifiers": [
                    {
                        "id": "987654321",
                        "scheme": "GB-VAT"
                    }
                ],
                "address": {
                    "countryName": "United Kingdom",
                    "locality": "Anytown",
                    "postalCode": "AN1 1TN",
                    "region": "AnyCounty",
                    "streetAddress": "100 Anytown Lane"
                },
                "contactPoint": {
                    "email": "contracts@anycorp.example",
                    "faxNumber": "12345 456 343",
                    "name": "Contracts Team",
                    "telephone": "12345 456 343"
                },
                "id": "GB-COH-1234567844",
                "identifier": {
                    "id": "1234567844",
                    "legalName": "AnyCorp Ltd",
                    "scheme": "GB-COH",
                    "uri": "http://www.anycorp.example"
                },
                "name": "AnyCorp Cycle Provision",
                "roles": [
                    "supplier"
                ]
            }
        ],
        "planning": {
            "budget": {
                "amount": {
                    "amount": 6700000.0,
                    "currency": "GBP"
                },
                "description": "Budget allocation for highway maintenance, aligned with 2015 strategic plan. ",
                "id": "6801ad388f3a38b7740dde20108c58b35984ee91",
                "project": "Central Junction Cycle Scheme",
                "projectID": "SP001",
                "source": "https://openspending.org/uk-barnet-budget/entries/6801ad388f3a38b7740dde20108c58b35984ee91",
                "uri": "https://openspending.org/uk-barnet-budget/entries/6801ad388f3a38b7740dde20108c58b35984ee91"
            },
            "documents": [
                {
                    "datePublished": "2009-01-05T00:00:00Z",
                    "description": "The overall strategic framework for procurement to enhance cycle provision.",
                    "documentType": "procurementPlan",
                    "format": "application/pdf",
                    "id": "0001",
                    "language": "en",
                    "title": "Area Wide Cycle Improvements - Procurement Plan",
                    "url": "http://example.com/opencontracting/documents/planning/highways/procurementPlan.pdf"
                },
                {
                    "datePublished": "2009-01-15T00:00:00Z",
                    "description": "Needs assessment for provision for cyclists in the centre of town.",
                    "documentType": "needsAssessment",
                    "format": "application/pdf",
                    "id": "0002",
                    "language": "en",
                    "title": "Cycle provision - Needs Assessment",
                    "url": "http://example.com/opencontracting/documents/ocds-213czf-000-00001/needsAssessment.pdf"
                }
            ],
            "rationale": "The 2009 Strategic Plan identifies a need for an improved cycle route in the centre of town."
        },
        "tag": [
            "compiled"
        ],
        "tender": {
            "amendments": [
                {
                    "amendsReleaseID": "ocds-213czf-000-00001-02-tender",
                    "date": "2010-03-20T09:45:00Z",
                    "description": "Following the enquiry period, enquiries were received and responses to questions asked have been published. No changes to the overall tender details were made.",
                    "id": "update-1",
                    "rationale": "Update following enquiries.",
                    "releaseID": "ocds-213czf-000-00001-03-tenderUpdate"
                },
                {
                    "amendsReleaseID": "ocds-213czf-000-00001-02-tender",
                    "date": "2010-03-20T10:45:00Z",
                    "description": "Following the enquiry period, a decision was made to increase the maximum value by 10%.",
                    "id": "amendment-1",
                    "rationale": "Revised value",
                    "releaseID": "ocds-213czf-000-00001-03-tenderAmendment"
                }
            ],
            "awardCriteria": "bestProposal",
            "awardCriteriaDetails": "The best proposal, subject to value for money requirements, will be accepted.",
            "awardPeriod": {
                "endDate": "2011-08-01T23:59:59Z",
                "startDate": "2010-06-01T00:00:00Z"
            },
            "description": "Tenders solicited for work to build new cycle lanes in the centre of town.",
            "documents": [
                {
                    "dateModified": "2015-02-15T00:00:00Z",
                    "datePublished": "2015-02-15T00:00:00Z",
                    "description": "A consultation document inviting citizen input into cycle provision.",
                    "format": "text/html",
                    "id": "0003",
                    "language": "en",
                    "title": "Consultation on cycle provision",
                    "url": "http://example.com/consultations/cycle-provision/"
                },
                {
                    "datePublished": "2015-02-15T00:00:00Z",
                    "description": "A map showing areas affected by the planned highway updates. Available from local libraries.",
                    "format": "offline/print",
                    "id": "0004",
                    "language": "en",
                    "title": "Map of affected areas"
                },
                {
                    "datePublished": "2010-03-01T09:00:00Z",
                    "description": "Official tender notice.",
                    "documentType": "notice",
                    "format": "text/html",
                    "id": "0005",
                    "language": "en",
                    "title": "Tender Notice",
                    "url": "http://example.com/tender-notices/ocds-213czf-000-00001-01.html"
                },
                {
                    "datePublished": "2010-03-20T11:30:15Z",
                    "description": "Responses to enquiries asked by interested parties.",
                    "documentType": "enquiryResponses",
                    "format": "text/html",
                    "id": "0006",
                    "language": "en",
                    "title": "Enquiry Responses",
                    "url": "http://example.com/enquiry-response/ocds-213czf-000-00001-01.html"
                }
            ],
            "enquiryPeriod": {
                "endDate": "2010-03-14T17:30:00Z",
                "startDate": "2010-03-01T09:00:00Z"
            },
            "hasEnquiries": true,
            "id": "ocds-213czf-000-00001-01-tender",
            "items": [
                {
                    "additionalClassifications": [
                        {
                            "description": "Cycle path construction work",
                            "id": "45233162-2",
                            "scheme": "CPV",
                            "uri": "http://cpv.data.ac.uk/code-45233162.html"
                        }
                    ],
                    "classification": {
                        "description": "Construction work for highways",
                        "id": "45233130",
                        "scheme": "CPV",
                        "uri": "http://cpv.data.ac.uk/code-45233130"
                    },
                    "description": "string",
                    "id": "0001",
                    "quantity": 8,
                    "unit": {
                        "name": "Miles",
                        "value": {
                            "amount": 120000,
                            "currency": "GBP"
                        }
                    }
                }
            ],
            "milestones": [
                {
                    "description": "A consultation period is open for citizen input to shape the final plans.",
                    "dueDate": "2015-04-15T17:00:00Z",
                    "id": "0001",
                    "title": "Consultation Period"
                }
            ],
            "minValue": {
                "amount": 600000,
                "currency": "GBP"
            },
            "procurementMethod": "open",
            "procurementMethodRationale": "An open competitive tender is required by EU Rules",
            "procuringEntity": {
                "id": "GB-LAC-E09000003",
                "name": "London Borough of Barnet"
            },
            "status": "active",
            "submissionMethod": [
                "electronicSubmission"
            ],
            "submissionMethodDetails": "Submit through the online portal at http://example.com/submissions/ocds-213czf-000-00001-01/",
            "tenderPeriod": {
                "endDate": "2011-04-01T18:00:00Z",
                "startDate": "2010-03-01T09:00:00Z"
            },
            "title": "Planned cycle lane improvements",
            "value": {
                "amount": 1210000,
                "currency": "GBP"
            }
        }
    },
    "ocid": "ocds-213czf-000-00001",
    "releases": [
        {
            "ocid": "ocds-213czf-000-00001",
            "id": "ocds-213czf-000-00001-01-planning",
            "date": "2009-03-15T14:45:00Z",
            "language": "en",
            "tag": [
                "planning"
            ],
            "initiationType": "tender",
            "parties": [
                {
                    "identifier": {
                        "scheme": "GB-LAC",
                        "id": "E09000003",
                        "legalName": "London Borough of Barnet",
                        "uri": "http://www.barnet.gov.uk/"
                    },
                    "name": "London Borough of Barnet",
                    "address": {
                        "streetAddress": "4, North London Business Park, Oakleigh Rd S",
                        "locality": "London",
                        "region": "London",
                        "postalCode": "N11 1NP",
                        "countryName": "United Kingdom"
                    },
                    "contactPoint": {
                        "name": "Procurement Team",
                        "email": "procurement-team@example.com",
                        "telephone": "01234 345 346",
                        "faxNumber": "01234 345 345",
                        "url": "http://example.com/contact/"
                    },
                    "roles": [
                        "procuringEntity",
                        "buyer"
                    ],
                    "id": "GB-LAC-E09000003"
                }
            ],
            "buyer": {
                "id": "GB-LAC-E09000003",
                "name": "London Borough of Barnet"
            },
            "planning": {
                "budget": {
                    "source": "https://openspending.org/uk-barnet-budget/entries/6801ad388f3a38b7740dde20108c58b35984ee91",
                    "id": "6801ad388f3a38b7740dde20108c58b35984ee91",
                    "description": "Budget allocation for highway maintenance, aligned with 2015 strategic plan. ",
                    "amount": {
                        "amount": 6700000.0,
                        "currency": "GBP"
                    },
                    "project": "Central Junction Cycle Scheme",
                    "projectID": "SP001",
                    "uri": "https://openspending.org/uk-barnet-budget/entries/6801ad388f3a38b7740dde20108c58b35984ee91"
                },
                "rationale": "The 2009 Strategic Plan identifies a need for an improved cycle route in the centre of town.",
                "documents": [
                    {
                        "id": "0001",
                        "documentType": "procurementPlan",
                        "title": "Area Wide Cycle Improvements - Procurement Plan",
                        "description": "The overall strategic framework for procurement to enhance cycle provision.",
                        "url": "http://example.com/opencontracting/documents/planning/highways/procurementPlan.pdf",
                        "datePublished": "2009-01-05T00:00:00Z",
                        "format": "application/pdf",
                        "language": "en"
                    },
                    {
                        "id": "0002",
                        "documentType": "needsAssessment",
                        "title": "Cycle provision - Needs Assessment",
                        "description": "Needs assessment for provision for cyclists in the centre of town.",
                        "url": "http://example.com/opencontracting/documents/ocds-213czf-000-00001/needsAssessment.pdf",
                        "datePublished": "2009-01-15T00:00:00Z",
                        "format": "application/pdf",
                        "language": "en"
                    }
                ]
            },
            "tender": {
                "id": "ocds-213czf-000-00001-01-planning",
                "title": "Planned cycle lane improvements",
                "description": "The authority plans to tender for improvements to the cycle lane in early 2010. This notice provides advanced notice of the intention to tender, and details to upcoming consultation events.",
                "status": "planned",
                "items": [
                    {
                        "id": "0001",
                        "description": "string",
                        "classification": {
                            "scheme": "CPV",
                            "id": "45233130",
                            "description": "Construction work for highways",
                            "uri": "http://cpv.data.ac.uk/code-45233130"
                        },
                        "additionalClassifications": [
                            {
                                "scheme": "CPV",
                                "id": "45233162-2",
                                "description": "Cycle path construction work",
                                "uri": "http://cpv.data.ac.uk/code-45233162.html"
                            }
                        ],
                        "quantity": 10,
                        "unit": {
                            "name": "Miles",
                            "value": {
                                "amount": 100000,
                                "currency": "GBP"
                            }
                        }
                    }
                ],
                "minValue": {
                    "amount": 500000,
                    "currency": "GBP"
                },
                "value": {
                    "amount": 1000000,
                    "currency": "GBP"
                },
                "procurementMethod": "open",
                "procurementMethodRationale": "An open competitive tender is required by EU Rules",
                "awardCriteria": "bestProposal",
                "awardCriteriaDetails": "The best proposal, subject to value for money requirements, will be accepted.",
                "tenderPeriod": {
                    "startDate": "2010-02-01T00:00:00Z"
                },
                "awardPeriod": {
                    "startDate": "2010-06-01T00:00:00Z",
                    "endDate": "2011-06-01T23:59:59Z"
                },
                "procuringEntity": {
                    "id": "GB-LAC-E09000003",
                    "name": "London Borough of Barnet"
                },
                "documents": [
                    {
                        "id": "0003",
                        "title": "Consultation on cycle provision",
                        "description": "A consultation document inviting citizen input into cycle provision.",
                        "url": "http://example.com/consultations/cycle-provision/",
                        "datePublished": "2015-02-15T00:00:00Z",
                        "dateModified": "2015-02-15T00:00:00Z",
                        "format": "text/html",
                        "language": "en"
                    },
                    {
                        "id": "0004",
                        "title": "Map of affected areas",
                        "description": "A map showing areas affected by the planned highway updates. Available from local libraries.",
                        "datePublished": "2015-02-15T00:00:00Z",
                        "format": "offline/print",
                        "language": "en"
                    }
                ],
                "milestones": [
                    {
                        "id": "0001",
                        "title": "Consultation Period",
                        "description": "A consultation period is open for citizen input to shape the final plans.",
                        "dueDate": "2015-04-15T17:00:00Z"
                    }
                ]
            }
        },
        {
            "ocid": "ocds-213czf-000-00001",
            "id": "ocds-213czf-000-00001-02-tender",
            "date": "2010-03-15T09:30:00Z",
            "language": "en",
            "tag": [
                "tender"
            ],
            "initiationType": "tender",
            "parties": [
                {
                    "identifier": {
                        "scheme": "GB-LAC",
                        "id": "E09000003",
                        "legalName": "London Borough of Barnet",
                        "uri": "http://www.barnet.gov.uk/"
                    },
                    "name": "London Borough of Barnet",
                    "address": {
                        "streetAddress": "4, North London Business Park, Oakleigh Rd S",
                        "locality": "London",
                        "region": "London",
                        "postalCode": "N11 1NP",
                        "countryName": "United Kingdom"
                    },
                    "contactPoint": {
                        "name": "Procurement Team",
                        "email": "procurement-team@example.com",
                        "telephone": "01234 345 346",
                        "faxNumber": "01234 345 345",
                        "url": "http://example.com/contact/"
                    },
                    "roles": [
                        "procuringEntity",
                        "buyer"
                    ],
                    "id": "GB-LAC-E09000003"
                }
            ],
            "buyer": {
                "id": "GB-LAC-E09000003",
                "name": "London Borough of Barnet"
            },
            "tender": {
                "id": "ocds-213czf-000-00001-01-tender",
                "title": "Planned cycle lane improvements",
                "description": "Tenders solicited for work to build new cycle lanes in the centre of town.",
                "status": "active",
                "items": [
                    {
                        "id": "0001",
                        "description": "string",
                        "classification": {
                            "scheme": "CPV",
                            "id": "45233130",
                            "description": "Construction work for highways",
                            "uri": "http://cpv.data.ac.uk/code-45233130"
                        },
                        "additionalClassifications": [
                            {
                                "scheme": "CPV",
                                "id": "45233162-2",
                                "description": "Cycle path construction work",
                                "uri": "http://cpv.data.ac.uk/code-45233162.html"
                            }
                        ],
                        "quantity": 8,
                        "unit": {
                            "name": "Miles",
                            "value": {
                                "amount": 120000,
                                "currency": "GBP"
                            }
                        }
                    }
                ],
                "minValue": {
                    "amount": 600000,
                    "currency": "GBP"
                },
                "value": {
                    "amount": 1100000,
                    "currency": "GBP"
                },
                "procurementMethod": "open",
                "procurementMethodRationale": "An open competitive tender is required by EU Rules",
                "awardCriteria": "bestProposal",
                "awardCriteriaDetails": "The best proposal, subject to value for money requirements, will be accepted.",
                "submissionMethod": [
                    "electronicSubmission"
                ],
                "submissionMethodDetails": "Submit through the online portal at http://example.com/submissions/ocds-213czf-000-00001-01/",
                "enquiryPeriod": {
                    "startDate": "2010-03-01T09:00:00Z",
                    "endDate": "2010-03-14T17:30:00Z"
                },
                "hasEnquiries": false,
                "tenderPeriod": {
                    "startDate": "2010-03-01T09:00:00Z",
                    "endDate": "2011-04-01T18:00:00Z"
                },
                "awardPeriod": {
                    "startDate": "2010-06-01T00:00:00Z",
                    "endDate": "2011-08-01T23:59:59Z"
                },
                "procuringEntity": {
                    "id": "GB-LAC-E09000003",
                    "name": "London Borough of Barnet"
                },
                "documents": [
                    {
                        "id": "0005",
                        "documentType": "notice",
                        "title": "Tender Notice",
                        "description": "Official tender notice.",
                        "url": "http://example.com/tender-notices/ocds-213czf-000-00001-01.html",
                        "datePublished": "2010-03-01T09:00:00Z",
                        "format": "text/html",
                        "language": "en"
                    }
                ]
            }
        },
        {
            "ocid": "ocds-213czf-000-00001",
            "id": "ocds-213czf-000-00001-03-tenderAmendment",
            "date": "2010-03-20T10:45:00Z",
            "language": "en",
            "tag": [
                "tenderAmendment"
            ],
            "initiationType": "tender",
            "parties": [
                {
                    "identifier": {
                        "scheme": "GB-LAC",
                        "id": "E09000003",
                        "legalName": "London Borough of Barnet",
                        "uri": "http://www.barnet.gov.uk/"
                    },
                    "name": "London Borough of Barnet",
                    "address": {
                        "streetAddress": "4, North London Business Park, Oakleigh Rd S",
                        "locality": "London",
                        "region": "London",
                        "postalCode": "N11 1NP",
                        "countryName": "United Kingdom"
                    },
                    "contactPoint": {
                        "name": "Procurement Team",
                        "email": "procurement-team@example.com",
                        "telephone": "01234 345 346",
                        "faxNumber": "01234 345 345",
                        "url": "http://example.com/contact/"
                    },
                    "roles": [
                        "procuringEntity",
                        "buyer"
                    ],
                    "id": "GB-LAC-E09000003"
                }
            ],
            "buyer": {
                "id": "GB-LAC-E09000003",
                "name": "London Borough of Barnet"
            },
            "tender": {
                "id": "ocds-213czf-000-00001-01-tender",
                "title": "Planned cycle lane improvements",
                "description": "Tenders solicited for work to build new cycle lanes in the centre of town.",
                "status": "active",
                "items": [
                    {
                        "id": "0001",
                        "description": "string",
                        "classification": {
                            "scheme": "CPV",
                            "id": "45233130",
                            "description": "Construction work for highways",
                            "uri": "http://cpv.data.ac.uk/code-45233130"
                        },
                        "additionalClassifications": [
                            {
                                "scheme": "CPV",
                                "id": "45233162-2",
                                "description": "Cycle path construction work",
                                "uri": "http://cpv.data.ac.uk/code-45233162.html"
                            }
                        ],
                        "quantity": 8,
                        "unit": {
                            "name": "Miles",
                            "value": {
                                "amount": 120000,
                                "currency": "GBP"
                            }
                        }
                    }
                ],
                "minValue": {
                    "amount": 600000,
                    "currency": "GBP"
                },
                "value": {
                    "amount": 1210000,
                    "currency": "GBP"
                },
                "procurementMethod": "open",
                "procurementMethodRationale": "An open competitive tender is required by EU Rules",
                "awardCriteria": "bestProposal",
                "awardCriteriaDetails": "The best proposal, subject to value for money requirements, will be accepted.",
                "submissionMethod": [
                    "electronicSubmission"
                ],
                "submissionMethodDetails": "Submit through the online portal at http://example.com/submissions/ocds-213czf-000-00001-01/",
                "enquiryPeriod": {
                    "startDate": "2010-03-01T09:00:00Z",
                    "endDate": "2010-03-14T17:30:00Z"
                },
                "hasEnquiries": true,
                "tenderPeriod": {
                    "startDate": "2010-03-01T09:00:00Z",
                    "endDate": "2011-04-01T18:00:00Z"
                },
                "awardPeriod": {
                    "startDate": "2010-06-01T00:00:00Z",
                    "endDate": "2011-08-01T23:59:59Z"
                },
                "procuringEntity": {
                    "id": "GB-LAC-E09000003",
                    "name": "London Borough of Barnet"
                },
                "documents": [
                    {
                        "id": "0005",
                        "documentType": "notice",
                        "title": "Tender Notice",
                        "description": "Official tender notice.",
                        "url": "http://example.com/tender-notices/ocds-213czf-000-00001-01.html",
                        "datePublished": "2010-03-01T09:00:00Z",
                        "format": "text/html",
                        "language": "en"
                    },
                    {
                        "id": "0006",
                        "documentType": "enquiryResponses",
                        "title": "Enquiry Responses",
                        "description": "Responses to enquiries asked by interested parties.",
                        "url": "http://example.com/enquiry-response/ocds-213czf-000-00001-01.html",
                        "datePublished": "2010-03-20T11:30:15Z",
                        "format": "text/html",
                        "language": "en"
                    }
                ],
                "amendments": [
                    {
                        "id": "update-1",
                        "date": "2010-03-20T09:45:00Z",
                        "rationale": "Update following enquiries.",
                        "description": "Following the enquiry period, enquiries were received and responses to questions asked have been published. No changes to the overall tender details were made.",
                        "amendsReleaseID": "ocds-213czf-000-00001-02-tender",
                        "releaseID": "ocds-213czf-000-00001-03-tenderUpdate"
                    },
                    {
                        "id": "amendment-1",
                        "date": "2010-03-20T10:45:00Z",
                        "rationale": "Revised value",
                        "description": "Following the enquiry period, a decision was made to increase the maximum value by 10%.",
                        "amendsReleaseID": "ocds-213czf-000-00001-03-tenderUpdate",
                        "releaseID": "ocds-213czf-000-00001-03-tenderAmendment"
                    }
                ]
            }
        },
        {
            "ocid": "ocds-213czf-000-00001",
            "id": "ocds-213czf-000-00001-03-tenderUpdate",
            "date": "2010-03-20T09:45:00Z",
            "language": "en",
            "tag": [
                "tenderUpdate"
            ],
            "initiationType": "tender",
            "parties": [
                {
                    "identifier": {
                        "scheme": "GB-LAC",
                        "id": "E09000003",
                        "legalName": "London Borough of Barnet",
                        "uri": "http://www.barnet.gov.uk/"
                    },
                    "name": "London Borough of Barnet",
                    "address": {
                        "streetAddress": "4, North London Business Park, Oakleigh Rd S",
                        "locality": "London",
                        "region": "London",
                        "postalCode": "N11 1NP",
                        "countryName": "United Kingdom"
                    },
                    "contactPoint": {
                        "name": "Procurement Team",
                        "email": "procurement-team@example.com",
                        "telephone": "01234 345 346",
                        "faxNumber": "01234 345 345",
                        "url": "http://example.com/contact/"
                    },
                    "roles": [
                        "procuringEntity",
                        "buyer"
                    ],
                    "id": "GB-LAC-E09000003"
                }
            ],
            "buyer": {
                "id": "GB-LAC-E09000003",
                "name": "London Borough of Barnet"
            },
            "tender": {
                "id": "ocds-213czf-000-00001-01-tender",
                "title": "Planned cycle lane improvements",
                "description": "Tenders solicited for work to build new cycle lanes in the centre of town.",
                "status": "active",
                "items": [
                    {
                        "id": "0001",
                        "description": "string",
                        "classification": {
                            "scheme": "CPV",
                            "id": "45233130",
                            "description": "Construction work for highways",
                            "uri": "http://cpv.data.ac.uk/code-45233130"
                        },
                        "additionalClassifications": [
                            {
                                "scheme": "CPV",
                                "id": "45233162-2",
                                "description": "Cycle path construction work",
                                "uri": "http://cpv.data.ac.uk/code-45233162.html"
                            }
                        ],
                        "quantity": 8,
                        "unit": {
                            "name": "Miles",
                            "value": {
                                "amount": 120000,
                                "currency": "GBP"
                            }
                        }
                    }
                ],
                "minValue": {
                    "amount": 600000,
                    "currency": "GBP"
                },
                "value": {
                    "amount": 1100000,
                    "currency": "GBP"
                },
                "procurementMethod": "open",
                "procurementMethodRationale": "An open competitive tender is required by EU Rules",
                "awardCriteria": "bestProposal",
                "awardCriteriaDetails": "The best proposal, subject to value for money requirements, will be accepted.",
                "submissionMethod": [
                    "electronicSubmission"
                ],
                "submissionMethodDetails": "Submit through the online portal at http://example.com/submissions/ocds-213czf-000-00001-01/",
                "enquiryPeriod": {
                    "startDate": "2010-03-01T09:00:00Z",
                    "endDate": "2010-03-14T17:30:00Z"
                },
                "hasEnquiries": true,
                "tenderPeriod": {
                    "startDate": "2010-03-01T09:00:00Z",
                    "endDate": "2011-04-01T18:00:00Z"
                },
                "awardPeriod": {
                    "startDate": "2010-06-01T00:00:00Z",
                    "endDate": "2011-08-01T23:59:59Z"
                },
                "procuringEntity": {
                    "id": "GB-LAC-E09000003",
                    "name": "London Borough of Barnet"
                },
                "documents": [
                    {
                        "id": "0005",
                        "documentType": "notice",
                        "title": "Tender Notice",
                        "description": "Official tender notice.",
                        "url": "http://example.com/tender-notices/ocds-213czf-000-00001-01.html",
                        "datePublished": "2010-03-01T09:00:00Z",
                        "format": "text/html",
                        "language": "en"
                    },
                    {
                        "id": "0006",
                        "documentType": "enquiryResponses",
                        "title": "Enquiry Responses",
                        "description": "Responses to enquiries asked by interested parties.",
                        "url": "http://example.com/enquiry-response/ocds-213czf-000-00001-01.html",
                        "datePublished": "2010-03-20T11:30:15Z",
                        "format": "text/html",
                        "language": "en"
                    }
                ],
                "amendments": [
                    {
                        "id": "update-1",
                        "date": "2010-03-20T09:45:00Z",
                        "rationale": "Update following enquiries.",
                        "description": "Following the enquiry period, enquiries were received and responses to questions asked have been published. No changes to the overall tender details were made.",
                        "amendsReleaseID": "ocds-213czf-000-00001-02-tender",
                        "releaseID": "ocds-213czf-000-00001-03-tenderUpdate"
                    }
                ]
            }
        },
        {
            "ocid": "ocds-213czf-000-00001",
            "id": "ocds-213czf-000-00001-04-award",
            "date": "2010-05-10T09:30:00Z",
            "language": "en",
            "tag": [
                "award"
            ],
            "initiationType": "tender",
            "parties": [
                {
                    "identifier": {
                        "scheme": "GB-LAC",
                        "id": "E09000003",
                        "legalName": "London Borough of Barnet",
                        "uri": "http://www.barnet.gov.uk/"
                    },
                    "name": "London Borough of Barnet",
                    "address": {
                        "streetAddress": "4, North London Business Park, Oakleigh Rd S",
                        "locality": "London",
                        "region": "London",
                        "postalCode": "N11 1NP",
                        "countryName": "United Kingdom"
                    },
                    "contactPoint": {
                        "name": "Procurement Team",
                        "email": "procurement-team@example.com",
                        "telephone": "01234 345 346",
                        "faxNumber": "01234 345 345",
                        "url": "http://example.com/contact/"
                    },
                    "roles": [
                        "buyer"
                    ],
                    "id": "GB-LAC-E09000003"
                },
                {
                    "identifier": {
                        "scheme": "GB-COH",
                        "id": "1234567844",
                        "legalName": "AnyCorp Ltd",
                        "uri": "http://www.anycorp.example"
                    },
                    "additionalIdentifiers": [
                        {
                            "scheme": "GB-VAT",
                            "id": "987654321"
                        }
                    ],
                    "name": "AnyCorp Cycle Provision",
                    "address": {
                        "streetAddress": "100 Anytown Lane",
                        "locality": "Anytown",
                        "region": "AnyCounty",
                        "postalCode": "AN1 1TN",
                        "countryName": "United Kingdom"
                    },
                    "contactPoint": {
                        "name": "Contracts Team",
                        "email": "contracts@anycorp.example",
                        "telephone": "12345 456 343",
                        "faxNumber": "12345 456 343"
                    },
                    "roles": [
                        "supplier"
                    ],
                    "id": "GB-COH-1234567844"
                }
            ],
            "buyer": {
                "id": "GB-LAC-E09000003",
                "name": "London Borough of Barnet"
            },
            "awards": [
                {
                    "id": "ocds-213czf-000-00001-award-01",
                    "title": "Award of contract to build new cycle lanes in the centre of town.",
                    "description": "AnyCorp Ltd has been awarded the contract to build new cycle lanes in the centre of town.",
                    "status": "pending",
                    "date": "2010-05-10T09:30:00Z",
                    "value": {
                        "amount": 11000000,
                        "currency": "GBP"
                    },
                    "suppliers": [
                        {
                            "id": "GB-COH-1234567844",
                            "name": "AnyCorp Cycle Provision"
                        }
                    ],
                    "items": [
                        {
                            "id": "0001",
                            "description": "string",
                            "classification": {
                                "scheme": "CPV",
                                "id": "45233130",
                                "description": "Construction work for highways",
                                "uri": "http://cpv.data.ac.uk/code-45233130"
                            },
                            "additionalClassifications": [
                                {
                                    "scheme": "CPV",
                                    "id": "45233162-2",
                                    "description": "Cycle path construction work",
                                    "uri": "http://cpv.data.ac.uk/code-45233162.html"
                                }
                            ],
                            "quantity": 8,
                            "unit": {
                                "name": "Miles",
                                "value": {
                                    "amount": 137000,
                                    "currency": "GBP"
                                }
                            }
                        }
                    ],
                    "contractPeriod": {
                        "startDate": "2010-07-01T00:00:00Z",
                        "endDate": "2011-08-01T23:59:00Z"
                    },
                    "documents": [
                        {
                            "id": "0007",
                            "documentType": "notice",
                            "title": "Award notice",
                            "description": "Award of contract to build new cycle lanes in the centre of town to AnyCorp Ltd.",
                            "url": "http://example.com/tender-notices/ocds-213czf-000-00001-04.html",
                            "datePublished": "2010-05-10T09:30:00Z",
                            "format": "text/html",
                            "language": "en"
                        }
                    ]
                }
            ]
        },
        {
            "ocid": "ocds-213czf-000-00001",
            "id": "ocds-213czf-000-00001-05-contract",
            "date": "2010-05-10T10:30:00Z",
            "language": "en",
            "tag": [
                "contract"
            ],
            "initiationType": "tender",
            "parties": [
                {
                    "identifier": {
                        "scheme": "GB-LAC",
                        "id": "E09000003",
                        "legalName": "London Borough of Barnet",
                        "uri": "http://www.barnet.gov.uk/"
                    },
                    "name": "London Borough of Barnet",
                    "address": {
                        "streetAddress": "4, North London Business Park, Oakleigh Rd S",
                        "locality": "London",
                        "region": "London",
                        "postalCode": "N11 1NP",
                        "countryName": "United Kingdom"
                    },
                    "contactPoint": {
                        "name": "Procurement Team",
                        "email": "procurement-team@example.com",
                        "telephone": "01234 345 346",
                        "faxNumber": "01234 345 345",
                        "url": "http://example.com/contact/"
                    },
                    "roles": [
                        "buyer"
                    ],
                    "id": "GB-LAC-E09000003"
                },
                {
                    "identifier": {
                        "scheme": "GB-COH",
                        "id": "1234567844",
                        "legalName": "AnyCorp Ltd",
                        "uri": "http://www.anycorp.example"
                    },
                    "additionalIdentifiers": [
                        {
                            "scheme": "GB-VAT",
                            "id": "987654321"
                        }
                    ],
                    "name": "AnyCorp Cycle Provision",
                    "address": {
                        "streetAddress": "100 Anytown Lane",
                        "locality": "Anytown",
                        "region": "AnyCounty",
                        "postalCode": "AN1 1TN",
                        "countryName": "United Kingdom"
                    },
                    "contactPoint": {
                        "name": "Contracts Team",
                        "email": "contracts@anycorp.example",
                        "telephone": "12345 456 343",
                        "faxNumber": "12345 456 343"
                    },
                    "roles": [
                        "supplier"
                    ],
                    "id": "GB-COH-1234567844"
                }
            ],
            "buyer": {
                "id": "GB-LAC-E09000003",
                "name": "London Borough of Barnet"
            },
            "awards": [
                {
                    "id": "ocds-213czf-000-00001-award-01",
                    "title": "Award of contract to build new cycle lanes in the centre of town.",
                    "description": "AnyCorp Ltd has been awarded the contract to build new cycle lanes in the centre of town.",
                    "status": "active",
                    "date": "2010-05-10T10:30:00Z",
                    "value": {
                        "amount": 11000000,
                        "currency": "GBP"
                    },
                    "suppliers": [
                        {
                            "id": "GB-COH-1234567844",
                            "name": "AnyCorp Cycle Provision"
                        }
                    ],
                    "items": [
                        {
                            "id": "0001",
                            "description": "string",
                            "classification": {
                                "scheme": "CPV",
                                "id": "45233130",
                                "description": "Construction work for highways",
                                "uri": "http://cpv.data.ac.uk/code-45233130"
                            },
                            "additionalClassifications": [
                                {
                                    "scheme": "CPV",
                                    "id": "45233162-2",
                                    "description": "Cycle path construction work",
                                    "uri": "http://cpv.data.ac.uk/code-45233162.html"
                                }
                            ],
                            "quantity": 8,
                            "unit": {
                                "name": "Miles",
                                "value": {
                                    "amount": 137000,
                                    "currency": "GBP"
                                }
                            }
                        }
                    ],
                    "contractPeriod": {
                        "startDate": "2010-07-01T00:00:00Z",
                        "endDate": "2011-08-01T23:59:00Z"
                    },
                    "documents": [
                        {
                            "id": "0007",
                            "documentType": "notice",
                            "title": "Award notice",
                            "description": "Award of contract to build new cycle lanes in the centre of town to AnyCorp Ltd.",
                            "url": "http://example.com/tender-notices/ocds-213czf-000-00001-04.html",
                            "datePublished": "2010-05-10T10:30:00Z",
                            "format": "text/html",
                            "language": "en"
                        }
                    ]
                }
            ],
            "contracts": [
                {
                    "id": "ocds-213czf-000-00001-contract-01",
                    "awardID": "ocds-213czf-000-00001-award-01",
                    "title": "Contract to build new cycle lanes in the centre of town.",
                    "description": "A contract has been signed between the Council and AnyCorp Ltd for construction of new cycle lanes in the centre of town.",
                    "status": "active",
                    "period": {
                        "startDate": "2010-07-01T00:00:00Z",
                        "endDate": "2011-08-01T23:59:00Z"
                    },
                    "value": {
                        "amount": 11000000,
                        "currency": "GBP"
                    },
                    "items": [
                        {
                            "id": "0001",
                            "description": "string",
                            "classification": {
                                "scheme": "CPV",
                                "id": "45233130",
                                "description": "Construction work for highways",
                                "uri": "http://cpv.data.ac.uk/code-45233130"
                            },
                            "additionalClassifications": [
                                {
                                    "scheme": "CPV",
                                    "id": "45233162-2",
                                    "description": "Cycle path construction work",
                                    "uri": "http://cpv.data.ac.uk/code-45233162.html"
                                }
                            ],
                            "quantity": 8,
                            "unit": {
                                "name": "Miles",
                                "value": {
                                    "amount": 137000,
                                    "currency": "GBP"
                                }
                            }
                        }
                    ],
                    "dateSigned": "2015-06-10T14:23:12Z",
                    "documents": [
                        {
                            "id": "0008",
                            "documentType": "contractSigned",
                            "title": "Signed Contract",
                            "description": "The Signed Contract for Cycle Path Construction",
                            "url": "http://example.com/contracts/ocds-213czf-000-00001",
                            "datePublished": "2015-06-10T16:43:12Z",
                            "format": "application/pdf",
                            "language": "en"
                        }
                    ]
                }
            ]
        },
        {
            "ocid": "ocds-213czf-000-00001",
            "id": "ocds-213czf-000-00001-06-implementation",
            "date": "2011-01-10T09:30:00Z",
            "language": "en",
            "tag": [
                "implementation"
            ],
            "initiationType": "tender",
            "parties": [
                {
                    "identifier": {
                        "scheme": "GB-LAC",
                        "id": "E09000003",
                        "legalName": "London Borough of Barnet",
                        "uri": "http://www.barnet.gov.uk/"
                    },
                    "name": "London Borough of Barnet",
                    "address": {
                        "streetAddress": "4, North London Business Park, Oakleigh Rd S",
                        "locality": "London",
                        "region": "London",
                        "postalCode": "N11 1NP",
                        "countryName": "United Kingdom"
                    },
                    "contactPoint": {
                        "name": "Procurement Team",
                        "email": "procurement-team@example.com",
                        "telephone": "01234 345 346",
                        "faxNumber": "01234 345 345",
                        "url": "http://example.com/contact/"
                    },
                    "roles": [
                        "buyer"
                    ],
                    "id": "GB-LAC-E09000003"
                },
                {
                    "identifier": {
                        "scheme": "GB-COH",
                        "id": "1234567844",
                        "legalName": "AnyCorp Ltd",
                        "uri": "http://www.anycorp.example"
                    },
                    "additionalIdentifiers": [
                        {
                            "scheme": "GB-VAT",
                            "id": "987654321"
                        }
                    ],
                    "name": "AnyCorp Cycle Provision",
                    "address": {
                        "streetAddress": "100 Anytown Lane",
                        "locality": "Anytown",
                        "region": "AnyCounty",
                        "postalCode": "AN1 1TN",
                        "countryName": "United Kingdom"
                    },
                    "contactPoint": {
                        "name": "Contracts Team",
                        "email": "contracts@anycorp.example",
                        "telephone": "12345 456 343",
                        "faxNumber": "12345 456 343"
                    },
                    "roles": [
                        "supplier"
                    ],
                    "id": "GB-COH-1234567844"
                }
            ],
            "buyer": {
                "id": "GB-LAC-E09000003",
                "name": "London Borough of Barnet"
            },
            "awards": [
                {
                    "id": "ocds-213czf-000-00001-award-01",
                    "title": "Award of contract to build new cycle lanes in the centre of town.",
                    "description": "AnyCorp Ltd has been awarded the contract to build new cycle lanes in the centre of town.",
                    "status": "active",
                    "date": "2010-05-10T10:30:00Z",
                    "value": {
                        "amount": 11000000,
                        "currency": "GBP"
                    },
                    "suppliers": [
                        {
                            "id": "GB-COH-1234567844",
                            "name": "AnyCorp Cycle Provision"
                        }
                    ],
                    "items": [
                        {
                            "id": "0001",
                            "description": "string",
                            "classification": {
                                "scheme": "CPV",
                                "id": "45233130",
                                "description": "Construction work for highways",
                                "uri": "http://cpv.data.ac.uk/code-45233130"
                            },
                            "additionalClassifications": [
                                {
                                    "scheme": "CPV",
                                    "id": "45233162-2",
                                    "description": "Cycle path construction work",
                                    "uri": "http://cpv.data.ac.uk/code-45233162.html"
                                }
                            ],
                            "quantity": 8,
                            "unit": {
                                "name": "Miles",
                                "value": {
                                    "amount": 137000,
                                    "currency": "GBP"
                                }
                            }
                        }
                    ],
                    "contractPeriod": {
                        "startDate": "2010-07-01T00:00:00Z",
                        "endDate": "2011-08-01T23:59:00Z"
                    },
                    "documents": [
                        {
                            "id": "0007",
                            "documentType": "notice",
                            "title": "Award notice",
                            "description": "Award of contract to build new cycle lanes in the centre of town to AnyCorp Ltd.",
                            "url": "http://example.com/tender-notices/ocds-213czf-000-00001-04.html",
                            "datePublished": "2010-05-10T10:30:00Z",
                            "format": "text/html",
                            "language": "en"
                        }
                    ]
                }
            ],
            "contracts": [
                {
                    "id": "ocds-213czf-000-00001-contract-01",
                    "awardID": "ocds-213czf-000-00001-award-01",
                    "title": "Contract to build new cycle lanes in the centre of town.",
                    "description": "Contract monitoring for cycle lane construction.",
                    "status": "active",
                    "period": {
                        "startDate": "2010-07-01T00:00:00Z",
                        "endDate": "2011-08-01T23:59:00Z"
                    },
                    "value": {
                        "amount": 11000000,
                        "currency": "GBP"
                    },
                    "items": [
                        {
                            "id": "0001",
                            "description": "string",
                            "classification": {
                                "scheme": "CPV",
                                "id": "45233130",
                                "description": "Construction work for highways",
                                "uri": "http://cpv.data.ac.uk/code-45233130"
                            },
                            "additionalClassifications": [
                                {
                                    "scheme": "CPV",
                                    "id": "45233162-2",
                                    "description": "Cycle path construction work",
                                    "uri": "http://cpv.data.ac.uk/code-45233162.html"
                                }
                            ],
                            "quantity": 8,
                            "unit": {
                                "name": "Miles",
                                "value": {
                                    "amount": 137000,
                                    "currency": "GBP"
                                }
                            }
                        }
                    ],
                    "dateSigned": "2015-06-10T14:23:12Z",
                    "documents": [
                        {
                            "id": "0009",
                            "documentType": "physicalProcessReport",
                            "title": "Progress report",
                            "description": "Physical progress report for cycle path construction",
                            "url": "http://example.com/reports/ocds-213czf-000-00001/cycle-path-01.pdf",
                            "datePublished": "2010-12-15T15:34:02Z",
                            "format": "application/pdf",
                            "language": "en"
                        }
                    ],
                    "implementation": {
                        "transactions": [
                            {
                                "id": "ocds-213czf-000-00001-1",
                                "source": "https://openspending.org/uk-barnet-spending/",
                                "date": "2010-08-01T00:00:00Z",
                                "uri": "https://openspending.org/uk-barnet-spending/transaction/asd9235qaghvs1059620ywhgai",
                                "payer": {
                                    "id": "GB-LAC-E09000003",
                                    "name": "London Borough of Barnet"
                                },
                                "payee": {
                                    "id": "GB-COH-1234567844",
                                    "name": "AnyCorp Ltd"
                                },
                                "value": {
                                    "amount": 500000,
                                    "currency": "GBP"
                                }
                            },
                            {
                                "id": "ocds-213czf-000-00001-2",
                                "source": "https://openspending.org/uk-barnet-spending/",
                                "date": "2010-10-01T00:00:00Z",
                                "uri": "https://openspending.org/uk-barnet-spending/transaction/asd9235qaghvs105962as0012",
                                "payer": {
                                    "id": "GB-LAC-E09000003",
                                    "name": "London Borough of Barnet"
                                },
                                "payee": {
                                    "id": "GB-COH-1234567844",
                                    "name": "AnyCorp Ltd"
                                },
                                "value": {
                                    "amount": 100000,
                                    "currency": "GBP"
                                }
                            }
                        ]
                    }
                }
            ]
        }
    ]
}

Comparaison des options

Voici quelques éléments de reflexion :

  • Utiliser des instances liées produit des fichiers de taille plus petite que les fichiers des instances intégrées.

  • Du point du vue de l'utilisateur, le contenu des instances est plus accessible avec des instances intégrées qu'avec des instances liées, car ce dernier implique une extraction décrite ci-dessus.

  • Du point de vue du producteur, utiliser des instances liées implique la publication des paquets d'instances et l'élaboration de la valeur des champs url, alors que ce n'est pas nécessaires avec des instances embarquées.

Instance compilée

L'instance compilée est la dernière version de toutes les données relatives à un processus de passation de marché. En d'autres termes, c'est un instantané de l'état actuel d'une procédure de passation de marché.

Une instance compilée est conforme au schéma d'instance à l'exception des champs pour lesquels "omitWhenMerged": true est déclaré.

Le processus de création d'une instance compilée à partir d'instances individuelles est décrit dans la partie relative à la fusion.

Instance versionnée

Une instance versionnée agrège toutes les valeurs de tous les champs provenant de toutes les instances. Pour chaque champ, elle décrit l’historique des valeurs, de la valeur initiale à la valeur actuelle, en incluant les champs id, date et tag de l'instance dans laquelle la valeur a été modifiée.

Cette information versionnée est importante pour de nombreux cas d'utilisation des données liées au suivi et à la surveillance des contrats. Cependant, elle peut considérablement accroître la taille des fichiers. Les producteurs peuvent donc choisir de publier des archives avec et des archives sans instance versionnée.

Si l'instance versionnée n'est pas fournie, un tiers peut la générer par un traitement des instances des archives conforme à la partie relative à la fusion.

The following example displays a single field's versioned values. This shows that the amount changed between the planning stage and the tender stage, while the currency did not.

{
    "amount": [
        {
            "releaseID": "ocds-213czf-000-00002-01-tender",
            "releaseDate": "2016-01-01T09:30:00Z",
            "releaseTag": [
                "tender"
            ],
            "value": 1000
        },
        {
            "releaseID": "ocds-213czf-000-00002-01-tender-amendment",
            "releaseDate": "2016-02-05T10:30:00Z",
            "releaseTag": [
                "tenderAmendment"
            ],
            "value": 2000
        }
    ],
    "currency": [
        {
            "releaseID": "ocds-213czf-000-00002-01-tender",
            "releaseDate": "2016-01-01T09:30:00Z",
            "releaseTag": [
                "tender"
            ],
            "value": "USD"
        }
    ]
}