When defining a common resource with an array, use the following format:
keyToArray[*].keyToValuesInArray
This will result in:
{ "keyToArray": [ “keyToValuesInArray”: “1”, “keyToValuesInArray”: “2" ] }
Good: (note the asterisk inside the brackets)
Bad (note the missing asterisk inside the brackets):