From d660c072688df7a30fd7386bb0ed5c7b56838754 Mon Sep 17 00:00:00 2001 From: DrMint Date: Sun, 27 Mar 2022 20:00:42 +0200 Subject: [PATCH] More fields --- .../content-types/currency/schema.json | 1 - .../website-interface/schema.json | 21 +++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/src/api/currency/content-types/currency/schema.json b/src/api/currency/content-types/currency/schema.json index 35b483f..15b0942 100644 --- a/src/api/currency/content-types/currency/schema.json +++ b/src/api/currency/content-types/currency/schema.json @@ -15,7 +15,6 @@ "symbol": { "type": "string", "required": true, - "maxLength": 1, "minLength": 1, "unique": false }, diff --git a/src/api/website-interface/content-types/website-interface/schema.json b/src/api/website-interface/content-types/website-interface/schema.json index 3499e70..3fa0f09 100644 --- a/src/api/website-interface/content-types/website-interface/schema.json +++ b/src/api/website-interface/content-types/website-interface/schema.json @@ -378,6 +378,27 @@ }, "contact_us": { "type": "string" + }, + "email": { + "type": "string" + }, + "email_gdpr_notice": { + "type": "string" + }, + "message": { + "type": "string" + }, + "send": { + "type": "string" + }, + "response_invalid_code": { + "type": "string" + }, + "response_invalid_email": { + "type": "string" + }, + "response_email_success": { + "type": "string" } } }