community.lexicon.location.address

didplc.bsky.social View official

{
  "id": "community.lexicon.location.address",
  "defs": {
    "main": {
      "type": "object",
      "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:dn3jehzu7fe3wh4ib7ey2bfe
CID
bafyreidhwavpwfo63yjhx5xob7jcodsd7b2yskocje2l3k2g5kffzxwf54
Indexed At
2026-01-04 09:21 UTC
AT-URI
at://did:plc:dn3jehzu7fe3wh4ib7ey2bfe/com.atproto.lexicon.schema/community.lexicon.location.address

Lexicon Garden

@