Amadeus Traveler Media · JSON Structure

Hotel Ratings Warning Not Found Structure

WarningNotFound schema

Type: Properties: 0
ContentDestinationMediaPhotosPoints of InterestTourismTravel

WarningNotFound is a JSON Structure definition published by Amadeus Traveler Media. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-traveler-media/refs/heads/main/json-structure/hotel-ratings-warning-not-found-structure.json",
  "name": "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"
    }
  }
}