Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. {
  2. "NODE_A": {
  3. "Properties": [
  4. {
  5. "type": "node",
  6. "update": 3,
  7. "topic": "NODE_A"
  8. }
  9. ],
  10. "NODE_B": {
  11. "Properties": [
  12. {
  13. "type": "node",
  14. "update": 2,
  15. "topic": "NODE_A/NODE_B"
  16. }
  17. ],
  18. "NODE_E": {
  19. "Properties": [
  20. {
  21. "type": "node",
  22. "update":1,
  23. "topic": "NODE_A/NODE_B/NODE_E"
  24. }
  25. ],
  26. "VAR3": {
  27. "Properties": [
  28. {
  29. "type": "variable",
  30. "update": 4,
  31. "topic": "NODE_A/NODE_B/NODE_E/VAR3"
  32. }
  33. ],
  34. "name": "var3",
  35. "type": "Int",
  36. "value": 33
  37. },
  38. "VAR4": {
  39. "Properties": [
  40. {
  41. "type": "variable",
  42. "update":3,
  43. "topic": "NODE_A/NODE_B/NODE_E/VAR4"
  44. }
  45. ],
  46. "name": "var4",
  47. "type": "Boolean",
  48. "value": true
  49. }
  50. },
  51. "NODE_F": {
  52. "Properties": [
  53. {
  54. "type": "node",
  55. "update": 2,
  56. "topic": "NODE_A/NODE_B/NODE_F"
  57. }
  58. ],
  59. "File1": {
  60. "Properties": [
  61. {
  62. "type": "file",
  63. "sort": "download",
  64. "update": 7,
  65. "topic": "NODE_A/NODE_B/NODE_F/FILES"
  66. }
  67. ]
  68. },
  69. "VAR5": {
  70. "Properties": [
  71. {
  72. "type": "variable",
  73. "update": 3,
  74. "topic": "NODE_A/NODE_B/NODE_F/VAR5"
  75. }
  76. ],
  77. "name": "var5",
  78. "type": "Int",
  79. "value": 33
  80. }
  81. }
  82. },
  83. "NODE_C": {
  84. "Properties": [
  85. {
  86. "type": "node",
  87. "update": 3,
  88. "topic": "NODE_A/NODE_C"
  89. }
  90. ],
  91. "File2": {
  92. "Properties": [
  93. {
  94. "type": "file",
  95. "sort": "upload",
  96. "update": 7,
  97. "topic": "NODE_A/NODE_C/FILES"
  98. }
  99. ]
  100. },
  101. "VAR6": {
  102. "Properties": [
  103. {
  104. "type": "variable",
  105. "update": 3,
  106. "topic": "NODE_A/NODE_C/VAR6"
  107. }
  108. ],
  109. "name": "var6",
  110. "type": "Int",
  111. "value": 33
  112. }
  113. },
  114. "File3": {
  115. "Properties": [
  116. {
  117. "type": "file",
  118. "sort": "download",
  119. "update": 7,
  120. "topic": "NODE_A/FILES"
  121. }
  122. ]
  123. },
  124. "VAR1": {
  125. "Properties": [
  126. {
  127. "type": "variable",
  128. "update": 2,
  129. "topic": "NODE_A/VAR1"
  130. }
  131. ],
  132. "name": "var1",
  133. "type": "Int",
  134. "value": 33
  135. },
  136. "VAR2": {
  137. "Properties": [
  138. {
  139. "type": "variable",
  140. "update": 1,
  141. "topic": "NODE_A/VAR2"
  142. }
  143. ],
  144. "name": "var2",
  145. "type": "String",
  146. "value": "Dave"
  147. },
  148. "VAR8": {
  149. "Properties": [
  150. {
  151. "type": "variable",
  152. "update": 3,
  153. "topic": "NODE_A/VAR8"
  154. }
  155. ],
  156. "name": "var8",
  157. "type": "Boolean",
  158. "value": true
  159. }
  160. }
  161. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement