social.passports.fiftyStates.visit

passports.social

{
  "id": "social.passports.fiftyStates.visit",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subdivision",
          "city",
          "createdAt"
        ],
        "properties": {
          "city": {
            "type": "string",
            "maxLength": 100,
            "description": "City visited within the subdivision."
          },
          "note": {
            "type": "string",
            "maxLength": 3000,
            "description": "Free-text notes about this visit."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "visitedAt": {
            "type": "string",
            "maxLength": 10,
            "description": "Date of visit in YYYY-MM-DD format. Nullable — user may not know the exact date."
          },
          "subdivision": {
            "type": "string",
            "maxLength": 6,
            "description": "ISO 3166-2 subdivision code, e.g. 'US-CA', 'US-NY', 'US-HI'."
          }
        }
      },
      "description": "A visit to a US state or territory. Records the subdivision visited and optionally the city and date."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.passports.fiftyStates.visit

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ssdgllkzfwekkpmu7expw6cv
CID
bafyreifgyvnlahwhvfadcbxnqpplquwn7jnz3j3x3u47ulfbidjpm2osim
Indexed At
2026-06-12 21:13 UTC
AT-URI
at://did:plc:ssdgllkzfwekkpmu7expw6cv/com.atproto.lexicon.schema/social.passports.fiftyStates.visit

Lexicon Garden

@