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