{
  "title": "ad",
  "type": "object",
  "properties": {
    "appid": {
      "type": "string",
      "description": "小程序应用 ID"
    },
    "apid": {
      "type": "string",
      "description": "小程序广告位 ID"
    },
    "type": {
      "type": "string",
      "description": "广告类型：banner、feed ，需和百青藤平台上的代码位类型相匹配",
      "defaultValue": "feed"
    },
    "updatetime": {
      "type": "string",
      "description": "更改该属性，可以触发广告刷新;单位毫秒"
    },
    "bindError": {
      "tsType": "() => void",
      "description": "广告组件加载失败时触发"
    },
    "bindLoad": {
      "tsType": "() => void",
      "description": "广告组件加载完成触发"
    },
    "bindClose": {
      "tsType": "() => void",
      "description": "关闭广告组件时触发"
    },
    "bindStatus": {
      "tsType": "() => void",
      "description": "贴片类型广告播放期间触发"
    }
  },
  "additionalProperties": false,
  "required": [
    "appid",
    "apid"
  ]
}