# Application Action
# type
- Type:
string
- Required
type define the configurations type. Full list of support types can be found here
# selector
- Type:
object
- Required
Must include a key named app
, which points to the identifier of the app to which the app action belongs.
# For example:
For such a sample selector:
selector:
app: hello_world_app
The app action will point to an app called hello_world_app
# display_name
See displayName references.
# request
- Type:
Request
- Required
See Request references.
# key
- Type:
string
- Required
Key define a config identifier.
Must includes only a-b
or 0-9
or _