The data validator is a library for verifying the correctness of various types of data.
Supports validation of string and integer values, as well as maps (dictionaries). Allows the creation of custom validators by inheriting from the base class BaseSchema.