API Model
Domain
It describes a variable domain.
| Field | Type | Mandatory | Meaning |
|---|---|---|---|
| alternatives | array of Alternatives | no | if the variable is enumerated this field contains a list of acceptable values |
| constraints | Variable Domain Constraints | yes | it models the type of the variable and constraints its domain |
| exclusiveValue | string | no | if the variable is enumerated this field contains the name of the mutually exclusive alternative ("none of the above") |
| defaultValue | string | no | if the variable is enumerated this field contains the value of the default alternative |