Skip to content

Fixed version for OCDS 1.1.3

Compare
Choose a tag to compare
@jpmckinney jpmckinney released this 30 Jan 17:28
· 160 commits to master since this release
f342e40
  • Disallow required fields BidsStatistic.id, BidsStatistic.measure, BidsStatistic.value from being null
  • Disallow Bids.statistics from having null in its array of objects
  • Allow Bids.statistics to be null
  • Add enum to BidsStatistic.status
  • Move BidsStatistic.requirementResponses to requirements extension
  • Add descriptions to bidStatus.csv
  • List codelists in extension.json
  • Add example to documentation
  • Add tests and tidy code