From edb2cbb42491202404dd0f0402df41678f0c1b57 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 22 Oct 2024 15:41:09 +1030 Subject: [PATCH] Add uri as optional property to calendar event --- social/event/v0.1.0/schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/social/event/v0.1.0/schema.json b/social/event/v0.1.0/schema.json index 5b3a4e8..8002146 100644 --- a/social/event/v0.1.0/schema.json +++ b/social/event/v0.1.0/schema.json @@ -45,6 +45,10 @@ "description": "Reference ID for the calendar object", "type": "string" }, + "uri": { + "title": "URI", + "type": "string" + }, "location": { "title": "Location", "description": "Location of the event",