Allow string ids for relationships in json import (#636)

This commit is contained in:
1ilit
2025-10-09 21:22:12 +04:00
committed by GitHub
parent 7ed7c6d709
commit 005f89757e

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",