Commit 09608afb authored by Jérome Perrin's avatar Jérome Perrin

File Format: references must be relatives to #/class_definition

parent 4d12d377
......@@ -413,7 +413,7 @@
"shape" : "rectangle",
"description" : "A station where entities exits from the system",
"allOf" : [{
"$ref" : "#/class_definition/node"
"$ref" : "#/node"
}, {
"type" : "object",
"properties" : {
......@@ -434,7 +434,7 @@
"_class" : "node",
"description" : "A buffer where entites can be hold until the next station is ready to process them",
"allOf" : [{
"$ref" : "#/class_definition/node"
"$ref" : "#/node"
}, {
"type" : "object",
"properties" : {
......@@ -467,7 +467,7 @@
"description" : "A station processing items for some time given by a distribution",
"_class" : "node",
"allOf" : [{
"$ref" : "#/class_definition/node"
"$ref" : "#/node"
}, {
"type" : "object",
"properties" : {
......@@ -497,7 +497,7 @@
"_class" : "node",
"description" : "A station creating entities",
"allOf" : [{
"$ref" : "#/class_definition/node"
"$ref" : "#/node"
}, {
"type" : "object",
"properties" : {
......@@ -530,7 +530,7 @@
"_class" : "node",
"description" : "Attainment",
"allOf" : [{
"$ref" : "#/class_definition/node"
"$ref" : "#/node"
}, {
"type" : "object",
"properties" : {
......@@ -588,7 +588,7 @@
"_class" : "node",
"description" : "A resource that repairs stations in failure",
"allOf" : [{
"$ref" : "#/class_definition/node"
"$ref" : "#/node"
}, {
"type" : "object",
"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