SimpleValidator
SimpleValidator()
A custom class for getting simple validation behavior in pydantic.
Subclass, then define function to be used as validator. func
class of dascore.core.schema | source |
SimpleValidator()
A custom class for getting simple validation behavior in pydantic.
Subclass, then define function to be used as validator. func