GenericSchema
GenericSchema =
Schema<any> &object
Generic schema type that accepts any schema regardless of its specific type. Use this for constraints where you need to accept any schema.
Type Declaration
type: SchemaType
Since
2.0.0