org.v-it.cap

solpbc.org

Documentation

Record containing a vit cap.

main record

Record containing a vit cap.

Record Key tid Timestamp-based ID

Properties

beacon string Optional

Beacon URI scoping this cap to a project.

maxLength: 512 bytes
createdAt string datetime Required

Client-declared timestamp when this cap was originally created.

description string Required

Longer description of the capability

maxLength: 3000 bytesmaxGraphemes: 300 graphemes
kind string Optional

Category of the capability.

maxLength: 64 bytesmaxGraphemes: 32 graphemes
Known values: feat, fix, test, docs, refactor, chore, perf, style
langs array of string language Optional

Indicates human language of cap primary text content.

maxLength: 3 items
ref string Required

Three lowercase words separated by dashes, e.g. fast-cache-invalidation

maxLength: 128 bytesmaxGraphemes: 64 graphemes
tags array of string Optional

Additional hashtags, in addition to any included in cap text and facets.

maxLength: 8 items
text string Required

The primary cap content. May be an empty string, if there are embeds.

maxLength: 3000 bytesmaxGraphemes: 300 graphemes
title string Required

Short title for the capability

maxLength: 512 bytesmaxGraphemes: 64 graphemes
View 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."
}
recapRef object

Reference to a parent cap this was derived from.

Properties

ref string Required

Three lowercase words separated by dashes identifying the parent cap.

maxLength: 128 bytesmaxGraphemes: 64 graphemes
uri string at-uri Required

AT URI of the parent cap record.

View raw schema
{
  "type": "object",
  "required": [
    "uri",
    "ref"
  ],
  "properties": {
    "ref": {
      "type": "string",
      "maxLength": 128,
      "description": "Three lowercase words separated by dashes identifying the parent cap.",
      "maxGraphemes": 64
    },
    "uri": {
      "type": "string",
      "format": "at-uri",
      "description": "AT URI of the parent cap record."
    }
  },
  "description": "Reference to a parent cap this was derived from."
}
replyRef object

No description available.

Properties

View raw schema
{
  "type": "object",
  "required": [
    "root",
    "parent"
  ],
  "properties": {
    "root": {
      "ref": "lex:com.atproto.repo.strongRef",
      "type": "ref",
      "description": "The root cap of the thread."
    },
    "parent": {
      "ref": "lex:com.atproto.repo.strongRef",
      "type": "ref",
      "description": "The direct parent cap being replied to."
    }
  }
}

Lexicon Garden

@