{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "AgentPoolUpgradeProfile",
"type": "object",
"description": "The list of available upgrades for an agent pool.",
"properties": {
"id": {
"type": "string",
"description": "The ID of the agent pool upgrade profile."
},
"name": {
"type": "string",
"description": "The name of the agent pool upgrade profile."
},
"type": {
"type": "string",
"description": "The type of the agent pool upgrade profile."
},
"properties": {
"type": "object"
}
}
}