openapi-generators / openapi-generators/openapi-python-client
tonapi.io generate errors
还没有人认领这个 Issue。
- 主要语言
- Python
- 星标
- 2k
- 派生
- 293
- 平均合并
- 34 分钟
- 30 天内合并 PR
- 1
描述
Describe the bug
3 validation errors for OpenAPI
paths./v2/openapi.json.get.responses.200.other.description
Field required [type=missing, input_value={'content': {'application/json': {'schema': {}}}}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.11/v/missing
paths./v2/openapi.yml.get.responses.200.other.description
Field required [type=missing, input_value={'content': {'application...y', 'type': 'string'}}}}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.11/v/missing
components.schemas.ChartPoints.other.items.other
Input should be a valid dictionary or instance of Schema [type=model_type, input_value=[{'description': 'Unix ti...ncy', 'type': 'number'}], input_type=list]
For further information visit https://errors.pydantic.dev/2.11/v/model_type
OpenAPI Spec File
https://tonapi.io/v2/openapi.json
Desktop (please complete the following information):
MacOS
python 3.12
openapi-python-client version 0.24.3
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先,使用 Python 3.12 上的 openapi-python-client 0.24.3,根据链接的 tonapi.io OpenAPI JSON 和 YAML 规范复现验证错误。调查报告中的响应描述和 ChartPoints schema,然后确认生成和 OpenAPI 验证能够在没有这三个错误的情况下完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- openapi, python
- 领域
- api, tooling
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100