{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/archrock/refs/heads/main/json-structure/archrock-investor-relations-api-sec-filing-list-structure.json", "title": "SecFilingList", "type": "object", "properties": { "total": { "type": "integer" }, "offset": { "type": "integer" }, "limit": { "type": "integer" }, "filings": { "type": "array", "items": { "type": "object", "properties": { "id": {}, "type": {}, "filingDate": {}, "periodOfReport": {}, "description": {}, "secUrl": {}, "documentUrl": {} } } } } }