Guest User

Untitled

a guest
Jan 19th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. {
  2. "Id": "5a6238dbccf20b38b0db6cf2",
  3. "Title": "Simple Document",
  4. "Layout": {
  5. "Name": "Simple Document Layout",
  6. "Tabs": [
  7. {
  8. "Name": "Tab1",
  9. "Sections": [
  10. {
  11. "Name": "Tab1-Section1",
  12. "Sets": [
  13. {
  14. "Id": 1
  15. }
  16. ]
  17. }
  18. ]
  19. }
  20. ]
  21. }
  22. }
  23.  
  24. {
  25. "Id": "5a6238dbccf20b38b0db6abc",
  26. "Title": "Complex Document",
  27. "Layout": {
  28. "Name": "Complex Document Layout",
  29. "Tabs": [
  30. {
  31. "Name": "Tab1",
  32. "Sections": [
  33. {
  34. "Name": "Tab1-Section1",
  35. "Sets": [
  36. {
  37. "Id": 1
  38. }
  39. ]
  40. },
  41. {
  42. "Name": "Tab1-Section2",
  43. "Sets": [
  44. {
  45. "Id": 1
  46. }
  47. ]
  48. }
  49. ]
  50. },
  51. {
  52. "Name": "Tab2",
  53. "Sections": [
  54. {
  55. "Name": "Tab2-Section1",
  56. "Sets": [
  57. {
  58. "Id": 1
  59. }
  60. ]
  61. }
  62. ]
  63. },
  64. {
  65. "Name": "Tab3",
  66. "Sections": [
  67. {
  68. "Name": "Tab3-Section1",
  69. "Sets": [
  70. {
  71. "Id": 1
  72. },
  73. {
  74. "Id": 2
  75. }
  76. ]
  77. }
  78. ]
  79. }
  80. ]
  81. }
  82. }
Add Comment
Please, Sign In to add comment