addedOutput schema / additionalProperties
Added value: +false
addedOutput schema / properties / items / items / additionalProperties
Added value: +false
addedOutput schema / properties / items / items / properties / author
Added value: +{
+ "additionalProperties": false,
+ "description": "作者信息;用户发帖列表不返回小红书号",
+ "properties": {
+ "avatar_url": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "作者头像链接;当前不可用时为 null"
+ },
+ "name": {
+ "description": "作者名称",
+ "type": "string"
+ },
+ "profile_url": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "作者主页链接;当前不可用时为 null"
+ },
+ "user_id": {
+ "description": "作者 user_id",
+ "type": "string"
+ }
+ },
+ "required": [
+ "user_id",
+ "name",
+ "avatar_url",
+ "profile_url"
+ ],
+ "type": "object"
+}
changedOutput schema / properties / items / items / properties / video / anyOf
Previous value: -[
- {
- "properties": {
- "duration_ms": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "description": "视频原始时长,单位毫秒;当前不可用时为 null"
- },
- "video_url": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "description": "视频链接;当前不可用时为 null"
- }
- },
- "required": [
- "video_url",
- "duration_ms"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "duration_ms": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "视频原始时长,单位毫秒;当前不可用时为 null"
+ },
+ "video_url": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "视频链接;当前不可用时为 null"
+ }
+ },
+ "required": [
+ "video_url",
+ "duration_ms"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
changedOutput schema / properties / items / items / required
Previous value: -[
- "note_id",
- "note_type",
- "title",
- "summary",
- "cover_image_url",
- "like_count",
- "collect_count",
- "comment_count",
- "share_count",
- "publish_time",
- "update_time",
- "video",
- "is_pinned",
- "ip_location"
-]New value: +[
+ "note_id",
+ "note_type",
+ "title",
+ "summary",
+ "cover_image_url",
+ "like_count",
+ "collect_count",
+ "comment_count",
+ "share_count",
+ "publish_time",
+ "update_time",
+ "video",
+ "author",
+ "is_pinned",
+ "ip_location"
+]