Response from starting an investigation
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-detective/refs/heads/main/json-schema/amazon-detective-start-investigation-response-schema.json", "title": "StartInvestigationResponse", "description": "Response from starting an investigation", "type": "object", "properties": { "InvestigationId": { "type": "string", "description": "The investigation ID of the investigation report.", "example": "invest-abc123def456" } } }