From 5ca7e06858976342bf2a5a823e076fdc644b4b46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sat, 14 May 2022 23:34:28 +0400 Subject: [PATCH] naissance to dateNaissance in artiste schema --- 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 159f0ab..65b74e3 100644 --- a/src/api/artiste/content-types/artiste/schema.json +++ b/src/api/artiste/content-types/artiste/schema.json @@ -24,7 +24,7 @@ "biographie": { "type": "richtext" }, - "naissance": { + "dateNaissance": { "type": "date" }, "slug": {