This plugin serves as a template from which new plugins can be built.
Autogenerated Input/Output Documentation by Arcaflow-Docsgen Below
Hello world! (hello-world)
Says hello :)
Input
| Type: | scope |
|---|
| Root object: | InputParams |
| Properties | name (string)
| Required: | Yes |
|---|
| Type: | string |
|---|
| Minimum length: | 1 |
|---|
|
ObjectsInputParams (object)
| Type: | object |
|---|
| Properties | name (string)
| Required: | Yes |
|---|
| Type: | string |
|---|
| Minimum length: | 1 |
|---|
|
|
Outputs
error
| Type: | scope |
|---|
| Root object: | ErrorOutput |
| Properties | error (string)
|
ObjectsErrorOutput (object)
| Type: | object |
|---|
| Properties | error (string)
|
|
success
| Type: | scope |
|---|
| Root object: | SuccessOutput |
| Properties | message (string)
|
ObjectsSuccessOutput (object)
| Type: | object |
|---|
| Properties | message (string)
|
|