diff --git a/specs/Data-Gateway.json b/specs/Data-Gateway.json index f0469e0..a9c269d 100644 --- a/specs/Data-Gateway.json +++ b/specs/Data-Gateway.json @@ -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": [ [ {