News

I can create an unstructured object to allow users to add a json object to the API. I do this using 'additionalProperties: true' and it appears to work fine. I get a drop down menu and select object ...
I have a test that needs an array of objects to be generated for which I'm using some simple Javascript. Each object contains several members including one 'types' that's an array of strings however ...