Commit af51139c authored by Jérome Perrin's avatar Jérome Perrin

fixup! expandSchema: fix references definitions

parent 65339972
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
"_class": "edge", "_class": "edge",
"allOf": [ "allOf": [
{ {
"$ref": "#edge" "$ref": "#/edge"
}, },
{ {
"properties": { "properties": {
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
"_class": "node", "_class": "node",
"allOf": [ "allOf": [
{ {
"$ref": "#node" "$ref": "#/node"
}, },
{ {
"properties": { "properties": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment