-
Notifications
You must be signed in to change notification settings - Fork 66
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 time field to getStats schema in _common.yml #803
Conversation
Signed-off-by: hye-on <[email protected]>
Signed-off-by: hye-on <[email protected]>
|
Changes AnalysisCommit SHA: 5fe4310 API ChangesSummary
ReportThe full API changes report is available at: https://github.com/opensearch-project/opensearch-api-specification/actions/runs/12878758087/artifacts/2465137796 API Coverage
|
Spec Test Coverage Analysis
|
Signed-off-by: hye-on <[email protected]>
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.
Thanks for PR'ing this and the accompanying fix. Just a couple things to change related to marking the field as deprecated in the spec.
@@ -1714,6 +1714,9 @@ components: | |||
format: int64 | |||
getTime: | |||
$ref: '#/components/schemas/Duration' | |||
deprecated: true |
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 should have x-version-deprecated: '2.19'
as well
@@ -1714,6 +1714,9 @@ components: | |||
format: int64 | |||
getTime: | |||
$ref: '#/components/schemas/Duration' | |||
deprecated: true | |||
time: | |||
$ref: '#/components/schemas/Duration' |
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 should have x-version-added: '2.19'
as well
Signed-off-by: hye-on <[email protected]>
Signed-off-by: Daniel (dB.) Doubrovkine <[email protected]>
Description
Added the
time
field to theGetStats
schema in_common.yml
.Issues Resolved
Related to opensearch-project/OpenSearch#16894
Related PR
opensearch-project/OpenSearch#17009
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.