{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AgentPool", "type": "object", "description": "Agent pool resource within a managed cluster.", "properties": { "id": { "type": "string", "description": "Resource ID." }, "name": { "type": "string", "description": "The name of the resource that is unique within a resource group." }, "type": { "type": "string", "description": "Resource type." } } }