SKU for the resource.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Sku", "type": "object", "description": "SKU for the resource.", "properties": { "name": { "type": "string", "description": "The SKU name." }, "tier": { "type": "string", "description": "The SKU tier." }, "size": { "type": "string", "description": "The SKU size." }, "family": { "type": "string", "description": "The SKU family." }, "model": { "type": "string", "description": "The SKU model." }, "capacity": { "type": "integer", "description": "The SKU capacity." } } }