{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-twinmaker/refs/heads/main/json-structure/iot-twinmaker-scene-error-structure.json", "name": "SceneError", "description": "The scene error.", "type": "object", "properties": { "code": { "allOf": [ { "$ref": "#/components/schemas/SceneErrorCode" }, { "description": "The SceneError code." } ] }, "message": { "allOf": [ { "$ref": "#/components/schemas/ErrorMessage" }, { "description": "The SceneError message." } ] } } }