Guest User

Untitled

a guest
Nov 17th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [
  2.   {
  3.     "name": "CH 1",
  4.     "labels": [
  5.       {
  6.         "name": "label1",
  7.         "type": "text"
  8.       },
  9.       {
  10.         "name": "label2",
  11.         "type": "number",
  12.         "format": "###"
  13.       }      
  14.     ]
  15.   },
  16.   {
  17.     "name": "CH 2",
  18.     "labels": [
  19.       {
  20.         "name": "label1",
  21.         "type": "list",
  22.         "options": [
  23.           "option1", "option 2"
  24.         ]
  25.       }
  26.     ]
  27.   }
  28. ]
Add Comment
Please, Sign In to add comment