{
  "template_academic_event": {
    "mappings": {
      "dynamic": "strict",
      "properties": {
        "academicTerms": {
          "dynamic": "strict",
          "properties": {
            "acronym": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "ignore_above": 10000,
                  "type": "keyword"
                }
              }
            },
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "endDate": {
              "type": "date",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "eventsEndDate": {
              "type": "date",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "eventsStartDate": {
              "type": "date",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "sameAs": {
              "type": "text"
            },
            "startDate": {
              "type": "date",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "alternateNames": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "catalogs": {
          "dynamic": "strict",
          "properties": {
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "categories": {
              "type": "keyword",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "categorySpecificValues": {
              "dynamic": true,
              "properties": {}
            },
            "description": {
              "type": "text"
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "level": {
              "type": "integer",
              "fields": {
                "raw": {
                  "type": "integer"
                }
              }
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "categories": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "categories": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "categories": {
          "type": "keyword",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "categorySpecificValues": {
          "dynamic": true,
          "properties": {}
        },
        "creativeWorks": {
          "dynamic": "strict",
          "properties": {
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "availableLanguages": {
              "type": "keyword"
            },
            "datePublished": {
              "type": "date"
            },
            "description": {
              "type": "text"
            },
            "edition": {
              "type": "keyword"
            },
            "firstPublished": {
              "type": "keyword"
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "inLanguage": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "keywords": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "lastPublished": {
              "type": "keyword"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "keywords": {
                      "type": "keyword"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "keywords": {
                      "type": "keyword"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "description": {
          "type": "text"
        },
        "identifiers": {
          "dynamic": true,
          "properties": {}
        },
        "image": {
          "type": "keyword"
        },
        "majors": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "maximumParticipants": {
          "type": "integer"
        },
        "name": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            },
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            }
          }
        },
        "organizers": {
          "dynamic": "strict",
          "properties": {
            "additionalName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "birthDate": {
              "type": "date",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "email": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "familyName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "faxNumber": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "gender": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "givenName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "honorificPrefix": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "honorificSuffix": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "jobTitles": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "nationality": {
              "type": "keyword"
            },
            "sameAs": {
              "type": "text"
            },
            "telephone": {
              "type": "keyword"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "origin": {
          "dynamic": "strict",
          "properties": {
            "indexed": {
              "type": "date"
            },
            "maintainer": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "modified": {
              "type": "date"
            },
            "name": {
              "type": "text"
            },
            "originalId": {
              "type": "text"
            },
            "responsibleEntity": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text"
            },
            "url": {
              "type": "text"
            },
            "created": {
              "type": "date"
            },
            "deleted": {
              "type": "boolean"
            },
            "updated": {
              "type": "date"
            }
          }
        },
        "originalCategory": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "performers": {
          "dynamic": "strict",
          "properties": {
            "additionalName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "birthDate": {
              "type": "date",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "email": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "familyName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "faxNumber": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "gender": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "givenName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "honorificPrefix": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "honorificSuffix": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "jobTitles": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "nationality": {
              "type": "keyword"
            },
            "sameAs": {
              "type": "text"
            },
            "telephone": {
              "type": "keyword"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "remainingAttendeeCapacity": {
          "type": "integer"
        },
        "sameAs": {
          "type": "text"
        },
        "translations": {
          "dynamic": "strict",
          "properties": {
            "de": {
              "dynamic": "strict",
              "properties": {
                "categories": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "majors": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                },
                "originalCategory": {
                  "type": "keyword"
                }
              }
            },
            "en": {
              "dynamic": "strict",
              "properties": {
                "categories": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "majors": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                },
                "originalCategory": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "type": {
          "type": "text",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "uid": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "creation_date": {
          "type": "date"
        }
      },
      "dynamic_templates": [
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "academicTerms.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "catalogs.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "catalogs.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "creativeWorks.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "organizers.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "performers.identifiers.*"
          }
        }
      ],
      "_source": {
        "excludes": [
          "creation_date"
        ]
      },
      "date_detection": false
    },
    "settings": {
      "mapping.total_fields.limit": 10000,
      "max_result_window": 30000,
      "number_of_replicas": 0,
      "number_of_shards": 1
    },
    "index_patterns": [
      "stapps_academic_event*"
    ]
  },
  "template_article": {
    "mappings": {
      "dynamic": "strict",
      "properties": {
        "alternateNames": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "articleBody": {
          "type": "text"
        },
        "authors": {
          "dynamic": "strict",
          "properties": {
            "additionalName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "birthDate": {
              "type": "date",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "email": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "familyName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "faxNumber": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "gender": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "givenName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "honorificPrefix": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "honorificSuffix": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "jobTitles": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "nationality": {
              "type": "keyword"
            },
            "sameAs": {
              "type": "text"
            },
            "telephone": {
              "type": "keyword"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "availableLanguages": {
          "type": "keyword"
        },
        "categories": {
          "type": "keyword",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "categorySpecificValues": {
          "dynamic": true,
          "properties": {}
        },
        "datePublished": {
          "type": "date"
        },
        "description": {
          "type": "text"
        },
        "edition": {
          "type": "keyword"
        },
        "firstPublished": {
          "type": "keyword"
        },
        "identifiers": {
          "dynamic": true,
          "properties": {}
        },
        "image": {
          "type": "keyword"
        },
        "inLanguage": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "isPartOf": {
          "dynamic": "strict",
          "properties": {
            "ISSNs": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "availableLanguages": {
              "type": "keyword"
            },
            "categories": {
              "type": "keyword",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "categorySpecificValues": {
              "dynamic": true,
              "properties": {}
            },
            "datePublished": {
              "type": "date"
            },
            "description": {
              "type": "text"
            },
            "edition": {
              "type": "keyword"
            },
            "firstPublished": {
              "type": "keyword"
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "inLanguage": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "keywords": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "lastPublished": {
              "type": "keyword"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "categories": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "description": {
                      "type": "text"
                    },
                    "keywords": {
                      "type": "keyword"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "offers[].availability": {
                      "type": "keyword"
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "categories": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "description": {
                      "type": "text"
                    },
                    "keywords": {
                      "type": "keyword"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "offers[].availability": {
                      "type": "keyword"
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "keywords": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "lastPublished": {
          "type": "keyword"
        },
        "name": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            },
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            }
          }
        },
        "offers": {
          "dynamic": "strict",
          "properties": {
            "availability": {
              "type": "keyword"
            },
            "availabilityRange": {
              "type": "date_range"
            },
            "inPlace": {
              "dynamic": "strict",
              "properties": {
                "address": {
                  "dynamic": "strict",
                  "properties": {
                    "addressCountry": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "addressLocality": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "addressRegion": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "postOfficeBoxNumber": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "postalCode": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "streetAddress": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "categories": {
                  "type": "keyword",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "categorySpecificValues": {
                  "dynamic": true,
                  "properties": {}
                },
                "description": {
                  "type": "text"
                },
                "floors": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "geo": {
                  "dynamic": "strict",
                  "properties": {
                    "point": {
                      "type": "geo_point"
                    },
                    "polygon": {
                      "type": "geo_shape"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "openingHours": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "address": {
                          "dynamic": "strict",
                          "properties": {
                            "addressCountry": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "addressLocality": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "addressRegion": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "postOfficeBoxNumber": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "postalCode": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "streetAddress": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            }
                          }
                        },
                        "categories": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "description": {
                          "type": "text"
                        },
                        "floors": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "address": {
                          "dynamic": "strict",
                          "properties": {
                            "addressCountry": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "addressLocality": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "addressRegion": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "postOfficeBoxNumber": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "postalCode": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "streetAddress": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            }
                          }
                        },
                        "categories": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "description": {
                          "type": "text"
                        },
                        "floors": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "floorName": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "inventory": {
                  "dynamic": true,
                  "properties": {}
                },
                "paymentsAccepted": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "prices": {
              "dynamic": "strict",
              "properties": {
                "default": {
                  "type": "float",
                  "fields": {}
                },
                "employee": {
                  "type": "float",
                  "fields": {}
                },
                "guest": {
                  "type": "float",
                  "fields": {}
                },
                "student": {
                  "type": "float",
                  "fields": {}
                }
              }
            },
            "provider": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "sameAs": {
                  "type": "text"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "telephone": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "origin": {
          "dynamic": "strict",
          "properties": {
            "indexed": {
              "type": "date"
            },
            "maintainer": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "modified": {
              "type": "date"
            },
            "name": {
              "type": "text"
            },
            "originalId": {
              "type": "text"
            },
            "responsibleEntity": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text"
            },
            "url": {
              "type": "text"
            },
            "created": {
              "type": "date"
            },
            "deleted": {
              "type": "boolean"
            },
            "updated": {
              "type": "date"
            }
          }
        },
        "publications": {
          "dynamic": "strict",
          "properties": {
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "locations": {
              "type": "text"
            },
            "maximumParticipants": {
              "type": "integer"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "publisher": {
              "type": "text"
            },
            "remainingAttendeeCapacity": {
              "type": "integer"
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "publishers": {
          "dynamic": "strict",
          "properties": {
            "additionalName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "birthDate": {
              "type": "date",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "email": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "familyName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "faxNumber": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "gender": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "givenName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "honorificPrefix": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "honorificSuffix": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "jobTitles": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "nationality": {
              "type": "keyword"
            },
            "sameAs": {
              "type": "text"
            },
            "telephone": {
              "type": "keyword"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "reference": {
          "type": "text"
        },
        "sameAs": {
          "type": "text"
        },
        "sourceOrganization": {
          "type": "text"
        },
        "translations": {
          "dynamic": "strict",
          "properties": {
            "de": {
              "dynamic": "strict",
              "properties": {
                "articleBody": {
                  "type": "text"
                },
                "categories": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "keywords": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "offers[].availability": {
                  "type": "keyword"
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            },
            "en": {
              "dynamic": "strict",
              "properties": {
                "articleBody": {
                  "type": "text"
                },
                "categories": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "keywords": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "offers[].availability": {
                  "type": "keyword"
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            }
          }
        },
        "type": {
          "type": "text",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "uid": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "creation_date": {
          "type": "date"
        }
      },
      "dynamic_templates": [
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "authors.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "isPartOf.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "isPartOf.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "openingHours": {
                  "type": "keyword"
                },
                "serviceHours": {
                  "type": "keyword"
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "integer"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.inventory.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.provider.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.provider.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "publications.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "publishers.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "publishers.identifiers.*"
          }
        }
      ],
      "_source": {
        "excludes": [
          "creation_date"
        ]
      },
      "date_detection": false
    },
    "settings": {
      "mapping.total_fields.limit": 10000,
      "max_result_window": 30000,
      "number_of_replicas": 0,
      "number_of_shards": 1
    },
    "index_patterns": [
      "stapps_article*"
    ]
  },
  "template_book": {
    "mappings": {
      "dynamic": "strict",
      "properties": {
        "ISBNs": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "alternateNames": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "authors": {
          "dynamic": "strict",
          "properties": {
            "additionalName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "birthDate": {
              "type": "date",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "email": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "familyName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "faxNumber": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "gender": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "givenName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "honorificPrefix": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "honorificSuffix": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "jobTitles": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "nationality": {
              "type": "keyword"
            },
            "sameAs": {
              "type": "text"
            },
            "telephone": {
              "type": "keyword"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "availableLanguages": {
          "type": "keyword"
        },
        "categories": {
          "type": "keyword",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "categorySpecificValues": {
          "dynamic": true,
          "properties": {}
        },
        "datePublished": {
          "type": "date"
        },
        "description": {
          "type": "text"
        },
        "edition": {
          "type": "keyword"
        },
        "firstPublished": {
          "type": "keyword"
        },
        "identifiers": {
          "dynamic": true,
          "properties": {}
        },
        "image": {
          "type": "keyword"
        },
        "inLanguage": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "isPartOf": {
          "dynamic": "strict",
          "properties": {
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "availableLanguages": {
              "type": "keyword"
            },
            "datePublished": {
              "type": "date"
            },
            "description": {
              "type": "text"
            },
            "edition": {
              "type": "keyword"
            },
            "firstPublished": {
              "type": "keyword"
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "inLanguage": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "keywords": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "lastPublished": {
              "type": "keyword"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "keywords": {
                      "type": "keyword"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "keywords": {
                      "type": "keyword"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "keywords": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "lastPublished": {
          "type": "keyword"
        },
        "name": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            },
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            }
          }
        },
        "numberOfPages": {
          "type": "integer"
        },
        "offers": {
          "dynamic": "strict",
          "properties": {
            "availability": {
              "type": "keyword"
            },
            "availabilityRange": {
              "type": "date_range"
            },
            "inPlace": {
              "dynamic": "strict",
              "properties": {
                "address": {
                  "dynamic": "strict",
                  "properties": {
                    "addressCountry": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "addressLocality": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "addressRegion": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "postOfficeBoxNumber": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "postalCode": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "streetAddress": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "categories": {
                  "type": "keyword",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "categorySpecificValues": {
                  "dynamic": true,
                  "properties": {}
                },
                "description": {
                  "type": "text"
                },
                "floors": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "geo": {
                  "dynamic": "strict",
                  "properties": {
                    "point": {
                      "type": "geo_point"
                    },
                    "polygon": {
                      "type": "geo_shape"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "openingHours": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "address": {
                          "dynamic": "strict",
                          "properties": {
                            "addressCountry": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "addressLocality": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "addressRegion": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "postOfficeBoxNumber": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "postalCode": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "streetAddress": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            }
                          }
                        },
                        "categories": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "description": {
                          "type": "text"
                        },
                        "floors": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "address": {
                          "dynamic": "strict",
                          "properties": {
                            "addressCountry": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "addressLocality": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "addressRegion": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "postOfficeBoxNumber": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "postalCode": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "streetAddress": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            }
                          }
                        },
                        "categories": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "description": {
                          "type": "text"
                        },
                        "floors": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "floorName": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "inventory": {
                  "dynamic": true,
                  "properties": {}
                },
                "paymentsAccepted": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "prices": {
              "dynamic": "strict",
              "properties": {
                "default": {
                  "type": "float",
                  "fields": {}
                },
                "employee": {
                  "type": "float",
                  "fields": {}
                },
                "guest": {
                  "type": "float",
                  "fields": {}
                },
                "student": {
                  "type": "float",
                  "fields": {}
                }
              }
            },
            "provider": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "sameAs": {
                  "type": "text"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "telephone": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "origin": {
          "dynamic": "strict",
          "properties": {
            "indexed": {
              "type": "date"
            },
            "maintainer": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "modified": {
              "type": "date"
            },
            "name": {
              "type": "text"
            },
            "originalId": {
              "type": "text"
            },
            "responsibleEntity": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text"
            },
            "url": {
              "type": "text"
            },
            "created": {
              "type": "date"
            },
            "deleted": {
              "type": "boolean"
            },
            "updated": {
              "type": "date"
            }
          }
        },
        "publications": {
          "dynamic": "strict",
          "properties": {
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "locations": {
              "type": "text"
            },
            "maximumParticipants": {
              "type": "integer"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "publisher": {
              "type": "text"
            },
            "remainingAttendeeCapacity": {
              "type": "integer"
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "publishers": {
          "dynamic": "strict",
          "properties": {
            "additionalName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "birthDate": {
              "type": "date",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "email": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "familyName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "faxNumber": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "gender": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "givenName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "honorificPrefix": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "honorificSuffix": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "jobTitles": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "nationality": {
              "type": "keyword"
            },
            "sameAs": {
              "type": "text"
            },
            "telephone": {
              "type": "keyword"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "sameAs": {
          "type": "text"
        },
        "sourceOrganization": {
          "type": "text"
        },
        "translations": {
          "dynamic": "strict",
          "properties": {
            "de": {
              "dynamic": "strict",
              "properties": {
                "categories": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "keywords": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "offers[].availability": {
                  "type": "keyword"
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            },
            "en": {
              "dynamic": "strict",
              "properties": {
                "categories": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "keywords": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "offers[].availability": {
                  "type": "keyword"
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            }
          }
        },
        "type": {
          "type": "text",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "uid": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "creation_date": {
          "type": "date"
        }
      },
      "dynamic_templates": [
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "authors.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "isPartOf.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "openingHours": {
                  "type": "keyword"
                },
                "serviceHours": {
                  "type": "keyword"
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "integer"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.inventory.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.provider.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.provider.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "publications.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "publishers.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "publishers.identifiers.*"
          }
        }
      ],
      "_source": {
        "excludes": [
          "creation_date"
        ]
      },
      "date_detection": false
    },
    "settings": {
      "mapping.total_fields.limit": 10000,
      "max_result_window": 30000,
      "number_of_replicas": 0,
      "number_of_shards": 1
    },
    "index_patterns": [
      "stapps_book*"
    ]
  },
  "template_building": {
    "mappings": {
      "dynamic": "strict",
      "properties": {
        "address": {
          "dynamic": "strict",
          "properties": {
            "addressCountry": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "addressLocality": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "addressRegion": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "postOfficeBoxNumber": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "postalCode": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "streetAddress": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "alternateNames": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "categories": {
          "type": "keyword",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "categorySpecificValues": {
          "dynamic": true,
          "properties": {}
        },
        "description": {
          "type": "text"
        },
        "floors": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "geo": {
          "dynamic": "strict",
          "properties": {
            "point": {
              "type": "geo_point"
            },
            "polygon": {
              "type": "geo_shape"
            }
          }
        },
        "identifiers": {
          "dynamic": true,
          "properties": {}
        },
        "image": {
          "type": "keyword"
        },
        "name": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            },
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            }
          }
        },
        "openingHours": {
          "type": "keyword"
        },
        "origin": {
          "dynamic": "strict",
          "properties": {
            "indexed": {
              "type": "date"
            },
            "maintainer": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "modified": {
              "type": "date"
            },
            "name": {
              "type": "text"
            },
            "originalId": {
              "type": "text"
            },
            "responsibleEntity": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text"
            },
            "url": {
              "type": "text"
            },
            "created": {
              "type": "date"
            },
            "deleted": {
              "type": "boolean"
            },
            "updated": {
              "type": "date"
            }
          }
        },
        "sameAs": {
          "type": "text"
        },
        "translations": {
          "dynamic": "strict",
          "properties": {
            "de": {
              "dynamic": "strict",
              "properties": {
                "address": {
                  "dynamic": "strict",
                  "properties": {
                    "addressCountry": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "addressLocality": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "addressRegion": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "postOfficeBoxNumber": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "postalCode": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "streetAddress": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    }
                  }
                },
                "categories": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "floors": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            },
            "en": {
              "dynamic": "strict",
              "properties": {
                "address": {
                  "dynamic": "strict",
                  "properties": {
                    "addressCountry": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "addressLocality": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "addressRegion": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "postOfficeBoxNumber": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "postalCode": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "streetAddress": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    }
                  }
                },
                "categories": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "floors": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            }
          }
        },
        "type": {
          "type": "text",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "uid": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "creation_date": {
          "type": "date"
        }
      },
      "dynamic_templates": [
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        }
      ],
      "_source": {
        "excludes": [
          "creation_date"
        ]
      },
      "date_detection": false
    },
    "settings": {
      "mapping.total_fields.limit": 10000,
      "max_result_window": 30000,
      "number_of_replicas": 0,
      "number_of_shards": 1
    },
    "index_patterns": [
      "stapps_building*"
    ]
  },
  "template_catalog": {
    "mappings": {
      "dynamic": "strict",
      "properties": {
        "academicTerm": {
          "dynamic": "strict",
          "properties": {
            "acronym": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "endDate": {
              "type": "date",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "eventsEndDate": {
              "type": "date",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "eventsStartDate": {
              "type": "date",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "sameAs": {
              "type": "text"
            },
            "startDate": {
              "type": "date",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "alternateNames": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "categories": {
          "type": "keyword",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "categorySpecificValues": {
          "dynamic": true,
          "properties": {}
        },
        "description": {
          "type": "text"
        },
        "identifiers": {
          "dynamic": true,
          "properties": {}
        },
        "image": {
          "type": "keyword"
        },
        "level": {
          "type": "integer",
          "fields": {
            "raw": {
              "type": "integer"
            }
          }
        },
        "name": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            },
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            }
          }
        },
        "origin": {
          "dynamic": "strict",
          "properties": {
            "indexed": {
              "type": "date"
            },
            "maintainer": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "modified": {
              "type": "date"
            },
            "name": {
              "type": "text"
            },
            "originalId": {
              "type": "text"
            },
            "responsibleEntity": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text"
            },
            "url": {
              "type": "text"
            },
            "created": {
              "type": "date"
            },
            "deleted": {
              "type": "boolean"
            },
            "updated": {
              "type": "date"
            }
          }
        },
        "sameAs": {
          "type": "text"
        },
        "superCatalog": {
          "dynamic": "strict",
          "properties": {
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "categories": {
              "type": "keyword",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "categorySpecificValues": {
              "dynamic": true,
              "properties": {}
            },
            "description": {
              "type": "text"
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "level": {
              "type": "integer",
              "fields": {
                "raw": {
                  "type": "integer"
                }
              }
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "categories": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "categories": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "superCatalogs": {
          "dynamic": "strict",
          "properties": {
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "categories": {
              "type": "keyword",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "categorySpecificValues": {
              "dynamic": true,
              "properties": {}
            },
            "description": {
              "type": "text"
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "level": {
              "type": "integer",
              "fields": {
                "raw": {
                  "type": "integer"
                }
              }
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "categories": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "categories": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "translations": {
          "dynamic": "strict",
          "properties": {
            "de": {
              "dynamic": "strict",
              "properties": {
                "categories": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            },
            "en": {
              "dynamic": "strict",
              "properties": {
                "categories": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            }
          }
        },
        "type": {
          "type": "text",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "uid": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "creation_date": {
          "type": "date"
        }
      },
      "dynamic_templates": [
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "academicTerm.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "superCatalog.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "superCatalog.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "superCatalogs.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "superCatalogs.identifiers.*"
          }
        }
      ],
      "_source": {
        "excludes": [
          "creation_date"
        ]
      },
      "date_detection": false
    },
    "settings": {
      "mapping.total_fields.limit": 10000,
      "max_result_window": 30000,
      "number_of_replicas": 0,
      "number_of_shards": 1
    },
    "index_patterns": [
      "stapps_catalog*"
    ]
  },
  "template_certification": {
    "mappings": {
      "dynamic": "strict",
      "properties": {
        "alternateNames": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "categories": {
          "type": "keyword",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "categorySpecificValues": {
          "dynamic": true,
          "properties": {}
        },
        "certificationAuthority": {
          "dynamic": "strict",
          "properties": {
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "compactImage": {
          "type": "text"
        },
        "description": {
          "type": "text"
        },
        "identifiers": {
          "dynamic": true,
          "properties": {}
        },
        "image": {
          "type": "keyword"
        },
        "name": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            },
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            }
          }
        },
        "origin": {
          "dynamic": "strict",
          "properties": {
            "indexed": {
              "type": "date"
            },
            "maintainer": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "modified": {
              "type": "date"
            },
            "name": {
              "type": "text"
            },
            "originalId": {
              "type": "text"
            },
            "responsibleEntity": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text"
            },
            "url": {
              "type": "text"
            },
            "created": {
              "type": "date"
            },
            "deleted": {
              "type": "boolean"
            },
            "updated": {
              "type": "date"
            }
          }
        },
        "sameAs": {
          "type": "text"
        },
        "translations": {
          "dynamic": "strict",
          "properties": {
            "de": {
              "dynamic": "strict",
              "properties": {
                "categories": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "compactImage": {
                  "type": "text"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            },
            "en": {
              "dynamic": "strict",
              "properties": {
                "categories": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "compactImage": {
                  "type": "text"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            }
          }
        },
        "type": {
          "type": "text",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "uid": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "creation_date": {
          "type": "date"
        }
      },
      "dynamic_templates": [
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "certificationAuthority.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        }
      ],
      "_source": {
        "excludes": [
          "creation_date"
        ]
      },
      "date_detection": false
    },
    "settings": {
      "mapping.total_fields.limit": 10000,
      "max_result_window": 30000,
      "number_of_replicas": 0,
      "number_of_shards": 1
    },
    "index_patterns": [
      "stapps_certification*"
    ]
  },
  "template_contact_point": {
    "mappings": {
      "dynamic": "strict",
      "properties": {
        "alternateNames": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "areaServed": {
          "dynamic": "strict",
          "properties": {
            "address": {
              "dynamic": "strict",
              "properties": {
                "addressCountry": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "addressLocality": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "addressRegion": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "postOfficeBoxNumber": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "postalCode": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "streetAddress": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "categories": {
              "type": "keyword",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "categorySpecificValues": {
              "dynamic": true,
              "properties": {}
            },
            "description": {
              "type": "text"
            },
            "floorName": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "geo": {
              "dynamic": "strict",
              "properties": {
                "point": {
                  "type": "geo_point"
                },
                "polygon": {
                  "type": "geo_shape"
                }
              }
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "inventory": {
              "dynamic": true,
              "properties": {}
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "openingHours": {
              "type": "keyword"
            },
            "paymentsAccepted": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "categories": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "categories": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "description": {
          "type": "text"
        },
        "email": {
          "type": "keyword"
        },
        "faxNumber": {
          "type": "keyword"
        },
        "identifiers": {
          "dynamic": true,
          "properties": {}
        },
        "image": {
          "type": "keyword"
        },
        "name": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            },
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            }
          }
        },
        "officeHours": {
          "type": "keyword"
        },
        "origin": {
          "dynamic": "strict",
          "properties": {
            "indexed": {
              "type": "date"
            },
            "maintainer": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "modified": {
              "type": "date"
            },
            "name": {
              "type": "text"
            },
            "originalId": {
              "type": "text"
            },
            "responsibleEntity": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text"
            },
            "url": {
              "type": "text"
            },
            "created": {
              "type": "date"
            },
            "deleted": {
              "type": "boolean"
            },
            "updated": {
              "type": "date"
            }
          }
        },
        "sameAs": {
          "type": "text"
        },
        "telephone": {
          "type": "keyword"
        },
        "translations": {
          "dynamic": "strict",
          "properties": {
            "de": {
              "dynamic": "strict",
              "properties": {
                "description": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            },
            "en": {
              "dynamic": "strict",
              "properties": {
                "description": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            }
          }
        },
        "type": {
          "type": "text",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "uid": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "url": {
          "type": "keyword"
        },
        "creation_date": {
          "type": "date"
        }
      },
      "dynamic_templates": [
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "openingHours": {
                  "type": "keyword"
                },
                "serviceHours": {
                  "type": "keyword"
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "areaServed.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "areaServed.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "integer"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "areaServed.inventory.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        }
      ],
      "_source": {
        "excludes": [
          "creation_date"
        ]
      },
      "date_detection": false
    },
    "settings": {
      "mapping.total_fields.limit": 10000,
      "max_result_window": 30000,
      "number_of_replicas": 0,
      "number_of_shards": 1
    },
    "index_patterns": [
      "stapps_contact_point*"
    ]
  },
  "template_course_of_study": {
    "mappings": {
      "dynamic": "strict",
      "properties": {
        "academicDegree": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            },
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            }
          }
        },
        "academicDegreewithField": {
          "type": "text"
        },
        "academicDegreewithFieldShort": {
          "type": "text"
        },
        "alternateNames": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "department": {
          "dynamic": "strict",
          "properties": {
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "description": {
          "type": "text"
        },
        "identifiers": {
          "dynamic": true,
          "properties": {}
        },
        "image": {
          "type": "keyword"
        },
        "mainLanguage": {
          "dynamic": "strict",
          "properties": {
            "code": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "name": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "mode": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "name": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            },
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            }
          }
        },
        "offers": {
          "dynamic": "strict",
          "properties": {
            "availability": {
              "type": "keyword"
            },
            "availabilityRange": {
              "type": "date_range"
            },
            "inPlace": {
              "dynamic": "strict",
              "properties": {
                "address": {
                  "dynamic": "strict",
                  "properties": {
                    "addressCountry": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "addressLocality": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "addressRegion": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "postOfficeBoxNumber": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "postalCode": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "streetAddress": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "categories": {
                  "type": "keyword",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "categorySpecificValues": {
                  "dynamic": true,
                  "properties": {}
                },
                "description": {
                  "type": "text"
                },
                "floors": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "geo": {
                  "dynamic": "strict",
                  "properties": {
                    "point": {
                      "type": "geo_point"
                    },
                    "polygon": {
                      "type": "geo_shape"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "openingHours": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "address": {
                          "dynamic": "strict",
                          "properties": {
                            "addressCountry": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "addressLocality": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "addressRegion": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "postOfficeBoxNumber": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "postalCode": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "streetAddress": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            }
                          }
                        },
                        "categories": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "description": {
                          "type": "text"
                        },
                        "floors": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "address": {
                          "dynamic": "strict",
                          "properties": {
                            "addressCountry": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "addressLocality": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "addressRegion": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "postOfficeBoxNumber": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "postalCode": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "streetAddress": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            }
                          }
                        },
                        "categories": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "description": {
                          "type": "text"
                        },
                        "floors": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "floorName": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "inventory": {
                  "dynamic": true,
                  "properties": {}
                },
                "paymentsAccepted": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "prices": {
              "dynamic": "strict",
              "properties": {
                "default": {
                  "type": "float",
                  "fields": {}
                },
                "employee": {
                  "type": "float",
                  "fields": {}
                },
                "guest": {
                  "type": "float",
                  "fields": {}
                },
                "student": {
                  "type": "float",
                  "fields": {}
                }
              }
            },
            "provider": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "sameAs": {
                  "type": "text"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "telephone": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "origin": {
          "dynamic": "strict",
          "properties": {
            "indexed": {
              "type": "date"
            },
            "maintainer": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "modified": {
              "type": "date"
            },
            "name": {
              "type": "text"
            },
            "originalId": {
              "type": "text"
            },
            "responsibleEntity": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text"
            },
            "url": {
              "type": "text"
            },
            "created": {
              "type": "date"
            },
            "deleted": {
              "type": "boolean"
            },
            "updated": {
              "type": "date"
            }
          }
        },
        "sameAs": {
          "type": "text"
        },
        "secretary": {
          "dynamic": "strict",
          "properties": {
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "startDates": {
          "dynamic": "strict",
          "properties": {
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "dates": {
              "type": "date",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "duration": {
              "type": "text"
            },
            "exceptions": {
              "type": "date"
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "repeatFrequency": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "offers[].availability": {
                      "type": "keyword"
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "offers[].availability": {
                      "type": "keyword"
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "timeMode": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "translations": {
          "dynamic": "strict",
          "properties": {
            "de": {
              "dynamic": "strict",
              "properties": {
                "description": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "offers[].availability": {
                  "type": "keyword"
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            },
            "en": {
              "dynamic": "strict",
              "properties": {
                "description": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "offers[].availability": {
                  "type": "keyword"
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            }
          }
        },
        "type": {
          "type": "text",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "uid": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "creation_date": {
          "type": "date"
        }
      },
      "dynamic_templates": [
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "department.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "openingHours": {
                  "type": "keyword"
                },
                "serviceHours": {
                  "type": "keyword"
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "integer"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.inventory.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.provider.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.provider.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "secretary.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "startDates.identifiers.*"
          }
        }
      ],
      "_source": {
        "excludes": [
          "creation_date"
        ]
      },
      "date_detection": false
    },
    "settings": {
      "mapping.total_fields.limit": 10000,
      "max_result_window": 30000,
      "number_of_replicas": 0,
      "number_of_shards": 1
    },
    "index_patterns": [
      "stapps_course_of_study*"
    ]
  },
  "template_date_series": {
    "mappings": {
      "dynamic": "strict",
      "properties": {
        "alternateNames": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "dates": {
          "type": "date",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "description": {
          "type": "text"
        },
        "duration": {
          "type": "text"
        },
        "event": {
          "dynamic": "strict",
          "properties": {
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "categories": {
              "type": "keyword",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "categorySpecificValues": {
              "dynamic": true,
              "properties": {}
            },
            "description": {
              "type": "text"
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "majors": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "maximumParticipants": {
              "type": "integer"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "originalCategory": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "remainingAttendeeCapacity": {
              "type": "integer"
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "categories": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "description": {
                      "type": "text"
                    },
                    "majors": {
                      "type": "keyword"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    },
                    "originalCategory": {
                      "type": "keyword"
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "categories": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "description": {
                      "type": "text"
                    },
                    "majors": {
                      "type": "keyword"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    },
                    "originalCategory": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "exceptions": {
          "type": "date"
        },
        "identifiers": {
          "dynamic": true,
          "properties": {}
        },
        "image": {
          "type": "keyword"
        },
        "inPlace": {
          "dynamic": "strict",
          "properties": {
            "address": {
              "dynamic": "strict",
              "properties": {
                "addressCountry": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "addressLocality": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "addressRegion": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "postOfficeBoxNumber": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "postalCode": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "streetAddress": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "categories": {
              "type": "keyword",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "categorySpecificValues": {
              "dynamic": true,
              "properties": {}
            },
            "description": {
              "type": "text"
            },
            "floors": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "geo": {
              "dynamic": "strict",
              "properties": {
                "point": {
                  "type": "geo_point"
                },
                "polygon": {
                  "type": "geo_shape"
                }
              }
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "openingHours": {
              "type": "keyword"
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "address": {
                      "dynamic": "strict",
                      "properties": {
                        "addressCountry": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "addressLocality": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "addressRegion": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "postOfficeBoxNumber": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "postalCode": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "streetAddress": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        }
                      }
                    },
                    "categories": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "description": {
                      "type": "text"
                    },
                    "floors": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "address": {
                      "dynamic": "strict",
                      "properties": {
                        "addressCountry": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "addressLocality": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "addressRegion": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "postOfficeBoxNumber": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "postalCode": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "streetAddress": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        }
                      }
                    },
                    "categories": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "description": {
                      "type": "text"
                    },
                    "floors": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "floorName": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "inventory": {
              "dynamic": true,
              "properties": {}
            },
            "paymentsAccepted": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "name": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            },
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            }
          }
        },
        "offers": {
          "dynamic": "strict",
          "properties": {
            "availability": {
              "type": "keyword"
            },
            "availabilityRange": {
              "type": "date_range"
            },
            "inPlace": {
              "dynamic": "strict",
              "properties": {
                "address": {
                  "dynamic": "strict",
                  "properties": {
                    "addressCountry": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "addressLocality": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "addressRegion": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "postOfficeBoxNumber": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "postalCode": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "streetAddress": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "categories": {
                  "type": "keyword",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "categorySpecificValues": {
                  "dynamic": true,
                  "properties": {}
                },
                "description": {
                  "type": "text"
                },
                "floors": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "geo": {
                  "dynamic": "strict",
                  "properties": {
                    "point": {
                      "type": "geo_point"
                    },
                    "polygon": {
                      "type": "geo_shape"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "openingHours": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "address": {
                          "dynamic": "strict",
                          "properties": {
                            "addressCountry": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "addressLocality": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "addressRegion": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "postOfficeBoxNumber": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "postalCode": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "streetAddress": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            }
                          }
                        },
                        "categories": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "description": {
                          "type": "text"
                        },
                        "floors": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "address": {
                          "dynamic": "strict",
                          "properties": {
                            "addressCountry": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "addressLocality": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "addressRegion": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "postOfficeBoxNumber": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "postalCode": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "streetAddress": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            }
                          }
                        },
                        "categories": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "description": {
                          "type": "text"
                        },
                        "floors": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "floorName": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "inventory": {
                  "dynamic": true,
                  "properties": {}
                },
                "paymentsAccepted": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "prices": {
              "dynamic": "strict",
              "properties": {
                "alumni": {
                  "type": "float"
                },
                "default": {
                  "type": "float",
                  "fields": {}
                },
                "employee": {
                  "type": "float",
                  "fields": {}
                },
                "guest": {
                  "type": "float",
                  "fields": {}
                },
                "student": {
                  "type": "float",
                  "fields": {}
                }
              }
            },
            "provider": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "sameAs": {
                  "type": "text"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "telephone": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "origin": {
          "dynamic": "strict",
          "properties": {
            "indexed": {
              "type": "date"
            },
            "maintainer": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "modified": {
              "type": "date"
            },
            "name": {
              "type": "text"
            },
            "originalId": {
              "type": "text"
            },
            "responsibleEntity": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text"
            },
            "url": {
              "type": "text"
            },
            "created": {
              "type": "date"
            },
            "deleted": {
              "type": "boolean"
            },
            "updated": {
              "type": "date"
            }
          }
        },
        "performers": {
          "dynamic": "strict",
          "properties": {
            "additionalName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "birthDate": {
              "type": "date",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "email": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "familyName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "faxNumber": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "gender": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "givenName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "honorificPrefix": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "honorificSuffix": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "jobTitles": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "nationality": {
              "type": "keyword"
            },
            "sameAs": {
              "type": "text"
            },
            "telephone": {
              "type": "keyword"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "repeatFrequency": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "sameAs": {
          "type": "text"
        },
        "translations": {
          "dynamic": "strict",
          "properties": {
            "de": {
              "dynamic": "strict",
              "properties": {
                "description": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "offers[].availability": {
                  "type": "keyword"
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            },
            "en": {
              "dynamic": "strict",
              "properties": {
                "description": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "offers[].availability": {
                  "type": "keyword"
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            }
          }
        },
        "type": {
          "type": "text",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "uid": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "creation_date": {
          "type": "date"
        }
      },
      "dynamic_templates": [
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "event.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "event.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "event.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "openingHours": {
                  "type": "keyword"
                },
                "serviceHours": {
                  "type": "keyword"
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "integer"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.inventory.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "openingHours": {
                  "type": "keyword"
                },
                "serviceHours": {
                  "type": "keyword"
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "integer"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.inventory.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.provider.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.provider.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "performers.identifiers.*"
          }
        }
      ],
      "_source": {
        "excludes": [
          "creation_date"
        ]
      },
      "date_detection": false
    },
    "settings": {
      "mapping.total_fields.limit": 10000,
      "max_result_window": 30000,
      "number_of_replicas": 0,
      "number_of_shards": 1
    },
    "index_patterns": [
      "stapps_date_series*"
    ]
  },
  "template_dish": {
    "mappings": {
      "dynamic": "strict",
      "properties": {
        "additives": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "alternateNames": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "categories": {
          "type": "keyword",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "categorySpecificValues": {
          "dynamic": true,
          "properties": {}
        },
        "certifications": {
          "dynamic": "strict",
          "properties": {
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "categories": {
              "type": "keyword",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "categorySpecificValues": {
              "dynamic": true,
              "properties": {}
            },
            "compactImage": {
              "type": "text"
            },
            "description": {
              "type": "text"
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "categories": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "compactImage": {
                      "type": "text"
                    },
                    "description": {
                      "type": "text"
                    },
                    "image": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "categories": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "compactImage": {
                      "type": "text"
                    },
                    "description": {
                      "type": "text"
                    },
                    "image": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "characteristics": {
          "dynamic": "strict",
          "properties": {
            "image": {
              "type": "keyword"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "description": {
          "type": "text"
        },
        "dishAddOns": {
          "dynamic": "strict",
          "properties": {
            "additives": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "categories": {
              "type": "keyword",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "categorySpecificValues": {
              "dynamic": true,
              "properties": {}
            },
            "characteristics": {
              "dynamic": "strict",
              "properties": {
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "description": {
              "type": "text"
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "menuSection": {
              "dynamic": "strict",
              "properties": {
                "name": {
                  "type": "keyword"
                },
                "servingHours": {
                  "type": "text"
                }
              }
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "nutrition": {
              "dynamic": "strict",
              "properties": {
                "calories": {
                  "type": "float"
                },
                "carbohydrateContent": {
                  "type": "float"
                },
                "fatContent": {
                  "type": "float"
                },
                "proteinContent": {
                  "type": "float"
                },
                "saltContent": {
                  "type": "float"
                },
                "saturatedFatContent": {
                  "type": "float"
                },
                "sugarContent": {
                  "type": "float"
                }
              }
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "additives": {
                      "type": "keyword",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "categories": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "characteristics": {
                      "dynamic": "strict",
                      "properties": {
                        "image": {
                          "type": "keyword"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        }
                      }
                    },
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "offers[].availability": {
                      "type": "keyword"
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "additives": {
                      "type": "keyword",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "categories": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "characteristics": {
                      "dynamic": "strict",
                      "properties": {
                        "image": {
                          "type": "keyword"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        }
                      }
                    },
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "offers[].availability": {
                      "type": "keyword"
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "identifiers": {
          "dynamic": true,
          "properties": {}
        },
        "image": {
          "type": "keyword"
        },
        "menuSection": {
          "dynamic": "strict",
          "properties": {
            "name": {
              "type": "keyword"
            },
            "servingHours": {
              "type": "text"
            }
          }
        },
        "name": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            },
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            }
          }
        },
        "nutrition": {
          "dynamic": "strict",
          "properties": {
            "calories": {
              "type": "float"
            },
            "carbohydrateContent": {
              "type": "float"
            },
            "fatContent": {
              "type": "float"
            },
            "proteinContent": {
              "type": "float"
            },
            "saltContent": {
              "type": "float"
            },
            "saturatedFatContent": {
              "type": "float"
            },
            "sugarContent": {
              "type": "float"
            }
          }
        },
        "offers": {
          "dynamic": "strict",
          "properties": {
            "availability": {
              "type": "keyword"
            },
            "availabilityRange": {
              "type": "date_range"
            },
            "inPlace": {
              "dynamic": "strict",
              "properties": {
                "address": {
                  "dynamic": "strict",
                  "properties": {
                    "addressCountry": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "addressLocality": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "addressRegion": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "postOfficeBoxNumber": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "postalCode": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "streetAddress": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "categories": {
                  "type": "keyword",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "categorySpecificValues": {
                  "dynamic": true,
                  "properties": {}
                },
                "description": {
                  "type": "text"
                },
                "floors": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "geo": {
                  "dynamic": "strict",
                  "properties": {
                    "point": {
                      "type": "geo_point"
                    },
                    "polygon": {
                      "type": "geo_shape"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "openingHours": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "address": {
                          "dynamic": "strict",
                          "properties": {
                            "addressCountry": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "addressLocality": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "addressRegion": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "postOfficeBoxNumber": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "postalCode": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "streetAddress": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            }
                          }
                        },
                        "categories": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "description": {
                          "type": "text"
                        },
                        "floors": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "address": {
                          "dynamic": "strict",
                          "properties": {
                            "addressCountry": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "addressLocality": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "addressRegion": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "postOfficeBoxNumber": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "postalCode": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "streetAddress": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            }
                          }
                        },
                        "categories": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "description": {
                          "type": "text"
                        },
                        "floors": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "floorName": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "inventory": {
                  "dynamic": true,
                  "properties": {}
                },
                "paymentsAccepted": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "prices": {
              "dynamic": "strict",
              "properties": {
                "default": {
                  "type": "float",
                  "fields": {}
                },
                "employee": {
                  "type": "float",
                  "fields": {}
                },
                "guest": {
                  "type": "float",
                  "fields": {}
                },
                "student": {
                  "type": "float",
                  "fields": {}
                }
              }
            },
            "provider": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "sameAs": {
                  "type": "text"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "telephone": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "origin": {
          "dynamic": "strict",
          "properties": {
            "indexed": {
              "type": "date"
            },
            "maintainer": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "modified": {
              "type": "date"
            },
            "name": {
              "type": "text"
            },
            "originalId": {
              "type": "text"
            },
            "responsibleEntity": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text"
            },
            "url": {
              "type": "text"
            },
            "created": {
              "type": "date"
            },
            "deleted": {
              "type": "boolean"
            },
            "updated": {
              "type": "date"
            }
          }
        },
        "sameAs": {
          "type": "text"
        },
        "translations": {
          "dynamic": "strict",
          "properties": {
            "de": {
              "dynamic": "strict",
              "properties": {
                "additives": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "categories": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "characteristics": {
                  "dynamic": "strict",
                  "properties": {
                    "image": {
                      "type": "keyword"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "offers[].availability": {
                  "type": "keyword"
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            },
            "en": {
              "dynamic": "strict",
              "properties": {
                "additives": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "categories": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "characteristics": {
                  "dynamic": "strict",
                  "properties": {
                    "image": {
                      "type": "keyword"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "offers[].availability": {
                  "type": "keyword"
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            }
          }
        },
        "type": {
          "type": "text",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "uid": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "creation_date": {
          "type": "date"
        }
      },
      "dynamic_templates": [
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "certifications.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "certifications.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "dishAddOns.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "dishAddOns.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "openingHours": {
                  "type": "keyword"
                },
                "serviceHours": {
                  "type": "keyword"
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "integer"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.inventory.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.provider.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.provider.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        }
      ],
      "_source": {
        "excludes": [
          "creation_date"
        ]
      },
      "date_detection": false
    },
    "settings": {
      "mapping.total_fields.limit": 10000,
      "max_result_window": 30000,
      "number_of_replicas": 0,
      "number_of_shards": 1
    },
    "index_patterns": [
      "stapps_dish*"
    ]
  },
  "template_floor": {
    "mappings": {
      "dynamic": "strict",
      "properties": {
        "alternateNames": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "description": {
          "type": "text"
        },
        "floorName": {
          "type": "text"
        },
        "identifiers": {
          "dynamic": true,
          "properties": {}
        },
        "image": {
          "type": "keyword"
        },
        "inPlace": {
          "dynamic": "strict",
          "properties": {
            "address": {
              "dynamic": "strict",
              "properties": {
                "addressCountry": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "addressLocality": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "addressRegion": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "postOfficeBoxNumber": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "postalCode": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "streetAddress": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "categories": {
              "type": "keyword",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "categorySpecificValues": {
              "dynamic": true,
              "properties": {}
            },
            "description": {
              "type": "text"
            },
            "floors": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "geo": {
              "dynamic": "strict",
              "properties": {
                "point": {
                  "type": "geo_point"
                },
                "polygon": {
                  "type": "geo_shape"
                }
              }
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "openingHours": {
              "type": "keyword"
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "address": {
                      "dynamic": "strict",
                      "properties": {
                        "addressCountry": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "addressLocality": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "addressRegion": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "postOfficeBoxNumber": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "postalCode": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "streetAddress": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        }
                      }
                    },
                    "categories": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "description": {
                      "type": "text"
                    },
                    "floors": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "address": {
                      "dynamic": "strict",
                      "properties": {
                        "addressCountry": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "addressLocality": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "addressRegion": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "postOfficeBoxNumber": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "postalCode": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "streetAddress": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        }
                      }
                    },
                    "categories": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "description": {
                      "type": "text"
                    },
                    "floors": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "floorName": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "inventory": {
              "dynamic": true,
              "properties": {}
            },
            "paymentsAccepted": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "name": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            },
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            }
          }
        },
        "origin": {
          "dynamic": "strict",
          "properties": {
            "indexed": {
              "type": "date"
            },
            "maintainer": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "modified": {
              "type": "date"
            },
            "name": {
              "type": "text"
            },
            "originalId": {
              "type": "text"
            },
            "responsibleEntity": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text"
            },
            "url": {
              "type": "text"
            },
            "created": {
              "type": "date"
            },
            "deleted": {
              "type": "boolean"
            },
            "updated": {
              "type": "date"
            }
          }
        },
        "plan": {
          "dynamic": "strict",
          "properties": {
            "bbox": {
              "type": "integer"
            },
            "crs": {
              "dynamic": true,
              "properties": {
                "type": {
                  "type": "keyword"
                }
              }
            },
            "features": {
              "dynamic": "strict",
              "properties": {
                "bbox": {
                  "type": "integer"
                },
                "crs": {
                  "dynamic": true,
                  "properties": {
                    "type": {
                      "type": "keyword"
                    }
                  }
                },
                "geometry": {
                  "type": "geo_shape"
                },
                "id": {
                  "type": "integer"
                },
                "place": {
                  "dynamic": "strict",
                  "properties": {
                    "address": {
                      "dynamic": "strict",
                      "properties": {
                        "addressCountry": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "addressLocality": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "addressRegion": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "postOfficeBoxNumber": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "postalCode": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "streetAddress": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        }
                      }
                    },
                    "alternateNames": {
                      "type": "keyword",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "categories": {
                      "type": "keyword",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        },
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "categorySpecificValues": {
                      "dynamic": true,
                      "properties": {}
                    },
                    "description": {
                      "type": "text"
                    },
                    "floorName": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "geo": {
                      "dynamic": "strict",
                      "properties": {
                        "point": {
                          "type": "geo_point"
                        },
                        "polygon": {
                          "type": "geo_shape"
                        }
                      }
                    },
                    "identifiers": {
                      "dynamic": true,
                      "properties": {}
                    },
                    "image": {
                      "type": "keyword"
                    },
                    "inventory": {
                      "dynamic": true,
                      "properties": {}
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        },
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "openingHours": {
                      "type": "keyword"
                    },
                    "paymentsAccepted": {
                      "type": "keyword",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "sameAs": {
                      "type": "text"
                    },
                    "translations": {
                      "dynamic": "strict",
                      "properties": {
                        "de": {
                          "dynamic": "strict",
                          "properties": {
                            "categories": {
                              "type": "text",
                              "fields": {
                                "sort": {
                                  "type": "icu_collation_keyword",
                                  "language": "de",
                                  "country": "DE",
                                  "variant": "@collation=phonebook"
                                }
                              }
                            },
                            "description": {
                              "type": "text"
                            },
                            "name": {
                              "type": "text",
                              "fields": {
                                "sort": {
                                  "type": "icu_collation_keyword",
                                  "language": "de",
                                  "country": "DE",
                                  "variant": "@collation=phonebook"
                                }
                              }
                            },
                            "origin": {
                              "dynamic": "strict",
                              "properties": {
                                "name": {
                                  "type": "text"
                                }
                              }
                            }
                          }
                        },
                        "en": {
                          "dynamic": "strict",
                          "properties": {
                            "categories": {
                              "type": "text",
                              "fields": {
                                "sort": {
                                  "type": "icu_collation_keyword",
                                  "language": "de",
                                  "country": "DE",
                                  "variant": "@collation=phonebook"
                                }
                              }
                            },
                            "description": {
                              "type": "text"
                            },
                            "name": {
                              "type": "text",
                              "fields": {
                                "sort": {
                                  "type": "icu_collation_keyword",
                                  "language": "de",
                                  "country": "DE",
                                  "variant": "@collation=phonebook"
                                }
                              }
                            },
                            "origin": {
                              "dynamic": "strict",
                              "properties": {
                                "name": {
                                  "type": "text"
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "type": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        },
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "uid": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    }
                  }
                },
                "properties": {
                  "dynamic": true,
                  "properties": {}
                },
                "type": {
                  "type": "keyword"
                }
              }
            },
            "type": {
              "type": "keyword"
            }
          }
        },
        "sameAs": {
          "type": "text"
        },
        "translations": {
          "dynamic": "strict",
          "properties": {
            "de": {
              "dynamic": "strict",
              "properties": {
                "description": {
                  "type": "text"
                },
                "floorName": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            },
            "en": {
              "dynamic": "strict",
              "properties": {
                "description": {
                  "type": "text"
                },
                "floorName": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            }
          }
        },
        "type": {
          "type": "text",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "uid": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "creation_date": {
          "type": "date"
        }
      },
      "dynamic_templates": [
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "openingHours": {
                  "type": "keyword"
                },
                "serviceHours": {
                  "type": "keyword"
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "integer"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.inventory.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "openingHours": {
                  "type": "keyword"
                },
                "serviceHours": {
                  "type": "keyword"
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "plan.features.place.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "plan.features.place.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "integer"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "plan.features.place.inventory.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "plan.features.place.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "plan.features.place.identifiers.*"
          }
        }
      ],
      "_source": {
        "excludes": [
          "creation_date"
        ]
      },
      "date_detection": false
    },
    "settings": {
      "mapping.total_fields.limit": 10000,
      "max_result_window": 30000,
      "number_of_replicas": 0,
      "number_of_shards": 1
    },
    "index_patterns": [
      "stapps_floor*"
    ]
  },
  "template_id_card": {
    "mappings": {
      "dynamic": "strict",
      "properties": {
        "alternateNames": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "description": {
          "type": "text"
        },
        "identifiers": {
          "dynamic": true,
          "properties": {}
        },
        "image": {
          "type": "keyword"
        },
        "name": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            },
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            }
          }
        },
        "origin": {
          "dynamic": "strict",
          "properties": {
            "indexed": {
              "type": "date"
            },
            "maintainer": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "modified": {
              "type": "date"
            },
            "name": {
              "type": "text"
            },
            "originalId": {
              "type": "text"
            },
            "responsibleEntity": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text"
            },
            "url": {
              "type": "text"
            },
            "created": {
              "type": "date"
            },
            "deleted": {
              "type": "boolean"
            },
            "updated": {
              "type": "date"
            }
          }
        },
        "sameAs": {
          "type": "text"
        },
        "translations": {
          "dynamic": "strict",
          "properties": {
            "de": {
              "dynamic": "strict",
              "properties": {
                "description": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            },
            "en": {
              "dynamic": "strict",
              "properties": {
                "description": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            }
          }
        },
        "type": {
          "type": "text",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "uid": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "validity": {
          "type": "date_range"
        },
        "creation_date": {
          "type": "date"
        }
      },
      "dynamic_templates": [
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        }
      ],
      "_source": {
        "excludes": [
          "creation_date"
        ]
      },
      "date_detection": false
    },
    "settings": {
      "mapping.total_fields.limit": 10000,
      "max_result_window": 30000,
      "number_of_replicas": 0,
      "number_of_shards": 1
    },
    "index_patterns": [
      "stapps_id_card*"
    ]
  },
  "template_job_posting": {
    "mappings": {
      "dynamic": "strict",
      "properties": {
        "alternateNames": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "categories": {
          "type": "keyword",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "categorySpecificValues": {
          "dynamic": true,
          "properties": {}
        },
        "description": {
          "type": "text"
        },
        "employerOverview": {
          "dynamic": "strict",
          "properties": {
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "identifiers": {
          "dynamic": true,
          "properties": {}
        },
        "image": {
          "type": "keyword"
        },
        "inPlace": {
          "dynamic": "strict",
          "properties": {
            "address": {
              "dynamic": "strict",
              "properties": {
                "addressCountry": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "addressLocality": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "addressRegion": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "postOfficeBoxNumber": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "postalCode": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "streetAddress": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "categories": {
              "type": "keyword",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "categorySpecificValues": {
              "dynamic": true,
              "properties": {}
            },
            "description": {
              "type": "text"
            },
            "floors": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "geo": {
              "dynamic": "strict",
              "properties": {
                "point": {
                  "type": "geo_point"
                },
                "polygon": {
                  "type": "geo_shape"
                }
              }
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "openingHours": {
              "type": "keyword"
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "address": {
                      "dynamic": "strict",
                      "properties": {
                        "addressCountry": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "addressLocality": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "addressRegion": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "postOfficeBoxNumber": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "postalCode": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "streetAddress": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        }
                      }
                    },
                    "categories": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "description": {
                      "type": "text"
                    },
                    "floors": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "address": {
                      "dynamic": "strict",
                      "properties": {
                        "addressCountry": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "addressLocality": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "addressRegion": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "postOfficeBoxNumber": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "postalCode": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "streetAddress": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        }
                      }
                    },
                    "categories": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "description": {
                      "type": "text"
                    },
                    "floors": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "floorName": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "inventory": {
              "dynamic": true,
              "properties": {}
            },
            "paymentsAccepted": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "name": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            },
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            }
          }
        },
        "origin": {
          "dynamic": "strict",
          "properties": {
            "indexed": {
              "type": "date"
            },
            "maintainer": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "modified": {
              "type": "date"
            },
            "name": {
              "type": "text"
            },
            "originalId": {
              "type": "text"
            },
            "responsibleEntity": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text"
            },
            "url": {
              "type": "text"
            },
            "created": {
              "type": "date"
            },
            "deleted": {
              "type": "boolean"
            },
            "updated": {
              "type": "date"
            }
          }
        },
        "sameAs": {
          "type": "text"
        },
        "translations": {
          "dynamic": "strict",
          "properties": {
            "de": {
              "dynamic": "strict",
              "properties": {
                "categories": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            },
            "en": {
              "dynamic": "strict",
              "properties": {
                "categories": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            }
          }
        },
        "type": {
          "type": "text",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "uid": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "creation_date": {
          "type": "date"
        }
      },
      "dynamic_templates": [
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "employerOverview.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "openingHours": {
                  "type": "keyword"
                },
                "serviceHours": {
                  "type": "keyword"
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "integer"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.inventory.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        }
      ],
      "_source": {
        "excludes": [
          "creation_date"
        ]
      },
      "date_detection": false
    },
    "settings": {
      "mapping.total_fields.limit": 10000,
      "max_result_window": 30000,
      "number_of_replicas": 0,
      "number_of_shards": 1
    },
    "index_patterns": [
      "stapps_job_posting*"
    ]
  },
  "template_message": {
    "mappings": {
      "dynamic": "strict",
      "properties": {
        "alternateNames": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "audienceOrganizations": {
          "dynamic": "strict",
          "properties": {
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "audiences": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "authors": {
          "dynamic": "strict",
          "properties": {
            "additionalName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "birthDate": {
              "type": "date",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "email": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "familyName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "faxNumber": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "gender": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "givenName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "honorificPrefix": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "honorificSuffix": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "jobTitles": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "nationality": {
              "type": "keyword"
            },
            "sameAs": {
              "type": "text"
            },
            "telephone": {
              "type": "keyword"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "availableLanguages": {
          "type": "keyword"
        },
        "categories": {
          "type": "keyword",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "categorySpecificValues": {
          "dynamic": true,
          "properties": {}
        },
        "dateCreated": {
          "type": "date",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "datePublished": {
          "type": "date"
        },
        "description": {
          "type": "text"
        },
        "edition": {
          "type": "keyword"
        },
        "firstPublished": {
          "type": "keyword"
        },
        "identifiers": {
          "dynamic": true,
          "properties": {}
        },
        "image": {
          "type": "keyword"
        },
        "inLanguage": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "isPartOf": {
          "dynamic": "strict",
          "properties": {
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "availableLanguages": {
              "type": "keyword"
            },
            "datePublished": {
              "type": "date"
            },
            "description": {
              "type": "text"
            },
            "edition": {
              "type": "keyword"
            },
            "firstPublished": {
              "type": "keyword"
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "inLanguage": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "keywords": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "lastPublished": {
              "type": "keyword"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "keywords": {
                      "type": "keyword"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "keywords": {
                      "type": "keyword"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "keywords": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "lastPublished": {
          "type": "keyword"
        },
        "messageBody": {
          "type": "text"
        },
        "name": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            },
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            }
          }
        },
        "origin": {
          "dynamic": "strict",
          "properties": {
            "indexed": {
              "type": "date"
            },
            "maintainer": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "modified": {
              "type": "date"
            },
            "name": {
              "type": "text"
            },
            "originalId": {
              "type": "text"
            },
            "responsibleEntity": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text"
            },
            "url": {
              "type": "text"
            },
            "created": {
              "type": "date"
            },
            "deleted": {
              "type": "boolean"
            },
            "updated": {
              "type": "date"
            }
          }
        },
        "publications": {
          "dynamic": "strict",
          "properties": {
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "locations": {
              "type": "text"
            },
            "maximumParticipants": {
              "type": "integer"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "publisher": {
              "type": "text"
            },
            "remainingAttendeeCapacity": {
              "type": "integer"
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "publishers": {
          "dynamic": "strict",
          "properties": {
            "additionalName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "birthDate": {
              "type": "date",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "email": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "familyName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "faxNumber": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "gender": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "givenName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "honorificPrefix": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "honorificSuffix": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "jobTitles": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "nationality": {
              "type": "keyword"
            },
            "sameAs": {
              "type": "text"
            },
            "telephone": {
              "type": "keyword"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "sameAs": {
          "type": "text"
        },
        "sequenceIndex": {
          "type": "integer"
        },
        "sourceOrganization": {
          "type": "text"
        },
        "translations": {
          "dynamic": "strict",
          "properties": {
            "de": {
              "dynamic": "strict",
              "properties": {
                "description": {
                  "type": "text"
                },
                "keywords": {
                  "type": "keyword"
                },
                "messageBody": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "offers[].availability": {
                  "type": "keyword"
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            },
            "en": {
              "dynamic": "strict",
              "properties": {
                "description": {
                  "type": "text"
                },
                "keywords": {
                  "type": "keyword"
                },
                "messageBody": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "offers[].availability": {
                  "type": "keyword"
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            }
          }
        },
        "type": {
          "type": "text",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "uid": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "creation_date": {
          "type": "date"
        }
      },
      "dynamic_templates": [
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "audienceOrganizations.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "authors.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "isPartOf.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "publications.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "publishers.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "publishers.identifiers.*"
          }
        }
      ],
      "_source": {
        "excludes": [
          "creation_date"
        ]
      },
      "date_detection": false
    },
    "settings": {
      "mapping.total_fields.limit": 10000,
      "max_result_window": 30000,
      "number_of_replicas": 0,
      "number_of_shards": 1
    },
    "index_patterns": [
      "stapps_message*"
    ]
  },
  "template_organization": {
    "mappings": {
      "dynamic": "strict",
      "properties": {
        "alternateNames": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "contactPoints": {
          "dynamic": "strict",
          "properties": {
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "email": {
              "type": "keyword"
            },
            "faxNumber": {
              "type": "keyword"
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "officeHours": {
              "type": "keyword"
            },
            "sameAs": {
              "type": "text"
            },
            "telephone": {
              "type": "keyword"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "url": {
              "type": "keyword"
            }
          }
        },
        "description": {
          "type": "text"
        },
        "identifiers": {
          "dynamic": true,
          "properties": {}
        },
        "image": {
          "type": "keyword"
        },
        "inPlace": {
          "dynamic": "strict",
          "properties": {
            "address": {
              "dynamic": "strict",
              "properties": {
                "addressCountry": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "addressLocality": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "addressRegion": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "postOfficeBoxNumber": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "postalCode": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "streetAddress": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "categories": {
              "type": "keyword",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "categorySpecificValues": {
              "dynamic": true,
              "properties": {}
            },
            "description": {
              "type": "text"
            },
            "floors": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "geo": {
              "dynamic": "strict",
              "properties": {
                "point": {
                  "type": "geo_point"
                },
                "polygon": {
                  "type": "geo_shape"
                }
              }
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "openingHours": {
              "type": "keyword"
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "address": {
                      "dynamic": "strict",
                      "properties": {
                        "addressCountry": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "addressLocality": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "addressRegion": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "postOfficeBoxNumber": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "postalCode": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "streetAddress": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        }
                      }
                    },
                    "categories": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "description": {
                      "type": "text"
                    },
                    "floors": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "address": {
                      "dynamic": "strict",
                      "properties": {
                        "addressCountry": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "addressLocality": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "addressRegion": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "postOfficeBoxNumber": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "postalCode": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "streetAddress": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        }
                      }
                    },
                    "categories": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "description": {
                      "type": "text"
                    },
                    "floors": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "floorName": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "inventory": {
              "dynamic": true,
              "properties": {}
            },
            "paymentsAccepted": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "name": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            },
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            }
          }
        },
        "origin": {
          "dynamic": "strict",
          "properties": {
            "indexed": {
              "type": "date"
            },
            "maintainer": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "modified": {
              "type": "date"
            },
            "name": {
              "type": "text"
            },
            "originalId": {
              "type": "text"
            },
            "responsibleEntity": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text"
            },
            "url": {
              "type": "text"
            },
            "created": {
              "type": "date"
            },
            "deleted": {
              "type": "boolean"
            },
            "updated": {
              "type": "date"
            }
          }
        },
        "sameAs": {
          "type": "text"
        },
        "translations": {
          "dynamic": "strict",
          "properties": {
            "de": {
              "dynamic": "strict",
              "properties": {
                "description": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            },
            "en": {
              "dynamic": "strict",
              "properties": {
                "description": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            }
          }
        },
        "type": {
          "type": "text",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "uid": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "creation_date": {
          "type": "date"
        }
      },
      "dynamic_templates": [
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "contactPoints.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "openingHours": {
                  "type": "keyword"
                },
                "serviceHours": {
                  "type": "keyword"
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "integer"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.inventory.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        }
      ],
      "_source": {
        "excludes": [
          "creation_date"
        ]
      },
      "date_detection": false
    },
    "settings": {
      "mapping.total_fields.limit": 10000,
      "max_result_window": 30000,
      "number_of_replicas": 0,
      "number_of_shards": 1
    },
    "index_patterns": [
      "stapps_organization*"
    ]
  },
  "template_periodical": {
    "mappings": {
      "dynamic": "strict",
      "properties": {
        "ISSNs": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "alternateNames": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "authors": {
          "dynamic": "strict",
          "properties": {
            "additionalName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "birthDate": {
              "type": "date",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "email": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "familyName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "faxNumber": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "gender": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "givenName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "honorificPrefix": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "honorificSuffix": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "jobTitles": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "nationality": {
              "type": "keyword"
            },
            "sameAs": {
              "type": "text"
            },
            "telephone": {
              "type": "keyword"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "availableLanguages": {
          "type": "keyword"
        },
        "categories": {
          "type": "keyword",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "categorySpecificValues": {
          "dynamic": true,
          "properties": {}
        },
        "datePublished": {
          "type": "date"
        },
        "description": {
          "type": "text"
        },
        "edition": {
          "type": "keyword"
        },
        "firstPublished": {
          "type": "keyword"
        },
        "identifiers": {
          "dynamic": true,
          "properties": {}
        },
        "image": {
          "type": "keyword"
        },
        "inLanguage": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "isPartOf": {
          "dynamic": "strict",
          "properties": {
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "availableLanguages": {
              "type": "keyword"
            },
            "datePublished": {
              "type": "date"
            },
            "description": {
              "type": "text"
            },
            "edition": {
              "type": "keyword"
            },
            "firstPublished": {
              "type": "keyword"
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "inLanguage": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "keywords": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "lastPublished": {
              "type": "keyword"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "keywords": {
                      "type": "keyword"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "keywords": {
                      "type": "keyword"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "keywords": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "lastPublished": {
          "type": "keyword"
        },
        "name": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            },
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            }
          }
        },
        "offers": {
          "dynamic": "strict",
          "properties": {
            "availability": {
              "type": "keyword"
            },
            "availabilityRange": {
              "type": "date_range"
            },
            "inPlace": {
              "dynamic": "strict",
              "properties": {
                "address": {
                  "dynamic": "strict",
                  "properties": {
                    "addressCountry": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "addressLocality": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "addressRegion": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "postOfficeBoxNumber": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "postalCode": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "streetAddress": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "categories": {
                  "type": "keyword",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "categorySpecificValues": {
                  "dynamic": true,
                  "properties": {}
                },
                "description": {
                  "type": "text"
                },
                "floors": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "geo": {
                  "dynamic": "strict",
                  "properties": {
                    "point": {
                      "type": "geo_point"
                    },
                    "polygon": {
                      "type": "geo_shape"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "openingHours": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "address": {
                          "dynamic": "strict",
                          "properties": {
                            "addressCountry": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "addressLocality": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "addressRegion": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "postOfficeBoxNumber": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "postalCode": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "streetAddress": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            }
                          }
                        },
                        "categories": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "description": {
                          "type": "text"
                        },
                        "floors": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "address": {
                          "dynamic": "strict",
                          "properties": {
                            "addressCountry": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "addressLocality": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "addressRegion": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "postOfficeBoxNumber": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "postalCode": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "streetAddress": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            }
                          }
                        },
                        "categories": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "description": {
                          "type": "text"
                        },
                        "floors": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "floorName": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "inventory": {
                  "dynamic": true,
                  "properties": {}
                },
                "paymentsAccepted": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "prices": {
              "dynamic": "strict",
              "properties": {
                "default": {
                  "type": "float",
                  "fields": {}
                },
                "employee": {
                  "type": "float",
                  "fields": {}
                },
                "guest": {
                  "type": "float",
                  "fields": {}
                },
                "student": {
                  "type": "float",
                  "fields": {}
                }
              }
            },
            "provider": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "sameAs": {
                  "type": "text"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "telephone": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "origin": {
          "dynamic": "strict",
          "properties": {
            "indexed": {
              "type": "date"
            },
            "maintainer": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "modified": {
              "type": "date"
            },
            "name": {
              "type": "text"
            },
            "originalId": {
              "type": "text"
            },
            "responsibleEntity": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text"
            },
            "url": {
              "type": "text"
            },
            "created": {
              "type": "date"
            },
            "deleted": {
              "type": "boolean"
            },
            "updated": {
              "type": "date"
            }
          }
        },
        "publications": {
          "dynamic": "strict",
          "properties": {
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "locations": {
              "type": "text"
            },
            "maximumParticipants": {
              "type": "integer"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "publisher": {
              "type": "text"
            },
            "remainingAttendeeCapacity": {
              "type": "integer"
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "publishers": {
          "dynamic": "strict",
          "properties": {
            "additionalName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "birthDate": {
              "type": "date",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "email": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "familyName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "faxNumber": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "gender": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "givenName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "honorificPrefix": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "honorificSuffix": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "jobTitles": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "nationality": {
              "type": "keyword"
            },
            "sameAs": {
              "type": "text"
            },
            "telephone": {
              "type": "keyword"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "sameAs": {
          "type": "text"
        },
        "sourceOrganization": {
          "type": "text"
        },
        "translations": {
          "dynamic": "strict",
          "properties": {
            "de": {
              "dynamic": "strict",
              "properties": {
                "categories": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "keywords": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "offers[].availability": {
                  "type": "keyword"
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            },
            "en": {
              "dynamic": "strict",
              "properties": {
                "categories": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "keywords": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "offers[].availability": {
                  "type": "keyword"
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            }
          }
        },
        "type": {
          "type": "text",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "uid": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "creation_date": {
          "type": "date"
        }
      },
      "dynamic_templates": [
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "authors.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "isPartOf.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "openingHours": {
                  "type": "keyword"
                },
                "serviceHours": {
                  "type": "keyword"
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "integer"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.inventory.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.provider.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.provider.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "publications.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "publishers.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "publishers.identifiers.*"
          }
        }
      ],
      "_source": {
        "excludes": [
          "creation_date"
        ]
      },
      "date_detection": false
    },
    "settings": {
      "mapping.total_fields.limit": 10000,
      "max_result_window": 30000,
      "number_of_replicas": 0,
      "number_of_shards": 1
    },
    "index_patterns": [
      "stapps_periodical*"
    ]
  },
  "template_person": {
    "mappings": {
      "dynamic": "strict",
      "properties": {
        "additionalName": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "affiliations": {
          "dynamic": "strict",
          "properties": {
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "alternateNames": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "birthDate": {
          "type": "date",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "description": {
          "type": "text"
        },
        "email": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "familyName": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "faxNumber": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "gender": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "givenName": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "homeLocations": {
          "dynamic": "strict",
          "properties": {
            "address": {
              "dynamic": "strict",
              "properties": {
                "addressCountry": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "addressLocality": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "addressRegion": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "postOfficeBoxNumber": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "postalCode": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "streetAddress": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "categories": {
              "type": "keyword",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "categorySpecificValues": {
              "dynamic": true,
              "properties": {}
            },
            "description": {
              "type": "text"
            },
            "floors": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "geo": {
              "dynamic": "strict",
              "properties": {
                "point": {
                  "type": "geo_point"
                },
                "polygon": {
                  "type": "geo_shape"
                }
              }
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "openingHours": {
              "type": "keyword"
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "address": {
                      "dynamic": "strict",
                      "properties": {
                        "addressCountry": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "addressLocality": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "addressRegion": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "postOfficeBoxNumber": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "postalCode": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "streetAddress": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        }
                      }
                    },
                    "categories": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "description": {
                      "type": "text"
                    },
                    "floors": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "address": {
                      "dynamic": "strict",
                      "properties": {
                        "addressCountry": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "addressLocality": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "addressRegion": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "postOfficeBoxNumber": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "postalCode": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "streetAddress": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        }
                      }
                    },
                    "categories": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "description": {
                      "type": "text"
                    },
                    "floors": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "floorName": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "inventory": {
              "dynamic": true,
              "properties": {}
            },
            "paymentsAccepted": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "honorificPrefix": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "honorificSuffix": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "identifiers": {
          "dynamic": true,
          "properties": {}
        },
        "image": {
          "type": "keyword"
        },
        "jobTitles": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "name": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            },
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            }
          }
        },
        "nationality": {
          "type": "keyword"
        },
        "origin": {
          "dynamic": "strict",
          "properties": {
            "indexed": {
              "type": "date"
            },
            "maintainer": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "modified": {
              "type": "date"
            },
            "name": {
              "type": "text"
            },
            "originalId": {
              "type": "text"
            },
            "responsibleEntity": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text"
            },
            "url": {
              "type": "text"
            },
            "created": {
              "type": "date"
            },
            "deleted": {
              "type": "boolean"
            },
            "updated": {
              "type": "date"
            }
          }
        },
        "sameAs": {
          "type": "text"
        },
        "telephone": {
          "type": "keyword"
        },
        "translations": {
          "dynamic": "strict",
          "properties": {
            "de": {
              "dynamic": "strict",
              "properties": {
                "description": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            },
            "en": {
              "dynamic": "strict",
              "properties": {
                "description": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            }
          }
        },
        "type": {
          "type": "text",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "uid": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "workLocations": {
          "dynamic": "strict",
          "properties": {
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "email": {
              "type": "keyword"
            },
            "faxNumber": {
              "type": "keyword"
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "officeHours": {
              "type": "keyword"
            },
            "sameAs": {
              "type": "text"
            },
            "telephone": {
              "type": "keyword"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "url": {
              "type": "keyword"
            }
          }
        },
        "creation_date": {
          "type": "date"
        }
      },
      "dynamic_templates": [
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "affiliations.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "homeLocations.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "homeLocations.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "homeLocations.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "homeLocations.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "openingHours": {
                  "type": "keyword"
                },
                "serviceHours": {
                  "type": "keyword"
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "homeLocations.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "homeLocations.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "integer"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "homeLocations.inventory.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "workLocations.identifiers.*"
          }
        }
      ],
      "_source": {
        "excludes": [
          "creation_date"
        ]
      },
      "date_detection": false
    },
    "settings": {
      "mapping.total_fields.limit": 10000,
      "max_result_window": 30000,
      "number_of_replicas": 0,
      "number_of_shards": 1
    },
    "index_patterns": [
      "stapps_person*"
    ]
  },
  "template_point_of_interest": {
    "mappings": {
      "dynamic": "strict",
      "properties": {
        "address": {
          "dynamic": "strict",
          "properties": {
            "addressCountry": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "addressLocality": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "addressRegion": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "postOfficeBoxNumber": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "postalCode": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "streetAddress": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "alternateNames": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "categories": {
          "type": "keyword",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "categorySpecificValues": {
          "dynamic": true,
          "properties": {}
        },
        "description": {
          "type": "text"
        },
        "geo": {
          "dynamic": "strict",
          "properties": {
            "point": {
              "type": "geo_point"
            },
            "polygon": {
              "type": "geo_shape"
            }
          }
        },
        "identifiers": {
          "dynamic": true,
          "properties": {}
        },
        "image": {
          "type": "keyword"
        },
        "inPlace": {
          "dynamic": "strict",
          "properties": {
            "address": {
              "dynamic": "strict",
              "properties": {
                "addressCountry": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "addressLocality": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "addressRegion": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "postOfficeBoxNumber": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "postalCode": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "streetAddress": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "categories": {
              "type": "keyword",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "categorySpecificValues": {
              "dynamic": true,
              "properties": {}
            },
            "description": {
              "type": "text"
            },
            "floors": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "geo": {
              "dynamic": "strict",
              "properties": {
                "point": {
                  "type": "geo_point"
                },
                "polygon": {
                  "type": "geo_shape"
                }
              }
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "openingHours": {
              "type": "keyword"
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "address": {
                      "dynamic": "strict",
                      "properties": {
                        "addressCountry": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "addressLocality": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "addressRegion": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "postOfficeBoxNumber": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "postalCode": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "streetAddress": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        }
                      }
                    },
                    "categories": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "description": {
                      "type": "text"
                    },
                    "floors": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "address": {
                      "dynamic": "strict",
                      "properties": {
                        "addressCountry": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "addressLocality": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "addressRegion": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "postOfficeBoxNumber": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "postalCode": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "streetAddress": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        }
                      }
                    },
                    "categories": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "description": {
                      "type": "text"
                    },
                    "floors": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "floorName": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "inventory": {
              "dynamic": true,
              "properties": {}
            },
            "paymentsAccepted": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "name": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            },
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            }
          }
        },
        "openingHours": {
          "type": "keyword"
        },
        "origin": {
          "dynamic": "strict",
          "properties": {
            "indexed": {
              "type": "date"
            },
            "maintainer": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "modified": {
              "type": "date"
            },
            "name": {
              "type": "text"
            },
            "originalId": {
              "type": "text"
            },
            "responsibleEntity": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text"
            },
            "url": {
              "type": "text"
            },
            "created": {
              "type": "date"
            },
            "deleted": {
              "type": "boolean"
            },
            "updated": {
              "type": "date"
            }
          }
        },
        "sameAs": {
          "type": "text"
        },
        "translations": {
          "dynamic": "strict",
          "properties": {
            "de": {
              "dynamic": "strict",
              "properties": {
                "categories": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            },
            "en": {
              "dynamic": "strict",
              "properties": {
                "categories": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            }
          }
        },
        "type": {
          "type": "text",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "uid": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "creation_date": {
          "type": "date"
        }
      },
      "dynamic_templates": [
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "openingHours": {
                  "type": "keyword"
                },
                "serviceHours": {
                  "type": "keyword"
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "integer"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.inventory.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        }
      ],
      "_source": {
        "excludes": [
          "creation_date"
        ]
      },
      "date_detection": false
    },
    "settings": {
      "mapping.total_fields.limit": 10000,
      "max_result_window": 30000,
      "number_of_replicas": 0,
      "number_of_shards": 1
    },
    "index_patterns": [
      "stapps_point_of_interest*"
    ]
  },
  "template_publication_event": {
    "mappings": {
      "dynamic": "strict",
      "properties": {
        "academicTerms": {
          "dynamic": "strict",
          "properties": {
            "acronym": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "ignore_above": 10000,
                  "type": "keyword"
                }
              }
            },
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "endDate": {
              "type": "date",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "eventsEndDate": {
              "type": "date",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "eventsStartDate": {
              "type": "date",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "sameAs": {
              "type": "text"
            },
            "startDate": {
              "type": "date",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "alternateNames": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "catalogs": {
          "dynamic": "strict",
          "properties": {
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "categories": {
              "type": "keyword",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "categorySpecificValues": {
              "dynamic": true,
              "properties": {}
            },
            "description": {
              "type": "text"
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "level": {
              "type": "integer",
              "fields": {
                "raw": {
                  "type": "integer"
                }
              }
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "categories": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "categories": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "creativeWorks": {
          "dynamic": "strict",
          "properties": {
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "availableLanguages": {
              "type": "keyword"
            },
            "datePublished": {
              "type": "date"
            },
            "description": {
              "type": "text"
            },
            "edition": {
              "type": "keyword"
            },
            "firstPublished": {
              "type": "keyword"
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "inLanguage": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "keywords": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "lastPublished": {
              "type": "keyword"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "keywords": {
                      "type": "keyword"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "keywords": {
                      "type": "keyword"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "description": {
          "type": "text"
        },
        "identifiers": {
          "dynamic": true,
          "properties": {}
        },
        "image": {
          "type": "keyword"
        },
        "locations": {
          "type": "text"
        },
        "maximumParticipants": {
          "type": "integer"
        },
        "name": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            },
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            }
          }
        },
        "organizers": {
          "dynamic": "strict",
          "properties": {
            "additionalName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "birthDate": {
              "type": "date",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "email": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "familyName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "faxNumber": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "gender": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "givenName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "honorificPrefix": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "honorificSuffix": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "jobTitles": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "nationality": {
              "type": "keyword"
            },
            "sameAs": {
              "type": "text"
            },
            "telephone": {
              "type": "keyword"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "origin": {
          "dynamic": "strict",
          "properties": {
            "indexed": {
              "type": "date"
            },
            "maintainer": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "modified": {
              "type": "date"
            },
            "name": {
              "type": "text"
            },
            "originalId": {
              "type": "text"
            },
            "responsibleEntity": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text"
            },
            "url": {
              "type": "text"
            },
            "created": {
              "type": "date"
            },
            "deleted": {
              "type": "boolean"
            },
            "updated": {
              "type": "date"
            }
          }
        },
        "performers": {
          "dynamic": "strict",
          "properties": {
            "additionalName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "birthDate": {
              "type": "date",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "email": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "familyName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "faxNumber": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "gender": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "givenName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "honorificPrefix": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "honorificSuffix": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "jobTitles": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "nationality": {
              "type": "keyword"
            },
            "sameAs": {
              "type": "text"
            },
            "telephone": {
              "type": "keyword"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "publisher": {
          "type": "text"
        },
        "remainingAttendeeCapacity": {
          "type": "integer"
        },
        "sameAs": {
          "type": "text"
        },
        "translations": {
          "dynamic": "strict",
          "properties": {
            "de": {
              "dynamic": "strict",
              "properties": {
                "description": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            },
            "en": {
              "dynamic": "strict",
              "properties": {
                "description": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            }
          }
        },
        "type": {
          "type": "text",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "uid": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "creation_date": {
          "type": "date"
        }
      },
      "dynamic_templates": [
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "academicTerms.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "catalogs.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "catalogs.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "creativeWorks.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "organizers.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "performers.identifiers.*"
          }
        }
      ],
      "_source": {
        "excludes": [
          "creation_date"
        ]
      },
      "date_detection": false
    },
    "settings": {
      "mapping.total_fields.limit": 10000,
      "max_result_window": 30000,
      "number_of_replicas": 0,
      "number_of_shards": 1
    },
    "index_patterns": [
      "stapps_publication_event*"
    ]
  },
  "template_room": {
    "mappings": {
      "dynamic": "strict",
      "properties": {
        "address": {
          "dynamic": "strict",
          "properties": {
            "addressCountry": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "addressLocality": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "addressRegion": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "postOfficeBoxNumber": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "postalCode": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "streetAddress": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "alternateNames": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "categories": {
          "type": "keyword",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "categorySpecificValues": {
          "dynamic": true,
          "properties": {}
        },
        "description": {
          "type": "text"
        },
        "floorName": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "geo": {
          "dynamic": "strict",
          "properties": {
            "point": {
              "type": "geo_point"
            },
            "polygon": {
              "type": "geo_shape"
            }
          }
        },
        "identifiers": {
          "dynamic": true,
          "properties": {}
        },
        "image": {
          "type": "keyword"
        },
        "inPlace": {
          "dynamic": "strict",
          "properties": {
            "address": {
              "dynamic": "strict",
              "properties": {
                "addressCountry": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "addressLocality": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "addressRegion": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "postOfficeBoxNumber": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "postalCode": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "streetAddress": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "categories": {
              "type": "keyword",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "categorySpecificValues": {
              "dynamic": true,
              "properties": {}
            },
            "description": {
              "type": "text"
            },
            "floors": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "geo": {
              "dynamic": "strict",
              "properties": {
                "point": {
                  "type": "geo_point"
                },
                "polygon": {
                  "type": "geo_shape"
                }
              }
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "openingHours": {
              "type": "keyword"
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "address": {
                      "dynamic": "strict",
                      "properties": {
                        "addressCountry": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "addressLocality": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "addressRegion": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "postOfficeBoxNumber": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "postalCode": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "streetAddress": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        }
                      }
                    },
                    "categories": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "description": {
                      "type": "text"
                    },
                    "floors": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "address": {
                      "dynamic": "strict",
                      "properties": {
                        "addressCountry": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "addressLocality": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "addressRegion": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "postOfficeBoxNumber": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "postalCode": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "streetAddress": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        }
                      }
                    },
                    "categories": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "description": {
                      "type": "text"
                    },
                    "floors": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "floorName": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "inventory": {
              "dynamic": true,
              "properties": {}
            },
            "paymentsAccepted": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "inventory": {
          "dynamic": true,
          "properties": {}
        },
        "name": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            },
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            }
          }
        },
        "openingHours": {
          "type": "keyword"
        },
        "origin": {
          "dynamic": "strict",
          "properties": {
            "indexed": {
              "type": "date"
            },
            "maintainer": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "modified": {
              "type": "date"
            },
            "name": {
              "type": "text"
            },
            "originalId": {
              "type": "text"
            },
            "responsibleEntity": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text"
            },
            "url": {
              "type": "text"
            },
            "created": {
              "type": "date"
            },
            "deleted": {
              "type": "boolean"
            },
            "updated": {
              "type": "date"
            }
          }
        },
        "paymentsAccepted": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "sameAs": {
          "type": "text"
        },
        "translations": {
          "dynamic": "strict",
          "properties": {
            "de": {
              "dynamic": "strict",
              "properties": {
                "categories": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            },
            "en": {
              "dynamic": "strict",
              "properties": {
                "categories": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            }
          }
        },
        "type": {
          "type": "text",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "uid": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "creation_date": {
          "type": "date"
        }
      },
      "dynamic_templates": [
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "openingHours": {
                  "type": "keyword"
                },
                "serviceHours": {
                  "type": "keyword"
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "openingHours": {
                  "type": "keyword"
                },
                "serviceHours": {
                  "type": "keyword"
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "integer"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.inventory.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "integer"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inventory.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        }
      ],
      "_source": {
        "excludes": [
          "creation_date"
        ]
      },
      "date_detection": false
    },
    "settings": {
      "mapping.total_fields.limit": 10000,
      "max_result_window": 30000,
      "number_of_replicas": 0,
      "number_of_shards": 1
    },
    "index_patterns": [
      "stapps_room*"
    ]
  },
  "template_semester": {
    "mappings": {
      "dynamic": "strict",
      "properties": {
        "acronym": {
          "type": "keyword",
          "fields": {
            "raw": {
              "ignore_above": 10000,
              "type": "keyword"
            }
          }
        },
        "alternateNames": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "description": {
          "type": "text"
        },
        "endDate": {
          "type": "date",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "eventsEndDate": {
          "type": "date",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "eventsStartDate": {
          "type": "date",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "identifiers": {
          "dynamic": true,
          "properties": {}
        },
        "image": {
          "type": "keyword"
        },
        "name": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            },
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            }
          }
        },
        "origin": {
          "dynamic": "strict",
          "properties": {
            "indexed": {
              "type": "date"
            },
            "maintainer": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "modified": {
              "type": "date"
            },
            "name": {
              "type": "text"
            },
            "originalId": {
              "type": "text"
            },
            "responsibleEntity": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text"
            },
            "url": {
              "type": "text"
            },
            "created": {
              "type": "date"
            },
            "deleted": {
              "type": "boolean"
            },
            "updated": {
              "type": "date"
            }
          }
        },
        "sameAs": {
          "type": "text"
        },
        "startDate": {
          "type": "date",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "translations": {
          "dynamic": "strict",
          "properties": {
            "de": {
              "dynamic": "strict",
              "properties": {
                "description": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            },
            "en": {
              "dynamic": "strict",
              "properties": {
                "description": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            }
          }
        },
        "type": {
          "type": "text",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "uid": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "creation_date": {
          "type": "date"
        }
      },
      "dynamic_templates": [
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        }
      ],
      "_source": {
        "excludes": [
          "creation_date"
        ]
      },
      "date_detection": false
    },
    "settings": {
      "mapping.total_fields.limit": 10000,
      "max_result_window": 30000,
      "number_of_replicas": 0,
      "number_of_shards": 1
    },
    "index_patterns": [
      "stapps_semester*"
    ]
  },
  "template_sport_course": {
    "mappings": {
      "dynamic": "strict",
      "properties": {
        "academicTerms": {
          "dynamic": "strict",
          "properties": {
            "acronym": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "ignore_above": 10000,
                  "type": "keyword"
                }
              }
            },
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "endDate": {
              "type": "date",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "eventsEndDate": {
              "type": "date",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "eventsStartDate": {
              "type": "date",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "sameAs": {
              "type": "text"
            },
            "startDate": {
              "type": "date",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "alternateNames": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "catalogs": {
          "dynamic": "strict",
          "properties": {
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "categories": {
              "type": "keyword",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "categorySpecificValues": {
              "dynamic": true,
              "properties": {}
            },
            "description": {
              "type": "text"
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "level": {
              "type": "integer",
              "fields": {
                "raw": {
                  "type": "integer"
                }
              }
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "categories": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "categories": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "creativeWorks": {
          "dynamic": "strict",
          "properties": {
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "availableLanguages": {
              "type": "keyword"
            },
            "datePublished": {
              "type": "date"
            },
            "description": {
              "type": "text"
            },
            "edition": {
              "type": "keyword"
            },
            "firstPublished": {
              "type": "keyword"
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "inLanguage": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "keywords": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "lastPublished": {
              "type": "keyword"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "keywords": {
                      "type": "keyword"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "keywords": {
                      "type": "keyword"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "description": {
          "type": "text"
        },
        "identifiers": {
          "dynamic": true,
          "properties": {}
        },
        "image": {
          "type": "keyword"
        },
        "maximumParticipants": {
          "type": "integer"
        },
        "name": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            },
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            }
          }
        },
        "organizers": {
          "dynamic": "strict",
          "properties": {
            "additionalName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "birthDate": {
              "type": "date",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "email": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "familyName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "faxNumber": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "gender": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "givenName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "honorificPrefix": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "honorificSuffix": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "jobTitles": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "nationality": {
              "type": "keyword"
            },
            "sameAs": {
              "type": "text"
            },
            "telephone": {
              "type": "keyword"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "origin": {
          "dynamic": "strict",
          "properties": {
            "indexed": {
              "type": "date"
            },
            "maintainer": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "modified": {
              "type": "date"
            },
            "name": {
              "type": "text"
            },
            "originalId": {
              "type": "text"
            },
            "responsibleEntity": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text"
            },
            "url": {
              "type": "text"
            },
            "created": {
              "type": "date"
            },
            "deleted": {
              "type": "boolean"
            },
            "updated": {
              "type": "date"
            }
          }
        },
        "performers": {
          "dynamic": "strict",
          "properties": {
            "additionalName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "birthDate": {
              "type": "date",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "email": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "familyName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "faxNumber": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "gender": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "givenName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "honorificPrefix": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "honorificSuffix": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "jobTitles": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "nationality": {
              "type": "keyword"
            },
            "sameAs": {
              "type": "text"
            },
            "telephone": {
              "type": "keyword"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "remainingAttendeeCapacity": {
          "type": "integer"
        },
        "sameAs": {
          "type": "text"
        },
        "translations": {
          "dynamic": "strict",
          "properties": {
            "de": {
              "dynamic": "strict",
              "properties": {
                "description": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            },
            "en": {
              "dynamic": "strict",
              "properties": {
                "description": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            }
          }
        },
        "type": {
          "type": "text",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "uid": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "creation_date": {
          "type": "date"
        }
      },
      "dynamic_templates": [
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "academicTerms.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "catalogs.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "catalogs.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "creativeWorks.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "organizers.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "performers.identifiers.*"
          }
        }
      ],
      "_source": {
        "excludes": [
          "creation_date"
        ]
      },
      "date_detection": false
    },
    "settings": {
      "mapping.total_fields.limit": 10000,
      "max_result_window": 30000,
      "number_of_replicas": 0,
      "number_of_shards": 1
    },
    "index_patterns": [
      "stapps_sport_course*"
    ]
  },
  "template_study_module": {
    "mappings": {
      "dynamic": "strict",
      "properties": {
        "academicEvents": {
          "dynamic": "strict",
          "properties": {
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "categories": {
              "type": "keyword",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "categorySpecificValues": {
              "dynamic": true,
              "properties": {}
            },
            "description": {
              "type": "text"
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "majors": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "maximumParticipants": {
              "type": "integer"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "originalCategory": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "remainingAttendeeCapacity": {
              "type": "integer"
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "categories": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "description": {
                      "type": "text"
                    },
                    "majors": {
                      "type": "keyword"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    },
                    "originalCategory": {
                      "type": "keyword"
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "categories": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "description": {
                      "type": "text"
                    },
                    "majors": {
                      "type": "keyword"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    },
                    "originalCategory": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "alternateNames": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "description": {
          "type": "text"
        },
        "ects": {
          "type": "float"
        },
        "faculty": {
          "dynamic": "strict",
          "properties": {
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "identifiers": {
          "dynamic": true,
          "properties": {}
        },
        "image": {
          "type": "keyword"
        },
        "language": {
          "dynamic": "strict",
          "properties": {
            "code": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "name": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "majors": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "name": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            },
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            }
          }
        },
        "necessity": {
          "dynamic": true,
          "properties": {}
        },
        "offers": {
          "dynamic": "strict",
          "properties": {
            "availability": {
              "type": "keyword"
            },
            "availabilityRange": {
              "type": "date_range"
            },
            "inPlace": {
              "dynamic": "strict",
              "properties": {
                "address": {
                  "dynamic": "strict",
                  "properties": {
                    "addressCountry": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "addressLocality": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "addressRegion": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "postOfficeBoxNumber": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "postalCode": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "streetAddress": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "categories": {
                  "type": "keyword",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "categorySpecificValues": {
                  "dynamic": true,
                  "properties": {}
                },
                "description": {
                  "type": "text"
                },
                "floors": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "geo": {
                  "dynamic": "strict",
                  "properties": {
                    "point": {
                      "type": "geo_point"
                    },
                    "polygon": {
                      "type": "geo_shape"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "openingHours": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "address": {
                          "dynamic": "strict",
                          "properties": {
                            "addressCountry": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "addressLocality": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "addressRegion": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "postOfficeBoxNumber": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "postalCode": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "streetAddress": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            }
                          }
                        },
                        "categories": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "description": {
                          "type": "text"
                        },
                        "floors": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "address": {
                          "dynamic": "strict",
                          "properties": {
                            "addressCountry": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "addressLocality": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "addressRegion": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "postOfficeBoxNumber": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "postalCode": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "streetAddress": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            }
                          }
                        },
                        "categories": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "description": {
                          "type": "text"
                        },
                        "floors": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "floorName": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "inventory": {
                  "dynamic": true,
                  "properties": {}
                },
                "paymentsAccepted": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "prices": {
              "dynamic": "strict",
              "properties": {
                "default": {
                  "type": "float",
                  "fields": {}
                },
                "employee": {
                  "type": "float",
                  "fields": {}
                },
                "guest": {
                  "type": "float",
                  "fields": {}
                },
                "student": {
                  "type": "float",
                  "fields": {}
                }
              }
            },
            "provider": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "sameAs": {
                  "type": "text"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "telephone": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "origin": {
          "dynamic": "strict",
          "properties": {
            "indexed": {
              "type": "date"
            },
            "maintainer": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "modified": {
              "type": "date"
            },
            "name": {
              "type": "text"
            },
            "originalId": {
              "type": "text"
            },
            "responsibleEntity": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text"
            },
            "url": {
              "type": "text"
            },
            "created": {
              "type": "date"
            },
            "deleted": {
              "type": "boolean"
            },
            "updated": {
              "type": "date"
            }
          }
        },
        "partnerModules": {
          "dynamic": "strict",
          "properties": {
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "ects": {
              "type": "float"
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "language": {
              "dynamic": "strict",
              "properties": {
                "code": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "majors": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "necessity": {
              "dynamic": true,
              "properties": {}
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "majors": {
                      "type": "keyword"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "necessity": {
                      "dynamic": true,
                      "properties": {}
                    },
                    "offers[].availability": {
                      "type": "keyword"
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "majors": {
                      "type": "keyword"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "necessity": {
                      "dynamic": true,
                      "properties": {}
                    },
                    "offers[].availability": {
                      "type": "keyword"
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "requiredModules": {
          "dynamic": "strict",
          "properties": {
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "ects": {
              "type": "float"
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "language": {
              "dynamic": "strict",
              "properties": {
                "code": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "majors": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "necessity": {
              "dynamic": true,
              "properties": {}
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "majors": {
                      "type": "keyword"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "necessity": {
                      "dynamic": true,
                      "properties": {}
                    },
                    "offers[].availability": {
                      "type": "keyword"
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "majors": {
                      "type": "keyword"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "necessity": {
                      "dynamic": true,
                      "properties": {}
                    },
                    "offers[].availability": {
                      "type": "keyword"
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "sameAs": {
          "type": "text"
        },
        "secretary": {
          "dynamic": "strict",
          "properties": {
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "additionalName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "birthDate": {
              "type": "date",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "email": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "familyName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "faxNumber": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "gender": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "givenName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "honorificPrefix": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "honorificSuffix": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "jobTitles": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "nationality": {
              "type": "keyword"
            },
            "telephone": {
              "type": "keyword"
            }
          }
        },
        "translations": {
          "dynamic": "strict",
          "properties": {
            "de": {
              "dynamic": "strict",
              "properties": {
                "description": {
                  "type": "text"
                },
                "majors": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "necessity": {
                  "dynamic": true,
                  "properties": {}
                },
                "offers[].availability": {
                  "type": "keyword"
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            },
            "en": {
              "dynamic": "strict",
              "properties": {
                "description": {
                  "type": "text"
                },
                "majors": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "necessity": {
                  "dynamic": true,
                  "properties": {}
                },
                "offers[].availability": {
                  "type": "keyword"
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            }
          }
        },
        "type": {
          "type": "text",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "uid": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "creation_date": {
          "type": "date"
        }
      },
      "dynamic_templates": [
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "academicEvents.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "academicEvents.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "faculty.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "necessity.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "openingHours": {
                  "type": "keyword"
                },
                "serviceHours": {
                  "type": "keyword"
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "integer"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.inventory.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.provider.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.provider.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "partnerModules.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "partnerModules.necessity.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "partnerModules.translations.necessity.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "requiredModules.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "requiredModules.necessity.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "requiredModules.translations.necessity.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "secretary.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "secretary.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "translations.necessity.*"
          }
        }
      ],
      "_source": {
        "excludes": [
          "creation_date"
        ]
      },
      "date_detection": false
    },
    "settings": {
      "mapping.total_fields.limit": 10000,
      "max_result_window": 30000,
      "number_of_replicas": 0,
      "number_of_shards": 1
    },
    "index_patterns": [
      "stapps_study_module*"
    ]
  },
  "template_ticket": {
    "mappings": {
      "dynamic": "strict",
      "properties": {
        "alternateNames": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "approxWaitingTime": {
          "type": "text"
        },
        "currentTicketNumber": {
          "type": "keyword"
        },
        "description": {
          "type": "text"
        },
        "identifiers": {
          "dynamic": true,
          "properties": {}
        },
        "image": {
          "type": "keyword"
        },
        "inPlace": {
          "dynamic": "strict",
          "properties": {
            "address": {
              "dynamic": "strict",
              "properties": {
                "addressCountry": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "addressLocality": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "addressRegion": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "postOfficeBoxNumber": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "postalCode": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "streetAddress": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "categories": {
              "type": "keyword",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "categorySpecificValues": {
              "dynamic": true,
              "properties": {}
            },
            "description": {
              "type": "text"
            },
            "floors": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "geo": {
              "dynamic": "strict",
              "properties": {
                "point": {
                  "type": "geo_point"
                },
                "polygon": {
                  "type": "geo_shape"
                }
              }
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "openingHours": {
              "type": "keyword"
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "address": {
                      "dynamic": "strict",
                      "properties": {
                        "addressCountry": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "addressLocality": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "addressRegion": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "postOfficeBoxNumber": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "postalCode": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "streetAddress": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        }
                      }
                    },
                    "categories": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "description": {
                      "type": "text"
                    },
                    "floors": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "address": {
                      "dynamic": "strict",
                      "properties": {
                        "addressCountry": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "addressLocality": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "addressRegion": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "postOfficeBoxNumber": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "postalCode": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        },
                        "streetAddress": {
                          "type": "text",
                          "fields": {
                            "raw": {
                              "type": "keyword"
                            }
                          }
                        }
                      }
                    },
                    "categories": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "description": {
                      "type": "text"
                    },
                    "floors": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "floorName": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "inventory": {
              "dynamic": true,
              "properties": {}
            },
            "paymentsAccepted": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "name": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            },
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            }
          }
        },
        "origin": {
          "dynamic": "strict",
          "properties": {
            "indexed": {
              "type": "date"
            },
            "maintainer": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "modified": {
              "type": "date"
            },
            "name": {
              "type": "text"
            },
            "originalId": {
              "type": "text"
            },
            "responsibleEntity": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text"
            },
            "url": {
              "type": "text"
            },
            "created": {
              "type": "date"
            },
            "deleted": {
              "type": "boolean"
            },
            "updated": {
              "type": "date"
            }
          }
        },
        "sameAs": {
          "type": "text"
        },
        "serviceType": {
          "type": "text"
        },
        "translations": {
          "dynamic": "strict",
          "properties": {
            "de": {
              "dynamic": "strict",
              "properties": {
                "description": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            },
            "en": {
              "dynamic": "strict",
              "properties": {
                "description": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            }
          }
        },
        "type": {
          "type": "text",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "uid": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "creation_date": {
          "type": "date"
        }
      },
      "dynamic_templates": [
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "openingHours": {
                  "type": "keyword"
                },
                "serviceHours": {
                  "type": "keyword"
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "integer"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "inPlace.inventory.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        }
      ],
      "_source": {
        "excludes": [
          "creation_date"
        ]
      },
      "date_detection": false
    },
    "settings": {
      "mapping.total_fields.limit": 10000,
      "max_result_window": 30000,
      "number_of_replicas": 0,
      "number_of_shards": 1
    },
    "index_patterns": [
      "stapps_ticket*"
    ]
  },
  "template_todo": {
    "mappings": {
      "dynamic": "strict",
      "properties": {
        "alternateNames": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "categories": {
          "type": "text",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "categorySpecificValues": {
          "dynamic": true,
          "properties": {}
        },
        "description": {
          "type": "text"
        },
        "done": {
          "type": "boolean"
        },
        "dueDate": {
          "type": "date",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "identifiers": {
          "dynamic": true,
          "properties": {}
        },
        "image": {
          "type": "keyword"
        },
        "name": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            },
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            }
          }
        },
        "origin": {
          "dynamic": "strict",
          "properties": {
            "indexed": {
              "type": "date"
            },
            "maintainer": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "modified": {
              "type": "date"
            },
            "name": {
              "type": "text"
            },
            "originalId": {
              "type": "text"
            },
            "responsibleEntity": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text"
            },
            "url": {
              "type": "text"
            },
            "created": {
              "type": "date"
            },
            "deleted": {
              "type": "boolean"
            },
            "updated": {
              "type": "date"
            }
          }
        },
        "priority": {
          "type": "text"
        },
        "sameAs": {
          "type": "text"
        },
        "translations": {
          "dynamic": "strict",
          "properties": {
            "de": {
              "dynamic": "strict",
              "properties": {
                "categories": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            },
            "en": {
              "dynamic": "strict",
              "properties": {
                "categories": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            }
          }
        },
        "type": {
          "type": "text",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "uid": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "creation_date": {
          "type": "date"
        }
      },
      "dynamic_templates": [
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        }
      ],
      "_source": {
        "excludes": [
          "creation_date"
        ]
      },
      "date_detection": false
    },
    "settings": {
      "mapping.total_fields.limit": 10000,
      "max_result_window": 30000,
      "number_of_replicas": 0,
      "number_of_shards": 1
    },
    "index_patterns": [
      "stapps_todo*"
    ]
  },
  "template_tour": {
    "mappings": {
      "dynamic": "strict",
      "properties": {
        "alternateNames": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "description": {
          "type": "text"
        },
        "identifiers": {
          "dynamic": true,
          "properties": {}
        },
        "image": {
          "type": "keyword"
        },
        "init": {
          "type": "text"
        },
        "name": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            },
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            }
          }
        },
        "origin": {
          "dynamic": "strict",
          "properties": {
            "indexed": {
              "type": "date"
            },
            "maintainer": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "modified": {
              "type": "date"
            },
            "name": {
              "type": "text"
            },
            "originalId": {
              "type": "text"
            },
            "responsibleEntity": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text"
            },
            "url": {
              "type": "text"
            },
            "created": {
              "type": "date"
            },
            "deleted": {
              "type": "boolean"
            },
            "updated": {
              "type": "date"
            }
          }
        },
        "sameAs": {
          "type": "text"
        },
        "steps": {
          "dynamic": "strict",
          "properties": {
            "action": {
              "type": "keyword"
            },
            "side": {
              "type": "keyword"
            },
            "type": {
              "type": "keyword"
            },
            "location": {
              "type": "keyword"
            },
            "canFail": {
              "type": "boolean"
            },
            "element": {
              "type": "keyword"
            },
            "position": {
              "type": "keyword"
            },
            "resolved": {
              "dynamic": "strict",
              "properties": {
                "element": {
                  "type": "keyword"
                },
                "event": {
                  "type": "keyword"
                },
                "location": {
                  "dynamic": "strict",
                  "properties": {
                    "is": {
                      "type": "keyword"
                    },
                    "match": {
                      "type": "keyword"
                    }
                  }
                },
                "menu": {
                  "type": "keyword"
                }
              }
            },
            "text": {
              "type": "text"
            },
            "tries": {
              "type": "integer"
            }
          }
        },
        "translations": {
          "dynamic": "strict",
          "properties": {
            "de": {
              "dynamic": "strict",
              "properties": {
                "description": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            },
            "en": {
              "dynamic": "strict",
              "properties": {
                "description": {
                  "type": "text"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            }
          }
        },
        "type": {
          "type": "keyword",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "uid": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "creation_date": {
          "type": "date"
        }
      },
      "dynamic_templates": [
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        }
      ],
      "_source": {
        "excludes": [
          "creation_date"
        ]
      },
      "date_detection": false
    },
    "settings": {
      "mapping.total_fields.limit": 10000,
      "max_result_window": 30000,
      "number_of_replicas": 0,
      "number_of_shards": 1
    },
    "index_patterns": [
      "stapps_tour*"
    ]
  },
  "template_video": {
    "mappings": {
      "dynamic": "strict",
      "properties": {
        "actors": {
          "dynamic": "strict",
          "properties": {
            "additionalName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "birthDate": {
              "type": "date",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "email": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "familyName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "faxNumber": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "gender": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "givenName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "honorificPrefix": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "honorificSuffix": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "jobTitles": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "nationality": {
              "type": "keyword"
            },
            "sameAs": {
              "type": "text"
            },
            "telephone": {
              "type": "keyword"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "alternateNames": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "authors": {
          "dynamic": "strict",
          "properties": {
            "additionalName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "birthDate": {
              "type": "date",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "email": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "familyName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "faxNumber": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "gender": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "givenName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "honorificPrefix": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "honorificSuffix": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "jobTitles": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "nationality": {
              "type": "keyword"
            },
            "sameAs": {
              "type": "text"
            },
            "telephone": {
              "type": "keyword"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "availableLanguages": {
          "type": "keyword"
        },
        "datePublished": {
          "type": "date"
        },
        "description": {
          "type": "text"
        },
        "duration": {
          "type": "text"
        },
        "edition": {
          "type": "keyword"
        },
        "firstPublished": {
          "type": "keyword"
        },
        "identifiers": {
          "dynamic": true,
          "properties": {}
        },
        "image": {
          "type": "keyword"
        },
        "inLanguage": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "isPartOf": {
          "dynamic": "strict",
          "properties": {
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "availableLanguages": {
              "type": "keyword"
            },
            "datePublished": {
              "type": "date"
            },
            "description": {
              "type": "text"
            },
            "edition": {
              "type": "keyword"
            },
            "firstPublished": {
              "type": "keyword"
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "inLanguage": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "keywords": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "lastPublished": {
              "type": "keyword"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "keywords": {
                      "type": "keyword"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "keywords": {
                      "type": "keyword"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "keywords": {
          "type": "keyword",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "lastPublished": {
          "type": "keyword"
        },
        "name": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            },
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            }
          }
        },
        "offers": {
          "dynamic": "strict",
          "properties": {
            "availability": {
              "type": "keyword"
            },
            "availabilityRange": {
              "type": "date_range"
            },
            "inPlace": {
              "dynamic": "strict",
              "properties": {
                "address": {
                  "dynamic": "strict",
                  "properties": {
                    "addressCountry": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "addressLocality": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "addressRegion": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "postOfficeBoxNumber": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "postalCode": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    },
                    "streetAddress": {
                      "type": "text",
                      "fields": {
                        "raw": {
                          "type": "keyword"
                        }
                      }
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "categories": {
                  "type": "keyword",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "categorySpecificValues": {
                  "dynamic": true,
                  "properties": {}
                },
                "description": {
                  "type": "text"
                },
                "floors": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "geo": {
                  "dynamic": "strict",
                  "properties": {
                    "point": {
                      "type": "geo_point"
                    },
                    "polygon": {
                      "type": "geo_shape"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "openingHours": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "address": {
                          "dynamic": "strict",
                          "properties": {
                            "addressCountry": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "addressLocality": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "addressRegion": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "postOfficeBoxNumber": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "postalCode": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "streetAddress": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            }
                          }
                        },
                        "categories": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "description": {
                          "type": "text"
                        },
                        "floors": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "address": {
                          "dynamic": "strict",
                          "properties": {
                            "addressCountry": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "addressLocality": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "addressRegion": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "postOfficeBoxNumber": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "postalCode": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            },
                            "streetAddress": {
                              "type": "text",
                              "fields": {
                                "raw": {
                                  "type": "keyword"
                                }
                              }
                            }
                          }
                        },
                        "categories": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "description": {
                          "type": "text"
                        },
                        "floors": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "floorName": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "inventory": {
                  "dynamic": true,
                  "properties": {}
                },
                "paymentsAccepted": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "prices": {
              "dynamic": "strict",
              "properties": {
                "default": {
                  "type": "float",
                  "fields": {}
                },
                "employee": {
                  "type": "float",
                  "fields": {}
                },
                "guest": {
                  "type": "float",
                  "fields": {}
                },
                "student": {
                  "type": "float",
                  "fields": {}
                }
              }
            },
            "provider": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "sameAs": {
                  "type": "text"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "telephone": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "origin": {
          "dynamic": "strict",
          "properties": {
            "indexed": {
              "type": "date"
            },
            "maintainer": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "modified": {
              "type": "date"
            },
            "name": {
              "type": "text"
            },
            "originalId": {
              "type": "text"
            },
            "responsibleEntity": {
              "dynamic": "strict",
              "properties": {
                "additionalName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "alternateNames": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "birthDate": {
                  "type": "date",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "description": {
                  "type": "text"
                },
                "email": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "familyName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "faxNumber": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "gender": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "givenName": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificPrefix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "honorificSuffix": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "identifiers": {
                  "dynamic": true,
                  "properties": {}
                },
                "image": {
                  "type": "keyword"
                },
                "jobTitles": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    },
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "nationality": {
                  "type": "keyword"
                },
                "sameAs": {
                  "type": "text"
                },
                "telephone": {
                  "type": "keyword"
                },
                "translations": {
                  "dynamic": "strict",
                  "properties": {
                    "de": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    },
                    "en": {
                      "dynamic": "strict",
                      "properties": {
                        "description": {
                          "type": "text"
                        },
                        "name": {
                          "type": "text",
                          "fields": {
                            "sort": {
                              "type": "icu_collation_keyword",
                              "language": "de",
                              "country": "DE",
                              "variant": "@collation=phonebook"
                            }
                          }
                        },
                        "origin": {
                          "dynamic": "strict",
                          "properties": {
                            "name": {
                              "type": "text"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "type": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    },
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "uid": {
                  "type": "text",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text"
            },
            "url": {
              "type": "text"
            },
            "created": {
              "type": "date"
            },
            "deleted": {
              "type": "boolean"
            },
            "updated": {
              "type": "date"
            }
          }
        },
        "publications": {
          "dynamic": "strict",
          "properties": {
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "locations": {
              "type": "text"
            },
            "maximumParticipants": {
              "type": "integer"
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "publisher": {
              "type": "text"
            },
            "remainingAttendeeCapacity": {
              "type": "integer"
            },
            "sameAs": {
              "type": "text"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "publishers": {
          "dynamic": "strict",
          "properties": {
            "additionalName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "alternateNames": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "birthDate": {
              "type": "date",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "description": {
              "type": "text"
            },
            "email": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "familyName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "faxNumber": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "gender": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "givenName": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "honorificPrefix": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "honorificSuffix": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "identifiers": {
              "dynamic": true,
              "properties": {}
            },
            "image": {
              "type": "keyword"
            },
            "jobTitles": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "name": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                },
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                }
              }
            },
            "nationality": {
              "type": "keyword"
            },
            "sameAs": {
              "type": "text"
            },
            "telephone": {
              "type": "keyword"
            },
            "translations": {
              "dynamic": "strict",
              "properties": {
                "de": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                },
                "en": {
                  "dynamic": "strict",
                  "properties": {
                    "description": {
                      "type": "text"
                    },
                    "name": {
                      "type": "text",
                      "fields": {
                        "sort": {
                          "type": "icu_collation_keyword",
                          "language": "de",
                          "country": "DE",
                          "variant": "@collation=phonebook"
                        }
                      }
                    },
                    "origin": {
                      "dynamic": "strict",
                      "properties": {
                        "name": {
                          "type": "text"
                        }
                      }
                    }
                  }
                }
              }
            },
            "type": {
              "type": "text",
              "fields": {
                "sort": {
                  "type": "icu_collation_keyword",
                  "language": "de",
                  "country": "DE",
                  "variant": "@collation=phonebook"
                },
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "uid": {
              "type": "text",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "sameAs": {
          "type": "text"
        },
        "sourceOrganization": {
          "type": "text"
        },
        "sources": {
          "dynamic": "strict",
          "properties": {
            "height": {
              "type": "integer"
            },
            "mimeType": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "size": {
              "type": "integer"
            },
            "url": {
              "type": "keyword"
            },
            "width": {
              "type": "integer"
            }
          }
        },
        "thumbnails": {
          "type": "keyword"
        },
        "tracks": {
          "dynamic": "strict",
          "properties": {
            "language": {
              "dynamic": "strict",
              "properties": {
                "code": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                },
                "name": {
                  "type": "keyword",
                  "fields": {
                    "raw": {
                      "type": "keyword"
                    }
                  }
                }
              }
            },
            "type": {
              "type": "keyword",
              "fields": {
                "raw": {
                  "type": "keyword"
                }
              }
            },
            "url": {
              "type": "keyword"
            }
          }
        },
        "transcript": {
          "type": "text"
        },
        "translations": {
          "dynamic": "strict",
          "properties": {
            "de": {
              "dynamic": "strict",
              "properties": {
                "description": {
                  "type": "text"
                },
                "keywords": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "offers[].availability": {
                  "type": "keyword"
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            },
            "en": {
              "dynamic": "strict",
              "properties": {
                "description": {
                  "type": "text"
                },
                "keywords": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "offers[].availability": {
                  "type": "keyword"
                },
                "origin": {
                  "dynamic": "strict",
                  "properties": {
                    "name": {
                      "type": "text"
                    }
                  }
                }
              }
            }
          }
        },
        "type": {
          "type": "text",
          "fields": {
            "sort": {
              "type": "icu_collation_keyword",
              "language": "de",
              "country": "DE",
              "variant": "@collation=phonebook"
            },
            "raw": {
              "type": "keyword"
            }
          }
        },
        "uid": {
          "type": "text",
          "fields": {
            "raw": {
              "type": "keyword"
            }
          }
        },
        "creation_date": {
          "type": "date"
        }
      },
      "dynamic_templates": [
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "actors.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "authors.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "isPartOf.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "dynamic": "strict",
              "properties": {
                "alternateNames": {
                  "type": "keyword"
                },
                "description": {
                  "type": "text"
                },
                "image": {
                  "type": "keyword"
                },
                "name": {
                  "type": "text",
                  "fields": {
                    "sort": {
                      "type": "icu_collation_keyword",
                      "language": "de",
                      "country": "DE",
                      "variant": "@collation=phonebook"
                    }
                  }
                },
                "openingHours": {
                  "type": "keyword"
                },
                "serviceHours": {
                  "type": "keyword"
                },
                "url": {
                  "type": "keyword"
                }
              }
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.categorySpecificValues.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "integer"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.inPlace.inventory.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.provider.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "offers.provider.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.responsibleEntity.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "origin.maintainer.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "publications.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "publishers.identifiers.*"
          }
        },
        {
          "SCMap": {
            "mapping": {
              "type": "text"
            },
            "match": "*",
            "match_mapping_type": "*",
            "path_match": "publishers.identifiers.*"
          }
        }
      ],
      "_source": {
        "excludes": [
          "creation_date"
        ]
      },
      "date_detection": false
    },
    "settings": {
      "mapping.total_fields.limit": 10000,
      "max_result_window": 30000,
      "number_of_replicas": 0,
      "number_of_shards": 1
    },
    "index_patterns": [
      "stapps_video*"
    ]
  }
}