From 9920ef05f58e61e83bac8cd96560df6333621e3a Mon Sep 17 00:00:00 2001 From: Emilia Repo Date: Fri, 26 Jan 2024 14:04:12 +0200 Subject: [PATCH] Update schema.json to add vegan boolean --- cms/src/api/customer/content-types/customer/schema.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cms/src/api/customer/content-types/customer/schema.json b/cms/src/api/customer/content-types/customer/schema.json index 494450d..9f1bd2c 100644 --- a/cms/src/api/customer/content-types/customer/schema.json +++ b/cms/src/api/customer/content-types/customer/schema.json @@ -63,6 +63,9 @@ "nonalcoholicshots": { "type": "boolean" }, + "vegan": { + "type": "boolean" + }, "group": { "type": "string" },