place.stream.vod.comment

did:web:stream.place

{
  "id": "place.stream.vod.comment",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "text",
          "createdAt",
          "video"
        ],
        "properties": {
          "text": {
            "type": "string",
            "maxLength": 3000,
            "description": "The comment text content.",
            "maxGraphemes": 300
          },
          "reply": {
            "ref": "#replyRef",
            "type": "ref"
          },
          "video": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the place.stream.video record this comment belongs to."
          },
          "facets": {
            "type": "array",
            "items": {
              "ref": "place.stream.richtext.facet",
              "type": "ref"
            },
            "description": "Annotations of text (mentions, URLs, etc)"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when this comment was created."
          }
        }
      },
      "description": "Record containing a comment on a VOD."
    },
    "replyRef": {
      "type": "object",
      "required": [
        "root",
        "parent"
      ],
      "properties": {
        "root": {
          "ref": "com.atproto.repo.strongRef",
          "type": "ref"
        },
        "parent": {
          "ref": "com.atproto.repo.strongRef",
          "type": "ref"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against place.stream.vod.comment

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

Metadata

DID
did:web:stream.place
CID
bafyreibfh5luut5l72onpdmgdslzpmiql55rldp2btslsaqyrwvnuuohym
Indexed At
2026-07-26 20:18 UTC
AT-URI
at://did:web:stream.place/com.atproto.lexicon.schema/place.stream.vod.comment

Referenced Schemas (1)

Lexicon Garden

@