{
  "title": "channel-live",
  "type": "object",
  "properties": {
    "feed-id": {
      "type": "string",
      "description": "视频 feedId"
    },
    "finder-user-name": {
      "type": "string",
      "description": "视频号 id，以“sph”开头的id，可在视频号助手获取。视频号必须与当前小程序相同主体。"
    }
  },
  "additionalProperties": false,
  "required": [
    "feed-id",
    "finder-user-name"
  ]
}