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

schema.opensearch.create.index.tasklist-form.json Maven / Gradle / Ivy

There is a newer version: 8.7.0-alpha2-rc1
Show newest version
{
  "mappings": {
    "dynamic": "strict",
    "properties": {
      "key": {
        "type": "long"
      },
      "id": {
        "type": "keyword"
      },
      "processDefinitionId": {
        "type": "keyword"
      },
      "bpmnId": {
        "type": "keyword"
      },
      "version": {
        "type": "long"
      },
      "embedded": {
        "type": "boolean"
      },
      "tenantId": {
        "type": "keyword"
      },
      "isDeleted": {
        "type": "boolean"
      },
      "schema": {
        "type": "text",
        "index": false
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy