{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-inspector/refs/heads/main/json-structure/inspector-cancel-findings-report-request-structure.json", "name": "CancelFindingsReportRequest", "description": "CancelFindingsReportRequest schema", "type": "object", "properties": { "reportId": { "allOf": [ { "$ref": "#/components/schemas/ReportId" }, { "description": "The ID of the report to be canceled." } ] } }, "required": [ "reportId" ] }