{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-structure/public-api-error-detail-structure.json", "name": "ErrorDetail", "description": "The error detail response object.", "type": "object", "properties": { "attribute": { "type": "string", "description": "The error attribute.", "example": "Order Currency Code" }, "message": { "type": "string", "description": "The error detail description.", "example": "Order Currency Code must be exactly 3 characters" } } }