NJsonSchema
NJsonSchema copied to clipboard
Tolerate schema properties named AdditionalProperties
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...