RicoSuter / NJsonSchema

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

Tolerate schema properties named AdditionalProperties #1648

Open lahma opened 9 months ago

lahma commented 9 months ago

Came across a schema having field additionalProperties which clashes with the generated [JsonExtensionData] AdditionalProperties. Added simple increment for the property name as more than two feels rare enough.

Edit: this might actually be that NSwag does invalid YAML -> JSONSchema conversion. Investigating...