Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions specs/Data-Gateway.json
Original file line number Diff line number Diff line change
Expand Up @@ -2907,6 +2907,36 @@
"null"
],
"description": "Alternative products that may be used for this year phase, or null when no alternatives apply.",
"items": {
"type": "object",
"description": "An alternative product considered for this year phase.",
"properties": {
"name": {
"type": "string",
"description": "Alternative product name."
},
"publisher": {
"type": [
"string",
"null"
],
"description": "Organization that publishes the alternative product, or null if unspecified."
},
"status": {
"type": [
"string",
"null"
],
"description": "Adoption status of the alternative product, or null if unspecified."
}
},
"required": [
"name",
"publisher",
"status"
],
"additionalProperties": false
},
"examples": [
[
{
Expand Down