Skip to content

Commit 58aeddc

Browse files
authored
Merge pull request #306 from bci-oss/305-bamm-cli-aspect-to-json-documentation
Fix bamm-cli aspect to json documentation
2 parents 305d6b0 + 571f489 commit 58aeddc

File tree

1 file changed

+1
-1
lines changed
  • documentation/developer-guide/modules/tooling-guide/pages

1 file changed

+1
-1
lines changed

documentation/developer-guide/modules/tooling-guide/pages/bamm-cli.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The available options and their meaning can also be seen in the help text of the
8686
| _--paging-time-based, -pt_ : in case there is more than one paging possibility, it has to be time based paging|
8787
| _--language, -l_ : The language from the model for which an OpenAPI specification should be generated (default: en) | `bamm aspect AspectModel.ttl to openapi -l de`|
8888
| _--custom-resolver_ : use an external resolver for the resolution of the model elements |
89-
.3+| aspect <model> to json | Generate OpenAPI JSON specification for an Aspect Model | `bamm aspect AspectModel.ttl to json`
89+
.3+| aspect <model> to json | Generate example JSON payload data for an Aspect Model | `bamm aspect AspectModel.ttl to json`
9090
| _--output, -o_ : output file path (default: stdout) |
9191
| _--custom-resolver_ : use an external resolver for the resolution of the model elements |
9292
.3+| aspect <model> to schema | Generate JSON schema for an Aspect Model | `bamm aspect AspectModel.ttl to schema`

0 commit comments

Comments
 (0)