-
[Lines 306 and 308](https://github.com/metadevpro/openapi3-ts/blame/master/src/model/OpenApi.ts#L306) have been changed in this commit:
https://github.com/metadevpro/openapi3-ts/commit/e7a08516a86620…
-
First off thank you very much for your great library. Exactly what I was looking for!!!
Environment:
- Python version: 3.10
- Operating system: Ubuntu
- Flask version: 2.0.3
- flask-openapi3…
-
Is there a way to generate all OpenApi component schemas and export them (without hashed names)?
In the Pet Store example, there are 8 component schemas.
https://github.com/astahmer/openapi-zod-cl…
-
#### Reason/Context
Have a mechanism that validates examples of payload. Examples are used as part of rendered docs and by mocking tools and should be 100% accurate.
#### Description
Ajv doesn'…
-
Hey, I'm trying to build and run my project on M1 device. I'm using docker linux/amd64 image by specifying `FROM --platform=linux/amd64 python:3.8.5-slim` in docker file and everything builds just fin…
-
Hi there! I've had to do a ton of OpenAPI related processing work in the past month and I wanted to start by saying this gem is great and you did a really good job with the whole system (at this point…
-
**Describe the bug**
I have an OpenAPI v3 with a `servers` section which uses variables that all have defaults, roughly like the following
```
servers:
- url: "https://some-server.com:{port}…
-
### Description
We created the dev-2.0 branch to introduce a handful of major breaking changes to connexion.
https://github.com/zalando/connexion/milestone/10
At the time, the two major changes w…
-
The Human Cell Atlas have developed an extension to json-schema that is used for restricting certain values to ontology branches
example from @dosumis:
https://github.com/HumanCellAtlas/metadata…
-
Create a demo/test application which uses the OpenAPI Java client.