Docupilot · Schema

GenerateHMACSecretResponse

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
hmac_secret string Generated HMAC secret
View JSON Schema on GitHub

JSON Schema

app-GenerateHMACSecretResponse.json Raw ↑
{
  "$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"
  ]
}