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 you choose to set json_schema_extra={"nullable": False}) etc on the original model, the resulting model will not be marked as nullable in the json schema for the model.
If you choose to set
json_schema_extra={"nullable": False})
etc on the original model, the resulting model will not be marked as nullable in the json schema for the model.Example:
Partial A:
PartialB:
PartialC: (Has a default value, and no "required" or "nullable" values. Means it is nullable)
I created a PR here to address this issue
The text was updated successfully, but these errors were encountered: