eliterzieva
12/09/2025, 4:07 PMVapi Support Bot
12/09/2025, 4:08 PMjson
{
"type": "object",
"properties": {
"specialty_id": { "type": "number", "description": "Specialty ID" },
"insurer_id": { "type": "number" },
"payment_method_id": { "type": "number" },
"name": { "type": "string" },
"works_with_adults": { "type": "boolean" },
"works_with_children": { "type": "boolean" }
},
"required": ["specialty_id"]
}
Make sure your schema matches this structure—this should resolve the "expected 'object'" validation error. For more details, see the [custom tools troubleshooting guide](https://docs.vapi.ai/tools/custom-tools-troubleshooting).
Source:
- [Custom tools troubleshooting](https://docs.vapi.ai/tools/custom-tools-troubleshooting)eliterzieva
12/09/2025, 9:29 PMNadeem
12/10/2025, 5:25 AMVapi Support Bot
12/10/2025, 5:26 AM"type": "string", "type": "number"). If the error persists, it may be a dashboard bug—report it via [Vapi Support](https://docs.vapi.ai/support) or join the [Vapi Discord](https://discord.com/invite/pUFNcf2WmH) for real-time help.
Example parameter entry:
- Name: phone_number
- Type: string
- Required: checked
If you still see the error, please share your exact parameter setup with support for further troubleshooting.
Sources:
- [Custom tools troubleshooting](https://docs.vapi.ai/tools/custom-tools-troubleshooting)
- [Vapi Support](https://docs.vapi.ai/support)Nadeem
12/10/2025, 5:32 AMChiranjeet Mishra
12/10/2025, 12:54 PMjson
{
"type": "object",
"properties": {
"specialty_id": { "type": "number", "description": "Specialty ID" },
"insurer_id": { "type": "number" },
"payment_method_id": { "type": "number" },
"name": { "type": "string" },
"works_with_adults": { "type": "boolean" },
"works_with_children": { "type": "boolean" }
},
"required": ["specialty_id"]
}
Make sure to double-check that each parameter is added individually with the correct type, and the overall schema format matches the above structure. If you continue to experience issues, it may be related to a dashboard bug. You can report such bugs via [Vapi Support](https://docs.vapi.ai/support) or join the [Vapi Discord](https://discord.com/invite/pUFNcf2WmH) for additional assistance.eliterzieva
12/10/2025, 1:28 PMCarl
12/10/2025, 11:22 PMNadeem
12/11/2025, 12:31 AMmindofman
12/12/2025, 5:53 PMmindofman
12/12/2025, 6:51 PMmindofman
12/12/2025, 6:53 PMChiranjeet Mishra
12/12/2025, 7:34 PMmindofman
12/15/2025, 10:58 PM