at.adsb.receiver.sighting

adsb.at

{
  "id": "at.adsb.receiver.sighting",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "icaoHex",
          "firstSeen",
          "lastSeen",
          "createdAt"
        ],
        "properties": {
          "track": {
            "type": "blob",
            "accept": [
              "application/json",
              "application/zstd"
            ],
            "maxSize": 2000000,
            "description": "Position track as a JSON array of at.adsb.flight.defs#position objects, optionally compressed. This is the receiver's partial view of the flight."
          },
          "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."
}

Validate Record

Validate a record against at.adsb.receiver.sighting

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:32thk4eifx4ou6mxevswgjhg
CID
bafyreihgoc5ebgcrr7jcihfren6cul5uif6zggt3x54wxeahq3ivwy2wwe
Indexed At
2026-05-23 21:30 UTC
AT-URI
at://did:plc:32thk4eifx4ou6mxevswgjhg/com.atproto.lexicon.schema/at.adsb.receiver.sighting

Version History (6 versions)

Lexicon Garden

@