Guest User

Untitled

a guest
Jan 10th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.75 KB | None | 0 0
  1. [  
  2.    {  
  3.       "id":1,
  4.       "root":true,
  5.       "canExpand":true,
  6.       "data":{  
  7.          "title":"New inspection"
  8.       },
  9.       "nodes":[  
  10.          {  
  11.             "id":2,
  12.             "type":"stage",
  13.             "data":{  
  14.                "title":"New stage"
  15.             },
  16.             "nodes":[  
  17.                {  
  18.                   "id":3,
  19.                   "nodes":[  
  20.  
  21.                   ],
  22.                   "canAdd":false,
  23.                   "canExpand":true,
  24.                   "type":"section",
  25.                   "icon":"fa fa-folder-open",
  26.                   "data":{  
  27.                      "title":"New section"
  28.                   }
  29.                },
  30.                {  
  31.                   "id":4,
  32.                   "nodes":[  
  33.  
  34.                   ],
  35.                   "canAdd":false,
  36.                   "canExpand":false,
  37.                   "type":"check",
  38.                   "icon":"fa fa-calendar-check-o",
  39.                   "data":{  
  40.                      "title":"BEFORE",
  41.                      "statusGroup":"moose",
  42.                      "stockResponse":"BEFORE"
  43.                   }
  44.                },
  45.                {  
  46.                   "id":5,
  47.                   "nodes":[  
  48.  
  49.                   ],
  50.                   "canAdd":false,
  51.                   "canExpand":false,
  52.                   "type":"comment",
  53.                   "icon":"fa fa-commenting",
  54.                   "data":{  
  55.                      "title":"New comment"
  56.                   }
  57.                },
  58.                {  
  59.                   "id":6,
  60.                   "nodes":[  
  61.  
  62.                   ],
  63.                   "canAdd":false,
  64.                   "canExpand":false,
  65.                   "type":"measurement",
  66.                   "icon":"fa fa-tachometer",
  67.                   "unit-type":"test123",
  68.                   "data":{  
  69.                      "title":"New measurement"
  70.                   }
  71.                },
  72.                {  
  73.                   "id":7,
  74.                   "nodes":[  
  75.  
  76.                   ],
  77.                   "canAdd":false,
  78.                   "canExpand":false,
  79.                   "type":"signature",
  80.                   "icon":"fa fa-pencil-square-o",
  81.                   "data":{  
  82.                      "title":"New signature",
  83.                      "description":""
  84.                   }
  85.                }
  86.             ],
  87.             "canExpand":true,
  88.             "css":"background:#505659; color: white;"
  89.          },
  90.          {  
  91.             "id":8,
  92.             "canExpand":true,
  93.             "css":"background:#505659; color: white;",
  94.             "data":{  
  95.                "title":"New stage"
  96.             },
  97.             "nodes":[  
  98.                {  
  99.                   "id":9,
  100.                   "nodes":[  
  101.  
  102.                   ],
  103.                   "canAdd":false,
  104.                   "canExpand":false,
  105.                   "type":"check",
  106.                   "icon":"fa fa-calendar-check-o",
  107.                   "data":{  
  108.                      "title":"New check",
  109.                      "stockResponse":""
  110.                   }
  111.                },
  112.                {  
  113.                   "id":10,
  114.                   "nodes":[  
  115.  
  116.                   ],
  117.                   "canAdd":false,
  118.                   "canExpand":false,
  119.                   "type":"comment",
  120.                   "icon":"fa fa-commenting",
  121.                   "data":{  
  122.                      "title":"New comment"
  123.                   }
  124.                },
  125.                {  
  126.                   "id":11,
  127.                   "nodes":[  
  128.                      {  
  129.                         "id":12,
  130.                         "nodes":[  
  131.  
  132.                         ],
  133.                         "canAdd":false,
  134.                         "canExpand":false,
  135.                         "type":"signature",
  136.                         "icon":"fa fa-pencil-square-o",
  137.                         "data":{  
  138.                            "title":"New signature",
  139.                            "description":""
  140.                         }
  141.                      },
  142.                      {  
  143.                         "id":13,
  144.                         "nodes":[  
  145.  
  146.                         ],
  147.                         "canAdd":false,
  148.                         "canExpand":false,
  149.                         "type":"measurement",
  150.                         "icon":"fa fa-tachometer",
  151.                         "data":{  
  152.                            "title":"New measuremnet"
  153.                         }
  154.                      }
  155.                   ],
  156.                   "canAdd":false,
  157.                   "canExpand":true,
  158.                   "type":"section",
  159.                   "icon":"fa fa-folder-open",
  160.                   "data":{  
  161.                      "title":"New section"
  162.                   }
  163.                }
  164.             ]
  165.          }
  166.       ]
  167.    }
  168. ]
Add Comment
Please, Sign In to add comment