[Cases] Generate cases API docs and zod schemas on the CI#250913
Merged
janmonschke merged 21 commits intoelastic:mainfrom Feb 17, 2026
Merged
[Cases] Generate cases API docs and zod schemas on the CI#250913janmonschke merged 21 commits intoelastic:mainfrom
janmonschke merged 21 commits intoelastic:mainfrom
Conversation
Contributor
|
Pinging @elastic/kibana-cases (Team:Cases) |
janmonschke
commented
Feb 12, 2026
| - high | ||
| - low | ||
| - medium | ||
| default: low No newline at end of file |
Contributor
Author
There was a problem hiding this comment.
@elastic/experience-docs There is an open issue for adding support for defaults in enums (#188897). Right now it is not supported yet.
delanni
approved these changes
Feb 12, 2026
Contributor
Author
|
@elasticmachine merge upstream |
lcawl
approved these changes
Feb 13, 2026
Member
lcawl
left a comment
There was a problem hiding this comment.
A drive-by comment that it would be nice to have descriptions for the error, message, and statuscode properties, since I think we'll eventually be generating reports for all missing descriptions. But otherwise LGTM
florent-leborgne
approved these changes
Feb 16, 2026
Contributor
💔 Build Failed
Failed CI StepsMetrics [docs]
History
|
michaelolo24
approved these changes
Feb 17, 2026
Contributor
michaelolo24
left a comment
There was a problem hiding this comment.
Thanks for integrating this with CI!
patrykkopycinski
pushed a commit
to patrykkopycinski/kibana
that referenced
this pull request
Feb 19, 2026
…0913) ## Summary Depends on elastic#250857 Adds a new step to the CI that generates zod schemas from the API yaml specifications --------- Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
ersin-erdal
pushed a commit
to ersin-erdal/kibana
that referenced
this pull request
Feb 19, 2026
…0913) ## Summary Depends on elastic#250857 Adds a new step to the CI that generates zod schemas from the API yaml specifications --------- Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Depends on #250857
Adds a new step to the CI that generates zod schemas from the API yaml specifications