Skip to content

Commit

Permalink
Disallow Tender.lotDetails from being null (bug introduced in v1.1.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Mar 20, 2019
1 parent 3a2ef96 commit 3df5600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ Report issues for this extension in the [ocds-extensions repository](https://git

### v1.1.4

* Disallow `Tender.lotDetails` from being null (bug introduced in first release)
* `Tender.lotDetails` no longer uses a `$ref` to a `LotDetails` definition
* Remove Sphinx directives from readme
* Update extension.json for Extension Explorer
Expand Down
5 changes: 1 addition & 4 deletions release-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@
"lotDetails": {
"title": "Lot Details",
"description": "If this tender is divided into lots, details can be provided here of any criteria that apply to bidding on these lots. This extended property is currently focused on fields required by the EU TED data standard",
"type": [
"object",
"null"
],
"type": "object",
"properties": {
"maximumLotsBidPerSupplier": {
"title": "Maximum lots per supplier",
Expand Down

0 comments on commit 3df5600

Please sign in to comment.