Referencia de Registros

Aunque pueden haber múltiples entregas sobre un proceso de contrataciones, debe haber un solo registro por proceso de contrataciones, uniendo todas las entregas disponibles para el proceso de contrataciones.

Nota: Si se encuentran conflictos entre este texto, y el texto dentro del esquema, el esquema tiene precedencia.

Navegando el esquema

Esta página presenta el esquema del paquete de entregas en un navegador interactivo. También puede descargar la versión canónica del esquema del paquete de entregas como Esquema JSON, o verlo en un navegador interactivo.

Metadatos del paquete

Los registros deben publicarse dentro de un paquete de registros. El paquete de registros proporciona metadatos sobre el(los) registro(s) que contiene.

Título

Descripción

Tipo

Formato

Requerido

uri

string

uri

Required

Identificador de paquete

La URI de este paquete que lo identifica de manera única en el mundo.

version

string

Required

Versión del esquema de OCDS

La versión del esquema de OCDS usada en este paquete, expresada como major.minor. Por ejemplo 1.0 o 1.1

extensions

array[string]

Extensiones OCDS

Una lista de extensiones OCDS que se utiliza en este paquete, en el cual cada item es el URL de un archivo extension.json.

publisher

object

Required

Publicador

Información que identifica de manera única al publicador de este paquete.

publisher/name

string

Required

Nombre

El nombre de la organización o departamento responsable de publicar estos datos.

publisher/scheme

[string, null]

Esquema

El esquema que tiene los identificadores únicos utilizados para identificar el artículo que se identifica.

publisher/uid

[string, null]

uid

El ID único para esta entidad en el esquema de identificadores dado.

publisher/uri

[string, null]

uri

URI

Una URI para identificar al publicador.

license

[string, null]

uri

Licencia

Un enlace a la licencia que aplica para los datos en este paquete. Se recomiendan licencias de Entrega al Dominio Público o que cumplan con la Open Definition. Se deberá usar la URI canónica de la licencia. Los documentos enlazados desde este archivo pueden estar bajo otras condiciones de licencia.

publicationPolicy

[string, null]

uri

Política de publicación

Un enlace a un documento que describe la política de publicación de los publicadores.

publishedDate

string

date-time

Required

Fecha de publicación

La fecha en que se publicó este paquete. Si se generó 'bajo demanda', esta fecha debe de reflejar la fecha del último cambio y los contenidos subyacentes del paquete.

packages

array[string]

Paquetes

Una lista de URIs de todos los paquetes de entregas que se usaron para crear este paquete de registros.

records

array[Registro]

Required

Registros

Los registros para este paquete de datos.

See record

Consulte la guía de licencias para obtener más detalles sobre cómo seleccionar una licencia y publicar información de esta.

Consulte la guía de política de publicación para obtener más detalles sobre qué incluir en una política de publicación.

Los metadatos del paquete de registro tienen dos diferencias frente a los metadatos del paquete de entrega:

  • En vez de una lista de releases, un paquete de registros tiene una lista de records que contiene uno o más registros.

  • Un paquete de registros tiene una lista de packages, para vincular los paquetes de entregas que se utilizaron para preparar los registros.

El siguiente ejemplo muestra todos los metadatos del paquete y los campos del registro.

{
    "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"
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}

Estructura de un registro

Un registro debe contener un ocid y todas las entregas sobre el proceso de contrataciones. Como tal, un registro funciona como un índice de todas las entregas sobre un proceso de contrataciones.

Un registro debería contener un objeto compiledRelease, que representa el estado del proceso de contrataciones al momento de la publicación del registro.

Un registro ** puede ** contener un objeto versionedRelease, que agrega, en un solo objeto, todos los valores de todos los campos de todas las entregas. La entrega versionada está diseñada para que sea fácil ver cómo cambian los valores de una entrega a otra, y generalmente serán generados por los usuarios de datos en vez de los publicadores.

Entregas

Cada entrega en un registro puede proporcionarse como una entrega vinculada o como una entrega incrustada.

Entregas vinculadas

Una entrega vinculada sigue un esquema simple:

Título

Descripción

Tipo

Formato

Requerido

url

[string, null]

uri

Required

URL de la Entrega

