dev.roe.location

danielroe.dev

{
  "id": "dev.roe.location",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "city",
          "country",
          "countryCode",
          "createdAt"
        ],
        "properties": {
          "city": {
            "type": "string",
            "maxLength": 2560,
            "maxGraphemes": 256
          },
          "region": {
            "type": "string",
            "maxLength": 2560,
            "description": "Region/state. Used to special-case Scotland and US/UK subdivisions on the public site.",
            "maxGraphemes": 256
          },
          "country": {
            "type": "string",
            "maxLength": 2560,
            "maxGraphemes": 256
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "countryCode": {
            "type": "string",
            "maxLength": 2,
            "minLength": 2,
            "description": "ISO 3166-1 alpha-2 country code, uppercase. Used to compute a flag emoji."
          },
          "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
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:jbeaa5kdaladzwq3r7f5xgwe
CID
bafyreibtqb5aord26rqnk2gu2wst6tvjtmiatknotip53yquyvrwc3cxgq
Indexed At
2026-07-29 22:37 UTC
AT-URI
at://did:plc:jbeaa5kdaladzwq3r7f5xgwe/com.atproto.lexicon.schema/dev.roe.location

Version History (2 versions)

Lexicon Garden

@