Validate type for members of action array parameter
Open
@Mierdin is already working on this.
Since Jan 16, 2017.
complexity:easy
enhancement
feature
- Dominant language
- Python
- Stars
- 6.5k
- Forks
- 787
- PR merge metrics
- No merged PRs in 30d
Description
@Kami brought up a good idea in review of https://github.com/StackStorm/st2/pull/3159
We don't currently validate the type of data inside an array that's passed to an action. Object parameters have this, but arrays don't. It would be cool to add this information to the action metadata, and validate the type of each member of the array.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.