csrecallconfigcommon.json 801 Bytes
{
  "csrecallconfigcommon": {
    "_all":{
      "enabled":false
    },
    "_source":{
      "enabled":true
    },
    "properties": {
      "id": {
        "type": "integer"
      },
      "configPage": {
        "type": "integer"
      },
      "orderType": {
        "type": "integer"
      },
      "configType": {
        "type": "keyword"
      },
      "description": {
        "type": "keyword"
      },
      "size": {
        "type": "integer"
      },
      "sizeLimit": {
        "type": "keyword"
      },
      "interval": {
        "type": "integer"
      },
      "intervalLimit": {
        "type": "keyword"
      },
      "insertOrder": {
        "type": "integer"
      },
      "updateTime": {
        "type": "date"
      }
    }
  }
}