From aafff3ecbeef5c7795d1e92fd9343384c51513ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Fri, 17 Nov 2023 16:08:45 +0100 Subject: [PATCH] fix(docs): match ID type --- docs/specs/multi-artist/schema.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/specs/multi-artist/schema.yml b/docs/specs/multi-artist/schema.yml index 111b87b61..8a07ce334 100644 --- a/docs/specs/multi-artist/schema.yml +++ b/docs/specs/multi-artist/schema.yml @@ -59,7 +59,7 @@ ArtistCredit: type: object required: - name - - id + - guid properties: name: type: string