From 65f944f61ca7056379e95f03cdc88316425de372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sat, 14 May 2022 23:35:37 +0400 Subject: [PATCH] date to datePublication in commentaire schema --- src/api/commentaire/content-types/commentaire/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/commentaire/content-types/commentaire/schema.json b/src/api/commentaire/content-types/commentaire/schema.json index a60f2b9..4ffe8bc 100644 --- a/src/api/commentaire/content-types/commentaire/schema.json +++ b/src/api/commentaire/content-types/commentaire/schema.json @@ -16,7 +16,7 @@ "type": "richtext", "required": true }, - "date": { + "datePublication": { "type": "datetime", "required": true },