{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/agricultural-marketing-service/refs/heads/main/json-structure/mars-api-reports-list-response-structure.json", "name": "Reports List Response", "description": "Paginated list of market news reports.", "type": "object", "properties": { "results": { "type": "array", "items": { "$ref": "#/components/schemas/Report" } }, "stats": { "$ref": "#/components/schemas/PaginationStats" } } }