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 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"