-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[OAS] Support examples (and more) #212495
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
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
b20a42b
attempt 1 at a layout for OAS examples
jloleysens 1e5af2a
added support for merging files
jloleysens 277169c
comment out the rules create overlay
jloleysens 1232c10
await
jloleysens c23f4ef
add new type
jloleysens 58a9e60
link to file from create rule
jloleysens bb15822
added @apidevtools/json-schema-ref-parser
jloleysens 74c53ba
woops
jloleysens 01805e1
[CI] Auto-commit changed files from 'node scripts/notice'
kibanamachine f9c1241
[CI] Auto-commit changed files from 'node scripts/capture_oas_snapsho…
kibanamachine bc1c1d9
Merge branch 'main' into oas/support-examples
jloleysens 3e1ddb7
[CI] Auto-commit changed files from 'make api-docs'
kibanamachine 5071537
Merge branch 'main' into oas/support-examples
jloleysens e392720
update renovate.json
jloleysens 2571ecb
support operation object too
jloleysens ecaba38
remove commented out lines
jloleysens c7e27c4
remove trailing comma for now
jloleysens af666a6
rename function
jloleysens cf7f624
added unit test
jloleysens 9a9e0c0
clean up comment
jloleysens 62b8249
Merge branch 'main' into oas/support-examples
jloleysens 09c745a
update docs
jloleysens fce5f75
fix where the examples are linked in for the versioned router
jloleysens 7d3bced
move response ops files
jloleysens 68554f8
[CI] Auto-commit changed files from 'node scripts/notice'
kibanamachine 53efeee
[CI] Auto-commit changed files from 'node scripts/capture_oas_snapsho…
kibanamachine 10043fd
[CI] Auto-commit changed files from 'make api-docs'
kibanamachine e8b733b
clean up code, types and comments
jloleysens a707aee
Merge branch 'main' into oas/support-examples
jloleysens File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
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.
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.
Recommending the code-first approach to keep consistent with the rest of the platform provided approach to OAS.