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
|`--additional-properties`|`-ap`|`false`| (optional) Allow arbitrary properties for all schema objects without `additionalProperties: false`|
107
+
|`--default-non-nullable`||`false`| (optional) Treat schema objects with default values as non-nullable |
108
+
|`--prettier-config [location]`|`-c`|| (optional) Path to your custom Prettier configuration for output |
109
+
|`--raw-schema`||`false`| Generate TS types from partial schema (e.g. having `components.schema` at the top level) |
110
+
|`--httpMethod`|`-m`|`GET`| (optional) Provide the HTTP Verb/Method for fetching a schema from a remote URL |
111
+
|`--headersObject`|`-h`|| (optional) Provide a JSON object as string of HTTP headers for remote schema request. This will take priority over `--header`|
112
+
|`--header`|`-x`|| (optional) Provide an array of or singular headers as an alternative to a JSON object. Each header must follow the `key: value` pattern |
110
113
111
114
### 🐢 Node
112
115
@@ -243,6 +246,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
0 commit comments