From c230795bd5d80ecdf874c41dd0fed2f2ab82692d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Fri, 17 Nov 2023 16:56:40 +0100 Subject: [PATCH] refactor(docs): remove duplicate artist objects --- docs/schema.yml | 60 ------------------------------------------------- 1 file changed, 60 deletions(-) diff --git a/docs/schema.yml b/docs/schema.yml index 34f2f8529..e5daaa253 100644 --- a/docs/schema.yml +++ b/docs/schema.yml @@ -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: