changedOutput schema / properties / items / items / properties / author / properties / avatar_url / description
Previous value: -"用户头像链接;当前不可用时为 null"New value: +"评论作者头像链接;当前不可用时为 null"
removedOutput schema / properties / items / items / properties / author / properties / bio
Removed value: -{
- "description": "用户简介;当前不可用时为空字符串",
- "type": "string"
-}
changedOutput schema / properties / items / items / properties / author / properties / douyin_id / description
Previous value: -"用户主页展示的抖音号;当前不可用时为空字符串"New value: +"评论作者主页展示的抖音号;当前不可用时为空字符串"
removedOutput schema / properties / items / items / properties / author / properties / follower_count
Removed value: -{
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "description": "粉丝数;当前不可用时为 null"
-}
removedOutput schema / properties / items / items / properties / author / properties / following_count
Removed value: -{
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "description": "关注数;当前不可用时为 null"
-}
changedOutput schema / properties / items / items / properties / author / properties / name / description
Previous value: -"用户昵称"New value: +"评论作者昵称"
changedOutput schema / properties / items / items / properties / author / properties / profile_url / description
Previous value: -"用户主页链接;当前不可用时为 null"New value: +"评论作者主页链接;当前不可用时为 null"
removedOutput schema / properties / items / items / properties / author / properties / received_like_count
Removed value: -{
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "description": "用户内容累计收到的点赞数;当前不可用时为 null"
-}
changedOutput schema / properties / items / items / properties / author / properties / sec_user_id / description
Previous value: -"用户 sec_user_id;用户主页和作品工具可直接复用"New value: +"评论作者 sec_user_id;用户主页工具可直接复用"
changedOutput schema / properties / items / items / properties / author / properties / user_id / description
Previous value: -"用户 user_id;当前不可用时为空字符串"New value: +"评论作者 user_id;当前不可用时为空字符串"
changedOutput schema / properties / items / items / properties / author / properties / verification_label / description
Previous value: -"用户认证文案;当前不可用时为空字符串"New value: +"评论作者认证文案;当前不可用时为空字符串"
changedOutput schema / properties / items / items / properties / author / properties / verified / description
Previous value: -"用户是否为认证账号"New value: +"评论作者是否为认证账号"
changedOutput schema / properties / items / items / properties / author / required
Previous value: -[
- "user_id",
- "sec_user_id",
- "name",
- "avatar_url",
- "profile_url",
- "bio",
- "verification_label",
- "verified",
- "follower_count",
- "following_count",
- "received_like_count",
- "douyin_id"
-]New value: +[
+ "user_id",
+ "sec_user_id",
+ "douyin_id",
+ "name",
+ "avatar_url",
+ "profile_url",
+ "verification_label",
+ "verified"
+]