|
| check (bool serialize, bool request, string type, *string format, *SchemaObject items, string path, string method, string name, reference< auto > value) |
| validates the value against the schema definition
|
|
| checkArrayParam (bool serialize, bool request, SchemaObject items, string path, string method, string name, reference< list< auto > > value) |
| validates the value against the schema definition
|
|
| checkIntern (bool serialize, bool request, string type, *string format, string path, string method, string name, binary v, reference value) |
| converts binary values to strings for supported formats
|
|
| checkIntern (bool serialize, bool request, string type, *string format, string path, string method, string name, date v, reference< auto > value) |
| converts dates to/from string or int values for supported formats
|
|
| checkIntern (bool serialize, bool request, string type, *string format, string path, string method, string name, string v, reference< auto > value) |
| validates string values
|
|
auto | getExampleValueWithFormat (string type, *string format, *string fname) |
| returns an example value for the given type
|
|