Skip to content

open-contracting-extensions/ocds_1_2_draft_extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCDS 1.2 Draft Extension

Adds fields, definitions and codelists from the draft version of OCDS 1.2 for use in OCDS for eForms.

Only use this extension with the OCDS for eForms profile.

Legal context

In the European Union, this extension's fields correspond to the following eForms business terms:

  • BT-660 (Framework Re-estimated Value)
  • BT-709 (Framework Maximum Value)
  • BT-150 (Contract identifier)
  • BT-708 (Documents Official Language)
  • BT-22 (Internal Identifier)

For correspondences to eForms fields, see OCDS for eForms.

Example

{
  "parties": [
    {
      "id": "1",
      "roles": [
        "wholesaleBuyer"
      ]
    }
  ],
  "tender": {
    "identifiers": [
      {
        "id": "PROC/2020/0024-ABC-FGHI",
        "scheme": "internal"
      }
    ],
    "documents": [
      {
        "id": "1",
        "languages": [
          "en"
        ]
      }
    ]
  },
  "awards": [
    {
      "id": "1",
      "estimatedValue": {
        "amount": 4500,
        "currency": "EUR"
      },
      "maximumValue": {
        "amount": 5000,
        "currency": "EUR"
      }
    }
  ],
  "contracts": [
    {
      "id": "1",
      "awardID": "1",
      "identifiers": [
        {
          "id": "CRN ABC:EFG/2020-01",
          "scheme": "NL-TENDERNED"
        }
      ]
    }
  ]
}

Issues

Report issues for this extension in the ocds-extensions repository, putting the extension's name in the issue's title.

About

Adds fields and definitions from the draft version of OCDS 1.2.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published