Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
baywet opened this issue Dec 8, 2023 · 1 comment
Labels
blocked type:enhancement Enhancement request targeting an existing experience.

Comments

@baywet
Copy link
Member

baywet commented Dec 8, 2023

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.

@irvinesunday
Copy link
Collaborator

Blocked awaiting OpenAPI v3.1 support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked type:enhancement Enhancement request targeting an existing experience.
Projects
None yet
Development

No branches or pull requests

2 participants