{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/hotel-ratings-error400-structure.json", "title": "Error400", "description": "Error400 structure from Hotel Ratings", "type": "object", "properties": { "errors": { "type": "array" } }, "required": [ "errors" ] }