What's the cause of below exception ? I get this when i publish a event to event topic - which uses CloudEventV10 schema.
"message": "This resource is configured to receive event in 'CloudEventV10' schema. The JSON received does not conform to the expected schema. Token Expected: StartObject, Actual Token Received: StartArray.
The input to event topic - looks like below
[
{
"Specversion": "1.0",
"data": {
"Location": "",
"Date": "20210324",
"Code": "1234",
"StatusTIme": "124900"
},
"dataschema": "#",
"eventTime": "2021-05-11T14:22:31.7343351Z",
"eventType": "XXX.Event.XXXXX",
"id": "5415846e-2faa-41ec-9200-cc0331531631",
"source": "XXX.Event.XXXXX",
"subject": "Provider/{xxx}/{xxx}"
}
]