microsoft / OpenAPI.NET.OData

Generates OpenAPI document from OData CSDL
MIT License
204 stars 62 forks source link

add dynamicRef/generic support for collections when openapi 3.1 is supported #461

Open baywet opened 9 months ago

baywet commented 9 months ago

today we implement collections as:

With the advent of OpenAPI 3.1 support we could get rid of all the UsersCollectionResponse schemas (about 4k in v1) and make the base types generic.

irvinesunday commented 7 months ago

Blocked awaiting OpenAPI v3.1 support