openapi-gui icon indicating copy to clipboard operation
openapi-gui copied to clipboard

GUI / visual editor for creating and editing OpenAPI / Swagger definitions

Results 22 openapi-gui issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** When I first used the schema editor, I've tried validating my schema on swagger.io. It was only after a bit...

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

hello, I have always parse error { "status": false, "message": "expected Object {} to have property authorizationUrl", "context": "#/components/securitySchemes/apiKey", "openapi": "3.0.0"

Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.7 to 1.19.11. Release notes Sourced from urijs's releases. 1.19.11 (April 3rd 2022) SECURITY fixing URI.parse() handle excessive slashes in scheme-relative URLs - disclosed by zeyu2001 via...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

**What** Use a opanapi rendering tool like redoc or the swagger ui to generate a preview of the api documentation. Ideally this is created on-change of any documentation and displayed...

When adding oauth2 flows via the ui they seem to be missing in the yaml: ``` securitySchemes: petstore_auth: type: oauth2 ``` Copy pasted the mermade output to the swagger editor...

Trying to https://mermade.github.io/openapi-gui/# to create a schema but it doesn't see to support selecting an existing scheme to re-use. The option exists for request body but not for responses, there's...

When entering a hexadecimal (e.g: 0x93247f2209abcacf57b75a51dafae777f9dd38bc7053d1af526f220a7489a6d3a2753e5f3e8b1cfe39b56f43611df74a) string in the schema editor in the value, it get converted to a number « 2.264731349119913e+115 » instead of sticking to the hexadecimal reprensation.

bug
help wanted
dependencies

As suggested in AYWH Slack by @hpatoio

enhancement
help wanted