Skip to content

Commit

Permalink
Added tender.selectionCriteria string field #901
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinMaudry committed Sep 17, 2020
1 parent 7b2789e commit 39e6523
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions schema/release-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,14 @@
"null"
]
},
"selectionCriteria": {
"title": "Selection criteria",
"description": "A description of any selection criteria for potential suppliers. For example, a supplier might need to prove a certain professional ability, enrollment in a particular trade register or a minimum financial standing. More structured information can be provided on selection criteria using the selection criteria extension.",
"type": [
"string",
"null"
]
},
"awardPeriod": {
"title": "Evaluation and award period",
"description": "The period for decision making regarding the contract award. The end date should be the date on which an award decision is due to be finalized. The start date may be used to indicate the start of an evaluation period.",
Expand Down Expand Up @@ -480,7 +488,14 @@
"string",
"null"
]
},
"^(selectionCriteria_(((([A-Za-z]{2,3}(-([A-Za-z]{3}(-[A-Za-z]{3}){0,2}))?)|[A-Za-z]{4}|[A-Za-z]{5,8})(-([A-Za-z]{4}))?(-([A-Za-z]{2}|[0-9]{3}))?(-([A-Za-z0-9]{5,8}|[0-9][A-Za-z0-9]{3}))*(-([0-9A-WY-Za-wy-z](-[A-Za-z0-9]{2,8})+))*(-(x(-[A-Za-z0-9]{1,8})+))?)|(x(-[A-Za-z0-9]{1,8})+)))$": {
"type": [
"string",
"null"
]
}

}
},
"Award": {
Expand Down

0 comments on commit 39e6523

Please sign in to comment.