mirror of
https://github.com/discourse/discourse.git
synced 2024-12-12 16:23:44 +08:00
116 lines
1.9 KiB
JSON
116 lines
1.9 KiB
JSON
|
{
|
||
|
"additionalProperties": false,
|
||
|
"properties": {
|
||
|
"posts": {
|
||
|
"type": "array",
|
||
|
"items": [
|
||
|
|
||
|
]
|
||
|
},
|
||
|
"users": {
|
||
|
"type": "array",
|
||
|
"items": [
|
||
|
|
||
|
]
|
||
|
},
|
||
|
"categories": {
|
||
|
"type": "array",
|
||
|
"items": [
|
||
|
|
||
|
]
|
||
|
},
|
||
|
"groups": {
|
||
|
"type": "array",
|
||
|
"items": [
|
||
|
|
||
|
]
|
||
|
},
|
||
|
"grouped_search_result": {
|
||
|
"type": ["object", "null"],
|
||
|
"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",
|
||
|
"items": [
|
||
|
|
||
|
]
|
||
|
},
|
||
|
"user_ids": {
|
||
|
"type": "array",
|
||
|
"items": [
|
||
|
|
||
|
]
|
||
|
},
|
||
|
"category_ids": {
|
||
|
"type": "array",
|
||
|
"items": [
|
||
|
|
||
|
]
|
||
|
},
|
||
|
"group_ids": {
|
||
|
"type": "array",
|
||
|
"items": [
|
||
|
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"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",
|
||
|
"group_ids"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"required": [
|
||
|
"grouped_search_result"
|
||
|
]
|
||
|
}
|