{ "type": "object", "properties": { "message": { "type": "string", "description": "Error message", "example": "Unauthorized" }, "code": { "type": "integer", "description": "Error code", "example": 401 } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/archer-daniels-midland/refs/heads/main/json-schema/archer-daniels-midland-commodity-data-api-error-response-schema.json", "title": "ErrorResponse" }