From 7be06396a7c7789527118fc47cb9d9497460b192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Fri, 17 Nov 2023 17:55:00 +0100 Subject: [PATCH] Add collections to release object --- docs/schema.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/schema.yml b/docs/schema.yml index e5daaa253..21ef3c641 100644 --- a/docs/schema.yml +++ b/docs/schema.yml @@ -767,6 +767,10 @@ components: type: array items: $ref: "#/components/schemas/SimpleRecording" + collections: + type: array + items: + $ref: "specs/collections/schema.yml#/SimpleCollection" ReleaseGroup: allOf: - $ref: "#/components/schemas/SimpleReleaseGroup"