Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion modules/ROOT/pages/_partials/design-center.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ This field is required.
Supported values are:

* `raml`
* `raml-fragment` | `--type raml`
* `raml-fragment`
* `OAS` | `--type raml`
| `--fragmentType` | The fragment type +
Always use with `--type raml-fragment`, even for OAS 3.0 and JSON schema fragments.

Expand All @@ -57,6 +58,10 @@ Supported fragments type are:
* `user-documentation`
* `oas-components`
* `json-schema`| `--type raml-fragment --fragmentType user-documentation`
| `--version` |The project version. this flag is only available for OAS APIs. +
Supported values: `2.0`, `3.0` | `--version 2.0`
| `--format` | The project format. This flag is only available for OAS APIs. +
Supported values: `YAML`, `JSON` | `--format YAML`
|`--output` | Specify the response format |`--output json`

|===
Expand Down