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
| _--include-crud, -cr_ : include the POST/PUT/PATCH methods in the OpenAPI specification |
@@ -156,7 +156,7 @@ of model resolution] for more information.
156
156
| _--language, -l_ : The language from the model for which an OpenAPI specification should
157
157
be generated (default: en) | `samm aspect AspectModel.ttl to openapi -l de`
158
158
| _--template-file, -t_ : the path to a file including a template for
159
-
the resulting specification, can be in JSON or YAML | For detailed description, see the section bellow
159
+
the resulting specification, can be in JSON or YAML | For detailed description, see the section below
160
160
| _--separate-files, -sf_ : Create separate files for each schema |
161
161
| _--custom-resolver_ : use an external resolver for the resolution of the model elements |
162
162
.8+| [[aspect-to-asyncapi]] aspect <model> to asyncapi | Generate https://www.asyncapi.com/docs/reference/specification/v3.0.0[AsyncAPI] specification for an Aspect Model| `samm aspect AspectModel.ttl to asyncapi`
@@ -199,8 +199,8 @@ of model resolution] for more information.
199
199
| _--custom-column, -col_ : Additional custom column definition, e.g. for databricks following the pattern `column_name DATATYPE [NOT NULL] [COMMENT 'custom']`. This parameter can be repeated for multiple columns. | `samm aspect AspectModel.ttl to sql --custom-column "column_name STRING NOT NULL COMMENT 'custom'"`
200
200
.5+| [[aspect-to-aas]] aspect <model> to aas | Generate an Asset Administration Shell (AAS) submodel template from an
201
201
Aspect Model | `samm aspect AspectModel.ttl to aas`
0 commit comments