-
Run the following code:
```
package main
import (
"fmt"
"github.com/swaggest/openapi-go"
"github.com/swaggest/openapi-go/openapi31"
)
func main() {
reflector := openapi31.NewReflect…
-
I trying
import {SecurityRequirementObject} from 'openapi3-ts'
but getting
```
TS2305: Module "openapi3-ts" has no exported member SecurityRequirementObject
```
I see this export here:
…
-
Ran into an issue with `oneOf` unions, but _only_ when using a `discriminator` property. I am not sure if this is an `openapi_first` issue or a `json_schemer` issue, so I'd though I'd try here first.
…
-
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…
-
Hi, trying to parse the [OpenAPI v3.1 specification itself](https://github.com/OAI/OpenAPI-Specification/blob/82810886af0033f3d0ec2568db0812a201aaab5e/schemas/v3.1/schema.json) fails with the followin…
-
Due to the removal of `nullable: true` from schema in 3.1.0, it _appears_ that the `nullable = true` property on the `@Schema` annotation no longer works. That isn't obvious in the documentation for t…
-
**Describe the bug**
I set field **required** with `formData:` and `json:` tags in input request data structure simultaneously. Also I add ForceJSONRequestBody() function for input structure to suppo…
-
Hello !
I am using the new release with the fix from the PR #143 and there is still an issue iwht anyOf attribute.
Example:
```bash
$ make doc
python contrib/openapi.py
rm -Rf docs/_bui…
-
## User Story
As a tooling maker I want to register my tool's support for a given version of OpenAPI.
## Detailed Requirement
The library [gulpfile.js/lib/processors/awesome-openapi3-processo…
-
Hi!
As always, thank you for your excellent work.
I have come to an issue in the 3.0rc version. The command line unexpectantly started to output the openapi spec in openapi3.1 instead of OAS3. Wou…