-
I see the following error in OAS3
Name | Description
id *integer(path) |
Could not render this component, see the console.
Could not render this component, see the console.
The console:
``…
-
**Describe the bug**
swagger specification of GN 4.0.0 is not openApi 3 compliant about its Response MediaTypes.
it makes codegen fail at compile stage because of some "**_accept_** variable alrea…
-
### Issue workflow progress
_Progress of the issue based on the
[Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_
- …
-
Environment:
- Python version: 3.11
- Operating system: Windows/Linux
- Flask version: 2.2.5 (but presumably all versions)
- flask-openapi3 version: 4.0.2
When typing a property with tuple[..…
-
When trying to load a spec from a YAML file containing an object with a key called `null` the following error is raised:
```
error converting YAML to JSON: Unsupported map key of type: %!s(), key: ,…
-
环境信息
JDK 1.8
spring boot 2.7.14
knife4j-openapi3-spring-boot-starter 4.2.0
问题复现条件:
需要在application.yml中增加如下配置,
# Spring配置
spring:
mvc:
static-path-pattern: /static/**
# 开发环境配置
serv…
-
In current flask-openapi3, I can only map 200 to Resp, 201: Resp1.
``` python
app = OpenAPI(__name__)
class Resp(BaseModel):
a: int
class Resp1(BaseModel):
b: int
@app.get("/", resp…
-
Hi,
I am generating code for petstore-expanded.yaml. However I found that requestBody schema is not present in router.
og -o ./my-docs petstore.yaml express
Kindly guide.
-
``` {
"openapi": "3.0.1",
"info": {
"title": "opex-web",
"description": "运营工作台接口",
"version": "1.0"
},
"servers": [
{
"url": "http://127.0.0.1:10010",
"de…
-
I noticed with the introduction of #610, the following schema will fail (but it was not before #610):
```yaml
openapi: 3.0.0
info:
title: "Hello World REST APIs"
version: "1.0"
paths: {}
…