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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user