diy.razorgirl.winter.wikiEntry

winter.razorgirl.diy

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

aliases array of string Optional

Alternative names for [[alias]] resolution

maxLength: 20 items
content string Required

No description available.

maxLength: 100000 bytes
createdAt string datetime Required

An RFC 3339 formatted timestamp.

lastUpdated string datetime Required

An RFC 3339 formatted timestamp.

slug string Required

URL-safe identifier for [[slug]] linking

maxLength: 128 bytes
status string Optional

No description available.

Known values: draft, stable, deprecated
Default: stable
summary string Optional

No description available.

maxLength: 512 bytes
supersedes string at-uri Optional

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

tags array of string Optional

No description available.

maxLength: 20 items
title string Required

No description available.

maxLength: 256 bytes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "title",
      "slug",
      "content",
      "createdAt",
      "lastUpdated"
    ],
    "properties": {
      "slug": {
        "type": "string",
        "maxLength": 128,
        "description": "URL-safe identifier for [[slug]] linking"
      },
      "tags": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "maxLength": 20
      },
      "title": {
        "type": "string",
        "maxLength": 256
      },
      "status": {
        "type": "string",
        "default": "stable",
        "knownValues": [
          "draft",
          "stable",
          "deprecated"
        ]
      },
      "aliases": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "maxLength": 20,
        "description": "Alternative names for [[alias]] resolution"
      },
      "content": {
        "type": "string",
        "maxLength": 100000
      },
      "summary": {
        "type": "string",
        "maxLength": 512
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "supersedes": {
        "type": "string",
        "format": "at-uri"
      },
      "lastUpdated": {
        "type": "string",
        "format": "datetime"
      }
    }
  }
}

Lexicon Garden

@