blue.skytalk.talk.comment

skytalk.blue

{
  "id": "blue.skytalk.talk.comment",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "threadUri",
          "text",
          "createdAt"
        ],
        "properties": {
          "text": {
            "type": "string",
            "maxLength": 4000,
            "description": "The content of the post",
            "maxGraphemes": 40000
          },
          "blobs": {
            "type": "array",
            "items": {
              "type": "blob",
              "accept": [
                "image/*",
                "audio/*"
              ],
              "maxSize": 10000000
            },
            "maxLength": 1,
            "description": "Optional attached media (image or audio)"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp of post creation"
          },
          "threadUri": {
            "type": "string",
            "format": "at-uri",
            "description": "AT URI of the thread this post belongs to"
          }
        }
      },
      "description": "A post (response) in a thread"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against blue.skytalk.talk.comment

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:tg7czpgjgkh3teov45ffzlgd
CID
bafyreid6222yqtd42hm2ki2m7rcaiai4gsjo2sgkrv4mtsskwunu4tj74u
Indexed At
2026-02-07 00:31 UTC
AT-URI
at://did:plc:tg7czpgjgkh3teov45ffzlgd/com.atproto.lexicon.schema/blue.skytalk.talk.comment

Lexicon Garden

@