Amadeus Traveler Media · JSON Structure

Hotel Ratings Error Source Structure

ErrorSource schema

Type: object Properties: 3
ContentDestinationMediaPhotosPoints of InterestTourismTravel

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

Properties

parameter pointer example

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-error-source-structure.json",
  "name": "ErrorSource",
  "description": "ErrorSource schema",
  "properties": {
    "parameter": {
      "type": "string",
      "description": "The key of the URI path or query parameter that caused the error"
    },
    "pointer": {
      "type": "string",
      "description": "A JSON Pointer [RFC6901] to the associated entity in the request body that caused this error"
    },
    "example": {
      "type": "string",
      "description": "A sample input to guide the user when resolving this issue"
    }
  },
  "type": "object"
}