{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "eventHeadlineDataItem", "type": "object", "properties": { "requestId": { "type": "string" }, "companyName": { "type": "string" }, "signalId": { "type": "string" }, "signalName": { "type": "string" }, "theme": { "type": "string" }, "source": { "type": "string" }, "eventId": { "type": "string" }, "eventDate": { "type": "string" }, "summary": { "type": "string" }, "userRelevanceScore": { "type": "number" }, "created": { "type": "string" } } }