Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
Loading...
Searching...
No Matches
middleware::SchemaField Struct Reference

Represents a field in a validation schema. More...

#include <Validation.hpp>

Public Attributes

std::string name
 
JsonType type
 
bool required = true
 

Detailed Description

Represents a field in a validation schema.

Member Data Documentation

◆ name

std::string middleware::SchemaField::name

◆ required

bool middleware::SchemaField::required = true

◆ type

JsonType middleware::SchemaField::type

The documentation for this struct was generated from the following file: