1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-05-11 19:29:16 +08:00
Mainflux.mainflux/schema/deviceTemplate.json
Drasko DRASKOVIC 106c8996d4 Add schema
Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
2016-09-20 21:55:48 +02:00

19 lines
492 B
JSON

{
"id": "88fce370-1c68-11e6-8610-27f9510f1a02",
"name": "Some Device",
"description": "Longer description for Some Device",
"visibility": "private",
"status": "enabled",
"tags": [ "lorem", "ipsum" ],
"location": {
"name": "Storage Room",
"latitude": -37.9788423562422,
"longitude": -57.5478776916862,
"elevation": 5
},
"created": "2014-09-01T10:00:00.764Z",
"updated": "2014-09-02T10:00:00.245Z",
"metadata": {}
}