OpenAPI.NET.OData icon indicating copy to clipboard operation
OpenAPI.NET.OData copied to clipboard

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

Open baywet opened this issue 2 years ago • 1 comments

today we implement collections as:

  • BaseCollectionResponse (Odata next link field, etc...)
  • BaseCounCollectionResponse (inherits from the previous, add the count field)
  • A lot of Users/Groups/Sites/...Collection response (inherits from one of the previous, adds the value property)

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.

baywet avatar Dec 08 '23 13:12 baywet

Blocked awaiting OpenAPI v3.1 support

irvinesunday avatar Jan 26 '24 08:01 irvinesunday