Closed
Description
Schema Inaccuracy
JSON path: components.schemas.event.properties.payload.properties.pages.required
This refers to an array
type schema, which should not have the required
key. Are these three lines supposed to be moved two lines down (i.e. applied on event.properties.payload
) or one line up (i.e. applied on event.properties.payload.pages.items
?