Hello,
I'm using the 16.2 build and encounter a bug :
When using this simple Json schema
{
"type": "object",
"properties": {
"ID": {
"type": "integer"
}
}
}
I'm able to validate this JSON : {"ID" : "2"}
But as explained here https://json-schema.org/understanding-json-schema/reference/numeric.html#integer the sting "2" should not be valid.
I think it's a bug in the validator engine, did you know if there is a way to patch it ?
Thank in advance,
Bests Regards