Child: [8d7ecf] (diff)

Download this file

data-measure.json    30 lines (29 with data), 446 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "dataMeasure",
"base": "PersistedModel",
"idInjection": true,
"options": {
"validateUpsert": true
},
"properties": {
"_did": {
"type": "string"
},
"_sid": {
"type": "string"
},
"data": {
"type": "number"
},
"timestamp": {
"type": "string"
},
"status": {
"type": "string"
}
},
"validations": [],
"relations": {},
"acls": [],
"methods": {}
}