From d31c92fb6cb2d702dfe02930d26fe8c8a979b955 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Wed, 7 Jun 2023 17:04:21 -0400 Subject: [PATCH] docs: Remove references to removed fields from readme --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6b52a06..2151627 100644 --- a/README.md +++ b/README.md @@ -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