Skip to content

Commit e237e43

Browse files
authored
Merge branch 'main' into fix/removeLanguageAnalyzer
2 parents 63191c3 + 62a1e81 commit e237e43

22 files changed

+1585
-423
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,20 @@ $ make generate
5353
$ cat output/schema/schema.json
5454
```
5555

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+
5670
## Make Targets
5771

5872
```

0 commit comments

Comments
 (0)