LocalizedVariantInformation
Represent a language specific list of variant information
type LocalizedVariantInformation {
language: Language
values: [VariantInformation]
}
Fields
language ● Language
The language of the list
values ● [VariantInformation]
The variant information itself
Example
{
"language": {
"code": "EN"
},
"values": [
{
"image": {
"link": [
{
"url": {
"language": "EN",
"value": "String"
},
"alternateUrls": [
{}
],
"redirect": {}
}
],
"modifiedAt": "2024-05-03T11:52:33Z"
}
}
]
}