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

schema.elasticsearch.create.index.operate-user.json Maven / Gradle / Ivy

{
	"mappings": {
    "dynamic": "strict",
		"properties": {
			"id": {
				"type": "keyword"
			},
			"password": {
				"type": "keyword"
			},
			"roles": {
				"type": "keyword"
			},
			"userId": {
				"type": "keyword"
			},
			"displayName": {
				"type": "keyword"
			}
		}
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy