{ "type": "object", "properties": { "reports": { "type": "array", "items": { "$ref": "#/components/schemas/Report" } }, "nextToken": { "type": "string" } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ReportList", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-schema/selling-partner-report-list-schema.json", "description": "ReportList schema from Amazon Selling Partner API" }