La URL de la entrega que contiene la URL del paquete con el id de entrega anexado usando un identificador de fragmento e.j. https://standard.open-contracting.org/1.1/es/examples/tender.json#ocds-213czf-000-00001.

date

string

date-time

Required

Fecha de entrega

La fecha de una entrega. Debe ser igual al valor del campo date de la entrega. Esto se usa para ordenar las entregas en la lista en orden cronológico.

tag

array[string]

Etiqueta de entrega

Las etiquetas de la entrega. Deben ser iguales al valor del campo tag de la entrega. Esto da contexto adicional cuando se revisa un registro para ver qué tipos de entrega se incluyen para este ocid.

Para cada valor de url, debe ser posible que una aplicación de consumo recupere el paquete de entregas en la URL e identifique la entrega dentro de él. Dado que un paquete de entregas puede contener múltiples entregas, para que una entrega vinculada identifique una entrega específica a través de su campo url, el id de la entrega debe adjuntarse a la URL del paquete de entrega utilizando un identificador de fragmento.

El siguiente ejemplo muestra el uso de entregas vinculadas.

{
    "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"
                        }
                    ]
                }
            }
        ]
    }
}

Arriba, la primera entrega vinculada tiene el valor de url de https://standard.open-contracting.org/examples/releases/ocds-213czf-000-00002-01-award1.json#ocds-213czf-000-00002-01-award1. La primera parte (https://standard.open-contracting.org/examples/releases/ocds-213czf-000-00002-01-award1.json) es la URL del paquete de entregas, y el identificador de fragmento (ocds-213czf-000-00002-01-award1) es el id de la entrega.

Los valores de id de entrega sólo deben ser únicos dentro del alcance de un proceso de contratación: es decir, dentro del alcance de un valor de ocid. Así, una aplicación de consumo necesita usar ese identificador de fragmento en combinación con el ocid del registro para identificar la entrega correspondiente dentro del paquete de entregas.

Entregas embebidas

Una entrega incrustada sigue el esquema de entrega. En otras palabras, en vez de vincularse a una entrega dentro de un paquete de entrega como se mencionó anteriormente, la entrega se incluye en su totalidad dentro del registro.

El siguiente ejemplo muestra el uso de entregas incrustadas.

{
    "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"
                                }
                            }
                        ]
                    }
                }
            ]
        }
    ]
}

Comparando opciones

Las consideraciones son:

  • Utilizar entregas vinculadas genera archivos de menor tamaño, en comparación a utilizar entregas incrustadas.

  • Desde la perspectiva del usuario, el contenido de las entregas es más fácil de acceder como entregas incrustadas que como entregas vinculadas (lo cual requiere el proceso de recuperación que se describió anteriormente).

  • Desde la perspectiva de un publicador, usar entregas vinculadas involucra publicar paquetes de entregas y construir valores de url, mientras que utilizar entregas incrustadas no involucra esto.

Entrega compilada

La entrega compilada es la última versión de todos los datos sobre un proceso de contratación. En otras palabras, proporciona una instantánea o imagen del estado actual de un proceso de contrataciones.

La entrega compilada sigue el esquema de entrega, con la excepción de cualquier campo en el que se declara "omitWhenMerged": true.

El proceso para crear una entrega compilada a partir de entregas individuales se describe en la referencia de fusionar

Entrega versionada

Una entrega versionada contiene todos los valores de todos los campos de todas las entregas. Para cada campo, se describe el historial de valores desde el valor inicial hasta el valor actual, incluyendo el id, date y tag de la entrega en la que el valor se modificó.

La información versionada es importante para muchos casos de uso relacionados al monitoreo de los contratos. Sin embargo, puede incrementar substancialmente el tamaño de los archivos. Los publicadores pueden considerar publicar copias de los registros con y sin entregas versionadas.

Si la entrega versionada no se proporciona, entidades externas pueden generarla al procesar las entregas en el registro de acuerdo a lo indicado en la referencia de fusionar.

El siguiente ejemplo muestra los valores versionados de un solo campo. Esto muestra que la cantidad cambió entre la etapa de planificación y la etapa de licitación, mientras que la moneda no cambió.

{
    "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"
        }
    ]
}