jsongraph / json-graph-specification

A proposal for representing graph structure (nodes / edges) in JSON.
http://jsongraphformat.info/
Other
449 stars 35 forks source link

fix(json-graph-schema_v2.json): Correct node definition #56

Open bockel opened 2 years ago

bockel commented 2 years ago

Move the additionalProperties JSON Schema property into the parent node type definition.

The current node additionalProperties is located in the properties object with an unsupported JSON Scheme type definition. This patch should fix #55 as well as many JSON Schema validation engines.