From a6ce33ca15c73bbfe06667103712fc28d8279f29 Mon Sep 17 00:00:00 2001 From: chime3 Date: Sun, 8 Sep 2024 20:44:34 -0700 Subject: [PATCH] fix: added required field --- social/event/v0.1.0/schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/social/event/v0.1.0/schema.json b/social/event/v0.1.0/schema.json index 6cd2b4c..5b3a4e8 100644 --- a/social/event/v0.1.0/schema.json +++ b/social/event/v0.1.0/schema.json @@ -28,6 +28,7 @@ "$ref": "https://core.schemas.verida.io/base/v0.1.0/schema.json" }, { + "type": "object", "properties": { "status": { "title": "Status", @@ -136,7 +137,7 @@ } } }, - "required": ["calendarId"] + "required": ["calendarId", "start"] } ], "$defs": {