Alaska Airlines · JSON Structure

Alaska Air Cargo Shipment List Structure

List of cargo shipments

Type: object Properties: 2
AirlinesAviationTravelCargoLoyaltyFlight StatusFortune 500

ShipmentList is a JSON Structure definition published by Alaska Airlines, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

shipments totalCount

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/alaska-air/refs/heads/main/json-structure/alaska-air-cargo-shipment-list-structure.json",
  "name": "ShipmentList",
  "type": "object",
  "description": "List of cargo shipments",
  "properties": {
    "shipments": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Shipment"
      }
    },
    "totalCount": {
      "type": "int32",
      "description": "Total shipment count",
      "example": 42
    }
  }
}