dev.roe.talkGroup

danielroe.dev

{
  "id": "dev.roe.talkGroup",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "createdAt"
        ],
        "properties": {
          "title": {
            "type": "string",
            "maxLength": 2560,
            "maxGraphemes": 256
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 25000,
            "maxGraphemes": 2500
          }
        }
      },
      "description": "A talk given at one or more events. Holds the canonical title/description shared across performances; per-event details (date, source, video, etc.) live on dev.roe.talk records that strong-ref this group."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against dev.roe.talkGroup

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@