| name | data type | constraints | description |
|---|---|---|---|
| adapterIfKnown | string | ||
| whitespaceAdapter | boolean | required boolean | |
Properties inherited from Adapter |
|||
| adapterType | object | ||
| customType | object | ||
| defaultType | object | ||
Example
{
"adapterIfKnown" : "...",
"whitespaceAdapter" : true,
"adapterType" : { },
"customType" : { },
"defaultType" : { }
}