This PR adds and updates documentation for the DSS API. The basis of using allOf to provide a description while also using $ref comes from here and has been confirmed to work on SwaggerHub. ReDoc renders more intuitively if anyOf is used instead of allOf (because the underlying type is displayed correctly with anyOf but not allOf), but I'm leaving as allOf for now.
The big red boxes in the diff are replacing tabs with spaces.
This PR adds and updates documentation for the DSS API. The basis of using allOf to provide a description while also using $ref comes from here and has been confirmed to work on SwaggerHub. ReDoc renders more intuitively if anyOf is used instead of allOf (because the underlying type is displayed correctly with anyOf but not allOf), but I'm leaving as allOf for now.
The big red boxes in the diff are replacing tabs with spaces.