Add collections to Artist object
This commit is contained in:
parent
c230795bd5
commit
bba5828da4
|
@ -55,6 +55,10 @@ Artist:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
$ref: "../../schema.yml#/components/schemas/SimpleRelease"
|
$ref: "../../schema.yml#/components/schemas/SimpleRelease"
|
||||||
|
collections:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
$ref: "../collections/schema.yml#/SimpleCollection"
|
||||||
ArtistCredit:
|
ArtistCredit:
|
||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
|
|
Loading…
Reference in New Issue