Inconsistent type in json schema. Property type is string, but default value [ true ] is not a string: {"type":"string","default":[true]}
Inconsistent type in json schema. Property type is number, but default value true is not a number: {"type":"number","default":true}
Inconsistent type in json schema. Property type is boolean, but default value "ok" is not a boolean: {"type":"boolean","default":"ok"}
Inconsistent type in json schema. Property type is array, but default value {
  "true" : null
} is not a array: {"type":"array","default":{"true":null}}
Inconsistent type in json schema. Property type is object, but default value 42 is not a object: {"type":"object","default":42}
Inconsistent type in json schema. Property type is integer, but default value 42.7 is not a integer: {"type":"integer","default":42.7}
Inconsistent type in json schema. Property type is boolean, but default value 9 is not a boolean: {"type":"boolean","default":9}
