
Lab #4: Create a JSON Schema that ...

Create a JSON Schema that allows integers in the 
range -100 to +100, inclusive,and only those integers
that are multiples of 5.

Validate using the online validator tool.

Test your JSON Schema using both bad and good data.