underpost 2.7.83 → 2.7.92

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/.github/workflows/ghpkg.yml +41 -1
  2. package/.github/workflows/pwa-microservices-template.page.yml +54 -0
  3. package/.vscode/settings.json +7 -0
  4. package/CHANGELOG.md +64 -16
  5. package/bin/cron.js +47 -0
  6. package/bin/db.js +60 -7
  7. package/bin/deploy.js +358 -26
  8. package/bin/file.js +18 -1
  9. package/bin/hwt.js +59 -0
  10. package/bin/index.js +1 -1
  11. package/bin/util.js +31 -1
  12. package/conf.js +46 -8
  13. package/docker-compose.yml +1 -1
  14. package/package.json +133 -133
  15. package/src/api/core/core.router.js +9 -9
  16. package/src/api/core/core.service.js +12 -4
  17. package/src/api/default/default.service.js +4 -4
  18. package/src/api/file/file.service.js +3 -3
  19. package/src/api/user/user.service.js +10 -8
  20. package/src/client/components/core/404.js +20 -0
  21. package/src/client/components/core/500.js +20 -0
  22. package/src/client/{ssr/common → components/core}/Alert.js +13 -11
  23. package/src/client/components/core/CommonJs.js +3 -0
  24. package/src/client/components/core/CssCore.js +30 -3
  25. package/src/client/components/core/Docs.js +110 -10
  26. package/src/client/components/core/LoadingAnimation.js +4 -2
  27. package/src/client/components/core/Modal.js +223 -22
  28. package/src/client/components/core/Panel.js +1 -1
  29. package/src/client/components/core/PanelForm.js +2 -1
  30. package/src/client/components/core/Responsive.js +34 -5
  31. package/src/client/components/core/RichText.js +4 -2
  32. package/src/client/components/core/Translate.js +21 -5
  33. package/src/client/components/core/VanillaJs.js +2 -1
  34. package/src/client/components/core/WebComponent.js +44 -0
  35. package/src/client/components/core/Worker.js +15 -18
  36. package/src/client/components/default/MenuDefault.js +68 -0
  37. package/src/client/components/default/RoutesDefault.js +2 -0
  38. package/src/client/public/default/plantuml/client-conf.svg +1 -1
  39. package/src/client/public/default/plantuml/client-schema.svg +1 -1
  40. package/src/client/public/default/plantuml/cron-conf.svg +1 -1
  41. package/src/client/public/default/plantuml/cron-schema.svg +1 -1
  42. package/src/client/public/default/plantuml/server-conf.svg +1 -1
  43. package/src/client/public/default/plantuml/server-schema.svg +1 -1
  44. package/src/client/public/default/plantuml/ssr-conf.svg +1 -1
  45. package/src/client/public/default/plantuml/ssr-schema.svg +1 -1
  46. package/src/client/public/default/site.webmanifest +69 -0
  47. package/src/client/ssr/Render.js +1 -6
  48. package/src/client/ssr/{components/body → body}/CacheControl.js +1 -1
  49. package/src/client/ssr/head/Production.js +1 -0
  50. package/src/client/ssr/head/Pwa.js +146 -0
  51. package/src/client/ssr/head/Seo.js +14 -0
  52. package/src/client/ssr/mailer/DefaultRecoverEmail.js +21 -0
  53. package/src/client/ssr/mailer/DefaultVerifyEmail.js +17 -0
  54. package/src/client/ssr/offline/NoNetworkConnection.js +65 -0
  55. package/src/client/ssr/pages/Test.js +196 -0
  56. package/src/client/ssr/pages/maintenance.js +14 -0
  57. package/src/client/ssr/pages/offline.js +21 -0
  58. package/src/client/sw/default.sw.js +44 -165
  59. package/src/db/DataBaseProvider.js +12 -1
  60. package/src/db/mongo/MongooseDB.js +0 -1
  61. package/src/mailer/EmailRender.js +2 -4
  62. package/src/mailer/MailerProvider.js +4 -1
  63. package/src/runtime/lampp/Lampp.js +9 -9
  64. package/src/server/backup.js +82 -70
  65. package/src/server/client-build.js +133 -155
  66. package/src/server/client-formatted.js +2 -4
  67. package/src/server/conf.js +114 -23
  68. package/src/server/crypto.js +91 -0
  69. package/src/server/dns.js +48 -16
  70. package/src/server/network.js +94 -7
  71. package/src/server/proxy.js +26 -28
  72. package/src/server/runtime.js +42 -12
  73. package/src/server/ssl.js +2 -2
  74. package/src/client/ssr/common/SsrCore.js +0 -91
  75. package/src/client/ssr/common/Translate.js +0 -26
  76. package/src/client/ssr/common/Worker.js +0 -28
  77. package/src/client/ssr/components/head/PwaDefault.js +0 -60
  78. package/src/client/ssr/offline/default.index.js +0 -31
  79. package/src/cron.js +0 -30
  80. package/src/server/cron.js +0 -35
  81. /package/src/client/ssr/{components/body → body}/DefaultSplashScreen.js +0 -0
  82. /package/src/client/ssr/{components/email → email}/DefaultRecoverEmail.js +0 -0
  83. /package/src/client/ssr/{components/email → email}/DefaultVerifyEmail.js +0 -0
  84. /package/src/client/ssr/{components/head → head}/Css.js +0 -0
  85. /package/src/client/ssr/{components/head → head}/DefaultScripts.js +0 -0
