minor additions
This commit is contained in:
parent
aea7699e72
commit
a90562469e
11
backend.yml
11
backend.yml
@ -175,7 +175,8 @@ components:
|
|||||||
- id
|
- id
|
||||||
- name
|
- name
|
||||||
- element_count
|
- element_count
|
||||||
- tracklist
|
- itemlist
|
||||||
|
- type
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
id:
|
id:
|
||||||
@ -185,7 +186,9 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
element_count:
|
element_count:
|
||||||
type: integer
|
type: integer
|
||||||
tracklist:
|
type:
|
||||||
|
type: string
|
||||||
|
itemlist:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/Track'
|
$ref: '#/components/schemas/Track'
|
||||||
@ -193,10 +196,6 @@ components:
|
|||||||
required:
|
required:
|
||||||
- id
|
- id
|
||||||
- title
|
- title
|
||||||
- artist
|
|
||||||
- album
|
|
||||||
- spotify_id
|
|
||||||
- cover_url
|
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
id:
|
id:
|
||||||
|
Loading…
Reference in New Issue
Block a user