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
The presence of a JSON Schema "enum" property throws an error. "enum"s have to be removed from the JSON Schema in order for the target to work. "enum" is useful for validating enumeration fields, like "status": "complete"
Minimum support - Allow for the presence of "enum" on "type": "string"
Full support - Check that values are in "enum"
The text was updated successfully, but these errors were encountered:
The presence of a JSON Schema
"enum"
property throws an error."enum"
s have to be removed from the JSON Schema in order for the target to work."enum"
is useful for validating enumeration fields, like"status": "complete"
Minimum support - Allow for the presence of
"enum"
on"type": "string"
Full support - Check that values are in
"enum"
The text was updated successfully, but these errors were encountered: