Error400 schema
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-traveler-media/refs/heads/main/json-schema/hotel-ratings-error400-schema.json", "title": "Error400", "description": "Error400 schema", "properties": { "errors": { "type": "array", "items": { "$ref": "#/definitions/Error" } } }, "required": [ "errors" ], "type": "object" }