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

network.slices.tools.bug.response

slices.network

{
  "id": "network.slices.tools.bug.response",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "bug",
          "status",
          "createdAt"
        ],
        "properties": {
          "bug": {
            "type": "string",
            "format": "at-uri",
            "description": "Reference to the bug report"
          },
          "status": {
            "type": "string",
            "knownValues": [
              "acknowledged",
              "fixed",
              "wontfix",
              "duplicate",
              "invalid"
            ]
          },
          "message": {
            "type": "string",
            "maxLength": 3000,
            "description": "Optional explanation or link to fix",
            "maxGraphemes": 1000
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "messageFacets": {
            "type": "array",
            "items": {
              "ref": "app.bsky.richtext.facet",
              "type": "ref"
            },
            "description": "Annotations of message (mentions and links)"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

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

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

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@