WarningNotFound 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-warning-not-found-schema.json", "title": "WarningNotFound", "description": "WarningNotFound schema", "allOf": [ { "$ref": "#/definitions/Warning" } ], "example": { "code": 913, "title": "PROPERTIES NOT FOUND", "detail": "Some of the requested properties were not found in our database.", "source": { "parameter": "hotelIds", "pointer": "ABCDEFGH,LPCDEFGQ" } } }