Document representing a variation attribute.
Property | Type | Constraints | Description |
---|---|---|---|
id
|
String | mandatory=true, minLength=1, nullable=false | The id of the variation attribute. |
name
|
Localized<String> | The localized display name of the variation attribute. | |
values
|
[VariationAttributeValue] | The sorted array of variation values. This array can be empty. |