{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/datadog/refs/heads/main/json-structure/datadog-api-api-error-response-structure.json", "name": "APIErrorResponse", "description": "API error response.", "type": "object", "properties": { "errors": { "description": "A list of errors.", "example": [ "Bad Request" ], "items": { "description": "A list of items.", "example": "Bad Request", "type": "string" }, "type": "array" } }, "required": [ "errors" ] }