Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -8183,13 +8183,15 @@
"description": "Holds information on upgrades and compatibility for given major.minor mesh release.",
"properties": {
"revision": {
"type": "string"
"type": "string",
"description": "The mesh release version."
Comment thread
deveshdama marked this conversation as resolved.
Outdated
},
"upgrades": {
"type": "array",
"description": "List of revisions available for upgrade of a specific mesh revision",
"items": {
"type": "string"
"type": "string",
"description": "The revisions."
Comment thread
deveshdama marked this conversation as resolved.
Outdated
}
},
"compatibleWith": {
Expand All @@ -8204,14 +8206,18 @@
},
"CompatibleVersions": {
"type": "object",
"description": "List of compatible versions.",
Comment thread
deveshdama marked this conversation as resolved.
Outdated
"properties": {
"name": {
"type": "string"
"type": "string",
"description": "The product name."
Comment thread
deveshdama marked this conversation as resolved.
Outdated
},
"versions": {
"type": "array",
"description": "The product versions.",
Comment thread
deveshdama marked this conversation as resolved.
Outdated
"items": {
"type": "string"
"type": "string",
"description": "The product version."
Comment thread
deveshdama marked this conversation as resolved.
Outdated
}
}
}
Expand Down