{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "eventAdaptiveDataItem", "type": "object", "properties": { "requestId": { "type": "string", "description": "The id that was requested, ticker, cusip, factset entity id etc." }, "signalId": { "type": "string", "description": "Signal Id for this event." }, "adaptiveCard": { "type": "object", "description": "A JSON object that's compliant with MS adaptive card schema." } } }