validateVerb
Lightweight validation of a verb config against the schema. Checks that the verb exists and that required properties are present.
Parameters
verbName
The verb name (e.g., "answer", "play").
config
The verb configuration object to validate.
Returns
ValidationResult — An object with valid: boolean and errors: string[].