ifSchema property
JsonSchema?
get
ifSchema
A JsonSchema that conditionally decides if validation should be performed against the 'then' or 'else' schema.
Spec: https://json-schema.org/draft-07/json-schema-validation.html#rfc.section.6.6.1
Implementation
JsonSchema? get ifSchema => _ifSchema;