Commit 759c30b
authored
Add support for OpenAPI 3.0.4 and 3.1.1 (#665)
### Motivation
OpenAPI 3.0.4 and 3.1.1 dropped, mostly containing clarifications:
https://www.openapis.org/blog/2024/10/25/announcing-openapi-specification-patch-releases
### Modifications
- Bumped the OpenAPIKit dependency to get the new versions parsed.
- Added the two new versions to our enum.
- Added unit tests.
### Result
We can parse the new versions.
### Test Plan
Added unit tests.1 parent 827fa72 commit 759c30b
File tree
3 files changed
+5
-3
lines changed- Sources/_OpenAPIGeneratorCore/Parser
- Tests/OpenAPIGeneratorCoreTests/Parser
3 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
0 commit comments