Skip to content

Commit

Permalink
docs: Remove references to removed fields from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jun 7, 2023
1 parent 2789823 commit d31c92f
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,12 @@ Therefore the CCCEV model can be used to express both **AND** conditions, where

## Schema

The extension introduces a new building block for each of the concepts described above, these are added to the following locations in the OCDS schema:

* *tender.criteria* - an array of criteria
* *tender.criteria.requirementGroups* - an array of requirement groups
* *tender.criteria.requirementGroups.requirements* - an array of requirements
* *bids.requirementResponses* - an array of requirement responses (Note: depends on *bid* extension)
* *awards.requirementResponses* - an array of requirements responses
* *contracts.requirementResponses* - an array or requirement responses
The extension introduces a new subschema for each of the concepts described above, these are added to the following locations in the OCDS schema:

* `tender.criteria` - an array of criteria
* `tender.criteria.requirementGroups` - an array of requirement groups
* `tender.criteria.requirementGroups.requirements` - an array of requirements
* `Bid.requirementResponses` - an array of requirement responses (depends on the [Bid statistics and details](https://extensions.open-contracting.org/en/extensions/bids/master/) extension)

## Example

Expand Down

0 comments on commit d31c92f

Please sign in to comment.