| name | data type | description |
|---|---|---|
| sequence | number | |
| mandatoryWithEl | string | |
| attributeCode | string | |
| readOnly | boolean | |
| defaultValue | string | |
| validationType | AttributeValidationType | |
| validationPattern | string | |
| validationLabel | string | |
| mandatory | boolean | |
| display | boolean |
Example
{
"sequence" : 12345,
"mandatoryWithEl" : "...",
"attributeCode" : "...",
"readOnly" : true,
"defaultValue" : "...",
"validationType" : "REGEX",
"validationPattern" : "...",
"validationLabel" : "...",
"mandatory" : true,
"display" : true
}