Current Behavior
If any actions are defined using shortform, they are returned as such in the actions definition. The demo REST API UI on 3000 can only parse longform parameter definitions.
Expected Behavior
Either convert shortform parameter definitions to longform, or support shortform definitions in demo REST API UI
Failure Information
For example "string[]" is interpreted as "string" in the UI, so submitting array parameters does not work