Add collections to release object

This commit is contained in:
Ciarán Ainsworth 2023-11-17 17:55:00 +01:00
parent bba5828da4
commit 7be06396a7
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -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"