dev.roe.entity

danielroe.dev

{
  "id": "dev.roe.entity",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 2560,
            "maxGraphemes": 256
          },
          "website": {
            "type": "string",
            "format": "uri"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "socialHandles": {
            "ref": "#socialHandles",
            "type": "ref"
          }
        }
      },
      "description": "A person or organisation referenced by AMA responses via @-mentions. Holds the canonical name plus per-platform social handles so the publisher can rewrite mentions correctly for each platform."
    },
    "socialHandles": {
      "type": "object",
      "properties": {
        "bluesky": {
          "type": "string",
          "maxLength": 256,
          "description": "Handle without leading @ (e.g. nuxt.bsky.social)"
        },
        "linkedin": {
          "type": "string",
          "maxLength": 256,
          "description": "Company or person handle (e.g. nuxtjs)"
        },
        "mastodon": {
          "type": "string",
          "maxLength": 256,
          "description": "Full handle including instance (e.g. nuxt@fosstodon.org)"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against dev.roe.entity

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@