Documentation

Adds the SimpleIdentifier definition and related fields from the OCDS 1.2 draft (#1490).

Example

{
  "tender": {
    "identifiers": [
      {
        "id": "PROC/2020/0024-ABC-FGHI",
        "scheme": "internal"
      }
    ]
  },
  "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.