{
"id": "at.adsb.receiver.sighting",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"icaoHex",
"firstSeen",
"lastSeen",
"createdAt"
],
"properties": {
"icaoHex": {
"type": "string",
"maxLength": 6,
"minLength": 6,
"description": "ICAO 24-bit aircraft address in hexadecimal (e.g. 'A1B2C3')."
},
"callsign": {
"type": "string",
"maxLength": 8,
"description": "Flight callsign as broadcast (e.g. 'UAL123')."
},
"lastSeen": {
"type": "string",
"format": "datetime",
"description": "When this receiver last detected the aircraft."
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"firstSeen": {
"type": "string",
"format": "datetime",
"description": "When this receiver first detected the aircraft."
},
"maxRangeNm": {
"type": "string",
"maxLength": 20,
"description": "Furthest distance to this aircraft during the sighting, in nautical miles."
},
"messageCount": {
"type": "integer",
"minimum": 0,
"description": "Total messages received from this aircraft."
},
"positionCount": {
"type": "integer",
"minimum": 0,
"description": "Number of position reports received."
}
}
},
"description": "A receiver's sighting of an aircraft transit through its coverage area."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "A single receiver's sighting of an aircraft. Created when the aircraft leaves the receiver's coverage area. Feeder-authoritative — published immediately without waiting for the full flight to complete."
}
Metadata
- DID
-
did:plc:32thk4eifx4ou6mxevswgjhg
- CID
-
bafyreida5vnwrzf6fthwfyomuzdlatehbmeb5r3me4uw36i76qec3ntbfu
- Indexed At
- 2026-05-23 20:59 UTC
- AT-URI
-
at://did:plc:32thk4eifx4ou6mxevswgjhg/com.atproto.lexicon.schema/at.adsb.receiver.sighting
Version History (6 versions)