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
JSON Schema specification states that value in the enum array can be any type. Field Enum in high-level Schema should have type []any in order to contain any possible value from a schema definition.
JSON Schema specification states that value in the
enumarray can be any type. FieldEnumin high-levelSchemashould have type[]anyin order to contain any possible value from a schema definition.