Skip to content

Commit

Permalink
release-schema.json: remove Sources, update .sources
Browse files Browse the repository at this point in the history
  • Loading branch information
odscjen committed Oct 10, 2024
1 parent 52e311d commit 7b1ee75
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions release-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,15 @@
"description": "The sources in which the exclusion grounds are defined.",
"type": "array",
"items": {
"$ref": "#/definitions/Source"
"type": "string",
"enum": [
"epo-notice",
"epo-procurement-document",
"epo-sub-espd"
]
},
"wholeListMerge": true,
"codelist": "sources.csv",
"openCodelist": false,
"uniqueItems": true,
"minItems": 1
}
Expand All @@ -219,25 +225,19 @@
"description": "The sources in which the selection criteria are defined.",
"type": "array",
"items": {
"$ref": "#/definitions/Source"
"type": "string",
"enum": [
"epo-notice",
"epo-procurement-document",
"epo-sub-espd"
]
},
"wholeListMerge": true,
"codelist": "sources.csv",
"openCodelist": false,
"uniqueItems": true,
"minItems": 1
}
}
},
"Source": {
"title": "Source",
"description": "Where the criteria are defined.",
"type": "string",
"codelist": "sources.csv",
"openCodelist": false,
"enum": [
"epo-notice",
"epo-procurement-document",
"epo-sub-espd"
]
}
}
}

0 comments on commit 7b1ee75

Please sign in to comment.