Open abemedia opened 1 year ago
I have a schema which has defaults that are objects e.g.
default: foo: bar
The resulting docs do not show JSON for this, but simply the following:
<tr> <th>Default</th> <td colspan="2">[object Object]</td> </tr>
This will need an update to lib/renderer/index.js to handle objects.
I have a schema which has defaults that are objects e.g.
The resulting docs do not show JSON for this, but simply the following: