A set of errors
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-traveler-media/refs/heads/main/json-schema/location-score-response_error-schema.json", "title": "response_error", "description": "A set of errors", "type": "object", "properties": { "errors": { "type": "array", "items": { "$ref": "#/components/schemas/errors" } } } }