ASTM UTM Protocol (API and sequence diagrams)
To view this YAML file locally:
docker run -it --rm -p 8080:8080 \
-v $(pwd)/utm.yaml:/usr/share/nginx/html/swagger.yaml \
-e PORT=8080 -e SPEC_URL=swagger.yaml redocly/redoc
...then visit http://localhost:8080/ in a browser.