From bba5828da4f7fffb2d5bc3f005248f946a8cc3bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Fri, 17 Nov 2023 17:54:40 +0100 Subject: [PATCH] Add collections to Artist object --- docs/specs/multi-artist/schema.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/specs/multi-artist/schema.yml b/docs/specs/multi-artist/schema.yml index 8a07ce334..b255fb470 100644 --- a/docs/specs/multi-artist/schema.yml +++ b/docs/specs/multi-artist/schema.yml @@ -55,6 +55,10 @@ Artist: type: array items: $ref: "../../schema.yml#/components/schemas/SimpleRelease" + collections: + type: array + items: + $ref: "../collections/schema.yml#/SimpleCollection" ArtistCredit: type: object required: