BaseValidationType #
This class allows to define custom types meant to be used to validate documents fields.
See the Data Validation guide.
Properties #
| Name | Type | Description |
|---|---|---|
| allowChildren | boolean | If false, the field must be a scalar. |
| allowedTypeOptions | string[] | List of allowed data type options |
| typeName | string | Data type name. |