dev.roe.location

danielroe.dev

{
  "id": "dev.roe.location",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "address",
          "createdAt"
        ],
        "properties": {
          "address": {
            "ref": "community.lexicon.location.address",
            "type": "ref",
            "description": "Where I am: `locality` is the city, `region` the state/subdivision (used to special-case Scotland), `country` the ISO 3166-1 alpha-2 code (used to compute a flag emoji)."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "meetupAvailable": {
            "type": "boolean",
            "default": true
          }
        }
      },
      "description": "Current location (singleton; rkey is always 'self')."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against dev.roe.location

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

Metadata

DID
did:plc:jbeaa5kdaladzwq3r7f5xgwe
CID
bafyreieycef24nzw7ohmxiwqa64tj76k3hg7auklhx6mf6dwyu5pizyzny
Indexed At
2026-08-26 13:09 UTC
AT-URI
at://did:plc:jbeaa5kdaladzwq3r7f5xgwe/com.atproto.lexicon.schema/dev.roe.location

Version History (2 versions)

Referenced Schemas (1)

Lexicon Garden

@