From ed1a2de466ba23ca0c6ae4b1922ae284679b3c1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Fri, 20 Mar 2020 20:07:43 +0100 Subject: [PATCH] Update 'extractor.yaml' --- extractor.yaml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/extractor.yaml b/extractor.yaml index 3926925..f7437f9 100644 --- a/extractor.yaml +++ b/extractor.yaml @@ -16,9 +16,9 @@ paths: properties: id: type: string - format: json - items: - $ref: '#/components/schemas/TagString' + properties: + tag: + type: string soundFile: type: string format: binary @@ -40,11 +40,4 @@ components: type: string description: "Status message from backend." required: - - status - TagString: - properties: - tag: - type: string - description: "Tag of sound file" - required: - - tag \ No newline at end of file + - status \ No newline at end of file