We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
An example of another area we can consider schema consolidation:
GET /product parameters could make use of allOf if we create a Schema Object with the Pagination Parameters - as these are re-used in a few places.
GET /product parameters
allOf
#/components/schemas/type_pagination_detail
Thoughts @vpetersson ?
Originally posted by @madpah in #84 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
GET /product parameters
could make use ofallOf
if we create a Schema Object with the Pagination Parameters - as these are re-used in a few places.#/components/schemas/type_pagination_detail
...Thoughts @vpetersson ?
Originally posted by @madpah in #84 (comment)
The text was updated successfully, but these errors were encountered: