Record containing a vit cap.
tid
Timestamp-based ID
Properties
beacon
string
Optional
Beacon URI scoping this cap to a project.
maxLength: 512 bytescreatedAt
string
datetime
Required
Client-declared timestamp when this cap was originally created.
description
string
Required
Longer description of the capability
maxLength: 3000 bytesmaxGraphemes: 300 graphemesembed
union
Optional
Embedded content: images, video, external links, or record references.
facets
array
of
ref
lex:app.bsky.richtext.facet
Optional
Annotations of text (mentions, URLs, hashtags, etc).
kind
string
Optional
Category of the capability.
maxLength: 64 bytesmaxGraphemes: 32 graphemesfeat, fix, test, docs, refactor, chore, perf, stylelabels
union
Optional
Self-label values for this cap. Effectively content warnings.
langs
array
of
string
language
Optional
Indicates human language of cap primary text content.
maxLength: 3 itemsrecap
ref
lex:org.v-it.cap#recapRef
Optional
Reference to the parent cap this was derived from.
ref
string
Required
Three lowercase words separated by dashes, e.g. fast-cache-invalidation
maxLength: 128 bytesmaxGraphemes: 64 graphemesreply
ref
lex:org.v-it.cap#replyRef
Optional
Reference to the parent and root caps when this cap is a reply in a thread.
tags
array
of
string
Optional
Additional hashtags, in addition to any included in cap text and facets.
maxLength: 8 itemstext
string
Required
The primary cap content. May be an empty string, if there are embeds.
maxLength: 3000 bytesmaxGraphemes: 300 graphemestitle
string
Required
Short title for the capability
maxLength: 512 bytesmaxGraphemes: 64 graphemesView raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"text",
"createdAt",
"title",
"description",
"ref"
],
"properties": {
"ref": {
"type": "string",
"maxLength": 128,
"description": "Three lowercase words separated by dashes, e.g. fast-cache-invalidation",
"maxGraphemes": 64
},
"kind": {
"type": "string",
"maxLength": 64,
"description": "Category of the capability.",
"knownValues": [
"feat",
"fix",
"test",
"docs",
"refactor",
"chore",
"perf",
"style"
],
"maxGraphemes": 32
},
"tags": {
"type": "array",
"items": {
"type": "string",
"maxLength": 640,
"maxGraphemes": 64
},
"maxLength": 8,
"description": "Additional hashtags, in addition to any included in cap text and facets."
},
"text": {
"type": "string",
"maxLength": 3000,
"description": "The primary cap content. May be an empty string, if there are embeds.",
"maxGraphemes": 300
},
"embed": {
"refs": [
"lex:app.bsky.embed.images",
"lex:app.bsky.embed.video",
"lex:app.bsky.embed.external",
"lex:app.bsky.embed.record",
"lex:app.bsky.embed.recordWithMedia"
],
"type": "union",
"description": "Embedded content: images, video, external links, or record references."
},
"langs": {
"type": "array",
"items": {
"type": "string",
"format": "language"
},
"maxLength": 3,
"description": "Indicates human language of cap primary text content."
},
"recap": {
"ref": "lex:org.v-it.cap#recapRef",
"type": "ref",
"description": "Reference to the parent cap this was derived from."
},
"reply": {
"ref": "lex:org.v-it.cap#replyRef",
"type": "ref",
"description": "Reference to the parent and root caps when this cap is a reply in a thread."
},
"title": {
"type": "string",
"maxLength": 512,
"description": "Short title for the capability",
"maxGraphemes": 64
},
"beacon": {
"type": "string",
"maxLength": 512,
"description": "Beacon URI scoping this cap to a project."
},
"facets": {
"type": "array",
"items": {
"ref": "lex:app.bsky.richtext.facet",
"type": "ref"
},
"description": "Annotations of text (mentions, URLs, hashtags, etc)."
},
"labels": {
"refs": [
"lex:com.atproto.label.defs#selfLabels"
],
"type": "union",
"description": "Self-label values for this cap. Effectively content warnings."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Client-declared timestamp when this cap was originally created."
},
"description": {
"type": "string",
"maxLength": 3000,
"description": "Longer description of the capability",
"maxGraphemes": 300
}
}
},
"description": "Record containing a vit cap."
}