Amadeus · Schema

Gate

Gate schema from On-Demand Flight Status

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Properties

Name Type Description
mainGate string the main gate number
View JSON Schema on GitHub

JSON Schema

on-demand-flight-status-gate-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/on-demand-flight-status-gate-schema.json",
  "title": "Gate",
  "description": "Gate schema from On-Demand Flight Status",
  "properties": {
    "mainGate": {
      "description": "the main gate number",
      "type": "string",
      "example": "10A"
    }
  },
  "type": "object"
}