{ "$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-error-details-structure.json", "name": "ErrorDetails", "description": "The error details.", "type": "object", "properties": { "code": { "allOf": [ { "$ref": "#/components/schemas/ErrorCode" }, { "description": "The error code." } ] }, "message": { "allOf": [ { "$ref": "#/components/schemas/ErrorMessage" }, { "description": "The error message." } ] } } }