Context
Description
There is a bug in 10.6.0 API Reference at any.validate().
const result = schema.validate(value, schema);
According to the context, I think it should be like following:
const result = schema.validate(value);
I don't know wether other versions have this problem because I'm new.