openapi-generators / openapi-generators/openapi-python-client
Failure to process schema has resulted in the removal
未關閉
還沒有人認領這個 Issue。
- 主要語言
- Python
- 星號
- 2k
- 分支
- 293
- 平均合併
- 34 分鐘
- 30 天內合併 PR
- 1
描述
Describe the bug
When creating the client from a schema, it fails with the following message:
WARNING parsing GET /v1/finding within finding.
Cannot parse response for status code 200 (Could not find reference in parsed models or enums), response will be omitted from generated client
Reference(ref='#/components/schemas/Finding')
Unable to process schema /components/schemas/Finding:
Attempted to generate duplicate models with name "FindingAttribution"
Failure to process schema has resulted in the removal of:
/components/schemas/Finding
OpenAPI Spec File
Desktop (please complete the following information):
- OS: macOS 15.4.1]
- Python Version: 3.13.2
- openapi-python-client version: 0.24.3
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
首先,使用 openapi-python-client 0.24.3 和附帶的 openapi.json 重現此失敗。追蹤 /components/schemas/Finding 與重複的 FindingAttribution 模型的處理流程。完成的標準是:在不移除 Finding 的情況下處理此 schema,並將 GET /v1/finding response 包含在產生的 client 中。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- openapi, python
- 領域
- api, tooling
- Issue 類型
- 缺陷
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 35/100