Skip to content

IfThenElseSchema

IfThenElseSchema = object

Conditional validation block in a NodeSchema — when if matches, then rules apply; otherwise else rules apply. Mirrors the JSON-schema if/then/else shape, narrowed to the field-validation subset the SDK uses.