From 6156f9172a84abacb4120728241d90d71b0d4572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Fri, 20 Mar 2020 20:08:06 +0100 Subject: [PATCH] Update 'storage.yml' --- storage.yml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/storage.yml b/storage.yml index ed506ab..324b7ea 100644 --- a/storage.yml +++ b/storage.yml @@ -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