Amadeus · JSON Structure

Hotel Search Error Source Structure

Error_Source structure from Hotel Search API

Type: object Properties: 3
TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Hotel Search Error Source Structure is a JSON Structure definition published by Amadeus, describing 3 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

parameter pointer example

Meta-schema: https://json-structure.org/draft/v0/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/v0/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/hotel-search-error-source-structure.json",
  "title": "Error_Source",
  "description": "Error_Source structure from Hotel Search API",
  "type": "object",
  "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"
    }
  }
}