Backfill in-progress. Some lexicons and records may be missing or incomplete.

community.lexicon.location.address

lexicon.community

{
  "id": "community.lexicon.location.address",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "country"
      ],
      "properties": {
        "name": {
          "type": "string",
          "description": "The name of the location."
        },
        "region": {
          "type": "string",
          "description": "The administrative region of the country. For example, a state in the USA."
        },
        "street": {
          "type": "string",
          "description": "The street address."
        },
        "country": {
          "type": "string",
          "maxLength": 10,
          "minLength": 2,
          "description": "The ISO 3166 country code. Preferably the 2-letter code."
        },
        "locality": {
          "type": "string",
          "description": "The locality of the region. For example, a city in the USA."
        },
        "postalCode": {
          "type": "string",
          "description": "The postal code of the location."
        }
      },
      "description": "A physical location in the form of a street address."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against community.lexicon.location.address

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:2uwoih2htodskvgocarwv5eq
CID
bafyreicdvexolyvp6j6yksqiib7hihwktt6ogalbvyzvtkj6ecrtqqw5fq
Indexed At
2026-01-04 12:16 UTC
AT-URI
at://did:plc:2uwoih2htodskvgocarwv5eq/com.atproto.lexicon.schema/community.lexicon.location.address

Lexicon Garden

@