{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-creative-suite/refs/heads/main/json-structure/adobe-creative-suite-firefly-error-response-structure.json", "name": "ErrorResponse", "description": "Standard error response body", "type": "object", "properties": { "code": { "type": "string", "description": "Machine-readable error code", "example": "example_value" }, "message": { "type": "string", "description": "Human-readable description of the error", "example": "example_value" }, "requestId": { "type": "string", "description": "Unique identifier for the failed request, for support purposes", "example": "asset_abc123" } } }