The ESP Schema extension offers many custom checks.
Custom checks under Schema Definition type validate values in the General tab of the Schema Properties sheet.
| Option | Validates | 
|---|---|
| NameIsValid | Names of ESPSchema must be valid java identifiers. | 
Custom checks for fields are under Entity Attribute type. They validate values in the Attributes tab of the ESP Schema Properties sheet.
| Option | Validates | 
|---|---|
| FieldNameIsValid | Field names must be valid java identifiers. | 
| ESPDatatypeExists | Datatype is specified | 
| UniqueDestColumnName | DestColumnName is unique within that schema |