cutdownpriceactivity.json 653 Bytes
{
  "cutdownpriceactivity": {
    "_all": {
      "enabled": false
    },
    "_source": {
      "enabled": true
    },
    "properties": {
      "activityId": {
        "type": "integer"
      },
      "activityName": {
        "type": "keyword"
      },
      "status": {
        "type": "integer"
      },
      "beginTime": {
        "type": "integer"
      },
      "endTime": {
        "type": "integer"
      },
      "bannerUrl": {
        "type": "keyword"
      },
      "jumpUrl": {
        "type": "keyword"
      },
      "createTime": {
        "type": "integer"
      },
      "updateTime": {
        "type": "integer"
      }
    }
  }
}