Skip to content

Commit

Permalink
make default false not none
Browse files Browse the repository at this point in the history
  • Loading branch information
e-lo committed Sep 9, 2024
1 parent 6d7beb8 commit 32ea987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projectcard/schema/changes/defs/scoped_property_set.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"change_num": {"type": "number"},
"overwrite_scoped": {
"type":"string",
"enum":["all","conflicting","none"],
"default":"none",
"enum":["all","conflicting","false"],
"default":"false",
"description":"If 'all', all scoped items will be overwritten. If 'conflicting', only conflicting scoped items will be overwritten. If 'none', no scoped items will be overwritten and error will be raised if there are conflicts."
},
"scoped_property_set_item":{
Expand Down

0 comments on commit 32ea987

Please sign in to comment.