Skip to content

Adds an array of classification objects to the tender object, in order to categorize the procedure or call-off as a whole.

License

Notifications You must be signed in to change notification settings

open-contracting-extensions/ocds_tenderClassification_extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tender classification

Adds an array of classification objects to the tender object, in order to categorize the procedure or call-off as a whole.

The items to be procured are expected to have more specific classifications than the procedure as a whole.

Legal context

In the European Union, this extension's fields correspond to eForms BG-261 (Classification). For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.

Example

{
  "tender": {
    "classification": {
      "description": "Advertising management services",
      "id": "79341200-8",
      "scheme": "CPV"
    },
    "additionalClassifications": [
      {
        "description": "Advertising campaign services",
        "id": "79341400-0",
        "scheme": "CPV"
      },
      {
        "description": "Customer services",
        "id": "79342300-6",
        "scheme": "CPV"
      }
    ]
  }
}

Issues

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

Changelog

2021-01-19

  • Add "or call-off" in the description of the extension.

2020-04-24

  • Add minProperties, minItems and/or minLength properties.

This extension was originally discussed as part of the OCDS for EU profile and in pull requests.

About

Adds an array of classification objects to the tender object, in order to categorize the procedure or call-off as a whole.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published