Download example.yaml
from this repository.
Run the example.
cat example.yaml | docker run -i quay.io/arcalot/arcaflow-plugin-example -f -
Says hello :)
Type: | scope | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Root object: | InputParams | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Properties | name (
|
Name: | Name |
---|---|
Description: | Who do we say hello to? |
Required: | Yes |
Examples (JSON encoded): |
|
Type: | one of[string] |
Objects
FullName (object
)
Type: | object | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Properties | first_name (
|
Name: | First name |
---|---|
Required: | Yes |
Examples (JSON encoded): |
|
Type: | string |
Minimum length: | 1 |
Must match pattern: | ^[a-zA-Z]+$ |
last_name (string
)
Name: | Last name |
---|---|
Required: | Yes |
Examples (JSON encoded): |
|
Type: | string |
Minimum length: | 1 |
Must match pattern: | ^[a-zA-Z]+$ |
InputParams (object
)
Type: | object | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Properties | name (
|
Name: | Name |
---|---|
Description: | Who do we say hello to? |
Required: | Yes |
Examples (JSON encoded): |
|
Type: | one of[string] |
Nickname (object
)
Type: | object | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Properties | nick (
|
Name: | Nickname |
---|---|
Required: | Yes |
Examples (JSON encoded): |
|
Type: | string |
Minimum length: | 1 |
Must match pattern: | ^[a-zA-Z]+$ |
Type: | scope | ||||||||
---|---|---|---|---|---|---|---|---|---|
Root object: | ErrorOutput | ||||||||
Properties | error (
|
Required: | Yes |
---|---|
Type: | string |
Objects
ErrorOutput (object
)
Type: | object | ||||
---|---|---|---|---|---|
Properties | error (
|
Required: | Yes |
---|---|
Type: | string |
Type: | scope | ||||||||
---|---|---|---|---|---|---|---|---|---|
Root object: | SuccessOutput | ||||||||
Properties | message (
|
Required: | Yes |
---|---|
Type: | string |
Objects
SuccessOutput (object
)
Type: | object | ||||
---|---|---|---|---|---|
Properties | message (
|
Required: | Yes |
---|---|
Type: | string |