Document schema_with
attribute
This commit is contained in:
parent
3fd316063a
commit
4c501990b1
6 changed files with 39 additions and 9 deletions
|
@ -5,7 +5,8 @@
|
|||
"properties": {
|
||||
"bool_as_string": {
|
||||
"default": "false",
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"format": "boolean"
|
||||
},
|
||||
"bool_normal": {
|
||||
"default": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue