-
#### Bug Report Checklist
- [ y] Have you provided a full/minimal spec to reproduce the issue?
- [ y] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swa…
-
## What are the steps to reproduce this issue?
1. create an `orval.config.ts`
2. use `defineConfig` to create your config
3. specify input and output transformers
4. refactor your transforme…
-
## The devDependency [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped) was updated from `4.16.1` to `4.17.0`.
🚨 [View failing branch](https://github.com/metadevpro/zafiro-openapi3…
-
Hey guys,
Very good project for swagger 3.x, really appreciated your work.
I'd like to create a server with v1 and v2 server url, so was trying to follow https://github.com/swaggest/rest/blob/mast…
-
Creating this issue as a roadmap (sorted by priority):
Still in `1.X`:
- [x] OpenApi3: PR #63
- [x] Fix links to specification json: PR #68
- [x] Warning for `production` env #64: PR #69
- …
-
```
package openapi3
import (
"testing"
"github.com/stretchr/testify/require"
)
func TestIssueXXX(t *testing.T) {
spec := `
openapi: 3.0.0
components:
schemas:
NullableString…
-
I'm using `nswag run /runtime:NetCore31` with the below `nswag.json` config file. In the settings for the `openApiToTypeScriptClient` code generator, when I added the value for `extensionCode` it does…
-
All examples and documentation focus on URL dispatch, it would be good to support Traversal too or at least provide an example on how integrate pyramid_openapi3 in a Traversal only application
-
See as an example [this index page on hackage](https://hackage.haskell.org/package/xml-1.3.14/docs/doc-index-A.html). Having:
attrib :: LString -> (String, LString)
would be better than curr…
-
I set `document.Title` in ConfigureServices. But in browser page title (`` tag) is "ReDoc"
```
public void ConfigureServices(IServiceCollection services)
{
services.AddOpenApiDocument(document…