]
Victor Rubezhny resolved ERT-214.
---------------------------------
Resolution: Done
Validate JSON file with JSON Schema [EBZ#494111]
------------------------------------------------
Key: ERT-214
URL:
https://issues.jboss.org/browse/ERT-214
Project: Eclipse Release Train
Issue Type: Task
Components: WTP Source Editing
Reporter: Friendly Jira Robot
Assignee: Victor Rubezhny
Priority: Trivial
Labels: bzira, wst.json
Fix For: Neon.2 (4.6)
It's a very big task, but it should be fantastic if WTP Validator could validate JSON
file by using JSON Schema.
To do that:
* JSONSchemaDocument should support the full specification of JSON Schema.
* minimal-json should be improved to collect line, column or perhaps we could use
IJSONDocument to validate it with JSON Schema.