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