{
  "mappings": {
    "_default_": {
      "dynamic_templates": [
        {
          "non_analyzed_strings": {
            "mapping": {
              "index": "not_analyzed",
              "type": "string"
            },
            "match": "*",
            "match_mapping_type": "string"
          }
        }
      ],
      "properties": {}
    },
    "user": {
      "dynamic_templates": [
        {
          "non_analyzed_strings": {
            "mapping": {
              "index": "not_analyzed",
              "type": "string"
            },
            "match": "*",
            "match_mapping_type": "string"
          }
        }
      ],
      "properties": {
        "authorization": {
          "properties": {
            "groups": {
              "type": "string",
              "index": "not_analyzed"
            },
            "roles": {
              "type": "string",
              "index": "not_analyzed"
            }
          }
        },
        "created_at": {
          "type": "date",
          "format": "dateOptionalTime"
        },
        "email": {
          "type": "string",
          "index": "not_analyzed"
        },
        "email_verified": {
          "type": "boolean"
        },
        "last_login_at": {
          "type": "date",
          "format": "dateOptionalTime"
        },
        "locale": {
          "type": "string",
          "index": "not_analyzed"
        },
        "name": {
          "type": "string",
          "index": "not_analyzed"
        },
        "updated_at": {
          "type": "date",
          "format": "dateOptionalTime"
        },
        "user_id": {
          "type": "string",
          "index": "not_analyzed"
        }
      }
    }
  }
}


