Keith - 2014-06-05

The editor will validate JSON files in the sense that it identifies generic JSON syntactic errors (which is nice and helpful, thank you). How do we get it to validate a JSON file against a specific separate JSON schema that does things like specify the minimum value of a property of type number, or that certain properties are required? How do we point to the right schema to use?