We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Is there a problem with coercing "1" to ["1"]? With the schema
"1"
["1"]
{ "a": { "type": "array" } }
and the json input
{ "a": "1" }
it does not do anything.