Add collections to release object
This commit is contained in:
parent
bba5828da4
commit
7be06396a7
|
@ -767,6 +767,10 @@ components:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
$ref: "#/components/schemas/SimpleRecording"
|
$ref: "#/components/schemas/SimpleRecording"
|
||||||
|
collections:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
$ref: "specs/collections/schema.yml#/SimpleCollection"
|
||||||
ReleaseGroup:
|
ReleaseGroup:
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: "#/components/schemas/SimpleReleaseGroup"
|
- $ref: "#/components/schemas/SimpleReleaseGroup"
|
||||||
|
|
Loading…
Reference in New Issue