From 1c952649c9bba2af241602cebf128aba105aa682 Mon Sep 17 00:00:00 2001 From: Andreas Hubel Date: Wed, 13 Dec 2023 16:02:52 +0100 Subject: [PATCH] Add field 'feedback_url' on Event, resolves #39 --- validator/json/schema.json | 4 ++++ validator/xsd/schedule-without-person.xml.xsd | 1 + validator/xsd/schedule.xml.xsd | 1 + 3 files changed, 6 insertions(+) diff --git a/validator/json/schema.json b/validator/json/schema.json index d5b8d08..6557768 100644 --- a/validator/json/schema.json +++ b/validator/json/schema.json @@ -282,6 +282,10 @@ "items": {}, "$comment": "// TODO: string vs object" }, + "feedback_url": { + "type": "string", + "format": "uri" + }, "attachments": { "type": "array", "items": {}, diff --git a/validator/xsd/schedule-without-person.xml.xsd b/validator/xsd/schedule-without-person.xml.xsd index 70b4ebd..4b9d974 100644 --- a/validator/xsd/schedule-without-person.xml.xsd +++ b/validator/xsd/schedule-without-person.xml.xsd @@ -91,6 +91,7 @@ + diff --git a/validator/xsd/schedule.xml.xsd b/validator/xsd/schedule.xml.xsd index e1e7ff6..553050b 100644 --- a/validator/xsd/schedule.xml.xsd +++ b/validator/xsd/schedule.xml.xsd @@ -91,6 +91,7 @@ +