{
  "$ref": "#/definitions/LocalizedString",
  "definitions": {
    "LocalizedString": {
      "type": "object",
      "additionalProperties": {
        "type": "string",
        "minLength": 1
      },
      "propertyNames": {
        "pattern": "^[a-z]{2}(-[A-Z]{2})?$"
      },
      "description": "A map of BCP 47 locale codes to strings. At least one locale must be present.\n\nLayer: reference data (shared utility type)\n\nExamples: { \"cs\": \"Občanská demokratická strana\" } or { \"cs\": \"ANO\", \"en\": \"ANO\" }"
    }
  },
  "$schema": "http://json-schema.org/draft-07/schema#"
}