Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 440 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 440 Bytes

Protocol

ASTM UTM Protocol (API and sequence diagrams)

Viewing locally

To view this YAML file locally:

docker run -it --rm -p 8080:8080 \
  -v $(pwd)/:/usr/share/nginx/html/api/ \
  -e PORT=8080 -e SPEC_URL=api/utm.yaml redocly/redoc

...then visit http://localhost:8080/ in a browser.

Sequence diagrams