You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,17 @@ In practice this improves compatibility with APIs that define inputs outside sim
89
89
90
90
In practice this reduces the amount of manual profile setup and improves compatibility with APIs that rely on non-trivial parameter encoding or per-operation server definitions.
91
91
92
+
### Multi-file specs and richer help
93
+
94
+
`ocli` now works better with larger, more structured API descriptions:
95
+
96
+
- external `$ref` resolution across multiple local or remote OpenAPI / Swagger documents
97
+
- support for multi-document specs that split paths, parameters, and request bodies into separate files
98
+
- richer `--help` output with schema hints such as `enum`, `default`, `nullable`, and `oneOf`
99
+
- better handling of composed schemas that use `allOf` for shared request object structure
100
+
101
+
In practice this improves compatibility with modular specs and makes generated commands easier to use without opening the original OpenAPI document.
0 commit comments