{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ManagedClusterSKU", "type": "object", "description": "The SKU of a managed cluster.", "properties": { "name": { "type": "string", "description": "The name of the managed cluster SKU." }, "tier": { "type": "string", "description": "The tier of the managed cluster SKU." } } }