refactor(docs): remove duplicate artist objects

environments/review-docs-schem-h6rah1/deployments/18770
Ciarán Ainsworth 2023-11-17 16:56:40 +01:00
rodzic aafff3ecbe
commit c230795bd5
Nie znaleziono w bazie danych klucza dla tego podpisu
1 zmienionych plików z 0 dodań i 60 usunięć

Wyświetl plik

@ -556,36 +556,6 @@ components:
- group
- organization
- 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:
type: object
required:
@ -864,36 +834,6 @@ components:
type: string
local:
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:
type: object
required: