pink.vase.pod.comment

lexicon.store View official

{
  "id": "pink.vase.pod.comment",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "episode",
          "text",
          "createdAt"
        ],
        "properties": {
          "text": {
            "type": "string",
            "maxLength": 2000
          },
          "parent": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "If replying to another comment, reference it here."
          },
          "episode": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "The episode being commented on."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A comment on a podcast episode, optionally threaded."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against pink.vase.pod.comment

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreiea6usi62leongvs3qupvjasgijo5jxeki7lo44d2pvwl4kchvc6m
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/pink.vase.pod.comment

Lexicon Garden

@