
Lab #3: Validate your last JSON document against the empty schema

Throughout this course we will be using the online 
JSON Schema validator to perform the validations.

The online JSON Schema validator is here:

http://json-schema-validator.herokuapp.com/index.jsp

For this lab you are to validate the JSON document that
you created in Lab #2 against the empty schema: {}

Notice that any well-formed JSON validates against the empty schema.

