{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "InvestmentResearchObject", "type": "object", "properties": { "headline": { "type": "string" }, "source": { "type": "string" }, "primaryIds": { "type": "array" }, "allIds": { "type": "array" }, "filingsDate": { "type": "string" }, "filingsTime": { "type": "string" }, "categories": { "type": "array" }, "filingsLink": { "type": "string" }, "documentId": { "type": "string" } } }