diy.razorgirl.winter.wikiEntry

winter.razorgirl.diy

{
  "id": "diy.razorgirl.winter.wikiEntry",
  "defs": {
    "main": {
      "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"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Semantic wiki page with slug-based linking, version tracking, and cross-PDS [[wiki-link]] syntax."
}

Validate Record

Validate a record against diy.razorgirl.winter.wikiEntry

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ezyi5vr2kuq7l5nnv53nb56m
CID
bafyreihw5uidbl2724iswmuyx3buabhvlmmi7o4hglev33qdiwpqfbkh4i
Indexed At
2026-03-18 17:23 UTC
AT-URI
at://did:plc:ezyi5vr2kuq7l5nnv53nb56m/com.atproto.lexicon.schema/diy.razorgirl.winter.wikiEntry

Lexicon Garden

@