astm-utm / Protocol

ASTM UTM Protocol (API and sequence diagrams)
17 stars 11 forks source link

Ben's suggestions for DSS documentation #1

Closed BenjaminPelletier closed 4 years ago

BenjaminPelletier commented 4 years ago

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.