-
Notifications
You must be signed in to change notification settings - Fork 46
Example: Investment Project Identifier #887
Copy link
Copy link
Open
Labels
Extensions - DraftedRelating to a drafted extensionRelating to a drafted extensionFocus - ExamplesRelating to examples in the guidanceRelating to examples in the guidanceSchemaRelating to other changes in the JSON Schema (renamed fields, schema properties, etc.)Relating to other changes in the JSON Schema (renamed fields, schema properties, etc.)
Milestone
Metadata
Metadata
Assignees
Labels
Extensions - DraftedRelating to a drafted extensionRelating to a drafted extensionFocus - ExamplesRelating to examples in the guidanceRelating to examples in the guidanceSchemaRelating to other changes in the JSON Schema (renamed fields, schema properties, etc.)Relating to other changes in the JSON Schema (renamed fields, schema properties, etc.)
Type
Projects
Status
Backlog: Examples
In Paraguay and in other countries, there are, as infraestructure project like CoST, another kind of projects, investment project, which can be linked to its corresponding contracts in the planning level of the contracting process.
To make this link, its proposed to add the name, id and uri of the project at the planning level as:
{ "planning": { "investmentProject": { "id": "566", "name": "Ampliación y duplicación de las rutas 2 y 7", "uri": "http://mapainversionessnip.economia.gov.py/proyecto/perfilproyecto/566" } } }REF: http://mapainversionessnip.economia.gov.py
The extension is drafted here: https://gitlab.com/dncp-opendata/ocds_planning_investmentproject_extension
@duncandewhurst