Skip to content

Commit

Permalink
Add boolean test case
Browse files Browse the repository at this point in the history
  • Loading branch information
dokempf committed Feb 2, 2022
1 parent 6cc3382 commit 93ce458
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/schemas/boolean-simple.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"schema": {
"default": true,
"title": "Some Option",
"type": "boolean"
},
"valid": [
true,
false
]
}

0 comments on commit 93ce458

Please sign in to comment.