Amadeus · JSON Structure

Hotel List Meta Structure

Meta information about the returned object(s) in "data"

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

Hotel List Meta 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

count sort links

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-list-meta-structure.json",
  "title": "Meta",
  "description": "Meta information about the returned object(s) in \"data\"",
  "type": "object",
  "properties": {
    "count": {
      "type": "integer",
      "format": "int64",
      "description": "Total number of object(s) retrieved"
    },
    "sort": {
      "type": "array",
      "description": "Sorting fields criteria and their associated priority and direction. Sorting priority is indicated by the order of the strings within the array. E.g. sort=title,size means that items are ordered by title and then, as a second ordering by size. A '-' sign before the search criteria indicates a descending ordering direction (Z to A), whereas no sign indicates a ascending direction (A to Z). E.g. sort=-title mean that the objects are ordered by title in reverse order (Z to A)."
    },
    "links": {
      "type": "object",
      "description": "Links related to the returned object(s)"
    }
  }
}