Document schema_with attribute

This commit is contained in:
Graham Esau 2020-05-15 17:42:37 +01:00
parent 3fd316063a
commit 4c501990b1
6 changed files with 39 additions and 9 deletions

View file

@ -5,7 +5,8 @@
"properties": {
"bool_as_string": {
"default": "false",
"type": "string"
"type": "string",
"format": "boolean"
},
"bool_normal": {
"default": false,