
Lab #7: An array consisting of: name, age, DOB

JSON instances are to contain an array comprised of: name, age, 
and Date of Birth (DOB). The latter value is to be
formatted using the "date-time" string format.

Define this array using JSON Schema.

Validate using the online validator tool.

Remember to use anchors in regular expressions!

Questions:

1. Omit the last value in the array, is the array valid?

2. Add a fourth value to the array, is the array valid?

What have you learned?

