Error message says "object" but should probably read "array":
Closed this issue · 0 comments
cconrad commented
input: (simplified)
{
"engines": [
"node"
]
}
Results: (simplified)
{
"valid": false,
"errors": [
"Type for field engines, was expected to be object, not object"
]
}