| 
| 
  | 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< softlist< 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 value) | 
|   | converts strings to/from date/time 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  | getExampleValue (string type, *string format) | 
|   | returns an example value for the given type 
  | 
|   |