Settings API - Custom Schema-Validator schema table
Custom Schema-Validator (builtin:example.custom-validation.schema-validator
)
Showcase of a Custom Schema-Validator executed in the cluster.
It will check that the entered names are unique (case insensitive) across all entries in this multi-object schema.
For the Java implementation check out ExampleSchemaValidatorSchema.java
Schema ID | Schema groups | Scope |
---|---|---|
builtin:example.custom-validation.schema-validator |
| environment environment-default |
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
uniqueCaseInsensitiveName | Name | text | A unique (case-insensitive) name. | required |