{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Sku", "type": "object", "properties": { "name": { "type": "string" }, "tier": { "type": "string" }, "size": { "type": "string" }, "family": { "type": "string" }, "model": { "type": "string" }, "capacity": { "type": "integer" } } }