Skip to content

Commit

Permalink
Minor fixes to JSON schema
Browse files Browse the repository at this point in the history
  • Loading branch information
james-strauss-uwa committed Nov 2, 2022
1 parent ebc97ab commit 3e4579a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions daliuge-translator/dlg/dropmake/lg.graph.schema
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@
"type": "string"
},
"readonly": {
"type": "boolean",
"type": "boolean"
},
"type": {
"type": "string"
Expand All @@ -369,7 +369,7 @@
"description",
"name",
"text",
"value"
"value",
"type",
"precious",
"options",
Expand Down

0 comments on commit 3e4579a

Please sign in to comment.