{
  mappings: {
    dynamic_templates: [
      {
        testTemplateName: {
          mapping: {
            type: keyword
          },
          path_match: testPathMatch
        }
      }
    ]
  }
}