
Lab #16: An array of integers, items are a multiple of 2 or 5

Revise the last lab to use "anyOf" rather than "oneOf"

In the previous lab we found that this array is invalid: [20, 15]

Now it is valid. Explain why.