Skip to content

Commit bfa7c13

Browse files
committed
Allow string ids for relationships in json import
1 parent 7ed7c6d commit bfa7c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/schemas.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export const jsonSchema = {
148148
cardinality: { type: "string" },
149149
updateConstraint: { type: "string" },
150150
deleteConstraint: { type: "string" },
151-
id: { type: "integer" },
151+
id: { type: ["integer", "string"] },
152152
},
153153
required: [
154154
"startTableId",

0 commit comments

Comments
 (0)