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" } } }