{ "lexicon": 1, "id": "sh.weaver.graph.subscribe", "defs": { "main": { "type": "record", "description": "Request to subscribe to a notebook. Requires acceptance to be active.", "key": "tid", "record": { "type": "object", "required": ["notebook", "createdAt"], "properties": { "notebook": { "type": "string", "format": "at-uri", "description": "URI of the notebook to subscribe to." }, "createdAt": { "type": "string", "format": "datetime" } } } } } }