From b5d33ff55fff7b47e841a0892429a555c2483d69 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Sun, 2 Sep 2018 14:44:01 +0900 Subject: [PATCH] Remove extraneous titles GTAD tries to use them to put data into structures of their own even where unwanted. --- api/client-server/search.yaml | 1 - api/client-server/to_device.yaml | 2 -- 2 files changed, 3 deletions(-) diff --git a/api/client-server/search.yaml b/api/client-server/search.yaml index 4a5f4515054..b3f4c9aea91 100644 --- a/api/client-server/search.yaml +++ b/api/client-server/search.yaml @@ -165,7 +165,6 @@ paths: description: Results of the search. schema: type: object - title: Results required: ["search_categories"] properties: search_categories: diff --git a/api/client-server/to_device.yaml b/api/client-server/to_device.yaml index 739d9a4fae5..db6c04103d6 100644 --- a/api/client-server/to_device.yaml +++ b/api/client-server/to_device.yaml @@ -57,8 +57,6 @@ paths: name: body required: true schema: - type: object - title: body properties: messages: type: object