ADS-B Exchange · Schema

AcasResolutionAdvisoryResponse

ACAS Resolution Advisory Class

AviationFlight TrackingADS-BAircraftReal-TimeMilitaryMLAT

Properties

Name Type Description
utc string UTC timestamp of the advisory.
unix_timestamp number Unix timestamp.
bytes string Advisory bytes as a string.
ARA string Advisory ARA field.
RAT string Advisory RAT field.
MTE string Advisory MTE field.
RAC string Advisory RAC field.
advisory_complement string Advisory complement description.
advisory string Advisory description.
TTI string TTI field.
threat_id_hex string Threat ID in hexadecimal.
View JSON Schema on GitHub

JSON Schema

acasresolutionadvisoryresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AcasResolutionAdvisoryResponse",
  "type": "object",
  "description": "ACAS Resolution Advisory Class",
  "additionalProperties": false,
  "properties": {
    "utc": {
      "type": "string",
      "description": "UTC timestamp of the advisory.",
      "nullable": true
    },
    "unix_timestamp": {
      "type": "number",
      "description": "Unix timestamp.",
      "format": "double",
      "nullable": true
    },
    "bytes": {
      "type": "string",
      "description": "Advisory bytes as a string.",
      "nullable": true
    },
    "ARA": {
      "type": "string",
      "description": "Advisory ARA field.",
      "nullable": true
    },
    "RAT": {
      "type": "string",
      "description": "Advisory RAT field.",
      "nullable": true
    },
    "MTE": {
      "type": "string",
      "description": "Advisory MTE field.",
      "nullable": true
    },
    "RAC": {
      "type": "string",
      "description": "Advisory RAC field.",
      "nullable": true
    },
    "advisory_complement": {
      "type": "string",
      "description": "Advisory complement description.",
      "nullable": true
    },
    "advisory": {
      "type": "string",
      "description": "Advisory description.",
      "nullable": true
    },
    "TTI": {
      "type": "string",
      "description": "TTI field.",
      "nullable": true
    },
    "threat_id_hex": {
      "type": "string",
      "description": "Threat ID in hexadecimal.",
      "nullable": true
    }
  }
}

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/acasresolutionadvisoryresponse"
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.