diff --git a/social/calendar/v0.1.0/schema.json b/social/calendar/v0.1.0/schema.json index f6ffde9..54368ac 100644 --- a/social/calendar/v0.1.0/schema.json +++ b/social/calendar/v0.1.0/schema.json @@ -50,7 +50,7 @@ "description": "Description of the calendar", "type": "string" }, - "timeZone": { + "timezone": { "type": "string", "description": "UTC offset format", "pattern": "^([+-](?:2[0-3]|[01][0-9]):[0-5][0-9])$", @@ -63,7 +63,6 @@ } }, "required": [ - "name", "timezone" ] } diff --git a/social/event/v0.1.0/schema.json b/social/event/v0.1.0/schema.json index 9eac457..3ae5a44 100644 --- a/social/event/v0.1.0/schema.json +++ b/social/event/v0.1.0/schema.json @@ -72,7 +72,7 @@ "type": "string", "format": "date" }, - "timeZone": { + "timezone": { "type": "string", "description": "UTC offset format", "pattern": "^([+-](?:2[0-3]|[01][0-9]):[0-5][0-9])$", @@ -93,7 +93,7 @@ "type": "string", "format": "date" }, - "timeZone": { + "timezone": { "type": "string", "description": "UTC offset format", "pattern": "^([+-](?:2[0-3]|[01][0-9]):[0-5][0-9])$", @@ -142,7 +142,7 @@ } } }, - "required": ["name", "calendarId", "start.date", "end.date"] + "required": ["calendarId", "start.date", "end.date"] } ], "$defs": {