From 1353419feb78dd325676984d48905fcab4d3654e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Famibelle-Pronzola?= Date: Sun, 23 Jul 2023 04:20:08 +0400 Subject: [PATCH] Add musicBrainzUrl property to artiste and parole --- src/api/artiste/content-types/artiste/schema.json | 3 +++ src/api/parole/content-types/parole/schema.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/api/artiste/content-types/artiste/schema.json b/src/api/artiste/content-types/artiste/schema.json index c018806..ac7d40a 100644 --- a/src/api/artiste/content-types/artiste/schema.json +++ b/src/api/artiste/content-types/artiste/schema.json @@ -54,6 +54,9 @@ "allowedTypes": [ "images" ] + }, + "musicBrainzUrl": { + "type": "string" } } } diff --git a/src/api/parole/content-types/parole/schema.json b/src/api/parole/content-types/parole/schema.json index 42a0e0a..8735212 100644 --- a/src/api/parole/content-types/parole/schema.json +++ b/src/api/parole/content-types/parole/schema.json @@ -93,6 +93,9 @@ }, "gadeEmbed": { "type": "string" + }, + "musicBrainzUrl": { + "type": "string" } } }