-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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 expandSchemas to expand all properties for all Schemas #1435
Open
shelbys
wants to merge
9
commits into
Redocly:main
Choose a base branch
from
shelbys:expandSchemas
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
* 'master' of github.com:shelbys/redoc: Add showExtentions for Responses
Co-authored-by: Giles Wells <[email protected]>
* upstream/master: chore: Release 2.0.0-rc.44 🔖 feat: new extensions hook PropertyDetailsCell + wrap property name into span chore: add .vscode to .gitignore (Redocly#1416) chore: fix tests chore: Release 2.0.0-rc.43 🔖 fix: fix broken observable after mobx upgrade (Redocly#1415) chore: Release 2.0.0-rc.42 🔖 chore: update test snapshot (Redocly#1414) chore: upgrade to mobx@6 (Redocly#1412) fix: make schema layout more responsive on small screen (Redocly#1411) docs: unqualify mobx version for react usage (Redocly#1380) fix: make samples accessible by keyboard (Redocly#1401) docs: improvements to vendor extensions topic (Redocly#1386) fix: hide dropdown input on IE 11 (Redocly#1403) feat: Dockerfile compatible with OpenShift (Redocly#1407) (Redocly#1408)
andriyl
force-pushed
the
master
branch
2 times, most recently
from
April 9, 2021 19:18
cc0c845
to
3c4ece9
Compare
* upstream/master: (62 commits) fix: use operation path if operation summary/description is not provided (Redocly#1596) fix: parse json theme string for standalone tag (Redocly#1492) chore: update(cli) engine node version >=12 (Redocly#1583) chore(cli): v0.11.4 fix: right absolute path for load and bundle definition (Redocly#1579) chore(cli): v0.11.3 docs: update specUrl (Redocly#1577) fix: added missing semicolon to styling (Redocly#1578) chore: Release 2.0.0-rc.53 chore: Release 2.0.0-rc.52 chore: update openapi-core version to fix parsing root document chore(cli): v0.11.2 fix: broken paths when budle or serve using cli (Redocly#1572) chore(cli): v0.11.1 chore(cli): v0.11.0 chore: Release 2.0.0-rc.51 chore: unit tests to check loading and bundling api definitions with openapi-core (Redocly#1568) chore: use openapi-core to bundle definition instead of json-schema-ref-parser (Redocly#1500) docs: remove extra word in grammar (Redocly#1539) feat: add disable-google-font parameter to serve command in cli (Redocly#1558) ...
* master: (62 commits) fix: use operation path if operation summary/description is not provided (Redocly#1596) fix: parse json theme string for standalone tag (Redocly#1492) chore: update(cli) engine node version >=12 (Redocly#1583) chore(cli): v0.11.4 fix: right absolute path for load and bundle definition (Redocly#1579) chore(cli): v0.11.3 docs: update specUrl (Redocly#1577) fix: added missing semicolon to styling (Redocly#1578) chore: Release 2.0.0-rc.53 chore: Release 2.0.0-rc.52 chore: update openapi-core version to fix parsing root document chore(cli): v0.11.2 fix: broken paths when budle or serve using cli (Redocly#1572) chore(cli): v0.11.1 chore(cli): v0.11.0 chore: Release 2.0.0-rc.51 chore: unit tests to check loading and bundling api definitions with openapi-core (Redocly#1568) chore: use openapi-core to bundle definition instead of json-schema-ref-parser (Redocly#1500) docs: remove extra word in grammar (Redocly#1539) feat: add disable-google-font parameter to serve command in cli (Redocly#1558) ...
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.
I didn't realize #1406 hasn't been Merged yet, so this should wait for that merge because those commits are in here as well
Expand all nesting in Request Bodies, Responses, and top-level Schemas, so it's easier to scan or page search for nested content
If you appreciate this contribution, please add a
hacktoberfest-accepted
Label to the PR, so it'll be tracked