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
25 changes: 21 additions & 4 deletions specs/Data-Gateway.json
Original file line number Diff line number Diff line change
Expand Up @@ -2903,12 +2903,18 @@
},
"altProduct": {
"type": [
"string",
"array",
"null"
],
Comment thread
JD-ghforme marked this conversation as resolved.
"description": "Alternate product, if any, or null.",
"description": "Alternative products that may be used for this year phase, or null when no alternatives apply.",
"examples": [
"Other Product",
[
{
"name": "Google Workspace",
"publisher": "Google",
"status": "Broad Adoption"
}
],
null
]
},
Expand Down Expand Up @@ -2960,7 +2966,18 @@
"0d8e0c84-c0b4-4459-8b23-11ccff5ae319"
],
"isDeepDive": true,
"altProduct": "Other Product",
"altProduct": [
{
"name": "Other Product",
"publisher": "Other",
"status": "Broad Adoption"
},
{
"name": "Another Product",
"publisher": "Another",
"status": "Limited Adoption"
}
],
"publisher": "Microsoft",
"useCase": "Augment"
}
Expand Down