RicoSuter / NJsonSchema

JSON Schema reader, generator and validator for .NET
http://NJsonSchema.org
MIT License
1.37k stars 529 forks source link

Add option to explicitly exclude types from schema #1670

Closed Havret closed 2 months ago

Havret commented 7 months ago

This pull request is meant to address a small inconsistency I've encountered when attempting to exclude types from the schema. As stated in the docs, ExcludedTypeNames should function exactly the same way in schema generation as JsonSchemaIgnoreAttribute. However, that's not the case with the current implementation.