schemas documentation updated authored by Elbez Hammouda's avatar Elbez Hammouda
...@@ -48,8 +48,12 @@ In this collection, there are two schemas. The first one contains information ab ...@@ -48,8 +48,12 @@ In this collection, there are two schemas. The first one contains information ab
{ {
"properties" : { "properties" : {
"_id" : { "bsonType": "objectId" }, // id "_id" : { "bsonType": "objectId" }, // id
"n" : { "bsonType": "string" }, // simulation name "n" : { "bsonType": "string" }, // simulation name
"L:N" : { "<JSON>" }, // layer name : neuron id "L:N" : { // layer name : neuron id
"Layer1_name": { "bsonType": "int" },
"Layer2_name": { "bsonType": "int" },
...
},
"T" : { "bsonType": "string" }, // simulation date "T" : { "bsonType": "string" }, // simulation date
"D" : { "bsonType": "string" } // dataset name "D" : { "bsonType": "string" } // dataset name
} }
... ...
......