io.whiteley.ATlas.pin

luke.whiteley.io

{
  "id": "io.whiteley.ATlas.pin",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "did",
          "longitude",
          "latitude",
          "description",
          "placedAt"
        ],
        "properties": {
          "did": {
            "type": "string",
            "format": "did"
          },
          "website": {
            "type": "string",
            "$comment": "User-submitted website",
            "maxLength": 256
          },
          "latitude": {
            "type": "string",
            "$comment": "Latitude as per WGS84 (EPSG:4326)",
            "maxLength": 32
          },
          "placedAt": {
            "type": "string",
            "format": "datetime"
          },
          "longitude": {
            "type": "string",
            "$comment": "Longitude as per WGS84 (EPSG:4326)",
            "maxLength": 32
          },
          "description": {
            "type": "string",
            "$comment": "Pin description (as submitted by the user)",
            "maxLength": 256
          }
        }
      },
      "description": "A user's geographical pin on the atlas"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against io.whiteley.ATlas.pin

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:2yt5tojliyazlgmtrqrbvobl
CID
bafyreih6hs6v2jg5dbhmglrpstv5vvivw7kjm4ss7qaseaz4xqexfsnaw4
Indexed At
2026-02-13 13:56 UTC
AT-URI
at://did:plc:2yt5tojliyazlgmtrqrbvobl/com.atproto.lexicon.schema/io.whiteley.ATlas.pin

Lexicon Garden

@