Amadeus · Schema

Collection_Meta

Collection_Meta schema from Flight Busiest Traveling Period

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Properties

Name Type Description
count integer
links object
View JSON Schema on GitHub

JSON Schema

flight-busiest-traveling-period-collection-meta-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-schema/flight-busiest-traveling-period-collection-meta-schema.json",
  "title": "Collection_Meta",
  "description": "Collection_Meta schema from Flight Busiest Traveling Period",
  "properties": {
    "count": {
      "type": "integer",
      "example": 1
    },
    "links": {
      "title": "CollectionLinks",
      "properties": {
        "self": {
          "type": "string",
          "format": "uri",
          "example": "https://test.api.amadeus.com/v1/area/resources?..."
        },
        "next": {
          "type": "string",
          "format": "uri",
          "example": "https://test.api.amadeus.com/v1/area/resources?..."
        },
        "previous": {
          "type": "string",
          "format": "uri",
          "example": "https://test.api.amadeus.com/v1/area/resources?..."
        },
        "last": {
          "type": "string",
          "format": "uri",
          "example": "https://test.api.amadeus.com/v1/area/resources?..."
        },
        "first": {
          "type": "string",
          "format": "uri",
          "example": "https://test.api.amadeus.com/v1/area/resources?..."
        },
        "up": {
          "type": "string",
          "format": "uri",
          "example": "https://test.api.amadeus.com/v1/area/resources?..."
        }
      },
      "example": {
        "self": "https://test.api.amadeus.com/v1/area/resources?param=value"
      }
    }
  },
  "type": "object"
}