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

network.slices.tools.bug

slices.network

{
  "id": "network.slices.tools.bug",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "namespace",
          "description",
          "stepsToReproduce",
          "severity",
          "createdAt"
        ],
        "properties": {
          "title": {
            "type": "string",
            "maxLength": 300,
            "maxGraphemes": 100
          },
          "appUsed": {
            "type": "string",
            "maxLength": 300
          },
          "severity": {
            "type": "string",
            "knownValues": [
              "cosmetic",
              "annoying",
              "broken",
              "unusable"
            ]
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "namespace": {
            "type": "string",
            "description": "Target namespace like 'social.grain' or 'app.bsky'"
          },
          "attachments": {
            "refs": [
              "network.slices.tools.defs#images"
            ],
            "type": "union"
          },
          "description": {
            "type": "string",
            "maxLength": 10000,
            "maxGraphemes": 3000
          },
          "stepsToReproduce": {
            "type": "string",
            "maxLength": 5000,
            "maxGraphemes": 1500
          },
          "descriptionFacets": {
            "type": "array",
            "items": {
              "ref": "network.slices.tools.richtext.facet",
              "type": "ref"
            },
            "description": "Annotations of description (mentions and links)"
          },
          "stepsToReproduceFacets": {
            "type": "array",
            "items": {
              "ref": "network.slices.tools.richtext.facet",
              "type": "ref"
            },
            "description": "Annotations of steps to reproduce (mentions and links)"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against network.slices.tools.bug

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

Metadata

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

Referenced Schemas (2)

Lexicon Garden

@