{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-twinmaker/refs/heads/main/json-schema/iot-twinmaker-required-properties-schema.json", "title": "RequiredProperties", "description": "RequiredProperties schema", "type": "array", "items": { "type": "string", "pattern": "[a-zA-Z_\\-0-9]+", "minLength": 1, "maxLength": 256 } }