-
Hey,
we noticed a bug in the examples validation today and created the following minimal reproducible example specification:
```
openapi: 3.0.1
info:
description: Test API
title: Tes…
-
I am trying to apply a YAML file with 2264 objects. They are fairly small; 99996 lines total, or ~44 lines of YAML per object. They are all the same type
This takes 4 minutes to do a dry run. https…
-
There is a feature of OpenAPI 3 that lets you change the style of how repeated parameters are specified https://spec.openapis.org/oas/v3.0.3#parameterStyle and https://spec.openapis.org/oas/v3.0.3#sty…
ashb updated
5 months ago
-
**Please briefly describe the project you'd like to add to _Best of JS_?**
- TS Model & utils for creating and exposing OpenAPI 3.x contracts.
**What is the GitHub repository of the project …
-
I have a nswag definition file (see below) and use the command:
`nswag run Functions\Functions.nswag /runtime:NetCore21`
It generates an OpenApi3 document, but is missing the `paths` element.
…
-
Hello,
While comparing and reading into the model, I found that the "Property" Class misses the attribute "name".
(In the OpenAPI2 Model, it is realize)
Because of that, it will not be possible t…
-
Using the official [`Todo.hs`](https://github.com/biocad/servant-openapi3/blob/master/example/src/Todo.hs) example from `servant-openapi3`, I get the following error when using the `Auth` combinator o…
-
### CKAN Version if known (or site URL)
2.6
### Please describe the expected behaviour
- to have an openapi.yaml specification
### Please describe the actual behaviour
- there's no one
…
-
Hi!
I'm using the package programmatically as shown here https://github.com/astahmer/openapi-zod-client/blob/main/examples/basic/petstore-generator.ts
But I don't understand the type casting. Th…
-
I write security option as it was stated in Openapi docs;
https://swagger.io/docs/specification/authentication/bearer-authentication/
Check "# 2) Apply the security globally to all operations" on …