The response to the request.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iam-access-analyzer/refs/heads/main/json-schema/iam-access-analyzer-get-finding-response-schema.json", "title": "GetFindingResponse", "description": "The response to the request.", "type": "object", "properties": { "finding": { "allOf": [ { "$ref": "#/components/schemas/Finding" }, { "description": "A <code>finding</code> object that contains finding details." } ] } } }