Advertisement
Guest User

drill_params

a guest
Nov 23rd, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.49 KB | None | 0 0
  1.       "drill_params": [
  2.        
  3.     {
  4.                     "type": "UINT",
  5.                     "field_length": "0"
  6.                 },
  7.                 {
  8.                     "type": "UINT",
  9.                     "field_width": "0"
  10.                 },
  11.          {
  12.                     "type": "LIST",
  13.                     "form": [
  14.                         "circle",
  15.                         "triangle",
  16.                         "square"
  17.                     ]
  18.                 }
  19.             ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement