{ "lexicon": 1, "id": "sh.weaver.notebook.book", "defs": { "main": { "type": "record", "description": "Authors of a Weaver notebook.", "key": "tid", "record": { "type": "object", "required": ["authors", "entryList"], "properties": { "title": { "type": "ref", "ref": "sh.weaver.notebook.defs#title" }, "path": { "type": "ref", "ref": "sh.weaver.notebook.defs#path" }, "tags": { "type": "ref", "ref": "sh.weaver.notebook.defs#tags" }, "authors": { "type": "array", "items": { "type": "ref", "ref": "sh.weaver.actor.defs#author" } }, "entryList": { "type": "array", "items": { "type": "ref", "ref": "com.atproto.repo.strongRef" } }, "theme": { "type": "ref", "ref": "com.atproto.repo.strongRef" }, "createdAt": { "type": "string", "format": "datetime", "description": "Client-declared timestamp when this was originally created." }, "updatedAt": { "type": "string", "format": "datetime", "description": "Client-declared timestamp of last modification. Used for canonicality tiebreaking in multi-author scenarios." }, "contentWarnings": { "type": "ref", "ref": "sh.weaver.notebook.defs#contentWarnings" }, "rating": { "type": "ref", "ref": "sh.weaver.notebook.defs#contentRating" }, "publishGlobal": { "type": "boolean", "description": "Notebook opts into accessiblity by path only without identity scoping. Path must be globally unique and a valid subdomain." } } } } } }