CenterEdge / Yardarm

OpenAPI 3 SDK Generator for C#
Apache License 2.0
46 stars 6 forks source link

Use allOf instead of anyOf to detect simple discriminators #183

Closed brantburnett closed 1 year ago

brantburnett commented 1 year ago

Motivation

This was done in error, allOf is the correct pattern which performs simple inheritance.

brantburnett commented 1 year ago

/merge