commercetools · Schema

LocalizedString

A map of locale keys to string values used for multilingual content. Keys follow IETF language tag format (e.g., 'en', 'de', 'en-US').

CommerceComposable CommerceE-CommerceGraphQLRESTSDK
View JSON Schema on GitHub

JSON Schema

commercetools-localizedstring-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LocalizedString",
  "title": "LocalizedString",
  "type": "object",
  "description": "A map of locale keys to string values used for multilingual content. Keys follow IETF language tag format (e.g., 'en', 'de', 'en-US').",
  "additionalProperties": {
    "type": "string"
  }
}