{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "HookProgressEvent", "type": "object", "properties": { "HookTypeName": { "type": "string" }, "HookTypeVersionId": { "type": "string" }, "HookTypeArn": { "type": "string" }, "InvocationPoint": { "type": "string" }, "HookStatus": { "type": "string" }, "HookEventTime": { "type": "number" }, "HookStatusMessage": { "type": "string" }, "FailureMode": { "type": "string" } } }