addedOutput schema / properties / items / items / properties / fan_badge
Added value: +{
+ "anyOf": [
+ {
+ "properties": {
+ "fan_level": {
+ "description": "微博粉丝徽章等级,为正整数;不要与微博会员等级混淆。",
+ "minimum": 1,
+ "type": "integer"
+ },
+ "fan_type": {
+ "description": "微博粉丝类型:iron 表示铁粉,gold 表示金粉,diamond 表示钻粉。",
+ "enum": [
+ "iron",
+ "gold",
+ "diamond"
+ ],
+ "type": "string"
+ },
+ "icon_url": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "粉丝徽章图标链接;不可用时为 null。"
+ }
+ },
+ "required": [
+ "fan_type",
+ "fan_level",
+ "icon_url"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "评论作者相对于当前帖子作者的粉丝徽章;当前评论未展示徽章或信息无法确认时为 null,不代表该用户一定不是帖子作者的粉丝。"
+}
removedOutput schema / properties / items / items / properties / is_top_fan
Removed value: -{
- "default": false,
- "description": "该评论是否展示针对该帖作者的微博铁粉标识。",
- "type": "boolean"
-}
changedOutput schema / properties / items / items / required
Previous value: -[
- "post_id",
- "comment_id",
- "content",
- "publish_time",
- "like_count",
- "has_replies",
- "ip_location",
- "image_urls",
- "author"
-]New value: +[
+ "fan_badge",
+ "post_id",
+ "comment_id",
+ "content",
+ "publish_time",
+ "like_count",
+ "has_replies",
+ "ip_location",
+ "image_urls",
+ "author"
+]