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
Currently, the validation for integer and float fields in our JSON schema strictly enforces a numerical value. We need to modify the schema to allow these fields to be "not provided" (i.e., optional) without triggering validation errors.
The text was updated successfully, but these errors were encountered:
Currently, the validation for integer and float fields in our JSON schema strictly enforces a numerical value. We need to modify the schema to allow these fields to be "not provided" (i.e., optional) without triggering validation errors.
The text was updated successfully, but these errors were encountered: