Validating single external example
Schemas with examples found: 1
Examples without schema found: 0
Total examples found: 1
No errors found.
I would have expected the `gender` attribute to raise an error because it's not part of the API spec definition.
Let me know if you need more info or if I can help.
It looks like the
--no-additional-properties
flag is not working as expected.Expected result: It should raise an error if an attribute is present in an example but not declared in schema.
Actual result: No errors were found. The given example is considered valid.
To reproduce the issue:
No errors found.