at.adsb.aircraft.identity

adsb.at

{
  "id": "at.adsb.aircraft.identity",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "icaoHex",
          "createdAt"
        ],
        "properties": {
          "icaoHex": {
            "type": "string",
            "maxLength": 6,
            "minLength": 6,
            "description": "ICAO 24-bit aircraft address in hexadecimal (e.g. 'A1B2C3')."
          },
          "operator": {
            "type": "string",
            "maxLength": 1280,
            "description": "Aircraft operator name (e.g. 'United Airlines').",
            "maxGraphemes": 128
          },
          "typeName": {
            "type": "string",
            "maxLength": 1280,
            "description": "Human-readable aircraft type (e.g. 'Boeing 737-800').",
            "maxGraphemes": 128
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "operatorIcao": {
            "type": "string",
            "maxLength": 3,
            "description": "ICAO airline/operator code (e.g. 'UAL')."
          },
          "registration": {
            "type": "string",
            "maxLength": 20,
            "description": "Aircraft registration or tail number (e.g. 'N12345')."
          },
          "icaoTypeDesignator": {
            "type": "string",
            "maxLength": 4,
            "description": "ICAO aircraft type designator (e.g. 'B738', 'A320')."
          }
        }
      },
      "description": "An aircraft identified by its ICAO 24-bit address."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "An aircraft identified by its ICAO 24-bit address. Stores static identity and registration information. Created on first sighting by a receiver."
}

Validate Record

Validate a record against at.adsb.aircraft.identity

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:32thk4eifx4ou6mxevswgjhg
CID
bafyreia3ffjqjlz7g36keyvrvxk47ixwgsnotd5wlgn6mjkrugp6b47oha
Indexed At
2026-05-24 04:21 UTC
AT-URI
at://did:plc:32thk4eifx4ou6mxevswgjhg/com.atproto.lexicon.schema/at.adsb.aircraft.identity

Version History (2 versions)

Lexicon Garden

@