When trying validation of an instance against a schema like
{
"$schema": "https://json-schema.org/draft/2019-09/schema",
"unevaluatedProperties": false,
I don't see any warnings or errors when including additional properties on nested elements
Is it implemented and I'm doing something wrong? Sorry for the short description.
When trying validation of an instance against a schema like
I don't see any warnings or errors when including additional properties on nested elements
Is it implemented and I'm doing something wrong? Sorry for the short description.