Add titles
This commit is contained in:
parent
e42c8b5b63
commit
a7a5cb088b
1 changed files with 5 additions and 0 deletions
|
@ -67,15 +67,18 @@ paths:
|
||||||
description: Results of the search.
|
description: Results of the search.
|
||||||
schema:
|
schema:
|
||||||
type: object
|
type: object
|
||||||
|
title: Results
|
||||||
required: ["search_categories"]
|
required: ["search_categories"]
|
||||||
properties:
|
properties:
|
||||||
search_categories:
|
search_categories:
|
||||||
type: object
|
type: object
|
||||||
|
title: Categories
|
||||||
description: Describes which categories to search in and
|
description: Describes which categories to search in and
|
||||||
their creteria.
|
their creteria.
|
||||||
properties:
|
properties:
|
||||||
room_events:
|
room_events:
|
||||||
type: object
|
type: object
|
||||||
|
title: Room Event Results
|
||||||
description: Mapping of category name to search criteria.
|
description: Mapping of category name to search criteria.
|
||||||
properties:
|
properties:
|
||||||
count:
|
count:
|
||||||
|
@ -83,9 +86,11 @@ paths:
|
||||||
description: Total number of results found
|
description: Total number of results found
|
||||||
results:
|
results:
|
||||||
type: object
|
type: object
|
||||||
|
title: Results
|
||||||
description: Mapping of event_id to result.
|
description: Mapping of event_id to result.
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
type: object
|
type: object
|
||||||
|
title: Result
|
||||||
desciption: The result object.
|
desciption: The result object.
|
||||||
properties:
|
properties:
|
||||||
rank:
|
rank:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue