{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-sitewise/refs/heads/main/json-schema/iot-sitewise-asset-state-schema.json", "title": "AssetState", "description": "AssetState schema", "type": "string", "enum": [ "CREATING", "ACTIVE", "UPDATING", "DELETING", "FAILED" ] }