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

network.slices.tools.bug

slices.network

Documentation

main record
Record Key tid Timestamp-based ID

Properties

appUsed string Optional

No description provided.

maxLength: 300 bytes
createdAt string datetime Required

An RFC 3339 formatted timestamp.

description string Required

No description provided.

maxLength: 10000 bytesmaxGraphemes: 3000 graphemes
namespace string Required

Target namespace like 'social.grain' or 'app.bsky'

severity string Required

No description provided.

Known values: cosmetic, annoying, broken, unusable
stepsToReproduce string Required

No description provided.

maxLength: 5000 bytesmaxGraphemes: 1500 graphemes
title string Required

No description provided.

maxLength: 300 bytesmaxGraphemes: 100 graphemes
View raw schema
{
  "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)"
      }
    }
  }
}

Lexicon Garden

@