{
"id": "diy.razorgirl.winter.note",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"title",
"content",
"createdAt",
"lastUpdated"
],
"properties": {
"tags": {
"type": "array",
"items": {
"type": "string"
},
"maxLength": 20
},
"title": {
"type": "string",
"maxLength": 256
},
"content": {
"type": "string",
"maxLength": 50000
},
"category": {
"type": "string",
"maxLength": 64
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"lastUpdated": {
"type": "string",
"format": "datetime"
},
"relatedFacts": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
},
"description": "AT URIs of related facts"
}
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "Structured note for drafts, investigations, and summaries."
}
Metadata
- DID
-
did:plc:ezyi5vr2kuq7l5nnv53nb56m
- CID
-
bafyreicaybuzwigmyz2ypeazkdsbyi7wwr2e7yotrmjmqgiazweye44q5i
- Indexed At
- 2026-03-18 17:23 UTC
- AT-URI
-
at://did:plc:ezyi5vr2kuq7l5nnv53nb56m/com.atproto.lexicon.schema/diy.razorgirl.winter.note