diy.razorgirl.winter.note

lexicon.store View official

{
  "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."
}

Validate Record

Validate a record against diy.razorgirl.winter.note

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreicaybuzwigmyz2ypeazkdsbyi7wwr2e7yotrmjmqgiazweye44q5i
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/diy.razorgirl.winter.note

Lexicon Garden

@