2021-02-04 08:12:35 +08:00
|
|
|
{
|
|
|
|
"additionalProperties": false,
|
|
|
|
"properties": {
|
|
|
|
"posts": {
|
|
|
|
"type": "array",
|
2022-06-21 00:56:56 +08:00
|
|
|
"items": {
|
2021-02-04 08:12:35 +08:00
|
|
|
|
2022-06-21 00:56:56 +08:00
|
|
|
}
|
2021-02-04 08:12:35 +08:00
|
|
|
},
|
|
|
|
"users": {
|
|
|
|
"type": "array",
|
2022-06-21 00:56:56 +08:00
|
|
|
"items": {
|
2021-02-04 08:12:35 +08:00
|
|
|
|
2022-06-21 00:56:56 +08:00
|
|
|
}
|
2021-02-04 08:12:35 +08:00
|
|
|
},
|
|
|
|
"categories": {
|
|
|
|
"type": "array",
|
2022-06-21 00:56:56 +08:00
|
|
|
"items": {
|
2021-02-04 08:12:35 +08:00
|
|
|
|
2022-06-21 00:56:56 +08:00
|
|
|
}
|
2021-02-04 08:12:35 +08:00
|
|
|
},
|
2021-08-31 01:25:34 +08:00
|
|
|
"tags": {
|
|
|
|
"type": "array",
|
2022-06-21 00:56:56 +08:00
|
|
|
"items": {
|
2021-08-31 01:25:34 +08:00
|
|
|
|
2022-06-21 00:56:56 +08:00
|
|
|
}
|
2021-08-31 01:25:34 +08:00
|
|
|
},
|
2021-02-04 08:12:35 +08:00
|
|
|
"groups": {
|
|
|
|
"type": "array",
|
2022-06-21 00:56:56 +08:00
|
|
|
"items": {
|
2021-02-04 08:12:35 +08:00
|
|
|
|
2022-06-21 00:56:56 +08:00
|
|
|
}
|
2021-02-04 08:12:35 +08:00
|
|
|
},
|
|
|
|
"grouped_search_result": {
|
2021-08-31 01:25:34 +08:00
|
|
|
"type": "object",
|
2021-02-04 08:12:35 +08:00
|
|
|
"additionalProperties": false,
|
|
|
|
"properties": {
|
|
|
|
"more_posts": {
|
|
|
|
"type": [
|
|
|
|
"string",
|
|
|
|
"null"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"more_users": {
|
|
|
|
"type": [
|
|
|
|
"string",
|
|
|
|
"null"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"more_categories": {
|
|
|
|
"type": [
|
|
|
|
"string",
|
|
|
|
"null"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"term": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"search_log_id": {
|
|
|
|
"type": "integer"
|
|
|
|
},
|
|
|
|
"more_full_page_results": {
|
|
|
|
"type": [
|
|
|
|
"string",
|
|
|
|
"null"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"can_create_topic": {
|
|
|
|
"type": "boolean"
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"type": [
|
|
|
|
"string",
|
|
|
|
"null"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"post_ids": {
|
|
|
|
"type": "array",
|
2022-06-21 00:56:56 +08:00
|
|
|
"items": {
|
2021-02-04 08:12:35 +08:00
|
|
|
|
2022-06-21 00:56:56 +08:00
|
|
|
}
|
2021-02-04 08:12:35 +08:00
|
|
|
},
|
|
|
|
"user_ids": {
|
|
|
|
"type": "array",
|
2022-06-21 00:56:56 +08:00
|
|
|
"items": {
|
2021-02-04 08:12:35 +08:00
|
|
|
|
2022-06-21 00:56:56 +08:00
|
|
|
}
|
2021-02-04 08:12:35 +08:00
|
|
|
},
|
|
|
|
"category_ids": {
|
|
|
|
"type": "array",
|
2022-06-21 00:56:56 +08:00
|
|
|
"items": {
|
2021-02-04 08:12:35 +08:00
|
|
|
|
2022-06-21 00:56:56 +08:00
|
|
|
}
|
2021-02-04 08:12:35 +08:00
|
|
|
},
|
2021-08-31 01:25:34 +08:00
|
|
|
"tag_ids": {
|
|
|
|
"type": "array",
|
2022-06-21 00:56:56 +08:00
|
|
|
"items": {
|
2021-08-31 01:25:34 +08:00
|
|
|
|
2022-06-21 00:56:56 +08:00
|
|
|
}
|
2021-08-31 01:25:34 +08:00
|
|
|
},
|
2021-02-04 08:12:35 +08:00
|
|
|
"group_ids": {
|
|
|
|
"type": "array",
|
2022-06-21 00:56:56 +08:00
|
|
|
"items": {
|
2021-02-04 08:12:35 +08:00
|
|
|
|
2022-06-21 00:56:56 +08:00
|
|
|
}
|
2021-02-04 08:12:35 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"required": [
|
|
|
|
"more_posts",
|
|
|
|
"more_users",
|
|
|
|
"more_categories",
|
|
|
|
"term",
|
|
|
|
"search_log_id",
|
|
|
|
"more_full_page_results",
|
|
|
|
"can_create_topic",
|
|
|
|
"error",
|
|
|
|
"post_ids",
|
|
|
|
"user_ids",
|
|
|
|
"category_ids",
|
2021-08-31 01:25:34 +08:00
|
|
|
"tag_ids",
|
2021-02-04 08:12:35 +08:00
|
|
|
"group_ids"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"required": [
|
2021-08-31 01:25:34 +08:00
|
|
|
"posts",
|
|
|
|
"users",
|
|
|
|
"categories",
|
|
|
|
"tags",
|
|
|
|
"groups",
|
2021-02-04 08:12:35 +08:00
|
|
|
"grouped_search_result"
|
|
|
|
]
|
|
|
|
}
|