schema references to generic nodes and edges corrected

parent d3e55918
...@@ -360,7 +360,7 @@ ...@@ -360,7 +360,7 @@
"Dream.Edge" : { "Dream.Edge" : {
"_class" : "edge", "_class" : "edge",
"allOf" : [{ "allOf" : [{
"$ref" : "#/class_definition/edge" "$ref" : "#/edge"
} }
], ],
"description" : "Connect stations together" "description" : "Connect stations together"
...@@ -372,7 +372,7 @@ ...@@ -372,7 +372,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" : {
...@@ -393,7 +393,7 @@ ...@@ -393,7 +393,7 @@
"_class" : "node", "_class" : "node",
"description" : "A buffer where entities can be hold until the next station is ready to process them", "description" : "A buffer where entities 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" : {
...@@ -422,7 +422,7 @@ ...@@ -422,7 +422,7 @@
"_class" : "node", "_class" : "node",
"description" : "A buffer where entities of the same group can be held until the next station is ready to process them. Entities of other groups cannot be accepted", "description" : "A buffer where entities of the same group can be held until the next station is ready to process them. Entities of other groups cannot be accepted",
"allOf" : [{ "allOf" : [{
"$ref" : "#/class_definition/node" "$ref" : "#/node"
}, { }, {
"type" : "object", "type" : "object",
"properties" : { "properties" : {
...@@ -451,7 +451,7 @@ ...@@ -451,7 +451,7 @@
"_class" : "node", "_class" : "node",
"description" : "Attainment", "description" : "Attainment",
"allOf" : [{ "allOf" : [{
"$ref" : "#/class_definition/node" "$ref" : "#/node"
}, { }, {
"type" : "object", "type" : "object",
"properties" : { "properties" : {
...@@ -509,7 +509,7 @@ ...@@ -509,7 +509,7 @@
"_class" : "node", "_class" : "node",
"description" : "A station creating batches", "description" : "A station creating batches",
"allOf" : [{ "allOf" : [{
"$ref" : "#/class_definition/node" "$ref" : "#/node"
}, { }, {
"type" : "object", "type" : "object",
"properties" : { "properties" : {
...@@ -543,7 +543,7 @@ ...@@ -543,7 +543,7 @@
"description" : "A station that assembles sub-batches back into a parent batch ", "description" : "A station that assembles sub-batches back into a parent batch ",
"_class" : "node", "_class" : "node",
"allOf" : [{ "allOf" : [{
"$ref" : "#/class_definition/node" "$ref" : "#/node"
}, { }, {
"type" : "object", "type" : "object",
"properties" : { "properties" : {
...@@ -569,7 +569,7 @@ ...@@ -569,7 +569,7 @@
"name" : "Decomposition", "name" : "Decomposition",
"description" : "A station that decomposes batches into sub-batches", "description" : "A station that decomposes batches into sub-batches",
"allOf" : [{ "allOf" : [{
"$ref" : "#/class_definition/node" "$ref" : "#/node"
}, { }, {
"type" : "object", "type" : "object",
"properties" : { "properties" : {
...@@ -595,7 +595,7 @@ ...@@ -595,7 +595,7 @@
"description" : "A station processing batches for some time given by a distribution provided by the entities that are processed. A random number of batch units is scrapped", "description" : "A station processing batches for some time given by a distribution provided by the entities that are processed. A random number of batch units is scrapped",
"_class" : "node", "_class" : "node",
"allOf" : [{ "allOf" : [{
"$ref" : "#/class_definition/node" "$ref" : "#/node"
}, { }, {
"type" : "object", "type" : "object",
"properties" : { "properties" : {
......
...@@ -376,7 +376,7 @@ ...@@ -376,7 +376,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" : {
...@@ -397,7 +397,7 @@ ...@@ -397,7 +397,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" : {
...@@ -426,7 +426,7 @@ ...@@ -426,7 +426,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" : {
...@@ -461,7 +461,7 @@ ...@@ -461,7 +461,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" : {
...@@ -494,7 +494,7 @@ ...@@ -494,7 +494,7 @@
"_class" : "node", "_class" : "node",
"description" : "Attainment", "description" : "Attainment",
"allOf" : [{ "allOf" : [{
"$ref" : "#/class_definition/node" "$ref" : "#/node"
}, { }, {
"type" : "object", "type" : "object",
"properties" : { "properties" : {
...@@ -552,7 +552,7 @@ ...@@ -552,7 +552,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