I have a schema which has defaults that are objects e.g. ```yml default: foo: bar ``` The resulting docs do not show JSON for this, but simply the following: ```html <tr> <th>Default</th> <td colspan="2">[object Object]</td> </tr> ```