{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "GenerateHMACSecretResponse", "description": "", "type": "object", "properties": { "hmac_secret": { "type": "string", "description": "Generated HMAC secret" } }, "required": [ "hmac_secret" ] }