Managed cluster resource.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ManagedCluster", "type": "object", "description": "Managed cluster resource.", "properties": { "id": { "type": "string", "description": "Resource ID." }, "name": { "type": "string", "description": "Resource name." }, "type": { "type": "string", "description": "Resource type." }, "location": { "type": "string", "description": "The geo-location where the resource lives." }, "tags": { "type": "object", "description": "Resource tags." } } }