# Validation

The Validation object contains the below properties

| Property Name    | Type   | Use                              |
| ---------------- | ------ | -------------------------------- |
| Mandatory        | bool   | True if the property is required |
| MandatoryMessage | string | Error message displayed          |
| Pattern          | string | RegEx to validate value against  |
| PatternMessage   | string | Error message displayed          |
