{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "responseHelper", "type": "object", "description": "Filings Response Object", "properties": { "data": { "type": "array", "description": "Data Array Object" } } }