-
Notifications
You must be signed in to change notification settings - Fork 47
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
cleanup Context Extension text #21
Conversation
"matched": 1092873, | ||
"returned": 9 | ||
} | ||
"returned": 1, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this example is not correct, since the "returned" value matches the number of features.
@@ -1644,9 +1644,12 @@ components: | |||
context: | |||
type: object | |||
required: | |||
- next |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed, as it is no longer a field at all
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems to be mostly fixes, but maybe still add a CHANGELOG entry?
|
Related Issue(s): n/a
Proposed Changes:
PR Checklist:
npm run generate-all
to update the generated OpenAPI files.