@@ -1 +1 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentStyleType="text/css" height="323px" preserveAspectRatio="none" style="width:1194px;height:323px;background:#FFFFFF;" version="1.1" viewBox="0 0 1194 323" width="1194px" zoomAndPan="magnify"><defs/><g><rect fill="#F1F1F1" height="43.2188" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="128" x="10" y="125.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="15" y="142.0332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="38" x="95" y="142.0332">object</text><line style="stroke:#000000;stroke-width:1.0;" x1="90" x2="90" y1="125.5" y2="147.1094"/><line style="stroke:#000000;stroke-width:1.0;" x1="10" x2="138" y1="147.1094" y2="147.1094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="70" x="15" y="163.6426">properties</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="95" y="163.6426">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="90" x2="90" y1="147.1094" y2="168.7188"/><rect fill="none" height="43.2188" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="128" x="10" y="125.5"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="80" x="175" y="147"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="48" x="180" y="163.5332">default</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="238" y="163.5332">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="233" x2="233" y1="147" y2="168.6094"/><rect fill="none" height="21.6094" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="80" x="175" y="147"/><rect fill="#F1F1F1" height="43.2188" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="128" x="292" y="136.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="297" y="153.0332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="38" x="377" y="153.0332">object</text><line style="stroke:#000000;stroke-width:1.0;" x1="372" x2="372" y1="136.5" y2="158.1094"/><line style="stroke:#000000;stroke-width:1.0;" x1="292" x2="420" y1="158.1094" y2="158.1094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="70" x="297" y="174.6426">properties</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="377" y="174.6426">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="372" x2="372" y1="158.1094" y2="179.7188"/><rect fill="none" height="43.2188" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="128" x="292" y="136.5"/><rect fill="#F1F1F1" height="108.0469" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="118" x="457" y="115"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="63" x="462" y="131.5332">metadata</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="558" y="131.5332">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="553" x2="553" y1="115" y2="136.6094"/><line style="stroke:#000000;stroke-width:1.0;" x1="457" x2="575" y1="136.6094" y2="136.6094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="86" x="462" y="153.1426">components</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="558" y="153.1426">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="553" x2="553" y1="136.6094" y2="158.2188"/><line style="stroke:#000000;stroke-width:1.0;" x1="457" x2="575" y1="158.2188" y2="158.2188"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="39" x="462" y="174.752">views</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="558" y="174.752">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="553" x2="553" y1="158.2188" y2="179.8281"/><line style="stroke:#000000;stroke-width:1.0;" x1="457" x2="575" y1="179.8281" y2="179.8281"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="34" x="462" y="196.3613">dists</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="558" y="196.3613">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="553" x2="553" y1="179.8281" y2="201.4375"/><line style="stroke:#000000;stroke-width:1.0;" x1="457" x2="575" y1="201.4375" y2="201.4375"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="57" x="462" y="217.9707">services</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="558" y="217.9707">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="553" x2="553" y1="201.4375" y2="223.0469"/><rect fill="none" height="108.0469" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="118" x="457" y="115"/><rect fill="#F1F1F1" height="43.2188" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="128" x="612" y="21.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="617" y="38.0332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="38" x="697" y="38.0332">object</text><line style="stroke:#000000;stroke-width:1.0;" x1="692" x2="692" y1="21.5" y2="43.1094"/><line style="stroke:#000000;stroke-width:1.0;" x1="612" x2="740" y1="43.1094" y2="43.1094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="70" x="617" y="59.6426">properties</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="697" y="59.6426">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="692" x2="692" y1="43.1094" y2="64.7188"/><rect fill="none" height="43.2188" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="128" x="612" y="21.5"/><rect fill="#F1F1F1" height="43.2188" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="156" x="777" y="28.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="26" x="782" y="45.0332">title</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="916" y="45.0332">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="911" x2="911" y1="28.5" y2="50.1094"/><line style="stroke:#000000;stroke-width:1.0;" x1="777" x2="933" y1="50.1094" y2="50.1094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="124" x="782" y="66.6426">backgroundImage</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="916" y="66.6426">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="911" x2="911" y1="50.1094" y2="71.7188"/><rect fill="none" height="43.2188" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="156" x="777" y="28.5"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="85" x="972.5" y="10"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="977.5" y="26.5332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="35" x="1017.5" y="26.5332">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1012.5" x2="1012.5" y1="10" y2="31.6094"/><rect fill="none" height="21.6094" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="85" x="972.5" y="10"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="85" x="972.5" y="50"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="977.5" y="66.5332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="35" x="1017.5" y="66.5332">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1012.5" x2="1012.5" y1="50" y2="71.6094"/><rect fill="none" height="21.6094" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="85" x="972.5" y="50"/><rect fill="#F1F1F1" height="43.2188" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="128" x="612" y="85.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="617" y="102.0332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="38" x="697" y="102.0332">object</text><line style="stroke:#000000;stroke-width:1.0;" x1="692" x2="692" y1="85.5" y2="107.1094"/><line style="stroke:#000000;stroke-width:1.0;" x1="612" x2="740" y1="107.1094" y2="107.1094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="70" x="617" y="123.6426">properties</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="697" y="123.6426">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="692" x2="692" y1="107.1094" y2="128.7188"/><rect fill="none" height="43.2188" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="128" x="612" y="85.5"/><rect fill="#F1F1F1" height="43.2188" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="80" x="815" y="101.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="820" y="118.0332">core</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="878" y="118.0332">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="873" x2="873" y1="101.5" y2="123.1094"/><line style="stroke:#000000;stroke-width:1.0;" x1="815" x2="895" y1="123.1094" y2="123.1094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="48" x="820" y="139.6426">default</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="878" y="139.6426">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="873" x2="873" y1="123.1094" y2="144.7188"/><rect fill="none" height="43.2188" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="80" x="815" y="101.5"/><rect fill="#F1F1F1" height="43.2188" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="90" x="970" y="90.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="975" y="107.0332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="33" x="1022" y="107.0332">array</text><line style="stroke:#000000;stroke-width:1.0;" x1="1017" x2="1017" y1="90.5" y2="112.1094"/><line style="stroke:#000000;stroke-width:1.0;" x1="970" x2="1060" y1="112.1094" y2="112.1094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="37" x="975" y="128.6426">items</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1022" y="128.6426">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1017" x2="1017" y1="112.1094" y2="133.7188"/><rect fill="none" height="43.2188" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="90" x="970" y="90.5"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="85" x="1097" y="112"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="1102" y="128.5332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="35" x="1142" y="128.5332">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1137" x2="1137" y1="112" y2="133.6094"/><rect fill="none" height="21.6094" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="85" x="1097" y="112"/><rect fill="#F1F1F1" height="43.2188" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="90" x="970" y="151.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="975" y="168.0332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="33" x="1022" y="168.0332">array</text><line style="stroke:#000000;stroke-width:1.0;" x1="1017" x2="1017" y1="151.5" y2="173.1094"/><line style="stroke:#000000;stroke-width:1.0;" x1="970" x2="1060" y1="173.1094" y2="173.1094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="37" x="975" y="189.6426">items</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1022" y="189.6426">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1017" x2="1017" y1="173.1094" y2="194.7188"/><rect fill="none" height="43.2188" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="90" x="970" y="151.5"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="85" x="1097" y="173"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="1102" y="189.5332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="35" x="1142" y="189.5332">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1137" x2="1137" y1="173" y2="194.6094"/><rect fill="none" height="21.6094" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="85" x="1097" y="173"/><rect fill="#F1F1F1" height="43.2188" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="90" x="631" y="146.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="636" y="163.0332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="33" x="683" y="163.0332">array</text><line style="stroke:#000000;stroke-width:1.0;" x1="678" x2="678" y1="146.5" y2="168.1094"/><line style="stroke:#000000;stroke-width:1.0;" x1="631" x2="721" y1="168.1094" y2="168.1094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="37" x="636" y="184.6426">items</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="683" y="184.6426">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="678" x2="678" y1="168.1094" y2="189.7188"/><rect fill="none" height="43.2188" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="90" x="631" y="146.5"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="88" x="811" y="168"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="816" y="184.5332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="38" x="856" y="184.5332">object</text><line style="stroke:#000000;stroke-width:1.0;" x1="851" x2="851" y1="168" y2="189.6094"/><rect fill="none" height="21.6094" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="88" x="811" y="168"/><rect fill="#F1F1F1" height="43.2188" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="90" x="631" y="207.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="636" y="224.0332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="33" x="683" y="224.0332">array</text><line style="stroke:#000000;stroke-width:1.0;" x1="678" x2="678" y1="207.5" y2="229.1094"/><line style="stroke:#000000;stroke-width:1.0;" x1="631" x2="721" y1="229.1094" y2="229.1094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="37" x="636" y="245.6426">items</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="683" y="245.6426">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="678" x2="678" y1="229.1094" y2="250.7188"/><rect fill="none" height="43.2188" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="90" x="631" y="207.5"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="88" x="811" y="229"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="816" y="245.5332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="38" x="856" y="245.5332">object</text><line style="stroke:#000000;stroke-width:1.0;" x1="851" x2="851" y1="229" y2="250.6094"/><rect fill="none" height="21.6094" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="88" x="811" y="229"/><rect fill="#F1F1F1" height="43.2188" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="90" x="631" y="268.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="636" y="285.0332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="33" x="683" y="285.0332">array</text><line style="stroke:#000000;stroke-width:1.0;" x1="678" x2="678" y1="268.5" y2="290.1094"/><line style="stroke:#000000;stroke-width:1.0;" x1="631" x2="721" y1="290.1094" y2="290.1094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="37" x="636" y="306.6426">items</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="683" y="306.6426">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="678" x2="678" y1="290.1094" y2="311.7188"/><rect fill="none" height="43.2188" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="90" x="631" y="268.5"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="85" x="812.5" y="290"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="817.5" y="306.5332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="35" x="857.5" y="306.5332">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="852.5" x2="852.5" y1="290" y2="311.6094"/><rect fill="none" height="21.6094" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="85" x="812.5" y="290"/><path d="M921,39 L934,39 C946.8082,39 960.4924,36.803 972.8772,33.9441 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M973.618,36.9537 L975.1344,33.3885 L972.1365,30.9345 L980.4012,32.0922 L973.618,36.9537 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="921" cy="39" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M921,61 L934,61 C944.0232,61 954.7484,61 964.9956,61 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M964.9956,64.0893 L967.3126,61 L964.9956,57.9107 L972.719,61 L964.9956,64.0893 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="921" cy="61" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M728,54 L741,54 C750.257,54 759.9361,53.8655 769.5711,53.6457 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M769.6485,56.7292 L771.8837,53.5877 L769.4937,50.5623 L777.2798,53.4522 L769.6485,56.7292 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="728" cy="54" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M563,125 L576,125 C603.0235,125 591.475,93.5783 612,76 C614.9327,73.4884 618.0891,71.1002 621.3718,68.8426 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M623.0434,71.4197 L623.3047,67.5889 L619.7003,66.2655 L627.8146,64.6637 L623.0434,71.4197 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="563" cy="125" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1048,123 L1061,123 C1070.2961,123 1080.2155,123 1089.7553,123 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1089.7553,126.0201 L1092.0204,123 L1089.7553,119.9799 L1097.3056,123 L1089.7553,126.0201 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1048" cy="123" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M883.5,112 L896.5,112 C918.1168,112 941.9612,112 962.5242,112 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M962.5242,115.0835 L964.8368,112 L962.5242,108.9165 L970.233,112 L962.5242,115.0835 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="883.5" cy="112" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1048,184 L1061,184 C1070.2961,184 1080.2155,184 1089.7553,184 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1089.7553,187.0201 L1092.0204,184 L1089.7553,180.9799 L1097.3056,184 L1089.7553,187.0201 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1048" cy="184" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M883.5,134 L896.5,134 C919.4675,134 943.7371,140.7433 964.2548,148.6218 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M963.1248,151.4589 L966.3826,149.4693 L965.3847,145.7848 L971.3474,151.4467 L963.1248,151.4589 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="883.5" cy="134" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M728,118 L741,118 C762.9495,118 787.2635,118.9448 807.7387,120.013 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M807.5732,123.0716 L810.0326,120.1372 L807.9042,116.9545 L815.3851,120.4268 L807.5732,123.0716 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="728" cy="118" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M563,147 L576,147 C586.0733,147 605.4088,139.853 624.3763,131.6011 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M625.6079,134.3825 L626.4624,130.6774 L623.1447,128.8197 L631.3299,128.5221 L625.6079,134.3825 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="563" cy="147" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M709.5,179 L722.5,179 C749.2789,179 779.1137,179 803.6351,179 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M803.6351,182.1057 L805.9644,179 L803.6351,175.8943 L811.3993,179 L803.6351,182.1057 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="709.5" cy="179" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M563,168 L576,168 C591.4457,168 608.24,168 623.5567,168 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M623.5567,171.144 L625.9147,168 L623.5567,164.856 L631.4166,168 L623.5567,171.144 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="563" cy="168" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M709.5,240 L722.5,240 C749.2789,240 779.1137,240 803.6351,240 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M803.6351,243.1057 L805.9644,240 L803.6351,236.8943 L811.3993,240 L803.6351,243.1057 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="709.5" cy="240" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M563,190 L576,190 C586.0387,190 605.3688,196.9683 624.3417,205.0139 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M623.1409,207.7963 L626.4285,205.9145 L625.5425,202.2315 L631.2977,208.0159 L623.1409,207.7963 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="563" cy="190" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M709.5,301 L722.5,301 C749.9141,301 780.5307,301 805.3708,301 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M805.3708,304.0054 L807.6249,301 L805.3708,297.9946 L812.8844,301 L805.3708,304.0054 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="709.5" cy="301" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M563,212 L576,212 C602.6667,212 591.3375,243.1426 612,260 C615.9355,263.2107 620.2715,266.1709 624.7735,268.877 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M623.2605,271.552 L626.7798,270.0118 L626.2866,266.202 L631.461,272.6596 L623.2605,271.552 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="563" cy="212" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M408,169 L421,169 C430.2561,169 440.0221,169 449.6238,169 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M449.6238,172.0609 L451.9195,169 L449.6238,165.9391 L457.276,169 L449.6238,172.0609 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="408" cy="169" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M243,158 L256,158 C265.2687,158 275.0232,158 284.6525,158 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M284.6525,161.0736 L286.9577,158 L284.6525,154.9264 L292.3365,158 L284.6525,161.0736 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="243" cy="158" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M126,158 L139,158 C148.3085,158 158.2625,158 167.7876,158 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M167.7876,161.0106 L170.0455,158 L167.7876,154.9894 L175.3141,158 L167.7876,161.0106 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="126" cy="158" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/></g></svg>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentStyleType="text/css" height="752px" preserveAspectRatio="none" style="width:1381px;height:752px;background:#FFFFFF;" version="1.1" viewBox="0 0 1381 752" width="1381px" zoomAndPan="magnify"><defs/><g><rect fill="#F1F1F1" height="60.8906" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="146" x="10" y="376.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="15" y="391.4951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="43" x="108" y="391.4951">object</text><line style="stroke:#000000;stroke-width:1.0;" x1="103" x2="103" y1="376.5" y2="396.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="10" x2="156" y1="396.7969" y2="396.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="68" x="15" y="411.792">required</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="108" y="411.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="103" x2="103" y1="396.7969" y2="417.0938"/><line style="stroke:#000000;stroke-width:1.0;" x1="10" x2="156" y1="417.0938" y2="417.0938"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="83" x="15" y="432.0889">properties</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="108" y="432.0889">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="103" x2="103" y1="417.0938" y2="437.3906"/><rect fill="none" height="60.8906" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="146" x="10" y="376.5"/><rect fill="#F1F1F1" height="15" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="30" x="224.5" y="391"/><rect fill="none" height="15" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="30" x="224.5" y="391"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="87" x="193" y="425"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="55" x="198" y="439.9951">default</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="263" y="439.9951">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="258" x2="258" y1="425" y2="445.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="87" x="193" y="425"/><rect fill="#F1F1F1" height="60.8906" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="146" x="317" y="404.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="322" y="419.4951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="43" x="415" y="419.4951">object</text><line style="stroke:#000000;stroke-width:1.0;" x1="410" x2="410" y1="404.5" y2="424.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="317" x2="463" y1="424.7969" y2="424.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="68" x="322" y="439.792">required</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="415" y="439.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="410" x2="410" y1="424.7969" y2="445.0938"/><line style="stroke:#000000;stroke-width:1.0;" x1="317" x2="463" y1="445.0938" y2="445.0938"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="83" x="322" y="460.0889">properties</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="415" y="460.0889">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="410" x2="410" y1="445.0938" y2="465.3906"/><rect fill="none" height="60.8906" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="146" x="317" y="404.5"/><rect fill="#F1F1F1" height="15" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="30" x="553" y="398"/><rect fill="none" height="15" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="30" x="553" y="398"/><rect fill="#F1F1F1" height="101.4844" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="130" x="500" y="432.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="73" x="505" y="447.4951">metadata</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="613" y="447.4951">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="608" x2="608" y1="432.5" y2="452.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="500" x2="630" y1="452.7969" y2="452.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="98" x="505" y="467.792">components</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="613" y="467.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="608" x2="608" y1="452.7969" y2="473.0938"/><line style="stroke:#000000;stroke-width:1.0;" x1="500" x2="630" y1="473.0938" y2="473.0938"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="46" x="505" y="488.0889">views</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="613" y="488.0889">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="608" x2="608" y1="473.0938" y2="493.3906"/><line style="stroke:#000000;stroke-width:1.0;" x1="500" x2="630" y1="493.3906" y2="493.3906"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="38" x="505" y="508.3857">dists</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="613" y="508.3857">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="608" x2="608" y1="493.3906" y2="513.6875"/><line style="stroke:#000000;stroke-width:1.0;" x1="500" x2="630" y1="513.6875" y2="513.6875"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="67" x="505" y="528.6826">services</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="613" y="528.6826">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="608" x2="608" y1="513.6875" y2="533.9844"/><rect fill="none" height="101.4844" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="130" x="500" y="432.5"/><rect fill="#F1F1F1" height="60.8906" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="146" x="667" y="133.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="672" y="148.4951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="43" x="765" y="148.4951">object</text><line style="stroke:#000000;stroke-width:1.0;" x1="760" x2="760" y1="133.5" y2="153.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="667" x2="813" y1="153.7969" y2="153.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="68" x="672" y="168.792">required</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="765" y="168.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="760" x2="760" y1="153.7969" y2="174.0938"/><line style="stroke:#000000;stroke-width:1.0;" x1="667" x2="813" y1="174.0938" y2="174.0938"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="83" x="672" y="189.0889">properties</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="765" y="189.0889">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="760" x2="760" y1="174.0938" y2="194.3906"/><rect fill="none" height="60.8906" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="146" x="667" y="133.5"/><rect fill="#F1F1F1" height="15" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="30" x="924.5" y="69"/><rect fill="none" height="15" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="30" x="924.5" y="69"/><rect fill="#F1F1F1" height="162.375" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="173" x="850" y="103"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="855" y="117.9951">title</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1006" y="117.9951">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1001" x2="1001" y1="103" y2="123.2969"/><line style="stroke:#000000;stroke-width:1.0;" x1="850" x2="1023" y1="123.2969" y2="123.2969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="141" x="855" y="138.292">backgroundImage</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1006" y="138.292">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1001" x2="1001" y1="123.2969" y2="143.5938"/><line style="stroke:#000000;stroke-width:1.0;" x1="850" x2="1023" y1="143.5938" y2="143.5938"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="89" x="855" y="158.5889">description</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1006" y="158.5889">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1001" x2="1001" y1="143.5938" y2="163.8906"/><line style="stroke:#000000;stroke-width:1.0;" x1="850" x2="1023" y1="163.8906" y2="163.8906"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="78" x="855" y="178.8857">keywords</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1006" y="178.8857">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1001" x2="1001" y1="163.8906" y2="184.1875"/><line style="stroke:#000000;stroke-width:1.0;" x1="850" x2="1023" y1="184.1875" y2="184.1875"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="52" x="855" y="199.1826">author</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1006" y="199.1826">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1001" x2="1001" y1="184.1875" y2="204.4844"/><line style="stroke:#000000;stroke-width:1.0;" x1="850" x2="1023" y1="204.4844" y2="204.4844"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="77" x="855" y="219.4795">thumbnail</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1006" y="219.4795">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1001" x2="1001" y1="204.4844" y2="224.7813"/><line style="stroke:#000000;stroke-width:1.0;" x1="850" x2="1023" y1="224.7813" y2="224.7813"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="92" x="855" y="239.7764">themeColor</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1006" y="239.7764">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1001" x2="1001" y1="224.7813" y2="245.0781"/><line style="stroke:#000000;stroke-width:1.0;" x1="850" x2="1023" y1="245.0781" y2="245.0781"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="122" x="855" y="260.0732">pwaAssetsPath</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1006" y="260.0732">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1001" x2="1001" y1="245.0781" y2="265.375"/><rect fill="none" height="162.375" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="173" x="850" y="103"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1102" y="10"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1107" y="24.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1152" y="24.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1147" x2="1147" y1="10" y2="30.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1102" y="10"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1102" y="48"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1107" y="62.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1152" y="62.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1147" x2="1147" y1="48" y2="68.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1102" y="48"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1102" y="86"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1107" y="100.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1152" y="100.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1147" x2="1147" y1="86" y2="106.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1102" y="86"/><rect fill="#F1F1F1" height="40.5938" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="96" x="1101" y="124.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1106" y="139.4951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="33" x="1159" y="139.4951">array</text><line style="stroke:#000000;stroke-width:1.0;" x1="1154" x2="1154" y1="124.5" y2="144.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="1101" x2="1197" y1="144.7969" y2="144.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="43" x="1106" y="159.792">items</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1159" y="159.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1154" x2="1154" y1="144.7969" y2="165.0938"/><rect fill="none" height="40.5938" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="96" x="1101" y="124.5"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1275" y="145"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1280" y="159.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1325" y="159.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1320" x2="1320" y1="145" y2="165.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1275" y="145"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1102" y="184"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1107" y="198.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1152" y="198.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1147" x2="1147" y1="184" y2="204.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1102" y="184"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1102" y="222"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1107" y="236.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1152" y="236.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1147" x2="1147" y1="222" y2="242.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1102" y="222"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1102" y="260"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1107" y="274.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1152" y="274.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1147" x2="1147" y1="260" y2="280.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1102" y="260"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1102" y="298"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1107" y="312.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1152" y="312.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1147" x2="1147" y1="298" y2="318.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1102" y="298"/><rect fill="#F1F1F1" height="60.8906" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="146" x="667" y="355.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="672" y="370.4951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="43" x="765" y="370.4951">object</text><line style="stroke:#000000;stroke-width:1.0;" x1="760" x2="760" y1="355.5" y2="375.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="667" x2="813" y1="375.7969" y2="375.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="68" x="672" y="390.792">required</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="765" y="390.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="760" x2="760" y1="375.7969" y2="396.0938"/><line style="stroke:#000000;stroke-width:1.0;" x1="667" x2="813" y1="396.0938" y2="396.0938"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="83" x="672" y="411.0889">properties</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="765" y="411.0889">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="760" x2="760" y1="396.0938" y2="416.3906"/><rect fill="none" height="60.8906" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="146" x="667" y="355.5"/><rect fill="#F1F1F1" height="15" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="30" x="924.5" y="351"/><rect fill="none" height="15" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="30" x="924.5" y="351"/><rect fill="#F1F1F1" height="40.5938" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="87" x="893" y="385.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="36" x="898" y="400.4951">core</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="963" y="400.4951">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="958" x2="958" y1="385.5" y2="405.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="893" x2="980" y1="405.7969" y2="405.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="55" x="898" y="420.792">default</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="963" y="420.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="958" x2="958" y1="405.7969" y2="426.0938"/><rect fill="none" height="40.5938" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="87" x="893" y="385.5"/><rect fill="#F1F1F1" height="40.5938" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="96" x="1101" y="336.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1106" y="351.4951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="33" x="1159" y="351.4951">array</text><line style="stroke:#000000;stroke-width:1.0;" x1="1154" x2="1154" y1="336.5" y2="356.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="1101" x2="1197" y1="356.7969" y2="356.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="43" x="1106" y="371.792">items</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1159" y="371.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1154" x2="1154" y1="356.7969" y2="377.0938"/><rect fill="none" height="40.5938" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="96" x="1101" y="336.5"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1275" y="357"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1280" y="371.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1325" y="371.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1320" x2="1320" y1="357" y2="377.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1275" y="357"/><rect fill="#F1F1F1" height="40.5938" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="96" x="1101" y="395.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1106" y="410.4951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="33" x="1159" y="410.4951">array</text><line style="stroke:#000000;stroke-width:1.0;" x1="1154" x2="1154" y1="395.5" y2="415.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="1101" x2="1197" y1="415.7969" y2="415.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="43" x="1106" y="430.792">items</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1159" y="430.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1154" x2="1154" y1="415.7969" y2="436.0938"/><rect fill="none" height="40.5938" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="96" x="1101" y="395.5"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1275" y="416"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1280" y="430.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1325" y="430.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1320" x2="1320" y1="416" y2="436.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1275" y="416"/><rect fill="#F1F1F1" height="40.5938" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="96" x="692" y="461.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="697" y="476.4951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="33" x="750" y="476.4951">array</text><line style="stroke:#000000;stroke-width:1.0;" x1="745" x2="745" y1="461.5" y2="481.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="692" x2="788" y1="481.7969" y2="481.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="43" x="697" y="496.792">items</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="750" y="496.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="745" x2="745" y1="481.7969" y2="502.0938"/><rect fill="none" height="40.5938" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="96" x="692" y="461.5"/><rect fill="#F1F1F1" height="60.8906" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="146" x="863.5" y="461.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="868.5" y="476.4951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="43" x="961.5" y="476.4951">object</text><line style="stroke:#000000;stroke-width:1.0;" x1="956.5" x2="956.5" y1="461.5" y2="481.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="863.5" x2="1009.5" y1="481.7969" y2="481.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="68" x="868.5" y="496.792">required</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="961.5" y="496.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="956.5" x2="956.5" y1="481.7969" y2="502.0938"/><line style="stroke:#000000;stroke-width:1.0;" x1="863.5" x2="1009.5" y1="502.0938" y2="502.0938"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="83" x="868.5" y="517.0889">properties</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="961.5" y="517.0889">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="956.5" x2="956.5" y1="502.0938" y2="522.3906"/><rect fill="none" height="60.8906" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="146" x="863.5" y="461.5"/><rect fill="#F1F1F1" height="15" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="30" x="1137" y="455"/><rect fill="none" height="15" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="30" x="1137" y="455"/><rect fill="#F1F1F1" height="81.1875" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="75" x="1111.5" y="489.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1116.5" y="504.4951">path</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1169.5" y="504.4951">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1164.5" x2="1164.5" y1="489.5" y2="509.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="1111.5" x2="1186.5" y1="509.7969" y2="509.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="1116.5" y="524.792">title</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1169.5" y="524.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1164.5" x2="1164.5" y1="509.7969" y2="530.0938"/><line style="stroke:#000000;stroke-width:1.0;" x1="1111.5" x2="1186.5" y1="530.0938" y2="530.0938"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="43" x="1116.5" y="545.0889">client</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1169.5" y="545.0889">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1164.5" x2="1164.5" y1="530.0938" y2="550.3906"/><line style="stroke:#000000;stroke-width:1.0;" x1="1111.5" x2="1186.5" y1="550.3906" y2="550.3906"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="25" x="1116.5" y="565.3857">ssr</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1169.5" y="565.3857">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1164.5" x2="1164.5" y1="550.3906" y2="570.6875"/><rect fill="none" height="81.1875" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="75" x="1111.5" y="489.5"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1275" y="454"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1280" y="468.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1325" y="468.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1320" x2="1320" y1="454" y2="474.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1275" y="454"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1275" y="492"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1280" y="506.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1325" y="506.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1320" x2="1320" y1="492" y2="512.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1275" y="492"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1275" y="530"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1280" y="544.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1325" y="544.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1320" x2="1320" y1="530" y2="550.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1275" y="530"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1275" y="568"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1280" y="582.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1325" y="582.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1320" x2="1320" y1="568" y2="588.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1275" y="568"/><rect fill="#F1F1F1" height="40.5938" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="96" x="692" y="525.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="697" y="540.4951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="33" x="750" y="540.4951">array</text><line style="stroke:#000000;stroke-width:1.0;" x1="745" x2="745" y1="525.5" y2="545.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="692" x2="788" y1="545.7969" y2="545.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="43" x="697" y="560.792">items</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="750" y="560.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="745" x2="745" y1="545.7969" y2="566.0938"/><rect fill="none" height="40.5938" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="96" x="692" y="525.5"/><rect fill="#F1F1F1" height="60.8906" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="146" x="863.5" y="553.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="868.5" y="568.4951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="43" x="961.5" y="568.4951">object</text><line style="stroke:#000000;stroke-width:1.0;" x1="956.5" x2="956.5" y1="553.5" y2="573.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="863.5" x2="1009.5" y1="573.7969" y2="573.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="68" x="868.5" y="588.792">required</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="961.5" y="588.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="956.5" x2="956.5" y1="573.7969" y2="594.0938"/><line style="stroke:#000000;stroke-width:1.0;" x1="863.5" x2="1009.5" y1="594.0938" y2="594.0938"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="83" x="868.5" y="609.0889">properties</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="961.5" y="609.0889">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="956.5" x2="956.5" y1="594.0938" y2="614.3906"/><rect fill="none" height="60.8906" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="146" x="863.5" y="553.5"/><rect fill="#F1F1F1" height="15" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="30" x="1137" y="589"/><rect fill="none" height="15" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="30" x="1137" y="589"/><rect fill="#F1F1F1" height="81.1875" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="178" x="1060" y="624.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="47" x="1065" y="639.4951">folder</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1221" y="639.4951">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1216" x2="1216" y1="624.5" y2="644.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="1060" x2="1238" y1="644.7969" y2="644.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="101" x="1065" y="659.792">public_folder</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1221" y="659.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1216" x2="1216" y1="644.7969" y2="665.0938"/><line style="stroke:#000000;stroke-width:1.0;" x1="1060" x2="1238" y1="665.0938" y2="665.0938"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="101" x="1065" y="680.0889">import_name</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1221" y="680.0889">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1216" x2="1216" y1="665.0938" y2="685.3906"/><line style="stroke:#000000;stroke-width:1.0;" x1="1060" x2="1238" y1="685.3906" y2="685.3906"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="146" x="1065" y="700.3857">import_name_build</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1221" y="700.3857">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1216" x2="1216" y1="685.3906" y2="705.6875"/><rect fill="none" height="81.1875" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="178" x="1060" y="624.5"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1275" y="606"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1280" y="620.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1325" y="620.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1320" x2="1320" y1="606" y2="626.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1275" y="606"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1275" y="644"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1280" y="658.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1325" y="658.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1320" x2="1320" y1="644" y2="664.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1275" y="644"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1275" y="682"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1280" y="696.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1325" y="696.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1320" x2="1320" y1="682" y2="702.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1275" y="682"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1275" y="720"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1280" y="734.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1325" y="734.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1320" x2="1320" y1="720" y2="740.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1275" y="720"/><rect fill="#F1F1F1" height="40.5938" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="96" x="692" y="594.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="697" y="609.4951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="33" x="750" y="609.4951">array</text><line style="stroke:#000000;stroke-width:1.0;" x1="745" x2="745" y1="594.5" y2="614.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="692" x2="788" y1="614.7969" y2="614.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="43" x="697" y="629.792">items</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="750" y="629.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="745" x2="745" y1="614.7969" y2="635.0938"/><rect fill="none" height="40.5938" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="96" x="692" y="594.5"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="889.5" y="633"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="894.5" y="647.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="939.5" y="647.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="934.5" x2="934.5" y1="633" y2="653.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="889.5" y="633"/><path d="M144,406 L157,406 C177.6363,406 201.1869,403.6007 217.1663,401.6115 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M217.5615,404.6557 L219.4495,401.3151 L216.7712,398.5673 L224.7769,400.6235 L217.5615,404.6557 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="144" cy="406" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M451,434 L464,434 C480.7302,434 483.9081,427.5773 500,423 C515.3119,418.6446 532.7782,414.0647 545.6698,410.7574 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M546.4223,413.7076 L547.8824,410.193 L544.9172,407.8072 L553.0453,408.8759 L546.4223,413.7076 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="451" cy="434" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M801,163 L814,163 C848.5897,163 822.3082,114.727 850,94 C869.5293,79.3825 898.316,76.405 917.1126,76.222 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M917.0831,79.2724 L919.4004,76.2441 L917.142,73.1716 L924.7385,76.2957 L917.0831,79.2724 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="801" cy="163" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1011,113 L1024,113 C1060.5743,113 1031.2134,61.5613 1060,39 C1069.9355,31.2132 1082.3494,26.4423 1094.7082,23.5615 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1095.332,26.6276 L1097.0078,23.0936 L1094.0844,20.4954 L1102.3735,22.0019 L1095.332,26.6276 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1011" cy="113" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1011,133 L1024,133 C1053.5881,133 1035.6716,93.84 1060,77 C1070.1653,69.9636 1082.4408,65.4576 1094.5694,62.5912 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1095.2018,65.5963 L1096.8232,62.117 L1093.9371,59.5861 L1102.0821,61.0104 L1095.2018,65.5963 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1011" cy="133" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1011,153 L1024,153 C1047.2644,153 1039.7183,126.3967 1060,115 C1070.5511,109.0711 1082.7635,104.99 1094.6828,102.1813 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1095.3186,105.1278 L1096.8926,101.7045 L1094.047,99.2349 L1102.0489,100.5919 L1095.3186,105.1278 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1011" cy="153" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1185.5,155 L1198.5,155 C1221.1321,155 1246.1066,155 1267.6049,155 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1267.6049,158.101 L1269.9306,155 L1267.6049,151.899 L1275.3573,155 L1267.6049,158.101 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1185.5" cy="155" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1011,173 L1024,173 C1047.286,173 1072.4379,168.28 1093.9982,162.7158 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1094.797,165.7027 L1096.2384,162.1167 L1093.1994,159.7288 L1101.4656,160.7188 L1094.797,165.7027 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1011" cy="173" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1011,194 L1024,194 C1047.2019,194 1072.836,194 1094.7832,194 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1094.7832,197.0397 L1097.063,194 L1094.7832,190.9603 L1102.3824,194 L1094.7832,197.0397 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1011" cy="194" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1011,214 L1024,214 C1047.3455,214 1072.9023,217.1385 1094.7532,220.7944 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1094.229,223.8203 L1097.0226,221.1875 L1095.2773,217.7685 L1102.3178,222.1048 L1094.229,223.8203 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1011" cy="214" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1011,234 L1024,234 C1041.6942,234 1043.2396,245.3278 1060,251 C1071.1117,254.7605 1083.2681,257.9435 1094.9152,260.5659 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1094.258,263.5916 L1097.1844,261.0588 L1095.5723,257.5403 L1102.4793,262.2088 L1094.258,263.5916 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1011" cy="234" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1011,255 L1024,255 C1046.0079,255 1040.5216,278.7562 1060,289 C1070.7118,294.6334 1082.9882,298.5969 1094.9184,301.3853 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1094.2829,304.3319 L1097.1283,301.862 L1095.5539,298.4388 L1102.2848,302.9741 L1094.2829,304.3319 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1011" cy="255" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M801,184 L814,184 C823.2756,184 832.9479,184 842.6097,184 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M842.6097,187.0954 L844.9312,184 L842.6097,180.9046 L850.3482,184 L842.6097,187.0954 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="801" cy="184" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M619.5,444 L619.5,431 C619.5,424.7738 627.0857,427.8419 631,423 C638.3836,413.8666 696.1445,271.6915 724.2456,201.97 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M727.1747,203.1499 L725.1305,199.7732 L721.3164,200.7901 L727.1954,194.6472 L727.1747,203.1499 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="619.5" cy="444" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M801,385 L814,385 C830.4924,385 833.9053,379.6002 850,376 C872.9748,370.8607 899.5846,365.7253 917.0481,362.4655 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M917.6246,365.5784 L919.3827,362.033 L916.4715,359.3526 L924.8303,361.0241 L917.6246,365.5784 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="801" cy="385" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1185.5,367 L1198.5,367 C1221.1321,367 1246.1066,367 1267.6049,367 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1267.6049,370.101 L1269.9306,367 L1267.6049,363.899 L1275.3573,367 L1267.6049,370.101 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1185.5" cy="367" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M969,395 L982,395 C1020.0168,395 1061.72,385.4672 1093.8797,375.9509 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1094.7931,378.9684 L1096.1428,375.2658 L1092.9663,372.9333 L1101.4235,373.6674 L1094.7931,378.9684 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="969" cy="395" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1185.5,426 L1198.5,426 C1221.1321,426 1246.1066,426 1267.6049,426 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1267.6049,429.101 L1269.9306,426 L1267.6049,422.899 L1275.3573,426 L1267.6049,429.101 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1185.5" cy="426" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M969,416 L982,416 C1019.3314,416 1061.371,416 1093.8677,416 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1093.8677,419.0497 L1096.155,416 L1093.8677,412.9503 L1101.492,416 L1093.8677,419.0497 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="969" cy="416" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M801,406 L814,406 C837.5886,406 863.7427,406 885.7658,406 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M885.7658,409.0426 L888.0478,406 L885.7658,402.9574 L893.3724,406 L885.7658,409.0426 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="801" cy="406" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M618,462 L631,462 C646.3181,462 675.073,441.4215 699.1332,421.6808 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M701.1283,424.0827 L700.9346,420.1845 L697.1381,419.2789 L705.138,416.693 L701.1283,424.0827 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="618" cy="462" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M998,491 L1011,491 C1033.3198,491 1038.1489,484.5502 1060,480 C1084.0416,474.9936 1111.8715,469.7356 1129.8064,466.4165 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1130.3587,469.4145 L1132.0549,466.0023 L1129.2542,463.4186 L1137.3014,465.0359 L1130.3587,469.4145 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="998" cy="491" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1175.5,499 L1188.5,499 C1224.5105,499 1264.2531,486.8519 1290.8316,476.8696 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1291.93,479.723 L1292.9716,476.0458 L1289.7331,474.0163 L1297.9649,474.1235 L1291.93,479.723 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1175.5" cy="499" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1175.5,519 L1188.5,519 C1214.6511,519 1243.4628,515.7262 1267.5639,512.0519 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1268.0452,515.112 L1269.8589,511.6909 L1267.0825,508.9919 L1275.214,510.8485 L1268.0452,515.112 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1175.5" cy="519" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1175.5,540 L1188.5,540 C1214.5442,540 1243.4572,540 1267.6551,540 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1267.6551,543.0725 L1269.9594,540 L1267.6551,536.9275 L1275.3363,540 L1267.6551,543.0725 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1175.5" cy="540" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1175.5,560 L1188.5,560 C1214.6765,560 1243.4913,563.4664 1267.5879,567.3568 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1267.0782,570.4162 L1269.8824,567.739 L1268.0976,564.2974 L1275.2364,568.631 L1267.0782,570.4162 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1175.5" cy="560" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M998,512 L1011,512 C1042.3344,512 1077.3483,516.6526 1104.201,521.227 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1103.6619,524.3078 L1106.5117,521.6313 L1104.7402,518.1461 L1111.9032,522.5748 L1103.6619,524.3078 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="998" cy="512" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M776.5,492 L789.5,492 C811.114,492 834.5216,492 856.1504,492 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M856.1504,495.0281 L858.4215,492 L856.1504,488.9719 L863.7207,492 L856.1504,495.0281 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="776.5" cy="492" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M618,482 L631,482 C648.3968,482 667.3627,482 684.5013,482 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M684.5013,485.0935 L686.8214,482 L684.5013,478.9065 L692.235,482 L684.5013,485.0935 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="618" cy="482" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M998,583 L1011,583 C1053.6538,583 1103.3694,589.7503 1129.7734,593.8764 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1129.2792,596.9624 L1132.0879,594.247 L1130.2676,590.7903 L1137.4885,595.1119 L1129.2792,596.9624 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="998" cy="583" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1226,634 L1239,634 C1253.5957,634 1269.317,631.2774 1283.0807,627.9499 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1283.8396,630.9201 L1285.3083,627.3807 L1282.3217,624.9797 L1290.5062,626.0525 L1283.8396,630.9201 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1226" cy="634" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1226,654 L1239,654 C1248.2674,654 1258.1203,654 1267.6708,654 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1267.6708,657.031 L1269.9441,654 L1267.6708,650.969 L1275.2484,654 L1267.6708,657.031 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1226" cy="654" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1226,675 L1239,675 C1252.6916,675 1267.4031,677.2738 1280.5573,680.1582 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1279.8548,683.1765 L1282.821,680.6851 L1281.2599,677.14 L1288.1029,681.9146 L1279.8548,683.1765 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1226" cy="675" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1226,695 L1239,695 C1256.5091,695 1258.894,704.1323 1275,711 C1279.6352,712.9765 1284.5469,715.0287 1289.3741,717.0217 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1288.2293,719.8097 L1291.4651,717.8803 L1290.5189,714.2337 L1296.3441,719.8838 L1288.2293,719.8097 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1226" cy="695" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M998,604 L1011,604 C1022.7235,604 1043.1365,611.5031 1064.7019,621.2464 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1063.4077,624.0594 L1066.8117,622.217 L1065.9961,618.4333 L1071.7346,624.4818 L1063.4077,624.0594 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="998" cy="604" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M776.5,556 L789.5,556 C811.3894,556 834.7966,559.053 856.3325,563.1428 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M855.7379,566.1564 L858.5927,563.5888 L856.9272,560.1293 L863.8664,564.6294 L855.7379,566.1564 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="776.5" cy="556" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M618,503 L631,503 C643.0734,503 667.4185,512.3183 689.9937,522.2793 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M688.7527,525.0527 L692.0738,523.21 L691.2346,519.5058 L696.9274,525.3816 L688.7527,525.0527 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="618" cy="503" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M776.5,625 L789.5,625 C820.4185,625 854.7354,628.9985 882.3791,633.2263 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M881.9009,636.271 L884.6626,633.5849 L882.8573,630.1817 L889.9907,634.4217 L881.9009,636.271 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="776.5" cy="625" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M618,523 L631,523 C659.1091,523 646.1423,556.1564 667,575 C673.2068,580.6075 680.3377,585.7323 687.6518,590.3043 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M686.0353,593.0033 L689.676,591.5167 L689.2683,587.6054 L694.3991,594.3456 L686.0353,593.0033 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="618" cy="523" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M451,455 L464,455 C473.4326,455 483.1865,456.1587 492.7407,458.0048 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M492.0932,461.0486 L495.0236,458.4904 L493.3882,454.961 L500.3502,459.6236 L492.0932,461.0486 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="451" cy="455" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M268,435 L281,435 C290.2896,435 300.0267,435 309.694,435 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M309.694,438.0913 L312.0124,435 L309.694,431.9087 L317.4221,435 L309.694,438.0913 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="268" cy="435" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M144,427 L157,427 C166.3547,427 176.3009,427.5621 185.8678,428.3884 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M185.5824,431.4174 L188.1396,428.6024 L186.1532,425.3593 L193.4404,429.1019 L185.5824,431.4174 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="144" cy="427" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/></g></svg>
@@ -1 +1 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentStyleType="text/css" height="167px" preserveAspectRatio="none" style="width:805px;height:167px;background:#FFFFFF;" version="1.1" viewBox="0 0 805 167" width="805px" zoomAndPan="magnify"><defs/><g><rect fill="#F1F1F1" height="64.8281" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="101" x="10" y="73"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="69" x="15" y="89.5332">ipDaemon</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="94" y="89.5332">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="89" x2="89" y1="73" y2="94.6094"/><line style="stroke:#000000;stroke-width:1.0;" x1="10" x2="111" y1="94.6094" y2="94.6094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="52" x="15" y="111.1426">records</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="94" y="111.1426">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="89" x2="89" y1="94.6094" y2="116.2188"/><line style="stroke:#000000;stroke-width:1.0;" x1="10" x2="111" y1="116.2188" y2="116.2188"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="59" x="15" y="132.752">backups</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="94" y="132.752">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="89" x2="89" y1="116.2188" y2="137.8281"/><rect fill="none" height="64.8281" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="101" x="10" y="73"/><rect fill="#F1F1F1" height="64.8281" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="205" x="148" y="10"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="13" x="153" y="26.5332">ip</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="8" x="302" y="26.5332">␀</text><line style="stroke:#000000;stroke-width:1.0;" x1="297" x2="297" y1="10" y2="31.6094"/><line style="stroke:#000000;stroke-width:1.0;" x1="148" x2="353" y1="31.6094" y2="31.6094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="139" x="153" y="48.1426">minutesTimeInterval</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="8" x="302" y="48.1426">3</text><line style="stroke:#000000;stroke-width:1.0;" x1="297" x2="297" y1="31.6094" y2="53.2188"/><line style="stroke:#000000;stroke-width:1.0;" x1="148" x2="353" y1="53.2188" y2="53.2188"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="59" x="153" y="69.752">disabled</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="46" x="302" y="69.752">☐ false</text><line style="stroke:#000000;stroke-width:1.0;" x1="297" x2="297" y1="53.2188" y2="74.8281"/><rect fill="none" height="64.8281" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="205" x="148" y="10"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="42" x="229.5" y="93.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="10" x="234.5" y="110.0332">A</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="254.5" y="110.0332">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="249.5" x2="249.5" y1="93.5" y2="115.1094"/><rect fill="none" height="21.6094" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="42" x="229.5" y="93.5"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="22" x="482" y="93.5"/><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="487" y="110.0332">   </text><rect fill="none" height="21.6094" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="22" x="482" y="93.5"/><rect fill="#F1F1F1" height="86.4375" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="158" x="635" y="61.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="31" x="640" y="78.0332">host</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="85" x="703" y="78.0332">example.com</text><line style="stroke:#000000;stroke-width:1.0;" x1="698" x2="698" y1="61.5" y2="83.1094"/><line style="stroke:#000000;stroke-width:1.0;" x1="635" x2="793" y1="83.1094" y2="83.1094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="26" x="640" y="99.6426">dns</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="74" x="703" y="99.6426">dondominio</text><line style="stroke:#000000;stroke-width:1.0;" x1="698" x2="698" y1="83.1094" y2="104.7188"/><line style="stroke:#000000;stroke-width:1.0;" x1="635" x2="793" y1="104.7188" y2="104.7188"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="53" x="640" y="121.252">api_key</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="24" x="703" y="121.252">???</text><line style="stroke:#000000;stroke-width:1.0;" x1="698" x2="698" y1="104.7188" y2="126.3281"/><line style="stroke:#000000;stroke-width:1.0;" x1="635" x2="793" y1="126.3281" y2="126.3281"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="640" y="142.8613">user</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="24" x="703" y="142.8613">???</text><line style="stroke:#000000;stroke-width:1.0;" x1="698" x2="698" y1="126.3281" y2="147.9375"/><rect fill="none" height="86.4375" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="158" x="635" y="61.5"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="22" x="238.5" y="133.5"/><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="243.5" y="150.0332">   </text><rect fill="none" height="21.6094" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="22" x="238.5" y="133.5"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="208" x="390" y="133.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="103" x="395" y="150.0332">deployGroupId</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="85" x="508" y="150.0332">default-group</text><line style="stroke:#000000;stroke-width:1.0;" x1="503" x2="503" y1="133.5" y2="155.1094"/><rect fill="none" height="21.6094" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="208" x="390" y="133.5"/><path d="M99,83.5 L112,83.5 C128.2555,83.5 145.1586,80.8536 161.331,76.9055 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M162.0913,79.8552 L163.5433,76.3353 L160.5707,73.9558 L168.7052,75.0048 L162.0913,79.8552 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="99" cy="83.5" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M493.5863,104.5 L506.5863,104.5 C529.6054,104.5 581.557,104.5 627.6417,104.5 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M627.6417,107.5544 L629.9326,104.5 L627.6417,101.4456 L635.2778,104.5 L627.6417,107.5544 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="493.5863" cy="104.5" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M260,104.5 L273,104.5 C347.7382,104.5 436.7258,104.5 474.7601,104.5 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M474.7601,107.5908 L477.0782,104.5 L474.7601,101.4092 L482.4872,104.5 L474.7601,107.5908 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="260" cy="104.5" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M99,104.5 L112,104.5 C150.1602,104.5 194.256,104.5 222.1294,104.5 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M222.1294,107.6035 L224.4571,104.5 L222.1294,101.3965 L229.8883,104.5 L222.1294,107.6035 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="99" cy="104.5" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M250.0256,144.5 L263.0256,144.5 C285.2964,144.5 335.0384,144.5 382.6314,144.5 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M382.6314,147.5462 L384.916,144.5 L382.6314,141.4538 L390.2468,144.5 L382.6314,147.5462 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="250.0256" cy="144.5" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M99,127.5 L112,127.5 C155.0964,127.5 205.1993,135.7679 231.5762,140.7719 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M231.0021,143.728 L233.7933,141.2025 L232.1504,137.8158 L238.9664,142.2073 L231.0021,143.728 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="99" cy="127.5" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/></g></svg>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentStyleType="text/css" height="236px" preserveAspectRatio="none" style="width:740px;height:236px;background:#FFFFFF;" version="1.1" viewBox="0 0 740 236" width="740px" zoomAndPan="magnify"><defs/><g><rect fill="#F1F1F1" height="81.1875" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="110" x="10" y="36.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="78" x="15" y="51.4951">ipDaemon</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="103" y="51.4951">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="98" x2="98" y1="36.5" y2="56.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="10" x2="120" y1="56.7969" y2="56.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="62" x="15" y="71.792">records</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="103" y="71.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="98" x2="98" y1="56.7969" y2="77.0938"/><line style="stroke:#000000;stroke-width:1.0;" x1="10" x2="120" y1="77.0938" y2="77.0938"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="66" x="15" y="92.0889">backups</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="103" y="92.0889">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="98" x2="98" y1="77.0938" y2="97.3906"/><line style="stroke:#000000;stroke-width:1.0;" x1="10" x2="120" y1="97.3906" y2="97.3906"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="33" x="15" y="112.3857">jobs</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="103" y="112.3857">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="98" x2="98" y1="97.3906" y2="117.6875"/><rect fill="none" height="81.1875" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="110" x="10" y="36.5"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="45" x="183.5" y="10"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="14" x="188.5" y="24.9951">ip</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="11" x="212.5" y="24.9951">␀</text><line style="stroke:#000000;stroke-width:1.0;" x1="207.5" x2="207.5" y1="10" y2="30.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="45" x="183.5" y="10"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="43" x="184.5" y="48"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="11" x="189.5" y="62.9951">A</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="210.5" y="62.9951">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="205.5" x2="205.5" y1="48" y2="68.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="43" x="184.5" y="48"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="22" x="394.5" y="48"/><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="399.5" y="62.9951">   </text><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="22" x="394.5" y="48"/><rect fill="#F1F1F1" height="81.1875" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="170" x="558" y="17.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="563" y="32.4951">host</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="92" x="631" y="32.4951">example.com</text><line style="stroke:#000000;stroke-width:1.0;" x1="626" x2="626" y1="17.5" y2="37.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="558" x2="728" y1="37.7969" y2="37.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="29" x="563" y="52.792">dns</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="82" x="631" y="52.792">dondominio</text><line style="stroke:#000000;stroke-width:1.0;" x1="626" x2="626" y1="37.7969" y2="58.0938"/><line style="stroke:#000000;stroke-width:1.0;" x1="558" x2="728" y1="58.0938" y2="58.0938"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="58" x="563" y="73.0889">api_key</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="21" x="631" y="73.0889">???</text><line style="stroke:#000000;stroke-width:1.0;" x1="626" x2="626" y1="58.0938" y2="78.3906"/><line style="stroke:#000000;stroke-width:1.0;" x1="558" x2="728" y1="78.3906" y2="78.3906"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="36" x="563" y="93.3857">user</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="21" x="631" y="93.3857">???</text><line style="stroke:#000000;stroke-width:1.0;" x1="626" x2="626" y1="78.3906" y2="98.6875"/><rect fill="none" height="81.1875" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="170" x="558" y="17.5"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="22" x="194" y="86"/><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="199" y="100.9951">   </text><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="22" x="194" y="86"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="229" x="292" y="86"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="116" x="297" y="100.9951">deployGroupId</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="93" x="423" y="100.9951">default-group</text><line style="stroke:#000000;stroke-width:1.0;" x1="418" x2="418" y1="86" y2="106.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="229" x="292" y="86"/><rect fill="#F1F1F1" height="40.5938" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="98" x="157" y="135.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="29" x="162" y="150.4951">dns</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="238" y="150.4951">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="233" x2="233" y1="135.5" y2="155.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="157" x2="255" y1="155.7969" y2="155.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="66" x="162" y="170.792">backups</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="238" y="170.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="233" x2="233" y1="155.7969" y2="176.0938"/><rect fill="none" height="40.5938" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="98" x="157" y="135.5"/><rect fill="#F1F1F1" height="40.5938" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="159" x="327" y="124.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="88" x="332" y="139.4951">expression</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="51" x="430" y="139.4951">* * * * *</text><line style="stroke:#000000;stroke-width:1.0;" x1="425" x2="425" y1="124.5" y2="144.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="327" x2="486" y1="144.7969" y2="144.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="63" x="332" y="159.792">enabled</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="45" x="430" y="159.792">☑ true</text><line style="stroke:#000000;stroke-width:1.0;" x1="425" x2="425" y1="144.7969" y2="165.0938"/><rect fill="none" height="40.5938" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="159" x="327" y="124.5"/><rect fill="#F1F1F1" height="40.5938" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="163" x="325" y="183.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="88" x="330" y="198.4951">expression</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="55" x="428" y="198.4951">0 1 * * *</text><line style="stroke:#000000;stroke-width:1.0;" x1="423" x2="423" y1="183.5" y2="203.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="325" x2="488" y1="203.7969" y2="203.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="63" x="330" y="218.792">enabled</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="45" x="428" y="218.792">☑ true</text><line style="stroke:#000000;stroke-width:1.0;" x1="423" x2="423" y1="203.7969" y2="224.0938"/><rect fill="none" height="40.5938" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="163" x="325" y="183.5"/><path d="M108,46 L121,46 C131.9361,46 156.8794,37.9439 176.8475,30.8005 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M177.8771,33.639 L178.9764,30.0283 L175.818,27.9619 L183.9439,28.2266 L177.8771,33.639 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="108" cy="46" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M406.0022,58 L419.0022,58 C443.2968,58 500.2712,58 550.6116,58 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M550.6116,61.0779 L552.9201,58 L550.6116,54.9221 L558.3065,58 L550.6116,61.0779 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="406.0022" cy="58" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M216.5,58 L229.5,58 C286.8826,58 354.7592,58 387.0714,58 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M387.0714,61.111 L389.4046,58 L387.0714,54.889 L394.8489,58 L387.0714,61.111 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="216.5" cy="58" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M108,66 L121,66 C139.742,66 160.7186,64.0253 177.0833,62.0381 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M177.4704,65.0913 L179.3732,61.7477 L176.6961,58.9849 L184.7163,61.0701 L177.4704,65.0913 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="108" cy="66" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M205.6793,96 L218.6793,96 C232.753,96 257.4572,96 284.3978,96 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M284.3978,99.0604 L286.6931,96 L284.3978,92.9396 L292.0488,96 L284.3978,99.0604 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="205.6793" cy="96" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M108,87 L121,87 C143.6944,87 169.6255,90.2496 186.7092,92.8435 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M186.2278,95.8927 L188.9961,93.2046 L187.1907,89.7944 L194.3321,94.0471 L186.2278,95.8927 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="108" cy="87" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M243,145 L256,145 C276.6421,145 298.882,145 319.7514,145 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M319.7514,148.0485 L322.0377,145 L319.7514,141.9515 L327.3726,145 L319.7514,148.0485 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="243" cy="145" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M243,166 L256,166 C256.4722,166 285.4932,173.3375 317.8819,181.564 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M317.1303,184.5222 L320.1006,182.1277 L318.6335,178.6057 L325.2775,183.443 L317.1303,184.5222 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="243" cy="166" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M108,107 L121,107 C142.109,107 162.6681,118.5849 178.2213,130.4886 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M176.3289,132.8561 L179.9969,131.9079 L180.1137,128.1212 L184.14,135.2196 L176.3289,132.8561 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="108" cy="107" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/></g></svg>