getVerbProperties
Get the inner properties schema for a specific verb. For example, for "hangup"
this returns the schema object with { type: "object", properties: { reason: ... }, ... }.
Parameters
verbName
The verb name (e.g., "answer", "tap").
Returns
Record<string, unknown> — The inner schema definition, or an empty object if
the verb is not found.