Skip to content

Commit 86aac95

Browse files
Removed the 'dataType' attribute from edges in the graph schema
1 parent 79be968 commit 86aac95

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

daliuge-translator/dlg/dropmake/lg.graph.schema

-4
Original file line numberDiff line numberDiff line change
@@ -429,9 +429,6 @@
429429
"closesLoop": {
430430
"type": "boolean"
431431
},
432-
"dataType": {
433-
"type": "string"
434-
},
435432
"from": {
436433
"type": "integer"
437434
},
@@ -450,7 +447,6 @@
450447
},
451448
"required": [
452449
"closesLoop",
453-
"dataType",
454450
"from",
455451
"fromPort",
456452
"to",

0 commit comments

Comments
 (0)