web: openapi: Fix item_ahead and items_behind

item_ahead is a scalar, not a list. items_behind was missing the "s" in
"items"

Change-Id: I6ffc429329c70470370eaa79125a19739b5f9b79
This commit is contained in:
Joshua Watt
2022-07-21 14:10:35 -05:00
parent 559602910f
commit db63d80d4b
+3 -5
View File
@@ -474,11 +474,9 @@ components:
description: The event id
type: string
item_ahead:
description: The list of events ahead
items:
type: string
type: array
item_behind:
description: The event ahead
type: string
items_behind:
description: The list of events behind
items:
type: string