ink.branchline.bud

branchline.ink

{
  "id": "ink.branchline.bud",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "text",
          "createdAt"
        ],
        "properties": {
          "text": {
            "type": "string",
            "maxLength": 20000,
            "maxGraphemes": 10000
          },
          "title": {
            "type": "string",
            "maxLength": 1200,
            "maxGraphemes": 120
          },
          "parent": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "formatting": {
            "type": "array",
            "items": {
              "ref": "#formatSpan",
              "type": "ref"
            }
          }
        }
      },
      "description": "A bud: one contribution to a story tree. Freshly written buds grow for 24h (not yet followable); after that they open as 'blooms' that other writers can extend; past 48h without children they lock into 'branches'. These lifecycle stages are views of the same record, not different record types. The AppView enforces a 500-word ceiling on `text` (counted via Unicode word segmentation); writes that exceed it are rejected as WordLimitExceeded."
    },
    "formatSpan": {
      "type": "object",
      "required": [
        "start",
        "end",
        "type"
      ],
      "properties": {
        "end": {
          "type": "integer",
          "minimum": 0,
          "description": "Byte offset (exclusive) into `text` where the span ends."
        },
        "type": {
          "type": "string",
          "knownValues": [
            "bold",
            "italic",
            "underline",
            "strikethrough"
          ]
        },
        "start": {
          "type": "integer",
          "minimum": 0,
          "description": "Byte offset (inclusive) into `text` where the span begins."
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against ink.branchline.bud

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:brvu7akhdvsqcomb67pafw25
CID
bafyreibuu5uoid3qvir27uu3dahpepgu3uf7lr2udad5altm4lt6z5dysm
Indexed At
2026-04-15 19:23 UTC
AT-URI
at://did:plc:brvu7akhdvsqcomb67pafw25/com.atproto.lexicon.schema/ink.branchline.bud

Lexicon Garden

@