From 029ba3cc90436fdc901c017184980f56f45071ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Fri, 26 Jun 2026 00:33:45 +0400 Subject: [PATCH] refactor: rename isOKIAwtis to isExclusiveArtist --- src/api/artiste/content-types/artiste/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/artiste/content-types/artiste/schema.json b/src/api/artiste/content-types/artiste/schema.json index 7513421..f5fd683 100644 --- a/src/api/artiste/content-types/artiste/schema.json +++ b/src/api/artiste/content-types/artiste/schema.json @@ -58,7 +58,7 @@ "musicBrainzUrl": { "type": "string" }, - "isOKIAwtis": { + "isExclusiveArtist": { "type": "boolean", "default": false },