{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-structure/application-migration-service-describe-job-log-items-request-structure.json", "title": "DescribeJobLogItemsRequest", "description": "Request to describe job log items", "type": "record", "fields": { "jobID": { "type": "string", "description": "Job ID to get log items for" }, "maxResults": { "type": "integer", "description": "Maximum results to return" }, "nextToken": { "type": "string", "description": "Pagination token" }, "accountID": { "type": "string", "description": "Account ID for cross-account access" } } }