File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
src/plugins/editor-preview-swagger-ui/components Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,11 @@ const EditorPreviewSwaggerUIFallback = () => (
44 < div className = "version-pragma__message" >
55 < div >
66 < h3 > Unable to render editor content</ h3 >
7+ < p > SwaggerUI does not currently support rendering of OpenAPI 3.1 definitions.</ p >
78 < p >
8- SwaggerUI does not currently support rendering of OpenAPI 3.1 definitions.
9- < p >
10- It is in the SwaggerUI roadmap to fully support rendering of OpenAPI 3.1 definitions.
11- For additional information, please refer to this Github{ ' ' }
12- < a href = "https://github.com/swagger-api/swagger-ui/issues/5891" > issue</ a > .
13- </ p >
9+ It is in the SwaggerUI roadmap to fully support rendering of OpenAPI 3.1 definitions.
10+ For additional information, please refer to this Github{ ' ' }
11+ < a href = "https://github.com/swagger-api/swagger-ui/issues/5891" > issue</ a > .
1412 </ p >
1513 < p >
1614 However, SwaggerEditor itself does support OpenAPI 3.1 within its editing experience.
You can’t perform that action at this time.
0 commit comments