mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-09-20 22:44:52 +00:00
Import ddb files
This commit is contained in:
@@ -141,4 +141,15 @@ const jsonSchema = {
|
||||
required: ["tables", "relationships", "notes", "subjectAreas"],
|
||||
};
|
||||
|
||||
export { jsonSchema };
|
||||
const ddbSchema = {
|
||||
type: "object",
|
||||
properties: {
|
||||
author: { type: "string" },
|
||||
project: { type: "string" },
|
||||
filename: { type: "string" },
|
||||
date: { type: "string" },
|
||||
...jsonSchema.properties,
|
||||
},
|
||||
};
|
||||
|
||||
export { jsonSchema, ddbSchema };
|
||||
|
Reference in New Issue
Block a user