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
- If `nullable=True` is alongside a `oneOf`/`anyOf` field, then
add `{"type": "null"}` to the `oneOf`/`anyOf` arrray.
- This activates only if there is no `type` field alongside the `oneOf`
or `anyOf` field
This helps ensure the resulting JSON Schema actually accepts null
when using nullable with oneOf/anyOf
0 commit comments