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