{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GenerateHmacKeyResponse", "title": "GenerateHmacKeyResponse", "properties": { "hmacKey": { "description": "The HMAC key generated for this webhook.", "type": "string" } }, "required": [ "hmacKey" ], "type": "object" }