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