-
### Clear and concise description of the problem
```
namespace Pet Service {
@get
op get(@path petId: string): CustomResponse;
}
@useRef("https://example.com/example.yml")
model CustomRes…
-
**Description:**
While SAM supports adding CORS definitions to OpenAPI templates by utilizing the `Cors` property for `AWS::Serverless::Api`, it does only support it for OpenAPI 2.0. For OpenAPI 3.…
-
### Is your feature request related to a problem? Please describe.
I generally use openapi-generator with typescript-fetch in react applications. Which ends up looking something like or similar de…
-
When I use `api-spec-converter --from=openapi_3 --to=swagger_2 --syntax json --order=alpha swagger.json > swagger2.0.json`, I found it cannot change `oneOf`(only support in 3.0) to a swagger 2.0 suit…
-
Expected benefits include:
- Improved validation messages
- Validation of requirements that cannot be captured in JSON Schema
- Improved and more comprehensible content assist
Currently, [KZOP…
-
### Describe the bug
According to the openapi documentation `uint8` is not existing in openapi specification see [link](https://swagger.io/docs/specification/data-models/data-types/).
The followin…
-
### Describe the bug
OpenAPI3 is not emitting multipleOf, it is supported as it is done in json-schema ([link](https://swagger.io/docs/specification/data-models/data-types/#numbers)).
### Reproducti…
-
When the session set up fails, then the HLS thread crashes and will not be restarted.
I added a `catch` to the session setup, logging the error. After the error is thrown, HLS appears to be complet…
-
Environment:
- Python version: 3.7
- Operating system: windows or ubuntu 18.04
- Flask version: 1.1.4
- flask-openapi3 version:
Should `get_operation` add `` to doc strings? If the descripti…
-
#### Describe the bug
I'm not sure if this is a bug or not, but for me, allOf is rendered in an unexpected way when used in the message payload. Can you confirm if this is deliberate or not? If not…