{ "$schema": "https://json-structure.org/meta/core/v0/#", "description": "A set of locale-specific values.", "$id": "https://raw.githubusercontent.com/api-evangelist/ncr/refs/heads/main/json-structure/ncr-voyix-commerce-platform-localized-text-structure.json", "type": "object", "properties": { "values": { "type": "array", "items": { "type": "object", "properties": { "locale": { "type": "string", "example": "en-US" }, "value": { "type": "string" } } } } }, "name": "LocalizedText" }