| 
| 
private  | 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 
  | 
|   | 
| 
private  | checkArrayParam (bool serialize, bool request, SchemaObject items, string path, string method, string name, reference< softlist< auto > > value) | 
|   | validates the value against the schema definition 
  | 
|   | 
| 
private  | 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 
  | 
|   | 
| 
private  | checkIntern (bool serialize, bool request, string type, *string format, string path, string method, string name, string v, reference< auto > value) | 
|   | validates string values 
  | 
|   | 
| 
  | constructor (SchemaBase other) | 
|   | Copy constructor. 
  | 
|   | 
|   | constructor (string objType, hash< auto > oh) | 
|   | Constructor.  More...
  | 
|   |