This answer from 2013 says that JSON validators (validating against a schema) should/can allow a ban unknown properties parameter to only allow properties that exist in the schema, even if the schema does not contain additionalProperties false
. However as far as I can see all paths to this property seem to go cold.
Is there any validator that I can use in C# that will fail extra properties even without the additionalProperties false
directive?