{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-core/refs/heads/main/json-schema/iot-core-list-thing-registration-task-reports-response-schema.json", "title": "ListThingRegistrationTaskReportsResponse", "description": "ListThingRegistrationTaskReportsResponse schema", "type": "object", "properties": { "resourceLinks": { "allOf": [ { "$ref": "#/components/schemas/S3FileUrlList" }, { "description": "Links to the task resources." } ] }, "reportType": { "allOf": [ { "$ref": "#/components/schemas/ReportType" }, { "description": "The type of task report." } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "The token to use to get the next set of results, or null if there are no additional results." } ] } } }