{ "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", "description": "AT-URI of the notebook to fetch.", "format": "at-uri" } } }, "output": { "encoding": "application/json", "schema": { "type": "object", "required": [ "notebook", "entries" ], "properties": { "entries": { "type": "array", "items": { "type": "ref", "ref": "com.atproto.repo.strongRef" } }, "notebook": { "type": "ref", "ref": "sh.weaver.notebook.defs#notebookView" } } } } } } }