Validation Service
The Validation service provides logic to validate input fields in displays.
Properties
| Property Name | Description |
|---|---|
| Name | Identity of the component |
| Schema | The schema used for the validation |
| Value | Value to validate |
| Hide errors | Used to not show errors until a manual action |
Output Data
| Name | Description |
|---|---|
| valid | Returns the result of the validation |
| error | Error messages from the schema |