Allow string ids for relationships in json import

This commit is contained in:
1ilit
2025-10-09 21:19:43 +04:00
parent 7ed7c6d709
commit bfa7c13f56

View File

@@ -148,7 +148,7 @@ export const jsonSchema = {
cardinality: { type: "string" },
updateConstraint: { type: "string" },
deleteConstraint: { type: "string" },
id: { type: "integer" },
id: { type: ["integer", "string"] },
},
required: [
"startTableId",