{ "lexicon": 1, "id": "sh.weaver.notebook.getNotebook", "defs": { "main": { "type": "query", "description": "Get a notebook view by its AT-URI, including hydrated author profiles and entry list.", "parameters": { "type": "params", "required": ["notebook"], "properties": { "notebook": { "type": "string", "format": "at-uri", "description": "AT-URI of the notebook to fetch." } } }, "output": { "encoding": "application/json", "schema": { "type": "object", "required": ["notebook", "entries"], "properties": { "notebook": { "type": "ref", "ref": "sh.weaver.notebook.defs#notebookView" }, "entries": { "type": "array", "items": { "type": "ref", "ref": "com.atproto.repo.strongRef" } } } } } } } }