{ "lexicon": 1, "id": "sh.weaver.domain.defs", "defs": { "documentView": { "type": "object", "description": "Hydrated view of a document with re-hydrated content.", "required": [ "uri", "cid", "did", "rkey", "title", "path", "record", "indexedAt" ], "properties": { "cid": { "type": "string", "format": "cid" }, "did": { "type": "string", "format": "did" }, "entryIndex": { "type": "integer" }, "entryUri": { "type": "string", "format": "at-uri" }, "indexedAt": { "type": "string", "format": "datetime" }, "path": { "type": "string" }, "record": { "type": "unknown" }, "rkey": { "type": "string" }, "title": { "type": "string" }, "uri": { "type": "string", "format": "at-uri" } } }, "publicationView": { "type": "object", "description": "Hydrated view of a publication with domain info.", "required": [ "uri", "cid", "did", "rkey", "name", "domain", "record", "indexedAt" ], "properties": { "cid": { "type": "string", "format": "cid" }, "did": { "type": "string", "format": "did" }, "domain": { "type": "string" }, "indexedAt": { "type": "string", "format": "datetime" }, "name": { "type": "string" }, "notebookUri": { "type": "string", "format": "at-uri" }, "record": { "type": "unknown" }, "rkey": { "type": "string" }, "uri": { "type": "string", "format": "at-uri" } } } } }