Generates a standalone, self-contained HTML page documenting the data contract.
datacontract export html orders.odcs.yaml --output orders.html
Running this against the example orders contract produces a single self-contained orders.html file (no external assets) that renders:
orders, line_items) as a table of fields with their types, constraints, and descriptions,Open the file in any browser or publish it as static documentation.