Skip to content

Commit

Permalink
feat(editor-preview-swagger-ui): render OpenAPI 3.1 Schema Objects (#…
Browse files Browse the repository at this point in the history
…4061)

OpenAPI 3.1.0 components.schemas are rendered using
new JSON Schema 2020-12 capable renderer.

Supported vocabularies:
  - [x] Core
  - [ ] Validation
  - [ ] OpenAPI 3.1.0 base

This rendering support comes via swagger-ui-react@5.0.0-alpha.7.

Refs https://github.com/swagger-api/swagger-ui/releases/tag/v5.0.0-alpha.7
  • Loading branch information
char0n committed Apr 26, 2023
1 parent ec01b2c commit 0941e2f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"reselect": "^4.1.7",
"short-unique-id": "^4.4.4",
"styled-components": "^5.3.9",
"swagger-ui-react": "^5.0.0-alpha.6",
"swagger-ui-react": "^5.0.0-alpha.7",
"vscode": "npm:@codingame/monaco-vscode-api@~1.76.7",
"vscode-languageclient": "^8.1.0",
"vscode-languageserver-textdocument": "^1.0.8"
Expand Down

0 comments on commit 0941e2f

Please sign in to comment.