{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Capability ID: voice-agents, document-intelligence, or call-monitoring",
"enum": [
"voice-agents",
"document-intelligence",
"call-monitoring"
]
}
},
"required": [
"id"
]
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {
"fullName": {
"type": "string",
"description": "Full Name"
},
"companyName": {
"type": "string",
"description": "Company Name"
},
"email": {
"type": "string",
"description": "you@company.com"
},
"cf-turnstile-response": {
"type": "string"
}
}
}