From 02f5df8c0a15522fa104e6a67443ac3fce1927df Mon Sep 17 00:00:00 2001 From: "John R. D'Orazio" Date: Fri, 29 Nov 2024 22:26:36 +0100 Subject: [PATCH] allow group property in diocesan calendar metadata --- jsondata/schemas/DiocesanCalendar.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jsondata/schemas/DiocesanCalendar.json b/jsondata/schemas/DiocesanCalendar.json index ba96f4f0..9720c2a5 100644 --- a/jsondata/schemas/DiocesanCalendar.json +++ b/jsondata/schemas/DiocesanCalendar.json @@ -33,7 +33,9 @@ }, "timezone": { "type": "string" - } + }, + "group": { + "type": "string"} }, "required": [ "diocese_id",