{
"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."
}
Metadata
- DID
-
did:web:lexicon.store
- CID
-
bafyreihw5uidbl2724iswmuyx3buabhvlmmi7o4hglev33qdiwpqfbkh4i
- Indexed At
- 2026-03-20 15:55 UTC
- AT-URI
-
at://did:web:lexicon.store/com.atproto.lexicon.schema/diy.razorgirl.winter.wikiEntry