jsongraph/json-graph-specification

Create definitions for nodes and edges using $ref

abargnesi opened this issue · 0 comments

Nodes and edges should be pulled out as definitions in the JSON schema. The purpose of this is to allow fine-grained references (e.g. $ref JSON Pointers) to definitions of a node and edge.

This will allow child schemas to reuse these definitions.