NJsonSchema icon indicating copy to clipboard operation
NJsonSchema copied to clipboard

Tolerate schema properties named AdditionalProperties

Open lahma opened this issue 1 year ago • 0 comments

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...

lahma avatar Nov 21 '23 13:11 lahma