swagger-editor icon indicating copy to clipboard operation
swagger-editor copied to clipboard

Swagger Editor

Results 194 swagger-editor issues
Sort by recently updated
recently updated
newest added

Add gzip for the assets served in editor-next.swagger.io Similar to how we have it in the stable branch, with editor.swagger.io.

cat: swagger.io
cat: docker
docker
swagger-editor@next

Originally mentioned in https://github.com/swagger-api/swagger-editor/issues/3216#issuecomment-1527018234 List of monaco editor options that enables the triggering completion on key press ``` quickSuggestions: { other: true, strings: true }, matchOnWordStartOnly: false, suggest: { snippetsPreventQuickSuggestions:...

type: feature
swagger-editor@next

Originally discussed in https://github.com/swagger-api/swagger-editor/issues/3216#issuecomment-1526096630 `#` is control character for starting of the YAML comment. Thus it's dropped from the resulting AST. We have to escape it with single or double...

type: enhancement
cat: user experience
swagger-editor@next

Originally reported in https://github.com/swagger-api/swagger-editor/issues/3216#issuecomment-1526096630 Here is a completion case that behaves unexpectably: ```yaml $ref: # comment ``` Instead of $ref suggestions, it gives us Schema Object fields suggestion. --- ###...

type: bug
swagger-editor@next

This feature is present in SwaggerEditor@4.

type: feature
swagger-editor@next

Do you have any plans to add support for: 1. read/write local files with https://developer.chrome.com/articles/file-handling/ 2. add a manifest to install editor as pwa with file_handlers and share_target

Hi, When using Swagger Editor from master or 4.9.1, whenever I try to use the "Add Example Response", I get the error "fails with missingProperty: description". I believe this is...

I ran into this unexpected behavior when after clearing the editor, to start working on my API, the Petstore code is restored whenever I try to insert something (Doesn't seem...

Rendered Schema Objects support this feature too, but currently clicking on the icon, does nothing. ![image](https://user-images.githubusercontent.com/193286/231495027-b6600ee9-8940-40b9-9279-4972e6d839f9.png)

type: bug
swagger-editor@next

https://hub.docker.com/r/swaggerapi/swagger-editor/tags?page=1&name=v5

security fix
docker
swagger-editor@next