mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-12-22 02:07:36 +08:00
Add title to json and ddb export
This commit is contained in:
@@ -161,6 +161,7 @@ const jsonSchema = {
|
||||
type: "array",
|
||||
items: { ...areaSchema },
|
||||
},
|
||||
title: { type: "string" },
|
||||
},
|
||||
required: ["tables", "relationships", "notes", "subjectAreas"],
|
||||
};
|
||||
@@ -170,7 +171,7 @@ const ddbSchema = {
|
||||
properties: {
|
||||
author: { type: "string" },
|
||||
project: { type: "string" },
|
||||
filename: { type: "string" },
|
||||
title: { type: "string" },
|
||||
date: { type: "string" },
|
||||
...jsonSchema.properties,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user