Record Key
tid
Timestamp-based ID
Properties
appUsed
string
Optional
No description provided.
maxLength: 300 bytesattachments
union
Optional
No description provided.
Known types:
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
description
string
Required
No description provided.
maxLength: 10000 bytesmaxGraphemes: 3000 graphemesdescriptionFacets
array
of
ref
network.slices.tools.richtext.facet
Optional
Annotations of description (mentions and links)
namespace
string
Required
Target namespace like 'social.grain' or 'app.bsky'
severity
string
Required
No description provided.
Known values:
cosmetic, annoying, broken, unusablestepsToReproduce
string
Required
No description provided.
maxLength: 5000 bytesmaxGraphemes: 1500 graphemesstepsToReproduceFacets
array
of
ref
network.slices.tools.richtext.facet
Optional
Annotations of steps to reproduce (mentions and links)
title
string
Required
No description provided.
maxLength: 300 bytesmaxGraphemes: 100 graphemesView 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)"
}
}
}
}