{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "eventHeadlineDataItem", "type": "object", "properties": { "requestId": { "type": "string", "description": "The id that was requested. This can be a ticker, cusip or factset entity id." }, "companyName": { "type": "string", "description": "Name of the company reported in signal. Omitted if null." }, "signalId": { "type": "string", "description": "Signal Id for this event. e.g. dilutionTrigger" }, "signalName": { "type": "string", "description": "Signal Name for this event. e.g. dilutionTrigger" }, "theme": { "type": "string", "description": "Theme name of the signal for this event. e.g. Debt Capital Structure" }, "source": { "type": "string", "description": "Primary data provider for the signal this event belongs to. e.g. FactSet, Bitvore" }, "eventId": { "type": "string", "description": "A unique id for this event." }, "eventDate": { "type": "string", "description": "The UTC date/time of the event in ISO 8601 format." }, "summary": { "type": "string", "description": "One sentence summary of the event." }, "userRelevanceScore": { "type": "number", "description": "Relevancy score of this event for the requesting user on a scale of 0 to 1. Higher value indicates more relevancy." }, "created": { "type": "string", "description": "Date/Time in UTC the event was first recorded in our data store." } } }