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

Create a JSON Schema that allows an array of integers,
not to exceed 10 items, where each item is a multiple 
of 2 or 5.

Questions: 

(a) Is this a valid array: [12, 15]

(b) Is this a valid array: [20, 15]

If either (or both) is not valid, explain why.