Advertisement
Guest User

Untitled

a guest
Jul 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.74 KB | None | 0 0
  1. {
  2.     "properties": {
  3.         "id": {
  4.             "$id": "/properties/id",
  5.             "type": "string"
  6.         },
  7.         "timestamp": {
  8.             "$id": "/properties/timestamp",
  9.             "type": "integer"
  10.         },
  11.         "telemetries": {
  12.             "$id": "/properties/telemetries",
  13.             "type": "array",
  14.             "items": {
  15.                 "$id": "/properties/telemetries/items",
  16.                 "type": "object",
  17.                 "properties": {
  18.                     "metric": {
  19.                         "type": "string"
  20.                     },
  21.                     "uom": {
  22.                         "$id": "/properties/telemetries/items/properties/uom",
  23.                         "type": "string"
  24.                     },
  25.                     "value": {
  26.                         "$id": "/properties/telemetries/items/properties/value",
  27.                         "type": "string"
  28.                     },
  29.                     "type": {
  30.                         "$id": "/properties/telemetries/items/properties/type",
  31.                         "type": "string"
  32.                     }
  33.                 }
  34.             }
  35.         }
  36.     }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement