diff --git a/src/api/provider/content-types/provider/schema.json b/src/api/provider/content-types/provider/schema.json index 6b630a2..4545c6f 100644 --- a/src/api/provider/content-types/provider/schema.json +++ b/src/api/provider/content-types/provider/schema.json @@ -8,8 +8,7 @@ "description": "" }, "options": { - "draftAndPublish": false, - "timestamps": true + "draftAndPublish": false }, "attributes": { "provider": { @@ -39,6 +38,9 @@ "relation": "manyToOne", "target": "plugin::users-permissions.user", "inversedBy": "providers" + }, + "email": { + "type": "email" } } }