{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ManagedClusterListResult", "title": "ManagedClusterListResult", "type": "object", "description": "The response from the List Managed Clusters operation.", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/ManagedCluster" }, "description": "The list of managed clusters.", "example": [] }, "nextLink": { "type": "string", "readOnly": true, "description": "The URL to get the next set of managed cluster results.", "example": "example_value" } } }