{
  "attr-translations": [{
      "from": "\"type\":\"string\",\"index\":\"analyzed\"",
      "to": "\"type\":\"text\",\"index\":\"true\""
    },
    {
      "from": "\"type\":\"string\",\"index\":\"not_analyzed\"",
      "to": "\"type\":\"keyword\",\"index\":\"true\""
    },
    {
      "from": "\"type\":\"string\"",
      "to": "\"type\":\"text\""
    },
    {
      "from": "searchable",
      "to": "index"
    }
  ]
}