All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schema.elasticsearch.create.index.identity-users.json Maven / Gradle / Ivy

There is a newer version: 8.7.0-alpha2-rc1
Show newest version
{
  "mappings": {
    "dynamic": "strict",
    "properties": {
      "id": {
        "type": "keyword"
      },
      "key": {
        "type": "long"
      },
      "name": {
        "type": "keyword"
      },
      "username": {
        "type": "keyword"
      },
      "email": {
        "type": "keyword"
      },
      "password": {
        "type": "keyword"
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy