
Lab #8: Disallow additional items in the array

Modify the JSON Schema you created in the last
lab so that additional items are not allowed (i.e.,
JSON instances containing more than 3 items are
invalid)

Remember to use anchors in regular expressions!