Archived
2

added model templates

This commit is contained in:
VLE2FE
2020-08-19 13:48:47 +02:00
parent 656795f02c
commit e8529c2b23
10 changed files with 560 additions and 35 deletions

View File

@ -678,13 +678,40 @@
"__v": 0
}
],
"models": [
"model_files": [
{
"_id": {"$oid":"140000000000000000000001"},
"name": "modela",
"data": {"buffer": "binary data"}
}
],
"models": [
{
"group": "VN",
"models": [
{
"name": "Model A",
"url": "http://model-a.com",
"label": "ml/g"
},
{
"name": "Model B",
"url": "http://model-b.com",
"label": "ml/g"
}
]
},
{
"group": "Moisture",
"models": [
{
"name": "Model 1",
"url": "http://model-1.com",
"label": "weight %"
}
]
}
],
"users": [
{
"_id": {"$oid":"000000000000000000000001"},