RESTWS-562 Talk Thread - Adding support for datatypes

I’ve been working on RESTWS-562. Now for post operations in the swagger doc, full representations will be shown as its model schema. In that case however the example resource would be quite large. See the resource object for creating a Visit: http://jsoneditoronline.org/?id=367e9d5624e93ec563cc32ecae5a99ee

But we can also document with either full representation or default (uuids instead of full objects), depending on the resource if needed. But then I’d need to decide which resources to document with full and which ones to document with default.

What would you recommend?