Fix invalid CI input array type default value
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)