RicoSuter / NJsonSchema

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

Adds CSharp System.Text.Json setting OptionalPropertiesWriteDefaultValue #1656

Closed david-brink-talogy closed 10 months ago

david-brink-talogy commented 10 months ago

fixes #1564

RicoSuter commented 10 months ago

I'd say instead of adding yet another option, we just revert all changes there: https://github.com/RicoSuter/NJsonSchema/issues/1564#issuecomment-1846820894

david-brink-talogy commented 10 months ago

@RicoSuter, the new beta package fixed my issue with enum values of 0. Thank you.