AeroDataBox · Schema

FlightBatchDelayContract

Delay information about a batch of flights

AviationFlightsAerospaceFlight DataAirport Data

Properties

Name Type Description
numTotal integer Total number of flights in the the batch (including cancelled)
numQualifiedTotal integer Total number of flights in the batch, which were used to to calculate the delay information (including cancelled). Should equal to or less than `NumTotal`. The closer the value of this property to the
numCancelled integer Total amount of flights in the batch
medianDelay string Median delay of flights in the batch (format: [-]hh:mm:ss). Value can be negative (therefore, means early occurence).
delayIndex number Normalized value on scale from 0.0 to 5.0 which corresponds with current amount of delays and cancellations in a given batch of flights (the less - the better).
View JSON Schema on GitHub

JSON Schema

aerodatabox-flight-batch-delay-contract-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aerodatabox/refs/heads/main/json-schema/aerodatabox-flight-batch-delay-contract-schema.json",
  "title": "FlightBatchDelayContract",
  "description": "Delay information about a batch of flights",
  "type": "object",
  "properties": {
    "numTotal": {
      "type": "integer",
      "description": "Total number of flights in the the batch (including cancelled)",
      "format": "int32"
    },
    "numQualifiedTotal": {
      "type": "integer",
      "description": "Total number of flights in the batch, which were used to to calculate the\r\ndelay information (including cancelled). Should equal to or less than `NumTotal`.\r\n\r\nThe closer the value of this property to the value of `NumTotal`, the higher the\r\nreliability of delay information",
      "format": "int32"
    },
    "numCancelled": {
      "type": "integer",
      "description": "Total amount of flights in the batch",
      "format": "int32"
    },
    "medianDelay": {
      "type": "string",
      "description": "Median delay of flights in the batch (format: [-]hh:mm:ss).\r\nValue can be negative (therefore, means early occurence).",
      "format": "date-span",
      "nullable": true
    },
    "delayIndex": {
      "type": "number",
      "description": "Normalized value on scale from 0.0 to 5.0 which corresponds with current amount of delays and cancellations in a given batch of flights (the less - the better).",
      "format": "float",
      "nullable": true
    }
  },
  "required": [
    "numCancelled",
    "numQualifiedTotal",
    "numTotal"
  ],
  "additionalProperties": false
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/aerodatabox-flight-batch-delay-contract"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.