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