diff --git a/src/api/artiste/content-types/artiste/schema.json b/src/api/artiste/content-types/artiste/schema.json index 65b74e3..c018806 100644 --- a/src/api/artiste/content-types/artiste/schema.json +++ b/src/api/artiste/content-types/artiste/schema.json @@ -13,7 +13,8 @@ "pluginOptions": {}, "attributes": { "alias": { - "type": "string" + "type": "string", + "required": true }, "prenom": { "type": "string"