diff --git a/src/api/artiste/content-types/artiste/schema.json b/src/api/artiste/content-types/artiste/schema.json index 2fb195b..159f0ab 100644 --- a/src/api/artiste/content-types/artiste/schema.json +++ b/src/api/artiste/content-types/artiste/schema.json @@ -15,16 +15,16 @@ "alias": { "type": "string" }, - "prenon": { + "prenom": { "type": "string" }, - "non": { + "nom": { "type": "string" }, - "biyografi": { + "biographie": { "type": "richtext" }, - "nesans": { + "naissance": { "type": "date" }, "slug": { @@ -46,7 +46,7 @@ "relation": "oneToOne", "target": "plugin::users-permissions.user" }, - "foto": { + "photo": { "type": "media", "multiple": false, "required": false,