Settings API - Custom OnDemand-Validator schema table
Custom OnDemand-Validator (builtin:example.custom-validation.on-demand-validator
)
Showcase of a Custom On-Demand-Validator executed in the cluster.
It will check that the entered value is greater than the current server timestamp when the user initiates the on-demand validation.
For the Java implementation check out ExampleOnDemandValidatorSchema.java
Schema ID | Schema groups | Scope |
---|---|---|
builtin:example.custom-validation.on-demand-validator |
| environment environment-default |
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
start | Start Timestamp | integer | A timestamp. It has to be after the current server time when checking the on-demand validator. | required |