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
Current enum validation is limited to scalar types while enum is a constant value validated against the type. To properly support validation with enum, need to validate enum against the type and validate value against the enum, if present, bypassing validation against the restrictions.
This will fix enum validation of unions, arrays and objects.
The text was updated successfully, but these errors were encountered:
Current enum validation is limited to scalar types while enum is a constant value validated against the type. To properly support validation with enum, need to validate enum against the type and validate value against the enum, if present, bypassing validation against the restrictions.
This will fix enum validation of unions, arrays and objects.
The text was updated successfully, but these errors were encountered: