How do I specify in MSON that an array should only contain types A, B or C, and not any other types?
I've tried
+ myField (array[A], fixed-type, required)
but the JSON schema generated by aglio only requires the first element of the array to be of type A.