|
Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
|
Represents a field in a validation schema. More...
#include <Validation.hpp>
Public Attributes | |
| std::string | name |
| JsonType | type |
| bool | required = true |
Represents a field in a validation schema.
| std::string middleware::SchemaField::name |
| bool middleware::SchemaField::required = true |
| JsonType middleware::SchemaField::type |