Add collections to Artist object
This commit is contained in:
parent
c230795bd5
commit
bba5828da4
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue