This is generated documentation for the openapi-ui component.
Name | Type | Description |
---|---|---|
schema_url |
string |
Name | Type | Description |
---|---|---|
request |
http::HttpRequest | |
body |
bytes |
Name | Type | Description |
---|---|---|
body |
bytes | |
response |
http::HttpResponse |
Given the following configuration:
Component-wide configuration as config.json
:
{
"schema_url": "XXX"
}
$ wick invoke common/openapi-ui:0.4.0 serve [email protected] -- --request="XXX"--body="XXX"
Or with inline configuration:
$ wick invoke common/openapi-ui:0.4.0 serve \
--with='{ "schema_url":"XXX" }' \
-- --request="XXX"--body="XXX"