Skip to content

Commit 6112d7d

Browse files
lornajaneralfhandl
andauthored
Update upgrading/v3.0-to-v3.1.md
Co-authored-by: Ralf Handl <[email protected]>
1 parent 316b49d commit 6112d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upgrading/v3.0-to-v3.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ This explicit declaration eliminates the need for tools to infer schema versions
198198

199199
- [ ] Update `openapi` version to `3.1.1`
200200
- [ ] Replace `nullable: true` with type arrays (`type: ["string", "null"]`)
201-
- [ ] Update `exclusiveMinimum`/`exclusiveMaximum` from boolean modifiers to direct values and remove sibling `minimum/maximum`
201+
- [ ] Update `exclusiveMinimum`/`exclusiveMaximum` from boolean modifiers to direct values and remove sibling `minimum`/`maximum`
202202
- [ ] Change schema `example` to `examples` (as an array)
203203
- [ ] Update file upload descriptions to use `contentEncoding`/`contentMediaType`
204204
- [ ] Consider adding `$schema` declarations for better tool compatibility

0 commit comments

Comments
 (0)