a tool for shared writing and social publishing

loosen base_path to string

+1 -1
+1 -1
lexicons/src/publication.ts
··· 14 14 required: ["name"], 15 15 properties: { 16 16 name: { type: "string", maxLength: 2000 }, 17 - base_path: { type: "string", format: "uri" }, 17 + base_path: { type: "string" }, 18 18 description: { type: "string", maxLength: 2000 }, 19 19 icon: { type: "blob", accept: ["image/*"], maxSize: 1000000 }, 20 20 theme: { type: "ref", ref: "#theme" },