Skip to content

Commit

Permalink
fixup: change default boolean
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
  • Loading branch information
toddbaert committed Jan 5, 2024
1 parent 69e4f99 commit 065622f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions json/flagd-definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@
}
},
"default": {
"on": true,
"off": false
"true": true,
"false": false
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions json/flagd-definitions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ properties:
"^.{1,}$":
type: boolean
default:
'on': true
'off': false
'true': true
'false': false
stringVariants:
type: object
properties:
Expand Down

0 comments on commit 065622f

Please sign in to comment.