Support OpenAPI 3.1
还没有人认领这个 Issue。
评估
调研方向
首先查看 issue 中链接的 OpenAPI 3.0 到 3.1 迁移说明,并将其与该库当前的 OpenAPI 处理进行比较。当该库支持所列出的 3.1 变更(包括 nullable 类型、直接排他边界、示例、文件上传 payload 以及显式 JSON Schema 方言)时,即视为完成。
由索引模型根据 Issue 内容生成。
描述
OpenAPI 3.1 has just been released... Can we hope for support in this library?
Changes in the spec seems really small, but there are some small BCs that could complicate the stuff further: https://www.openapis.org/blog/2021/02/16/migrating-from-openapi-3-0-to-3-1-0
Main differences:
- no more
nullable
-type: string
-nullable: true
+type:
+ - "string"
+ - "null"
exclusiveMinimumandexclusiveMaximumare used directly
-minimum: 7
-exclusiveMinimum: true
+exclusiveMinimum: 7
examples, no moreexample
-example: fedora
+examples:
+ - fedora
- Describing File Upload Payloads
- declaring JSON Schema dialect explicitly
- 主要语言
- PHP
- 星标
- 500
- 派生
- 99
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
cebe/php-openapi 的其他 Issue
-
难度 3/5 1-2 天 新手友好度 48/100
cebe/php-openapi#250 ·
-
BC break in 1.8 未关闭
难度 5/5 一周以上 新手友好度 25/100
cebe/php-openapi#247 · 1 条评论 · 1 个 reaction ·
-
难度 3/5 1-2 天 新手友好度 58/100
cebe/php-openapi#245 · 3 条评论 ·
-
难度 3/5 1-2 天 新手友好度 52/100
cebe/php-openapi#242 · 6 条评论 · 1 个 reaction ·
-
难度 2/5 1-3 小时 新手友好度 55/100
cebe/php-openapi#238 ·
相似的 Issue
-
sync-en
难度 2/5 1-3 小时 新手友好度 88/100
-
sync-en
难度 2/5 1-3 小时 新手友好度 84/100
-
Перевод устарел
难度 2/5 1-3 小时 新手友好度 78/100
-
bug good first issue
难度 2/5 1-3 小时 新手友好度 84/100
az-digital/az_quickstart#6047 ·
-
bug needs-triage
难度 2/5 1-3 小时 新手友好度 72/100