Skip to content

Fix invalid CI input array type default value

Avielle Wolfe requested to merge 451516-fix-component-inputs-json-schema into master

What does this MR do and why?

This commit updates the JSON schema validator for the inputs field on Ci::Catalog::Resources::Component so that it accepts arrays in the default field. This was missed during the array input type implementation.

Changelog: fixed

Issue: #451516 (closed)

Merge request reports