com.airplaneian.contrail.temp.trip

airplaneian.com

{
  "id": "com.airplaneian.contrail.temp.trip",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 640,
            "description": "Free-text name for the trip. Public as soon as the record is written, and copies may persist after the record is deleted.",
            "maxGraphemes": 64
          },
          "source": {
            "type": "string",
            "maxLength": 64,
            "description": "Short identifier for the tool that wrote this record."
          },
          "flights": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "at-uri"
            },
            "maxLength": 200,
            "description": "The flights in this trip, in the order flown, as AT-URIs to flight records. Plain AT-URIs rather than strong references, since flight records are corrected in place. References may dangle; readers must tolerate that."
          },
          "sourceId": {
            "type": "string",
            "maxLength": 512,
            "description": "That tool's own identifier for this trip. A grouping key may be sensitive even when the grouping is not: never write a booking reference here."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When this record was written, not when the trip happened. Explicit UTC offset, no fractional seconds."
          }
        }
      },
      "description": "An assertion that a set of flights belonged to one journey. Only 'createdAt' is required, and absent means unknown or not applicable. The reference points one way only, from trip to flight, and a trip references only flight records the author wrote."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.airplaneian.contrail.temp.trip

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:5jsivedaksbcc4n2epiegflk
CID
bafyreigr2o6wt3vi5fqv64xozllhea55ec7c2nl4yue4wuw5iamhrm4jme
Indexed At
2026-07-25 20:16 UTC
AT-URI
at://did:plc:5jsivedaksbcc4n2epiegflk/com.atproto.lexicon.schema/com.airplaneian.contrail.temp.trip

Version History (5 versions)

Lexicon Garden

@