Vapi · Schema

ComplianceOverride

AIVoiceAgentsRealtimeCPaaS

Properties

Name Type Description
forceStoreOnHipaaEnabled boolean Force storage for this output under HIPAA. Only enable if output contains no sensitive data.
View JSON Schema on GitHub

JSON Schema

vapi-complianceoverride-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ComplianceOverride",
  "title": "ComplianceOverride",
  "type": "object",
  "properties": {
    "forceStoreOnHipaaEnabled": {
      "type": "boolean",
      "description": "Force storage for this output under HIPAA. Only enable if output contains no sensitive data.",
      "example": false
    }
  }
}