From a7a5cb088b8b84d93d46f83b10fdf5d222c8987c Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Wed, 14 Oct 2015 14:35:08 +0100 Subject: [PATCH] Add titles --- api/client-server/v1/search.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api/client-server/v1/search.yaml b/api/client-server/v1/search.yaml index c9e9b14b..fa6ab2a6 100644 --- a/api/client-server/v1/search.yaml +++ b/api/client-server/v1/search.yaml @@ -67,15 +67,18 @@ paths: description: Results of the search. schema: type: object + title: Results required: ["search_categories"] properties: search_categories: type: object + title: Categories description: Describes which categories to search in and their creteria. properties: room_events: type: object + title: Room Event Results description: Mapping of category name to search criteria. properties: count: @@ -83,9 +86,11 @@ paths: description: Total number of results found results: type: object + title: Results description: Mapping of event_id to result. additionalProperties: type: object + title: Result desciption: The result object. properties: rank: