Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openprocurement/ocds_procurementmethodtype_extension
https://github.com/openprocurement/ocds_procurementmethodtype_extension
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/openprocurement/ocds_procurementmethodtype_extension
- Owner: openprocurement
- License: apache-2.0
- Created: 2019-01-23T14:21:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-23T14:23:01.000Z (almost 6 years ago)
- Last Synced: 2024-11-09T11:35:21.198Z (2 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Procurement Method Type
The extension shows type of Open Procurement procedure.## Overview
The field introduced by this extension is:
- `tender/procurementMethodType` - Type of Open Procurement procedure.
It should be one of these values: `belowThreshold`,`aboveThresholdUA`,
`aboveThresholdUA.defense`,`aboveThresholdEU`,`reporting`,`negotiation`,
`negotiation.quick`,`competitivedialogue`,`esco`.
## Examples
The following extract illustrates this property in use within the `tender` block.
```.env
{
"tender": {
"id": "ocds-213czf-lots-00001-01-tender",
"title": "Architecture and engineering services",
"procurementMethodType": "belowThreshold"
}
}
```