You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/developer-guide/modules/tooling-guide/pages/bamm-cli.adoc
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,12 +83,14 @@ The available options and their meaning can also be seen in the help text of the
83
83
| _--paging-cursor-based, -pc_ : in case there is more than one paging possibility, it has to be cursor based paging|
84
84
| _--paging-offset-based, -po_ : in case there is more than one paging possibility, it has to be offset based paging|
85
85
| _--paging-time-based, -pt_ : in case there is more than one paging possibility, it has to be time based paging|
86
+
| _--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`|
86
87
| _--custom-resolver_ : use an external resolver for the resolution of the model elements |
87
88
.3+| aspect <model> to json | Generate OpenAPI JSON specification for an Aspect Model | `bamm aspect AspectModel.ttl to json`
| _--language, -l_ : The language from the model for which a JSON schema should be generated (default: en) | `bamm aspect AspectModel.ttl to schema -l de`|
92
94
| _--custom-resolver_ : use an external resolver for the resolution of the model elements |
93
95
.4+| aspect <model> to aas | Generate Asset Administration Shell (AAS) submodel template for an Aspect Model | `bamm aspect AspectModel.ttl to aas`
Copy file name to clipboardExpand all lines: documentation/developer-guide/modules/tooling-guide/pages/maven-plugin.adoc
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,6 +194,7 @@ Configuration Properties:
194
194
| `modelsRootDirectory` | The path to the root directory containing the Aspect Model file(s). | `String` | `${basedir}/src/main/resources/aspects` | {nok}
195
195
| `includes` | A list of Aspect Model URNs identifying the Aspect Models to be included in the plugin execution. | `String` | none | {ok}
196
196
| `outputDirectory` | The path to the directory where the generated JSON Schema will be written to. | `String` | none | {ok}
197
+
| `language` | The language from the model for which a JSON Schema should be generated. | `String` | en | {nok}
197
198
|===
198
199
199
200
== Generate an OpenAPI Specification from an Aspect Model
@@ -248,6 +249,7 @@ Configuration Properties:
248
249
| `aspectOffsetBasedPaging` | Set the used paging strategy as offset-based paging. | `Boolean` | `false` | {nok}
249
250
| `aspectTimeBasedPaging` | Set the used paging strategy as time-based paging. | `Boolean` | `false` | {nok}
250
251
| `outputFormat` | The format of the resulting OpenAPI Specification. May be either JSON or YAML. | `String` | none | {ok}
252
+
| `language` | The language from the model for which an OpenAPI specification should be generated. | `String` | en | {nok}
0 commit comments