Amadeus · JSON Structure

Hotel Search Hotel Product Hold Policy Structure

the hold policy

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

Hotel Search Hotel Product Hold Policy Structure is a JSON Structure definition published by Amadeus, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

deadline

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-hotel-product-hold-policy-structure.json",
  "title": "HotelProduct_HoldPolicy",
  "description": "the hold policy",
  "type": "object",
  "properties": {
    "deadline": {
      "type": "string",
      "format": "date-time",
      "description": "The date and time of the deadline in ISO 8601[https://www.w3.org/TR/NOTE-datetime]. \n Example: 2010-08-14T13:00:00\n Please note that this value is expressed in the hotels local time zone"
    }
  },
  "required": [
    "deadline"
  ]
}