American Airlines · JSON Structure

Runway Developer Api Flight List Structure

FlightList schema

Type: object Properties: 1
AirlinesAviationFlightsTravelBookingDeveloper ExperienceFortune 100

FlightList is a JSON Structure definition published by American Airlines, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

flights

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/american-airlines/refs/heads/main/json-structure/runway-developer-api-flight-list-structure.json",
  "name": "FlightList",
  "description": "FlightList schema",
  "type": "object",
  "properties": {
    "flights": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Flight"
      }
    }
  }
}