entity_localization.v1.LocalizedValue
Complete localized value containing default and all locale-specific translations
Provides fallback mechanism and full translation coverage for an entity property
{
"value": "string",
"assignments": [
{
"locale": "string",
"value": "string"
}
]
}