Closed mkaut closed 7 years ago
Example schema:
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "branching": { "type": "array", "title": "Tree branching", "items": { "type": "object", "title": "One branching", "properties": { "time": { "type": "string", "title": "Time" }, "branches": { "type": "integer", "title": "Number of branches" } } } } } }
Steps to reproduce:
On my machine (Win 10 64, VJE v. 1.8), this crashes the editor.
Example schema:
Steps to reproduce:
On my machine (Win 10 64, VJE v. 1.8), this crashes the editor.