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

schema.opensearch.create.index.operate-web-session.json Maven / Gradle / Ivy

{
  "aliases": {},
  "mappings": {
    "dynamic": "true",
    "properties": {
      "id": {
        "type": "keyword"
      },
      "creationTime": {
        "type": "long"
      },
      "lastAccessedTime": {
        "type": "long"
      },
      "maxInactiveIntervalInSeconds": {
        "type": "integer"
      },
      "attributes": {
        "type": "object"
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy