Skip to content

Commit

Permalink
Update mergeStrategy property to wholeListMerge property
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jan 30, 2019
1 parent b06bc06 commit 6cd647d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ Report issues for this extension in the [ocds-extensions repository](https://git

## Changelog

### v1.1.4

* Update `mergeStrategy` property to `wholeListMerge` property

### v1.1.3

* Disallow `ParticipationFee.type` from having null in its array of strings
Expand Down
4 changes: 2 additions & 2 deletions release-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@
"title": "Participation fees",
"description": "Any fees applicable to bidders wishing to participate in the tender process. Fees may apply for access to bidding documents, for the submission of bids or there may be a win fee payable by the successful bidder.",
"type": "array",
"mergeStrategy": "ocdsVersion",
"items": {
"$ref": "#/definitions/ParticipationFee"
},
"uniqueItems": true
"uniqueItems": true,
"wholeListMerge": true
}
}
}
Expand Down

0 comments on commit 6cd647d

Please sign in to comment.