at.mapped.trail

mapped.at

{
  "id": "at.mapped.trail",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 50,
            "description": "Display name of the trail or route"
          },
          "polyline": {
            "type": "string",
            "maxLength": 1000,
            "description": "Encoded Polyline representing the trail geometry"
          },
          "locations": {
            "type": "array",
            "items": {
              "ref": "at.mapped.location",
              "type": "ref"
            },
            "description": "Optional array of location references along the trail"
          },
          "activityType": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Reference to an activityType record"
          }
        }
      },
      "description": "A trail"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against at.mapped.trail

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:l5m5nuh5cvdatyn5fjxar2sh
CID
bafyreigijqcxp5gmoxinnigmhzlrprarhpckbheg2zjshhkdun47xhrt7q
Indexed At
2026-04-06 10:36 UTC
AT-URI
at://did:plc:l5m5nuh5cvdatyn5fjxar2sh/com.atproto.lexicon.schema/at.mapped.trail

Referenced Schemas (1)

Lexicon Garden

@