payload:
allOf:
- $ref: "#/components/schemas/Message"
- type: object
properties:
type:
const: FEED_DATA
events:
description: Batch of events.
oneOf:
- description: |
List of events in full mode.
Empty fields are omitted from the json.
type: array
items:
- $ref: "#/components/schemas/FeedEvent"
items doesn't accept a list per spec, the dash - should be omitted.
Description
https://github.com/dxFeed/dxLink/blob/1eaefd9341ddde5ba0cb4b4690f84ead20fa073e/dxlink-specification/asyncapi.yml#L886
items
doesn't accept a list per spec, the dash-
should be omitted.