{ "lexicon": 1, "id": "sh.weaver.notebook.chapter", "defs": { "main": { "type": "record", "description": "A grouping of entries in a notebook.", "key": "tid", "record": { "type": "object", "required": ["notebook", "authors", "entryList"], "properties": { "title": { "type": "ref", "ref": "sh.weaver.notebook.defs#title" }, "tags": { "type": "ref", "ref": "sh.weaver.notebook.defs#tags" }, "notebook": { "type": "ref", "ref": "com.atproto.repo.strongRef", "description": "The notebook this chapter belongs to." }, "authors": { "type": "array", "items": { "type": "ref", "ref": "sh.weaver.actor.defs#author" } }, "entryList": { "type": "array", "items": { "type": "ref", "ref": "com.atproto.repo.strongRef" } }, "createdAt": { "type": "string", "format": "datetime", "description": "Client-declared timestamp when this was originally created." }, "contentWarnings": { "type": "ref", "ref": "sh.weaver.notebook.defs#contentWarnings" }, "rating": { "type": "ref", "ref": "sh.weaver.notebook.defs#contentRating" } } } } } }