From c94fe1266e58ee743ddd66f3ed66a45b48bd49f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Wed, 25 Nov 2020 03:32:23 +0100 Subject: [PATCH] fucking marshmallow --- backend.yml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/backend.yml b/backend.yml index c4b5229..64f1075 100644 --- a/backend.yml +++ b/backend.yml @@ -442,16 +442,22 @@ components: inputNeighbour: type: string format: uuid - outputNeighbours: + children: type: array items: - type: string - format: uuid - outputURLs: + type: object + properties: + url: + type: string + format: uuid + output_urls: type: array items: - type: string - format: url + type: object + properties: + url: + type: string + format: url bitrate: type: integer width: