Backfill in-progress. Some lexicons and records may be missing or incomplete.

network.slices.tools.bug.comment

slices.network

{
  "id": "network.slices.tools.bug.comment",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "bug",
          "body",
          "createdAt"
        ],
        "properties": {
          "bug": {
            "type": "string",
            "format": "at-uri",
            "description": "Reference to the bug report"
          },
          "body": {
            "type": "string",
            "maxLength": 10000,
            "maxGraphemes": 3000
          },
          "parent": {
            "type": "string",
            "format": "at-uri",
            "description": "Optional reference to parent comment for threading"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "bodyFacets": {
            "type": "array",
            "items": {
              "ref": "app.bsky.richtext.facet",
              "type": "ref"
            },
            "description": "Annotations of body text (mentions and links)"
          },
          "attachments": {
            "refs": [
              "network.slices.tools.defs#images"
            ],
            "type": "union"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against network.slices.tools.bug.comment

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

Metadata

DID
did:plc:dzmqinfp7efnofbqg5npjmth
CID
bafyreigqsy3shs3zyz54tyimjq7oyqr7qe2qxdals5swxu44grzhqo7s4y
Indexed At
2026-01-05 04:11 UTC
AT-URI
at://did:plc:dzmqinfp7efnofbqg5npjmth/com.atproto.lexicon.schema/network.slices.tools.bug.comment

Referenced Schemas (2)

Lexicon Garden

@