refactor(docs): remove duplicate artist objects
This commit is contained in:
parent
aafff3ecbe
commit
c230795bd5
|
@ -556,36 +556,6 @@ components:
|
||||||
- group
|
- group
|
||||||
- organization
|
- organization
|
||||||
- service
|
- service
|
||||||
Artist:
|
|
||||||
allOf:
|
|
||||||
- $ref: "specs/multi-artist/schema.yml#/SimpleArtist"
|
|
||||||
- type: object
|
|
||||||
properties:
|
|
||||||
creationDate:
|
|
||||||
type: string
|
|
||||||
format: date-time
|
|
||||||
recordingCount:
|
|
||||||
type: integer
|
|
||||||
tags:
|
|
||||||
type: array
|
|
||||||
items:
|
|
||||||
type: string
|
|
||||||
releases:
|
|
||||||
type: array
|
|
||||||
items:
|
|
||||||
$ref: "#/components/schemas/SimpleRelease"
|
|
||||||
ArtistCredit:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- name
|
|
||||||
- id
|
|
||||||
properties:
|
|
||||||
name:
|
|
||||||
type: string
|
|
||||||
id:
|
|
||||||
type: integer
|
|
||||||
joinPhrase:
|
|
||||||
type: string
|
|
||||||
Category:
|
Category:
|
||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
|
@ -864,36 +834,6 @@ components:
|
||||||
type: string
|
type: string
|
||||||
local:
|
local:
|
||||||
type: boolean
|
type: boolean
|
||||||
SimpleArtist:
|
|
||||||
type: object
|
|
||||||
required:
|
|
||||||
- id
|
|
||||||
- fid
|
|
||||||
- name
|
|
||||||
- contentCategory
|
|
||||||
- local
|
|
||||||
properties:
|
|
||||||
id:
|
|
||||||
type: integer
|
|
||||||
fid:
|
|
||||||
type: string
|
|
||||||
format: url
|
|
||||||
mbid:
|
|
||||||
type: string
|
|
||||||
format: uuid
|
|
||||||
name:
|
|
||||||
type: string
|
|
||||||
contentCategory:
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- music
|
|
||||||
- podcast
|
|
||||||
- other
|
|
||||||
local:
|
|
||||||
type: boolean
|
|
||||||
channel:
|
|
||||||
type: string
|
|
||||||
format: uuid
|
|
||||||
SimpleRecording:
|
SimpleRecording:
|
||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
|
|
Loading…
Reference in New Issue