{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "searchResponseArrayObject", "type": "object", "properties": { "docsStoryDateAndTime": { "type": "string" }, "docsHeadlines": { "type": "string" }, "docsId": { "type": "string" }, "docsPrimarySymbols": { "type": "array" }, "docsSymbols": { "type": "array" }, "docsSubjects": { "type": "array" }, "docsStoryBody": { "type": "string" }, "docsReferenceUris": { "type": "string" } } }