We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e72ab commit 2a1d21cCopy full SHA for 2a1d21c
README.md
@@ -53,6 +53,20 @@ $ make generate
53
$ cat output/schema/schema.json
54
```
55
56
+## How to generate the OpenAPI representation
57
+
58
+Follow the steps to generate the JSON representation, then:
59
60
+```
61
+# Generate the OpenAPI representation
62
+$ make transform-to-openapi
63
64
+# Apply fixes
65
+$ make overlay-docs
66
67
+# The generated output can be found in ./output/openapi/
68
69
70
## Make Targets
71
72
0 commit comments