{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/WholesaleBillingReportsListResponse", "title": "WholesaleBillingReportsListResponse", "type": "object", "properties": { "items": { "type": "array", "items": { "$ref": "#/components/schemas/ListReport" }, "description": "An array of report objects." } }, "example": { "items": [ { "id": "Y2lzY29zcGFyazovL3VzL0JJTExJTkdfUkVQT1JULzViOGQ1MThhLThmMDAtNDUxYi1hNDA2LWVhZjQ5YjRhN2ZhOA", "billingStartDate": "2021-05-21", "billingEndDate": "2021-05-30", "type": "PARTNER", "category": "RECONCILIATION", "created": "2021-06-16T12:40:33.109Z", "createdBy": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS8wYWNkMzg3NS00ZTEyLTRkNzctYjk4MS1lMzg5ZmQ4ODQ2YzA", "status": "COMPLETED", "tempDownloadURL": "https://billing-reports-int-us-east-1.webexcontent.com/sample.csv" } ] } }