Skip to content

Commit

Permalink
adjust union behavior (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
taras-dubyk authored Nov 18, 2024
1 parent 69aff0c commit 009e6e7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 8 additions & 1 deletion properties_pane/defaultData.json
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,14 @@
},
"subschema": {},
"arrayItem": {},
"choice": {},
"choice": {
"hackoladeMeta": {
"resetInsteadOfDelete": true,
"disableAdd": false,
"disableAppend": true,
"disableReference": true
}
},
"relationship": {},
"user": {},
"view": {
Expand Down
4 changes: 1 addition & 3 deletions snippets/union.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
{
"type": "choice",
"choice": "oneOf",
"hackoladeMeta": {
"resetInsteadOfDelete": true
}
"createDefaultSubschemas": false
}
]
}

0 comments on commit 009e6e7

Please sign in to comment.