{
"type": "object",
"properties": {
"agent_id": {
"type": "string",
"description": "The agent ID, e.g. agent_abc123"
},
"version_number": {
"type": "string",
"description": "The draft version number to publish, e.g. 0 — from get_agent"
},
"inbound_phone_number_id": {
"type": "string",
"description": "Phone number ID to bind for inbound calls, e.g. phn_abc123 — from get_organization_phone_number."
},
"outbound_phone_number_id": {
"type": "string",
"description": "Phone number ID to bind for outbound calls, e.g. phn_abc123 — from get_organization_phone_number."
}
},
"required": [
"agent_id",
"version_number"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}