Alaska Airlines · JSON Structure

Alaska Air Cargo Dimensions Structure

Package dimensions

Type: object Properties: 4
AirlinesAviationTravelCargoLoyaltyFlight StatusFortune 500

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

Properties

length width height unit

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-dimensions-structure.json",
  "name": "Dimensions",
  "type": "object",
  "description": "Package dimensions",
  "properties": {
    "length": {
      "type": "double",
      "description": "Package length",
      "example": 60
    },
    "width": {
      "type": "double",
      "description": "Package width",
      "example": 40
    },
    "height": {
      "type": "double",
      "description": "Package height",
      "example": 30
    },
    "unit": {
      "type": "string",
      "description": "Dimension unit",
      "enum": [
        "CM",
        "IN"
      ],
      "example": "CM"
    }
  }
}