Closed jeremyfiel closed 1 year ago
I tried a few different things and none of them are evaluated, not only additionalProperties
adding required": ["id"]
did not produce an error
passing a number to idddd
did not produce an error.
{
"users": [
{
"idddd": 123456
},
"2022/responsive-web-design",
"quality-assurance"
]
}
I missed the root level properties
definition
also the prefixItems is an array schema.
The following schema does not produce an error as expected where
idddd
is an additional property. Is this a bug or is my schema wrong?