{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-creative-suite/refs/heads/main/json-schema/adobe-creative-suite-firefly-error-response-schema.json", "title": "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" } } }