···1515 "createdAt"
1616 ],
1717 "properties": {
1818+ "authors": {
1919+ "type": "array",
2020+ "items": {
2121+ "type": "ref",
2222+ "ref": "sh.weaver.actor.defs#author"
2323+ }
2424+ },
1825 "content": {
1926 "type": "string",
2020- "description": "The content of the notebook entry. This should be some flavor of Markdown.",
2121- "maxLength": 200000
2727+ "description": "The content of the notebook entry. This should be some flavor of Markdown."
2228 },
2329 "createdAt": {
2430 "type": "string",
···2828 "fonts": {
2929 "type": "object",
3030 "required": ["body", "heading", "monospace"],
3131- "description": "Fonts to be used in the notebook. Can specify a name or list of names (will load if available) or a file or list of files for each. Empty lists will use site defaults."
3131+ "description": "Fonts to be used in the notebook. Can specify a name or list of names (will load if available) or a file or list of files for each. Empty lists will use site defaults.",
3232 "properties": {
3333 "body": {
3434 "type": "array",
···8686 },
8787 "codeThemeFile": {
8888 "type": "object",
8989- "required": ["name", "content"],
8989+ "required": ["name", "did", "content"],
9090 "description": "Custom syntax highlighting theme file (sublime text/textmate theme format)",
9191 "properties": {
9292 "name": {
9393 "type": "string"
9494+ },
9595+ "did": {
9696+ "type": "string",
9797+ "format": "did"
9498 },
9599 "content": {
96100 "type": "blob",
···115119 },
116120 "fontFile": {
117121 "type": "object",
118118- "required": ["name", "content"],
119119- "description": "Custom woff(2) or ttf font file"
122122+ "required": ["name", "did", "content"],
123123+ "description": "Custom woff(2) or ttf font file",
120124 "properties": {
121125 "name": {
122126 "type": "string"
127127+ },
128128+ "did": {
129129+ "type": "string",
130130+ "format": "did"
123131 },
124132 "content": {
125133 "type": "blob",