{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "AgentPoolAvailableVersions",
"type": "object",
"description": "The available agent pool versions.",
"properties": {
"id": {
"type": "string",
"description": "The ID of the agent pool version list."
},
"name": {
"type": "string",
"description": "The name of the agent pool version list."
},
"type": {
"type": "string",
"description": "The resource type."
},
"properties": {
"type": "object"
}
}
}