Expand description
Validation nodes for input checking within Ranvier circuits.
Structsยง
- Pattern
Validator - Validates that a string matches a regex pattern.
- Range
Validator - Validates that a numeric value falls within a specified range.
- Required
Node - Validates that an
Option<T>isSome, faulting ifNone. - Schema
Validator - Validates a JSON value against expected structure.