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
| `--default-non-nullable` | | `false` | Treat schema objects with default values as non-nullable |
104
-
| `--properties-required` | | `false` | Treat schema objects without `required` as having all properties required. |
105
-
| `--empty-objects-unknown` | | `false` | Allow arbitrary properties for schema objects with no specified properties, and no specified `additionalProperties` |
106
-
| `--enum` | | `false` | Generate true [TS enums](https://www.typescriptlang.org/docs/handbook/enums.html) rather than string unions. |
| `--default-non-nullable` | | `false` | Treat schema objects with default values as non-nullable |
104
+
| `--properties-required-by-default` | | `false` | Treat schema objects without `required` as having all properties required. |
105
+
| `--empty-objects-unknown` | | `false` | Allow arbitrary properties for schema objects with no specified properties, and no specified `additionalProperties` |
106
+
| `--enum` | | `false` | Generate true [TS enums](https://www.typescriptlang.org/docs/handbook/enums.html) rather than string unions. |
0 commit comments