Amadeus · JSON Structure

Hotel Search Hotel Product Check In Out Policy Structure

HotelProduct_CheckInOutPolicy structure from Hotel Search API

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

Hotel Search Hotel Product Check In Out Policy Structure is a JSON Structure definition published by Amadeus, describing 4 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

checkIn checkInDescription checkOut checkOutDescription

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-check-in-out-policy-structure.json",
  "title": "HotelProduct_CheckInOutPolicy",
  "description": "HotelProduct_CheckInOutPolicy structure from Hotel Search API",
  "type": "object",
  "properties": {
    "checkIn": {
      "type": "string",
      "description": "Check-in From time limit in ISO-8601 format [http://www.w3.org/TR/xmlschema-2/#time]"
    },
    "checkInDescription": {
      "type": "object",
      "description": "Specific type to convey a list of string for specific information type ( via qualifier) in specific character set, or language"
    },
    "checkOut": {
      "type": "string",
      "description": "Check-out Until time limit in ISO-8601 format [http://www.w3.org/TR/xmlschema-2/#time]"
    },
    "checkOutDescription": {
      "type": "object",
      "description": "Specific type to convey a list of string for specific information type ( via qualifier) in specific character set, or language"
    }
  }
}