Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. {
  2. "plugins": {
  3. "buildinfo": {
  4. }
  5. },
  6. "root": "metadata",
  7. "nodes": {
  8. "metadata": {
  9. "properties": {
  10. "configuration": {
  11. "type": {
  12. "reference": "false",
  13. "array": "true",
  14. "object": "configuration"
  15. }
  16. }
  17. }
  18. },
  19. "configuration": {
  20. "properties": {
  21. "entityName": {
  22. "type": {
  23. "type": "string"
  24. }
  25. },
  26. "parameters": {
  27. "type": {
  28. "reference": "false",
  29. "array": "true",
  30. "object": "entityConfigParameter"
  31. }
  32. },
  33. "properties": {
  34. "type": {
  35. "reference": "false",
  36. "array": "true",
  37. "object": "propertyConfig"
  38. }
  39. }
  40. }
  41. },
  42. "propertyConfig": {
  43. "properties": {
  44. "name": {
  45. "type": {
  46. "type": "string"
  47. }
  48. },
  49. "parameters": {
  50. "type": {
  51. "reference": "false",
  52. "array": "true",
  53. "object": "configParameter"
  54. }
  55. }
  56. }
  57. },
  58. "entityConfigParameter": {
  59. "properties": {
  60. "key": {
  61. "type": {
  62. "type": "string"
  63. }
  64. },
  65. "value": {
  66. "type": {
  67. "type": "string"
  68. }
  69. }
  70. }
  71. },
  72. "configParameter": {
  73. "properties": {
  74. "key": {
  75. "type": {
  76. "type": "string"
  77. }
  78. },
  79. "value": {
  80. "type": {
  81. "type": "string"
  82. }
  83. }
  84. }
  85. }
  86. }
  87. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement