AeroDataBox · Schema
FlightNotificationItemContract
Flight notification message contract
AviationFlightsAerospaceFlight DataAirport Data
Properties
| Name | Type | Description |
|---|---|---|
| notificationSummary | string | Human-readable summary of the flight status update |
| notificationRemark | string | Human-readable remark to the flight status update |
| greatCircleDistance | object | |
| departure | object | |
| arrival | object | |
| flightPlan | object | |
| lastUpdatedUtc | string | Time (UTC) of the latest update of flight information (excluding Location) |
| number | string | Flight Number |
| callSign | string | ATC call-sign of the flight |
| status | object | |
| codeshareStatus | object | |
| isCargo | boolean | Is cargo flight |
| aircraft | object | |
| airline | object | |
| location | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/aerodatabox/refs/heads/main/json-schema/aerodatabox-flight-notification-item-contract-schema.json",
"title": "FlightNotificationItemContract",
"description": "Flight notification message contract",
"type": "object",
"properties": {
"notificationSummary": {
"type": "string",
"description": "Human-readable summary of the flight status update",
"nullable": true
},
"notificationRemark": {
"type": "string",
"description": "Human-readable remark to the flight status update",
"nullable": true
},
"greatCircleDistance": {
"$ref": "#/components/schemas/Distance"
},
"departure": {
"$ref": "#/components/schemas/FlightAirportMovementContract"
},
"arrival": {
"$ref": "#/components/schemas/FlightAirportMovementContract"
},
"flightPlan": {
"$ref": "#/components/schemas/FlightPlanContract"
},
"lastUpdatedUtc": {
"type": "string",
"description": "Time (UTC) of the latest update of flight information (excluding Location)",
"format": "date-time"
},
"number": {
"minLength": 1,
"type": "string",
"description": "Flight Number"
},
"callSign": {
"type": "string",
"description": "ATC call-sign of the flight",
"nullable": true
},
"status": {
"$ref": "#/components/schemas/FlightStatus"
},
"codeshareStatus": {
"$ref": "#/components/schemas/CodeshareStatus"
},
"isCargo": {
"type": "boolean",
"description": "Is cargo flight"
},
"aircraft": {
"$ref": "#/components/schemas/FlightAircraftContract"
},
"airline": {
"$ref": "#/components/schemas/FlightAirlineContract"
},
"location": {
"$ref": "#/components/schemas/FlightLocationContract"
}
},
"required": [
"arrival",
"codeshareStatus",
"departure",
"isCargo",
"lastUpdatedUtc",
"number",
"status"
],
"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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/aerodatabox-flight-notification-item-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.