Skip to content

Commit 48b391c

Browse files
deralbertkewisch
authored andcommitted
Fix schema mismatch: Use "CalendarItemFormats" (plural) instead of "CalendarItemFormat" (singular).
1 parent e730a7b commit 48b391c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

calendar/experiments/calendar/schema/calendar-items.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"calendarId": { "type": "string" },
1212
"type": { "type": "string", "enum": ["event", "task"] },
1313
"instance": { "type": "string", "optional": true },
14-
"format": { "$ref": "CalendarItemFormat", "optional": true },
14+
"format": { "$ref": "CalendarItemFormats", "optional": true },
1515
"item": { "$ref": "RawCalendarItem" },
1616
"metadata": { "type": "object", "additionalProperties": { "type": "any" }, "optional": true }
1717
}
@@ -120,7 +120,7 @@
120120
"name": "updateProperties",
121121
"type": "object",
122122
"properties": {
123-
"format": { "$ref": "CalendarItemFormat", "optional": true },
123+
"format": { "$ref": "CalendarItemFormats", "optional": true },
124124
"item": { "$ref": "RawCalendarItem" },
125125
"returnFormat": { "$ref": "ReturnFormat", "optional": true },
126126
"metadata": { "type": "object", "additionalProperties": { "type": "any" }, "optional": true }

0 commit comments

Comments
 (0)