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

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

{
  "mappings": {
    "dynamic": "strict",
    "properties": {
      "decisionId": {
        "type": "keyword",
        "eager_global_ordinals": true
      },
      "id": {
        "type": "keyword"
      },
      "key": {
        "type": "long"
      },
      "name": {
        "type": "keyword"
      },
      "partitionId": {
        "type": "integer"
      },
      "version": {
        "type": "long"
      },
      "decisionRequirementsId": {
        "type": "keyword"
      },
      "decisionRequirementsKey": {
        "type": "long"
      },
      "tenantId": {
        "type": "keyword"
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy