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="911px" preserveAspectRatio="none" style="width:1941px;height:911px;background:#FFFFFF;" version="1.1" viewBox="0 0 1941 911" width="1941px" 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="528.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="15" y="545.0332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="38" x="95" y="545.0332">object</text><line style="stroke:#000000;stroke-width:1.0;" x1="90" x2="90" y1="528.5" y2="550.1094"/><line style="stroke:#000000;stroke-width:1.0;" x1="10" x2="138" y1="550.1094" y2="550.1094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="70" x="15" y="566.6426">properties</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="95" y="566.6426">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="90" x2="90" y1="550.1094" y2="571.7188"/><rect fill="none" height="43.2188" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="128" x="10" y="528.5"/><rect fill="#F1F1F1" height="43.2188" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="143" x="175" y="539.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="74" x="180" y="556.0332">default.net</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="301" y="556.0332">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="296" x2="296" y1="539.5" y2="561.1094"/><line style="stroke:#000000;stroke-width:1.0;" x1="175" x2="318" y1="561.1094" y2="561.1094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="111" x="180" y="577.6426">www.default.net</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="301" y="577.6426">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="296" x2="296" y1="561.1094" y2="582.7188"/><rect fill="none" height="43.2188" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="143" x="175" y="539.5"/><rect fill="#F1F1F1" height="43.2188" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="128" x="355" y="506.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="360" y="523.0332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="38" x="440" y="523.0332">object</text><line style="stroke:#000000;stroke-width:1.0;" x1="435" x2="435" y1="506.5" y2="528.1094"/><line style="stroke:#000000;stroke-width:1.0;" x1="355" x2="483" y1="528.1094" y2="528.1094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="70" x="360" y="544.6426">properties</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="440" y="544.6426">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="435" x2="435" y1="528.1094" y2="549.7188"/><rect fill="none" height="43.2188" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="128" x="355" y="506.5"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="36" x="520" y="516"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="4" x="525" y="532.5332">/</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="539" y="532.5332">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="534" x2="534" y1="516" y2="537.6094"/><rect fill="none" height="21.6094" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="36" x="520" y="516"/><rect fill="#F1F1F1" height="43.2188" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="128" x="593" y="456.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="598" y="473.0332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="38" x="678" y="473.0332">object</text><line style="stroke:#000000;stroke-width:1.0;" x1="673" x2="673" y1="456.5" y2="478.1094"/><line style="stroke:#000000;stroke-width:1.0;" x1="593" x2="721" y1="478.1094" y2="478.1094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="70" x="598" y="494.6426">properties</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="678" y="494.6426">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="673" x2="673" y1="478.1094" y2="499.7188"/><rect fill="none" height="43.2188" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="128" x="593" y="456.5"/><rect fill="#F1F1F1" height="280.9219" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="110" x="758" y="152.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="38" x="763" y="169.0332">client</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="851" y="169.0332">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="846" x2="846" y1="152.5" y2="174.1094"/><line style="stroke:#000000;stroke-width:1.0;" x1="758" x2="868" y1="174.1094" y2="174.1094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="52" x="763" y="190.6426">runtime</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="851" y="190.6426">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="846" x2="846" y1="174.1094" y2="195.7188"/><line style="stroke:#000000;stroke-width:1.0;" x1="758" x2="868" y1="195.7188" y2="195.7188"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="29" x="763" y="212.252">apis</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="851" y="212.252">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="846" x2="846" y1="195.7188" y2="217.3281"/><line style="stroke:#000000;stroke-width:1.0;" x1="758" x2="868" y1="217.3281" y2="217.3281"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="48" x="763" y="233.8613">origins</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="851" y="233.8613">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="846" x2="846" y1="217.3281" y2="238.9375"/><line style="stroke:#000000;stroke-width:1.0;" x1="758" x2="868" y1="238.9375" y2="238.9375"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="78" x="763" y="255.4707">minifyBuild</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="851" y="255.4707">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="846" x2="846" y1="238.9375" y2="260.5469"/><line style="stroke:#000000;stroke-width:1.0;" x1="758" x2="868" y1="260.5469" y2="260.5469"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="74" x="763" y="277.0801">iconsBuild</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="851" y="277.0801">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="846" x2="846" y1="260.5469" y2="282.1563"/><line style="stroke:#000000;stroke-width:1.0;" x1="758" x2="868" y1="282.1563" y2="282.1563"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="57" x="763" y="298.6895">liteBuild</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="851" y="298.6895">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="846" x2="846" y1="282.1563" y2="303.7656"/><line style="stroke:#000000;stroke-width:1.0;" x1="758" x2="868" y1="303.7656" y2="303.7656"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="70" x="763" y="320.2988">docsBuild</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="851" y="320.2988">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="846" x2="846" y1="303.7656" y2="325.375"/><line style="stroke:#000000;stroke-width:1.0;" x1="758" x2="868" y1="325.375" y2="325.375"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="19" x="763" y="341.9082">ws</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="851" y="341.9082">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="846" x2="846" y1="325.375" y2="346.9844"/><line style="stroke:#000000;stroke-width:1.0;" x1="758" x2="868" y1="346.9844" y2="346.9844"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="763" y="363.5176">peer</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="851" y="363.5176">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="846" x2="846" y1="346.9844" y2="368.5938"/><line style="stroke:#000000;stroke-width:1.0;" x1="758" x2="868" y1="368.5938" y2="368.5938"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="39" x="763" y="385.127">proxy</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="851" y="385.127">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="846" x2="846" y1="368.5938" y2="390.2031"/><line style="stroke:#000000;stroke-width:1.0;" x1="758" x2="868" y1="390.2031" y2="390.2031"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="18" x="763" y="406.7363">db</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="851" y="406.7363">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="846" x2="846" y1="390.2031" y2="411.8125"/><line style="stroke:#000000;stroke-width:1.0;" x1="758" x2="868" y1="411.8125" y2="411.8125"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="41" x="763" y="428.3457">mailer</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="851" y="428.3457">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="846" x2="846" y1="411.8125" y2="433.4219"/><rect fill="none" height="280.9219" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="110" x="758" y="152.5"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="85" x="926.5" y="10"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="931.5" y="26.5332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="35" x="971.5" y="26.5332">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="966.5" x2="966.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="926.5" y="10"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="85" x="926.5" y="50"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="931.5" y="66.5332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="35" x="971.5" y="66.5332">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="966.5" x2="966.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="926.5" y="50"/><rect fill="#F1F1F1" height="43.2188" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="90" x="924" y="90.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="929" y="107.0332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="33" x="976" y="107.0332">array</text><line style="stroke:#000000;stroke-width:1.0;" x1="971" x2="971" y1="90.5" y2="112.1094"/><line style="stroke:#000000;stroke-width:1.0;" x1="924" x2="1014" y1="112.1094" y2="112.1094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="37" x="929" y="128.6426">items</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="976" y="128.6426">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="971" x2="971" 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="924" y="90.5"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="85" x="1077" y="112"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="1082" y="128.5332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="35" x="1122" y="128.5332">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1117" x2="1117" 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="1077" y="112"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="83" x="927.5" y="152"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="932.5" y="168.5332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="33" x="972.5" y="168.5332">array</text><line style="stroke:#000000;stroke-width:1.0;" x1="967.5" x2="967.5" y1="152" y2="173.6094"/><rect fill="none" height="21.6094" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="83" x="927.5" y="152"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="101" x="918.5" y="192"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="923.5" y="208.5332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="51" x="963.5" y="208.5332">boolean</text><line style="stroke:#000000;stroke-width:1.0;" x1="958.5" x2="958.5" y1="192" y2="213.6094"/><rect fill="none" height="21.6094" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="101" x="918.5" y="192"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="101" x="918.5" y="232"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="923.5" y="248.5332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="51" x="963.5" y="248.5332">boolean</text><line style="stroke:#000000;stroke-width:1.0;" x1="958.5" x2="958.5" y1="232" y2="253.6094"/><rect fill="none" height="21.6094" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="101" x="918.5" y="232"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="101" x="918.5" y="272"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="923.5" y="288.5332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="51" x="963.5" y="288.5332">boolean</text><line style="stroke:#000000;stroke-width:1.0;" x1="958.5" x2="958.5" y1="272" y2="293.6094"/><rect fill="none" height="21.6094" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="101" x="918.5" y="272"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="101" x="918.5" y="312"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="923.5" y="328.5332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="51" x="963.5" y="328.5332">boolean</text><line style="stroke:#000000;stroke-width:1.0;" x1="958.5" x2="958.5" y1="312" y2="333.6094"/><rect fill="none" height="21.6094" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="101" x="918.5" y="312"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="85" x="926.5" y="352"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="931.5" y="368.5332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="35" x="971.5" y="368.5332">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="966.5" x2="966.5" y1="352" y2="373.6094"/><rect fill="none" height="21.6094" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="85" x="926.5" y="352"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="101" x="918.5" y="392"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="923.5" y="408.5332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="51" x="963.5" y="408.5332">boolean</text><line style="stroke:#000000;stroke-width:1.0;" x1="958.5" x2="958.5" y1="392" y2="413.6094"/><rect fill="none" height="21.6094" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="101" x="918.5" y="392"/><rect fill="#F1F1F1" height="43.2188" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="90" x="924" y="432.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="929" y="449.0332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="33" x="976" y="449.0332">array</text><line style="stroke:#000000;stroke-width:1.0;" x1="971" x2="971" y1="432.5" y2="454.1094"/><line style="stroke:#000000;stroke-width:1.0;" x1="924" x2="1014" y1="454.1094" y2="454.1094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="37" x="929" y="470.6426">items</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="976" y="470.6426">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="971" x2="971" y1="454.1094" y2="475.7188"/><rect fill="none" height="43.2188" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="90" x="924" y="432.5"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1072.5" y="453"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="1077.5" y="469.5332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="44" x="1117.5" y="469.5332">integer</text><line style="stroke:#000000;stroke-width:1.0;" x1="1112.5" x2="1112.5" y1="453" y2="474.6094"/><rect fill="none" height="21.6094" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1072.5" y="453"/><rect fill="#F1F1F1" height="43.2188" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="128" x="905" y="493.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="910" y="510.0332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="38" x="990" y="510.0332">object</text><line style="stroke:#000000;stroke-width:1.0;" x1="985" x2="985" y1="493.5" y2="515.1094"/><line style="stroke:#000000;stroke-width:1.0;" x1="905" x2="1033" y1="515.1094" y2="515.1094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="70" x="910" y="531.6426">properties</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="990" y="531.6426">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="985" x2="985" y1="515.1094" y2="536.7188"/><rect fill="none" height="43.2188" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="128" x="905" y="493.5"/><rect fill="#F1F1F1" height="64.8281" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="89" x="1075" y="493.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="57" x="1080" y="510.0332">provider</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1147" y="510.0332">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1142" x2="1142" y1="493.5" y2="515.1094"/><line style="stroke:#000000;stroke-width:1.0;" x1="1075" x2="1164" y1="515.1094" y2="515.1094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="31" x="1080" y="531.6426">host</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1147" y="531.6426">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1142" x2="1142" y1="515.1094" y2="536.7188"/><line style="stroke:#000000;stroke-width:1.0;" x1="1075" x2="1164" y1="536.7188" y2="536.7188"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="37" x="1080" y="553.252">name</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1147" y="553.252">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1142" x2="1142" y1="536.7188" y2="558.3281"/><rect fill="none" height="64.8281" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="89" x="1075" y="493.5"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="85" x="1227.5" y="449"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="1232.5" y="465.5332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="35" x="1272.5" y="465.5332">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1267.5" x2="1267.5" y1="449" y2="470.6094"/><rect fill="none" height="21.6094" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="85" x="1227.5" y="449"/><rect fill="#F1F1F1" height="43.2188" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="99" x="1220.5" y="489.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="1225.5" y="506.0332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="35" x="1279.5" y="506.0332">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1274.5" x2="1274.5" y1="489.5" y2="511.1094"/><line style="stroke:#000000;stroke-width:1.0;" x1="1220.5" x2="1319.5" y1="511.1094" y2="511.1094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="44" x="1225.5" y="527.6426">format</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="16" x="1279.5" y="527.6426">uri</text><line style="stroke:#000000;stroke-width:1.0;" x1="1274.5" x2="1274.5" y1="511.1094" y2="532.7188"/><rect fill="none" height="43.2188" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="99" x="1220.5" y="489.5"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="85" x="1227.5" y="551"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="1232.5" y="567.5332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="35" x="1272.5" y="567.5332">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1267.5" x2="1267.5" y1="551" y2="572.6094"/><rect fill="none" height="21.6094" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="85" x="1227.5" y="551"/><rect fill="#F1F1F1" height="43.2188" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="128" x="905" y="554.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="910" y="571.0332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="38" x="990" y="571.0332">object</text><line style="stroke:#000000;stroke-width:1.0;" x1="985" x2="985" y1="554.5" y2="576.1094"/><line style="stroke:#000000;stroke-width:1.0;" x1="905" x2="1033" y1="576.1094" y2="576.1094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="70" x="910" y="592.6426">properties</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="990" y="592.6426">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="985" x2="985" y1="576.1094" y2="597.7188"/><rect fill="none" height="43.2188" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="128" x="905" y="554.5"/><rect fill="#F1F1F1" height="64.8281" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="99" x="1070" y="622.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="47" x="1075" y="639.0332">sender</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1152" y="639.0332">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1147" x2="1147" y1="622.5" y2="644.1094"/><line style="stroke:#000000;stroke-width:1.0;" x1="1070" x2="1169" y1="644.1094" y2="644.1094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="63" x="1075" y="660.6426">transport</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1152" y="660.6426">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1147" x2="1147" y1="644.1094" y2="665.7188"/><line style="stroke:#000000;stroke-width:1.0;" x1="1070" x2="1169" y1="665.7188" y2="665.7188"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="67" x="1075" y="682.252">templates</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1152" y="682.252">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1147" x2="1147" y1="665.7188" y2="687.3281"/><rect fill="none" height="64.8281" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="99" x="1070" y="622.5"/><rect fill="#F1F1F1" height="43.2188" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="128" x="1206" y="591.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="1211" y="608.0332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="38" x="1291" y="608.0332">object</text><line style="stroke:#000000;stroke-width:1.0;" x1="1286" x2="1286" y1="591.5" y2="613.1094"/><line style="stroke:#000000;stroke-width:1.0;" x1="1206" x2="1334" y1="613.1094" y2="613.1094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="70" x="1211" y="629.6426">properties</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1291" y="629.6426">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1286" x2="1286" y1="613.1094" y2="634.7188"/><rect fill="none" height="43.2188" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="128" x="1206" y="591.5"/><rect fill="#F1F1F1" height="43.2188" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="69" x="1414" y="552.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="36" x="1419" y="569.0332">email</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1466" y="569.0332">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1461" x2="1461" y1="552.5" y2="574.1094"/><line style="stroke:#000000;stroke-width:1.0;" x1="1414" x2="1483" y1="574.1094" y2="574.1094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="37" x="1419" y="590.6426">name</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1466" y="590.6426">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1461" x2="1461" y1="574.1094" y2="595.7188"/><rect fill="none" height="43.2188" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="69" x="1414" y="552.5"/><rect fill="#F1F1F1" height="43.2188" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="99" x="1577.5" y="512.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="1582.5" y="529.0332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="35" x="1636.5" y="529.0332">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1631.5" x2="1631.5" y1="512.5" y2="534.1094"/><line style="stroke:#000000;stroke-width:1.0;" x1="1577.5" x2="1676.5" y1="534.1094" y2="534.1094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="44" x="1582.5" y="550.6426">format</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="34" x="1636.5" y="550.6426">email</text><line style="stroke:#000000;stroke-width:1.0;" x1="1631.5" x2="1631.5" y1="534.1094" y2="555.7188"/><rect fill="none" height="43.2188" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="99" x="1577.5" y="512.5"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="85" x="1584.5" y="574"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="1589.5" y="590.5332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="35" x="1629.5" y="590.5332">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1624.5" x2="1624.5" y1="574" y2="595.6094"/><rect fill="none" height="21.6094" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="85" x="1584.5" y="574"/><rect fill="#F1F1F1" height="43.2188" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="128" x="1206" y="652.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="1211" y="669.0332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="38" x="1291" y="669.0332">object</text><line style="stroke:#000000;stroke-width:1.0;" x1="1286" x2="1286" y1="652.5" y2="674.1094"/><line style="stroke:#000000;stroke-width:1.0;" x1="1206" x2="1334" y1="674.1094" y2="674.1094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="70" x="1211" y="690.6426">properties</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1291" y="690.6426">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1286" x2="1286" y1="674.1094" y2="695.7188"/><rect fill="none" height="43.2188" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="128" x="1206" y="652.5"/><rect fill="#F1F1F1" height="86.4375" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="78" x="1409.5" y="642"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="31" x="1414.5" y="658.5332">host</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1470.5" y="658.5332">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1465.5" x2="1465.5" y1="642" y2="663.6094"/><line style="stroke:#000000;stroke-width:1.0;" x1="1409.5" x2="1487.5" y1="663.6094" y2="663.6094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="28" x="1414.5" y="680.1426">port</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1470.5" y="680.1426">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1465.5" x2="1465.5" y1="663.6094" y2="685.2188"/><line style="stroke:#000000;stroke-width:1.0;" x1="1409.5" x2="1487.5" y1="685.2188" y2="685.2188"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="46" x="1414.5" y="701.752">secure</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1470.5" y="701.752">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1465.5" x2="1465.5" y1="685.2188" y2="706.8281"/><line style="stroke:#000000;stroke-width:1.0;" x1="1409.5" x2="1487.5" y1="706.8281" y2="706.8281"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="31" x="1414.5" y="723.3613">auth</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1470.5" y="723.3613">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1465.5" x2="1465.5" y1="706.8281" y2="728.4375"/><rect fill="none" height="86.4375" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="78" x="1409.5" y="642"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="85" x="1584.5" y="614"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="1589.5" y="630.5332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="35" x="1629.5" y="630.5332">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1624.5" x2="1624.5" y1="614" y2="635.6094"/><rect fill="none" height="21.6094" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="85" x="1584.5" y="614"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1580" y="654"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="1585" y="670.5332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="44" x="1625" y="670.5332">integer</text><line style="stroke:#000000;stroke-width:1.0;" x1="1620" x2="1620" y1="654" y2="675.6094"/><rect fill="none" height="21.6094" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1580" y="654"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="101" x="1576.5" y="694"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="1581.5" y="710.5332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="51" x="1621.5" y="710.5332">boolean</text><line style="stroke:#000000;stroke-width:1.0;" x1="1616.5" x2="1616.5" y1="694" y2="715.6094"/><rect fill="none" height="21.6094" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="101" x="1576.5" y="694"/><rect fill="#F1F1F1" height="43.2188" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="128" x="1563" y="734.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="1568" y="751.0332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="38" x="1648" y="751.0332">object</text><line style="stroke:#000000;stroke-width:1.0;" x1="1643" x2="1643" y1="734.5" y2="756.1094"/><line style="stroke:#000000;stroke-width:1.0;" x1="1563" x2="1691" y1="756.1094" y2="756.1094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="70" x="1568" y="772.6426">properties</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1648" y="772.6426">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1643" x2="1643" y1="756.1094" y2="777.7188"/><rect fill="none" height="43.2188" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="128" x="1563" y="734.5"/><rect fill="#F1F1F1" height="43.2188" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="65" x="1728" y="745.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="1733" y="762.0332">user</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1776" y="762.0332">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1771" x2="1771" y1="745.5" y2="767.1094"/><line style="stroke:#000000;stroke-width:1.0;" x1="1728" x2="1793" y1="767.1094" y2="767.1094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="33" x="1733" y="783.6426">pass</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1776" y="783.6426">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1771" x2="1771" y1="767.1094" y2="788.7188"/><rect fill="none" height="43.2188" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="65" x="1728" y="745.5"/><rect fill="#F1F1F1" height="43.2188" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="99" x="1830" y="720.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="1835" y="737.0332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="35" x="1889" y="737.0332">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1884" x2="1884" y1="720.5" y2="742.1094"/><line style="stroke:#000000;stroke-width:1.0;" x1="1830" x2="1929" y1="742.1094" y2="742.1094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="44" x="1835" y="758.6426">format</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="34" x="1889" y="758.6426">email</text><line style="stroke:#000000;stroke-width:1.0;" x1="1884" x2="1884" y1="742.1094" y2="763.7188"/><rect fill="none" height="43.2188" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="99" x="1830" y="720.5"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="85" x="1837" y="782"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="1842" y="798.5332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="35" x="1882" y="798.5332">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1877" x2="1877" y1="782" y2="803.6094"/><rect fill="none" height="21.6094" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="85" x="1837" y="782"/><rect fill="#F1F1F1" height="43.2188" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="128" x="1206" y="745.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="1211" y="762.0332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="38" x="1291" y="762.0332">object</text><line style="stroke:#000000;stroke-width:1.0;" x1="1286" x2="1286" y1="745.5" y2="767.1094"/><line style="stroke:#000000;stroke-width:1.0;" x1="1206" x2="1334" y1="767.1094" y2="767.1094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="70" x="1211" y="783.6426">properties</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1291" y="783.6426">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1286" x2="1286" y1="767.1094" y2="788.7188"/><rect fill="none" height="43.2188" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="128" x="1206" y="745.5"/><rect fill="#F1F1F1" height="43.2188" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="155" x="1371" y="796.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="106" x="1376" y="813.0332">userVerifyEmail</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1509" y="813.0332">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1504" x2="1504" y1="796.5" y2="818.1094"/><line style="stroke:#000000;stroke-width:1.0;" x1="1371" x2="1526" y1="818.1094" y2="818.1094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="123" x="1376" y="834.6426">userRecoverEmail</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1509" y="834.6426">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1504" x2="1504" y1="818.1094" y2="839.7188"/><rect fill="none" height="43.2188" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="155" x="1371" y="796.5"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="85" x="1584.5" y="796"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="1589.5" y="812.5332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="35" x="1629.5" y="812.5332">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1624.5" x2="1624.5" y1="796" y2="817.6094"/><rect fill="none" height="21.6094" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="85" x="1584.5" y="796"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="85" x="1584.5" y="836"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="1589.5" y="852.5332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="35" x="1629.5" y="852.5332">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1624.5" x2="1624.5" y1="836" y2="857.6094"/><rect fill="none" height="21.6094" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="85" x="1584.5" y="836"/><rect fill="#F1F1F1" height="43.2188" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="128" x="355" y="573.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="360" y="590.0332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="38" x="440" y="590.0332">object</text><line style="stroke:#000000;stroke-width:1.0;" x1="435" x2="435" y1="573.5" y2="595.1094"/><line style="stroke:#000000;stroke-width:1.0;" x1="355" x2="483" y1="595.1094" y2="595.1094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="70" x="360" y="611.6426">properties</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="440" y="611.6426">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="435" x2="435" y1="595.1094" y2="616.7188"/><rect fill="none" height="43.2188" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="128" x="355" y="573.5"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="36" x="520" y="619"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="4" x="525" y="635.5332">/</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="539" y="635.5332">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="534" x2="534" y1="619" y2="640.6094"/><rect fill="none" height="21.6094" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="36" x="520" y="619"/><rect fill="#F1F1F1" height="43.2188" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="128" x="593" y="615.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="598" y="632.0332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="38" x="678" y="632.0332">object</text><line style="stroke:#000000;stroke-width:1.0;" x1="673" x2="673" y1="615.5" y2="637.1094"/><line style="stroke:#000000;stroke-width:1.0;" x1="593" x2="721" y1="637.1094" y2="637.1094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="70" x="598" y="653.6426">properties</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="678" y="653.6426">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="673" x2="673" y1="637.1094" y2="658.7188"/><rect fill="none" height="43.2188" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="128" x="593" y="615.5"/><rect fill="#F1F1F1" height="151.2656" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="110" x="758" y="662.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="38" x="763" y="679.0332">client</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="851" y="679.0332">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="846" x2="846" y1="662.5" y2="684.1094"/><line style="stroke:#000000;stroke-width:1.0;" x1="758" x2="868" y1="684.1094" y2="684.1094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="52" x="763" y="700.6426">runtime</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="851" y="700.6426">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="846" x2="846" y1="684.1094" y2="705.7188"/><line style="stroke:#000000;stroke-width:1.0;" x1="758" x2="868" y1="705.7188" y2="705.7188"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="29" x="763" y="722.252">apis</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="851" y="722.252">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="846" x2="846" y1="705.7188" y2="727.3281"/><line style="stroke:#000000;stroke-width:1.0;" x1="758" x2="868" y1="727.3281" y2="727.3281"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="48" x="763" y="743.8613">origins</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="851" y="743.8613">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="846" x2="846" y1="727.3281" y2="748.9375"/><line style="stroke:#000000;stroke-width:1.0;" x1="758" x2="868" y1="748.9375" y2="748.9375"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="78" x="763" y="765.4707">minifyBuild</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="851" y="765.4707">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="846" x2="846" y1="748.9375" y2="770.5469"/><line style="stroke:#000000;stroke-width:1.0;" x1="758" x2="868" y1="770.5469" y2="770.5469"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="57" x="763" y="787.0801">liteBuild</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="851" y="787.0801">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="846" x2="846" y1="770.5469" y2="792.1563"/><line style="stroke:#000000;stroke-width:1.0;" x1="758" x2="868" y1="792.1563" y2="792.1563"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="39" x="763" y="808.6895">proxy</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="851" y="808.6895">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="846" x2="846" y1="792.1563" y2="813.7656"/><rect fill="none" height="151.2656" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="110" x="758" y="662.5"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="72" x="933" y="616"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="938" y="632.5332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="22" x="978" y="632.5332">null</text><line style="stroke:#000000;stroke-width:1.0;" x1="973" x2="973" y1="616" y2="637.6094"/><rect fill="none" height="21.6094" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="72" x="933" y="616"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="85" x="926.5" y="656"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="931.5" y="672.5332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="35" x="971.5" y="672.5332">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="966.5" x2="966.5" y1="656" y2="677.6094"/><rect fill="none" height="21.6094" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="85" x="926.5" y="656"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="83" x="927.5" y="696"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="932.5" y="712.5332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="33" x="972.5" y="712.5332">array</text><line style="stroke:#000000;stroke-width:1.0;" x1="967.5" x2="967.5" y1="696" y2="717.6094"/><rect fill="none" height="21.6094" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="83" x="927.5" y="696"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="83" x="927.5" y="736"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="932.5" y="752.5332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="33" x="972.5" y="752.5332">array</text><line style="stroke:#000000;stroke-width:1.0;" x1="967.5" x2="967.5" y1="736" y2="757.6094"/><rect fill="none" height="21.6094" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="83" x="927.5" y="736"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="101" x="918.5" y="776"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="923.5" y="792.5332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="51" x="963.5" y="792.5332">boolean</text><line style="stroke:#000000;stroke-width:1.0;" x1="958.5" x2="958.5" y1="776" y2="797.6094"/><rect fill="none" height="21.6094" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="101" x="918.5" y="776"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="101" x="918.5" y="816"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="923.5" y="832.5332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="51" x="963.5" y="832.5332">boolean</text><line style="stroke:#000000;stroke-width:1.0;" x1="958.5" x2="958.5" y1="816" y2="837.6094"/><rect fill="none" height="21.6094" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="101" x="918.5" y="816"/><rect fill="#F1F1F1" height="43.2188" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="90" x="924" y="856.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="929" y="873.0332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="33" x="976" y="873.0332">array</text><line style="stroke:#000000;stroke-width:1.0;" x1="971" x2="971" y1="856.5" y2="878.1094"/><line style="stroke:#000000;stroke-width:1.0;" x1="924" x2="1014" y1="878.1094" y2="878.1094"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="37" x="929" y="894.6426">items</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="976" y="894.6426">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="971" x2="971" y1="878.1094" y2="899.7188"/><rect fill="none" height="43.2188" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="90" x="924" y="856.5"/><rect fill="#F1F1F1" height="21.6094" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1072.5" y="878"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="30" x="1077.5" y="894.5332">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="44" x="1117.5" y="894.5332">integer</text><line style="stroke:#000000;stroke-width:1.0;" x1="1112.5" x2="1112.5" y1="878" y2="899.6094"/><rect fill="none" height="21.6094" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1072.5" y="878"/><path d="M857.5,164 L857.5,151 C857.5,97.7477 865.4653,76.6765 905,41 C909.3441,37.0799 914.4533,33.9281 919.8551,31.394 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M921.0114,34.1793 L921.9441,30.5268 L918.6988,28.6087 L926.8185,28.5032 L921.0114,34.1793 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="857.5" cy="164" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M856,184 L869,184 C917.4933,184 870.1807,114.7523 905,81 C909.2597,76.8708 914.364,73.5934 919.803,70.9922 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M920.9816,73.8042 L921.912,70.1083 L918.6245,68.1802 L926.833,68.0458 L920.9816,73.8042 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="856" cy="184" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1002.5,123 L1015.5,123 C1033.108,123 1052.4009,123 1069.509,123 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1069.509,126.0771 L1071.8168,123 L1069.509,119.9229 L1077.2018,123 L1069.509,126.0771 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1002.5" cy="123" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M856,206 L869,206 C901.249,206 881.4676,165.0506 905,143 C908.7892,139.4494 913.0614,136.2254 917.5532,133.3172 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M919.1677,136.0002 L919.5654,132.1063 L915.9386,130.6342 L924.2607,129.2809 L919.1677,136.0002 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="856" cy="206" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M856,227 L869,227 C894.267,227 884.0766,197.1644 905,183 C909.8455,179.7198 915.2578,176.9548 920.8232,174.6296 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M921.9096,177.4697 L922.9534,173.8148 L919.7369,171.7894 L927.9236,171.9137 L921.9096,177.4697 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="856" cy="227" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M856,249 L869,249 C888.7365,249 887.3618,231.8557 905,223 C909.5804,220.7003 914.4793,218.5972 919.4489,216.6916 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M920.5091,219.6127 L921.6397,215.8964 L918.3887,213.7705 L926.7516,214.0411 L920.5091,219.6127 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="856" cy="249" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M856,271 L869,271 C874.936,271 901.3153,263.5204 925.4203,256.2927 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M926.3109,259.2458 L927.6351,255.6248 L924.5297,253.3397 L932.803,254.0663 L926.3109,259.2458 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="856" cy="271" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M856,292 L869,292 C882.7566,292 897.5397,291.1361 911.3929,289.9437 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M911.67,292.9789 L913.6693,289.7358 L911.1157,286.9084 L918.981,289.2508 L911.67,292.9789 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="856" cy="292" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M856,314 L869,314 C882.7566,314 897.5397,314.8639 911.3929,316.0563 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M911.1157,319.0916 L913.6693,316.2642 L911.67,313.0211 L918.981,316.7492 L911.1157,319.0916 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="856" cy="314" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M856,336 L869,336 C880.498,336 905.5158,342.8004 927.5873,349.5754 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M926.6725,352.5147 L929.7918,350.2614 L928.502,346.636 L934.9356,351.8622 L926.6725,352.5147 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="856" cy="336" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M856,358 L869,358 C888.4797,358 887.5112,374.4209 905,383 C909.7799,385.3447 914.8955,387.4932 920.0712,389.4401 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M919.0595,392.2678 L922.192,390.1989 L921.083,386.6124 L927.1405,391.9696 L919.0595,392.2678 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="856" cy="358" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1002.5,465 L1015.5,465 C1031.6375,465 1049.1897,464.8769 1065.1782,464.7172 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1065.2106,467.8012 L1067.4912,464.6929 L1065.1458,461.6331 L1072.8884,464.6361 L1065.2106,467.8012 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1002.5" cy="465" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M856,379 L869,379 C894.267,379 885.1891,407.3173 905,423 C908.9422,426.1207 913.2497,429.0368 917.7044,431.7337 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M916.1873,434.3764 L919.6865,432.8715 L919.2216,429.091 L924.3112,435.5265 L916.1873,434.3764 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="856" cy="379" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1153,504 L1166,504 C1186.7323,504 1187.0931,488.5062 1206,480 C1211.0726,477.7178 1216.4821,475.5869 1221.9226,473.631 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1222.9452,476.5947 L1224.1454,472.8641 L1220.9,470.6673 L1229.3319,471.0746 L1222.9452,476.5947 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1153" cy="504" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1153,525 L1166,525 C1181.3637,525 1197.8953,523.4663 1213.1388,521.4143 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1213.5848,524.5506 L1215.4911,521.0798 L1212.6928,518.2779 L1220.9797,520.2993 L1213.5848,524.5506 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1153" cy="525" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1153,548 L1166,548 C1183.7683,548 1203.0989,550.0513 1220.1923,552.5835 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1219.7156,555.6566 L1222.497,552.941 L1220.6689,549.5105 L1227.8749,553.7752 L1219.7156,555.6566 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1153" cy="548" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1021,526 L1034,526 C1044.9109,526 1056.6096,526 1067.731,526 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1067.731,529.0361 L1070.0081,526 L1067.731,522.9639 L1075.3213,526 L1067.731,529.0361 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1021" cy="526" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M856,401 L869,401 C909.2093,401 877.2132,454.9365 905,484 C906.5498,485.621 908.2021,487.1687 909.9344,488.6451 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M908.035,491.111 L911.7838,490.0696 L911.8338,486.1791 L916.0992,493.3936 L908.035,491.111 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="856" cy="401" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1472,563 L1485,563 C1513.5295,563 1544.6479,557.2724 1570.4194,550.9081 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1571.1788,553.8953 L1572.6598,550.3386 L1569.66,547.9209 L1577.8874,549.0097 L1571.1788,553.8953 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1472" cy="563" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1472,585 L1485,585 C1515.5199,585 1549.7425,585 1576.8862,585 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1576.8862,588.1284 L1579.2325,585 L1576.8862,581.8716 L1584.7072,585 L1576.8862,588.1284 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1472" cy="585" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1322,624 L1335,624 C1361.9073,624 1389.5736,611.9977 1410.7961,599.7541 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1412.3836,602.416 L1412.7926,598.5634 L1409.2086,597.0921 L1417.451,595.7853 L1412.3836,602.416 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1322" cy="624" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1157,633 L1170,633 C1179.3846,633 1189.1712,632.1343 1198.7863,630.7631 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1199.2668,633.8284 L1201.0853,630.4027 L1198.3058,627.6977 L1206.4497,629.5619 L1199.2668,633.8284 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1157" cy="633" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1476,652 L1489,652 C1520.9098,652 1556.2176,644.9117 1583.0641,637.9989 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1583.8398,640.9341 L1585.2655,637.4172 L1582.2885,635.0638 L1590.402,636.0598 L1583.8398,640.9341 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1476" cy="652" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1476,674 L1489,674 C1516.6418,674 1547.3428,672.1665 1572.7101,670.1546 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1572.9614,673.2315 L1575.0178,669.9662 L1572.4588,667.0778 L1580.4022,669.5264 L1572.9614,673.2315 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1476" cy="674" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1476,696 L1489,696 C1515.4494,696 1544.6998,697.6787 1569.3982,699.5861 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1569.1591,702.5904 L1571.6514,699.7654 L1569.6373,696.5818 L1576.909,700.1838 L1569.1591,702.5904 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1476" cy="696" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1781,756 L1794,756 C1803.3228,756 1813.1453,755.1699 1822.6712,753.914 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1823.1076,756.9383 L1824.9395,753.5867 L1822.2349,750.8896 L1830.2321,752.8232 L1823.1076,756.9383 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1781" cy="756" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1781,778 L1794,778 C1805.6777,778 1818.1225,779.39 1829.7851,781.3238 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1829.2491,784.3378 L1832.0456,781.7258 L1830.3212,778.3097 L1837.3203,782.6639 L1829.2491,784.3378 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1781" cy="778" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1679,767 L1692,767 C1701.2231,767 1711.1498,767 1720.4918,767 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1720.4918,770.0726 L1722.7962,767 L1720.4918,763.9274 L1728.1732,767 L1720.4918,770.0726 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1679" cy="767" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1476,717 L1489,717 C1515.7595,717 1544.3746,723.9211 1568.5331,731.9321 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1567.5272,734.871 L1570.7373,732.6865 L1569.539,728.9931 L1575.8805,734.4467 L1567.5272,734.871 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1476" cy="717" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1322,685 L1335,685 C1357.0925,685 1381.6147,685 1402.1538,685 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1402.1538,688.0654 L1404.4528,685 L1402.1538,681.9346 L1409.8172,685 L1402.1538,688.0654 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1322" cy="685" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1157,654 L1170,654 C1179.3846,654 1189.1712,654.8657 1198.7863,656.2369 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1198.3058,659.3023 L1201.0853,656.5973 L1199.2668,653.1716 L1206.4497,657.4381 L1198.3058,659.3023 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1157" cy="654" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1514,807 L1527,807 C1543.3296,807 1561.1667,807 1577.1714,807 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1577.1714,810.078 L1579.4798,807 L1577.1714,803.922 L1584.8663,807 L1577.1714,810.078 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1514" cy="807" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1514,829 L1527,829 C1543.4438,829 1561.1756,831.41 1577.0512,834.4663 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1576.4334,837.5185 L1579.3404,834.9296 L1577.669,831.414 L1584.6818,836.0108 L1576.4334,837.5185 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1514" cy="829" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1322,778 L1335,778 C1357.5197,778 1381.1915,785.147 1401.0177,793.3989 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1399.7861,796.2474 L1403.154,794.3226 L1402.2493,790.5504 L1408.1388,796.4779 L1399.7861,796.2474 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1322" cy="778" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1157,677 L1170,677 C1174.7297,677 1213.5212,713.2391 1241.2421,739.726 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1239.0471,742.0185 L1242.9614,741.3723 L1243.4371,737.4336 L1246.9732,745.2135 L1239.0471,742.0185 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1157" cy="677" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1021,587 L1034,587 C1056.0488,587 1075.6553,601.1241 1090.4659,616.4982 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1088.1872,618.5923 L1092.0365,618.2073 L1092.7446,614.4042 L1095.7011,622.1951 L1088.1872,618.5923 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1021" cy="587" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M857.5,422 L857.5,435 C857.5,488.2523 868.231,506.4793 905,545 C906.5485,546.6223 908.1997,548.171 909.931,549.6483 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M908.0306,552.1132 L911.7796,551.0736 L911.8314,547.1834 L916.0932,554.3994 L908.0306,552.1132 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="857.5" cy="422" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M709,489 L722,489 C753.1417,489 773.6019,468.3528 787.0337,440.4611 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M789.7701,441.6998 L787.9627,438.4088 L784.2973,439.2224 L790.1305,433.6202 L789.7701,441.6998 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="709" cy="489" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M544,527 L557,527 C580.6661,527 604.5425,515.7056 622.9722,503.9617 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M624.703,506.5749 L624.9321,502.6636 L621.2414,501.3485 L629.5052,499.6347 L624.703,506.5749 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="544" cy="527" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M471,539 L484,539 C493.571,539 503.8768,537.1489 512.8637,534.9007 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M513.6802,537.9033 L515.1156,534.2883 L512.0472,531.8981 L520.3701,532.8594 L513.6802,537.9033 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="471" cy="539" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M306,550 L319,550 C328.353,550 338.0864,549.0618 347.6442,547.5728 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M348.1661,550.6195 L349.9293,547.1814 L347.1223,544.526 L355.2611,546.268 L348.1661,550.6195 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="306" cy="550" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M856,673 L869,673 C888.7365,673 887.3618,655.8557 905,647 C911.6624,643.655 918.9986,640.7259 926.2462,638.2156 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M927.1944,641.0914 L928.4031,637.5043 L925.2979,635.3397 L933.4359,635.8449 L927.1944,641.0914 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="856" cy="673" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M856,694 L869,694 C880.498,694 905.5158,687.1996 927.5873,680.4246 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M928.502,683.364 L929.7918,679.7386 L926.6725,677.4853 L934.9356,678.1378 L928.502,683.364 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="856" cy="694" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M856,716 L869,716 C885.6944,716 903.9005,714.7278 920.1218,713.14 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M920.442,716.2553 L922.4583,712.8998 L919.8015,710.0246 L927.9102,712.3394 L920.442,716.2553 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="856" cy="716" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M856,737 L869,737 C885.7103,737 903.9204,738.4136 920.1403,740.1778 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M919.7845,743.2928 L922.4766,740.4447 L920.4962,737.0629 L927.9277,741.0674 L919.7845,743.2928 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="856" cy="737" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M856,759 L869,759 C874.936,759 901.3153,766.4796 925.4203,773.7073 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M924.5297,776.6603 L927.6351,774.3752 L926.3109,770.7542 L932.803,775.9337 L924.5297,776.6603 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="856" cy="759" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M856,781 L869,781 C888.7365,781 887.3618,798.1443 905,807 C909.5804,809.2997 914.4793,811.4028 919.4489,813.3084 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M918.3887,816.2295 L921.6397,814.1036 L920.5091,810.3873 L926.7516,815.9589 L918.3887,816.2295 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="856" cy="781" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1002.5,889 L1015.5,889 C1031.6368,889 1049.1888,889 1065.1772,889 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1065.1772,892.0841 L1067.4903,889 L1065.1772,885.9159 L1072.8875,889 L1065.1772,892.0841 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1002.5" cy="889" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M856,803 L869,803 C894.267,803 885.1891,831.3173 905,847 C908.9422,850.1207 913.2497,853.0368 917.7044,855.7337 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M916.1873,858.3764 L919.6865,856.8715 L919.2216,853.091 L924.3112,859.5265 L916.1873,858.3764 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="856" cy="803" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M709,648 L722,648 C733.815,648 744.6343,651.9043 754.3602,658.0866 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M752.6108,660.5798 L756.23,659.3986 L756.1096,655.5935 L760.593,662.4601 L752.6108,660.5798 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="709" cy="648" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M544,630 L557,630 C566.2917,630 576.0594,630.3075 585.6954,630.7936 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M585.5251,633.8689 L588.0018,630.9213 L585.8657,627.7184 L593.3835,631.2193 L585.5251,633.8689 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="544" cy="630" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M471,606 L484,606 C494.8703,606 505.9804,610.1756 515.2391,615.0434 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M513.7192,617.7173 L517.2445,616.1834 L516.759,612.3696 L521.9237,618.8431 L513.7192,617.7173 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="471" cy="606" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M306,572 L319,572 C328.3733,572 338.1185,572.9809 347.6824,574.5375 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M347.1368,577.5858 L349.9686,574.9468 L348.2281,571.4893 L355.303,575.9016 L347.1368,577.5858 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="306" cy="572" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M126,561 L139,561 C148.3078,561 158.071,561 167.7548,561 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M167.7548,564.0956 L170.0765,561 L167.7548,557.9044 L175.4938,561 L167.7548,564.0956 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="126" cy="561" 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="1013px" preserveAspectRatio="none" style="width:2023px;height:1013px;background:#FFFFFF;" version="1.1" viewBox="0 0 2023 1013" width="2023px" 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="371.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="15" y="386.4951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="43" x="108" y="386.4951">object</text><line style="stroke:#000000;stroke-width:1.0;" x1="103" x2="103" y1="371.5" y2="391.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="10" x2="156" y1="391.7969" y2="391.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="68" x="15" y="406.792">required</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="108" y="406.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="103" x2="103" y1="391.7969" y2="412.0938"/><line style="stroke:#000000;stroke-width:1.0;" x1="10" x2="156" y1="412.0938" y2="412.0938"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="83" x="15" y="427.0889">properties</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="108" y="427.0889">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="103" x2="103" y1="412.0938" y2="432.3906"/><rect fill="none" height="60.8906" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="146" x="10" y="371.5"/><rect fill="#F1F1F1" height="15" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="30" x="263.5" y="380"/><rect fill="none" height="15" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="30" x="263.5" y="380"/><rect fill="#F1F1F1" height="40.5938" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="165" x="193" y="414.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="86" x="198" y="429.4951">default.net</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="341" y="429.4951">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="336" x2="336" y1="414.5" y2="434.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="193" x2="358" y1="434.7969" y2="434.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="133" x="198" y="449.792">www.default.net</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="341" y="449.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="336" x2="336" y1="434.7969" y2="455.0938"/><rect fill="none" height="40.5938" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="165" x="193" y="414.5"/><rect fill="#F1F1F1" height="60.8906" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="146" x="395" y="351.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="400" y="366.4951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="43" x="493" y="366.4951">object</text><line style="stroke:#000000;stroke-width:1.0;" x1="488" x2="488" y1="351.5" y2="371.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="395" x2="541" y1="371.7969" y2="371.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="68" x="400" y="386.792">required</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="493" y="386.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="488" x2="488" y1="371.7969" y2="392.0938"/><line style="stroke:#000000;stroke-width:1.0;" x1="395" x2="541" y1="392.0938" y2="392.0938"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="83" x="400" y="407.0889">properties</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="493" y="407.0889">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="488" x2="488" y1="392.0938" y2="412.3906"/><rect fill="none" height="60.8906" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="146" x="395" y="351.5"/><rect fill="#F1F1F1" height="15" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="30" x="584.5" y="358"/><rect fill="none" height="15" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="30" x="584.5" y="358"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="37" x="578" y="392"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="5" x="583" y="406.9951">/</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="598" y="406.9951">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="593" x2="593" y1="392" y2="412.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="37" x="578" y="392"/><rect fill="#F1F1F1" height="60.8906" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="146" x="652" y="268.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="657" y="283.4951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="43" x="750" y="283.4951">object</text><line style="stroke:#000000;stroke-width:1.0;" x1="745" x2="745" y1="268.5" y2="288.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="652" x2="798" y1="288.7969" y2="288.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="68" x="657" y="303.792">required</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="750" y="303.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="745" x2="745" y1="288.7969" y2="309.0938"/><line style="stroke:#000000;stroke-width:1.0;" x1="652" x2="798" y1="309.0938" y2="309.0938"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="83" x="657" y="324.0889">properties</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="750" y="324.0889">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="745" x2="745" y1="309.0938" y2="329.3906"/><rect fill="none" height="60.8906" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="146" x="652" y="268.5"/><rect fill="#F1F1F1" height="15" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="30" x="883" y="143"/><rect fill="none" height="15" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="30" x="883" y="143"/><rect fill="#F1F1F1" height="284.1563" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="120" x="835" y="177"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="43" x="840" y="191.9951">client</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="938" y="191.9951">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="933" x2="933" y1="177" y2="197.2969"/><line style="stroke:#000000;stroke-width:1.0;" x1="835" x2="955" y1="197.2969" y2="197.2969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="61" x="840" y="212.292">runtime</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="938" y="212.292">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="933" x2="933" y1="197.2969" y2="217.5938"/><line style="stroke:#000000;stroke-width:1.0;" x1="835" x2="955" y1="217.5938" y2="217.5938"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="32" x="840" y="232.5889">apis</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="938" y="232.5889">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="933" x2="933" y1="217.5938" y2="237.8906"/><line style="stroke:#000000;stroke-width:1.0;" x1="835" x2="955" y1="237.8906" y2="237.8906"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="54" x="840" y="252.8857">origins</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="938" y="252.8857">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="933" x2="933" y1="237.8906" y2="258.1875"/><line style="stroke:#000000;stroke-width:1.0;" x1="835" x2="955" y1="258.1875" y2="258.1875"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="85" x="840" y="273.1826">minifyBuild</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="938" y="273.1826">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="933" x2="933" y1="258.1875" y2="278.4844"/><line style="stroke:#000000;stroke-width:1.0;" x1="835" x2="955" y1="278.4844" y2="278.4844"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="80" x="840" y="293.4795">iconsBuild</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="938" y="293.4795">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="933" x2="933" y1="278.4844" y2="298.7813"/><line style="stroke:#000000;stroke-width:1.0;" x1="835" x2="955" y1="298.7813" y2="298.7813"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="62" x="840" y="313.7764">liteBuild</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="938" y="313.7764">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="933" x2="933" y1="298.7813" y2="319.0781"/><line style="stroke:#000000;stroke-width:1.0;" x1="835" x2="955" y1="319.0781" y2="319.0781"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="76" x="840" y="334.0732">docsBuild</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="938" y="334.0732">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="933" x2="933" y1="319.0781" y2="339.375"/><line style="stroke:#000000;stroke-width:1.0;" x1="835" x2="955" y1="339.375" y2="339.375"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="88" x="840" y="354.3701">offlineBuild</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="938" y="354.3701">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="933" x2="933" y1="339.375" y2="359.6719"/><line style="stroke:#000000;stroke-width:1.0;" x1="835" x2="955" y1="359.6719" y2="359.6719"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="23" x="840" y="374.667">ws</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="938" y="374.667">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="933" x2="933" y1="359.6719" y2="379.9688"/><line style="stroke:#000000;stroke-width:1.0;" x1="835" x2="955" y1="379.9688" y2="379.9688"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="37" x="840" y="394.9639">peer</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="938" y="394.9639">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="933" x2="933" y1="379.9688" y2="400.2656"/><line style="stroke:#000000;stroke-width:1.0;" x1="835" x2="955" y1="400.2656" y2="400.2656"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="45" x="840" y="415.2607">proxy</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="938" y="415.2607">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="933" x2="933" y1="400.2656" y2="420.5625"/><line style="stroke:#000000;stroke-width:1.0;" x1="835" x2="955" y1="420.5625" y2="420.5625"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="20" x="840" y="435.5576">db</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="938" y="435.5576">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="933" x2="933" y1="420.5625" y2="440.8594"/><line style="stroke:#000000;stroke-width:1.0;" x1="835" x2="955" y1="440.8594" y2="440.8594"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="48" x="840" y="455.8545">mailer</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="938" y="455.8545">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="933" x2="933" y1="440.8594" y2="461.1563"/><rect fill="none" height="284.1563" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="120" x="835" y="177"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1018" y="10"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1023" y="24.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1068" y="24.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1063" x2="1063" 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="1018" y="10"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1018" y="48"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1023" y="62.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1068" y="62.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1063" x2="1063" 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="1018" y="48"/><rect fill="#F1F1F1" height="40.5938" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="96" x="1017" y="86.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1022" y="101.4951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="33" x="1075" y="101.4951">array</text><line style="stroke:#000000;stroke-width:1.0;" x1="1070" x2="1070" y1="86.5" y2="106.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="1017" x2="1113" y1="106.7969" y2="106.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="43" x="1022" y="121.792">items</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1075" y="121.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1070" x2="1070" y1="106.7969" y2="127.0938"/><rect fill="none" height="40.5938" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="96" x="1017" y="86.5"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1182.5" y="107"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1187.5" y="121.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1232.5" y="121.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1227.5" x2="1227.5" y1="107" y2="127.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1182.5" y="107"/><rect fill="#F1F1F1" height="40.5938" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="96" x="1017" y="145.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1022" y="160.4951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="33" x="1075" y="160.4951">array</text><line style="stroke:#000000;stroke-width:1.0;" x1="1070" x2="1070" y1="145.5" y2="165.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="1017" x2="1113" y1="165.7969" y2="165.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="43" x="1022" y="180.792">items</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1075" y="180.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1070" x2="1070" y1="165.7969" y2="186.0938"/><rect fill="none" height="40.5938" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="96" x="1017" y="145.5"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1182.5" y="166"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1187.5" y="180.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1232.5" y="180.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1227.5" x2="1227.5" y1="166" y2="186.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1182.5" y="166"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1018" y="205"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1023" y="219.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1068" y="219.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1063" x2="1063" y1="205" y2="225.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1018" y="205"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="111" x="1009.5" y="243"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1014.5" y="257.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="56" x="1059.5" y="257.9951">boolean</text><line style="stroke:#000000;stroke-width:1.0;" x1="1054.5" x2="1054.5" y1="243" y2="263.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="111" x="1009.5" y="243"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1018" y="281"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1023" y="295.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1068" y="295.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1063" x2="1063" y1="281" y2="301.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1018" y="281"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1018" y="319"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1023" y="333.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1068" y="333.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1063" x2="1063" y1="319" y2="339.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1018" y="319"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="111" x="1009.5" y="357"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1014.5" y="371.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="56" x="1059.5" y="371.9951">boolean</text><line style="stroke:#000000;stroke-width:1.0;" x1="1054.5" x2="1054.5" y1="357" y2="377.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="111" x="1009.5" y="357"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1018" y="395"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1023" y="409.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1068" y="409.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1063" x2="1063" y1="395" y2="415.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1018" y="395"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="111" x="1009.5" y="433"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1014.5" y="447.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="56" x="1059.5" y="447.9951">boolean</text><line style="stroke:#000000;stroke-width:1.0;" x1="1054.5" x2="1054.5" y1="433" y2="453.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="111" x="1009.5" y="433"/><rect fill="#F1F1F1" height="40.5938" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="96" x="1017" y="471.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1022" y="486.4951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="33" x="1075" y="486.4951">array</text><line style="stroke:#000000;stroke-width:1.0;" x1="1070" x2="1070" y1="471.5" y2="491.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="1017" x2="1113" y1="491.7969" y2="491.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="43" x="1022" y="506.792">items</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1075" y="506.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1070" x2="1070" y1="491.7969" y2="512.0938"/><rect fill="none" height="40.5938" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="96" x="1017" y="471.5"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="109" x="1175" y="479"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1180" y="493.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="54" x="1225" y="493.9951">number</text><line style="stroke:#000000;stroke-width:1.0;" x1="1220" x2="1220" y1="479" y2="499.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="109" x="1175" y="479"/><rect fill="#F1F1F1" height="60.8906" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="146" x="992" y="530.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="997" y="545.4951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="43" x="1090" y="545.4951">object</text><line style="stroke:#000000;stroke-width:1.0;" x1="1085" x2="1085" y1="530.5" y2="550.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="992" x2="1138" y1="550.7969" y2="550.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="68" x="997" y="565.792">required</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1090" y="565.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1085" x2="1085" y1="550.7969" y2="571.0938"/><line style="stroke:#000000;stroke-width:1.0;" x1="992" x2="1138" y1="571.0938" y2="571.0938"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="83" x="997" y="586.0889">properties</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1090" y="586.0889">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1085" x2="1085" y1="571.0938" y2="591.3906"/><rect fill="none" height="60.8906" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="146" x="992" y="530.5"/><rect fill="#F1F1F1" height="15" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="30" x="1217.5" y="517"/><rect fill="none" height="15" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="30" x="1217.5" y="517"/><rect fill="#F1F1F1" height="60.8906" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="99" x="1180" y="551.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="67" x="1185" y="566.4951">provider</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1262" y="566.4951">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1257" x2="1257" y1="551.5" y2="571.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="1180" x2="1279" y1="571.7969" y2="571.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1185" y="586.792">host</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1262" y="586.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1257" x2="1257" y1="571.7969" y2="592.0938"/><line style="stroke:#000000;stroke-width:1.0;" x1="1180" x2="1279" y1="592.0938" y2="592.0938"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="43" x="1185" y="607.0889">name</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1262" y="607.0889">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1257" x2="1257" y1="592.0938" y2="612.3906"/><rect fill="none" height="60.8906" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="99" x="1180" y="551.5"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1347" y="531"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1352" y="545.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1397" y="545.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1392" x2="1392" y1="531" y2="551.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1347" y="531"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1347" y="569"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1352" y="583.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1397" y="583.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1392" x2="1392" y1="569" y2="589.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1347" y="569"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1347" y="607"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1352" y="621.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1397" y="621.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1392" x2="1392" y1="607" y2="627.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1347" y="607"/><rect fill="#F1F1F1" height="60.8906" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="146" x="992" y="609.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="997" y="624.4951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="43" x="1090" y="624.4951">object</text><line style="stroke:#000000;stroke-width:1.0;" x1="1085" x2="1085" y1="609.5" y2="629.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="992" x2="1138" y1="629.7969" y2="629.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="68" x="997" y="644.792">required</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1090" y="644.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1085" x2="1085" y1="629.7969" y2="650.0938"/><line style="stroke:#000000;stroke-width:1.0;" x1="992" x2="1138" y1="650.0938" y2="650.0938"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="83" x="997" y="665.0889">properties</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1090" y="665.0889">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1085" x2="1085" y1="650.0938" y2="670.3906"/><rect fill="none" height="60.8906" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="146" x="992" y="609.5"/><rect fill="#F1F1F1" height="15" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="30" x="1217.5" y="631"/><rect fill="none" height="15" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="30" x="1217.5" y="631"/><rect fill="#F1F1F1" height="40.5938" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="106" x="1176.5" y="666.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="56" x="1181.5" y="681.4951">sender</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1265.5" y="681.4951">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1260.5" x2="1260.5" y1="666.5" y2="686.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="1176.5" x2="1282.5" y1="686.7969" y2="686.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="74" x="1181.5" y="701.792">transport</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1265.5" y="701.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1260.5" x2="1260.5" y1="686.7969" y2="707.0938"/><rect fill="none" height="40.5938" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="106" x="1176.5" y="666.5"/><rect fill="#F1F1F1" height="60.8906" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="146" x="1321" y="645.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1326" y="660.4951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="43" x="1419" y="660.4951">object</text><line style="stroke:#000000;stroke-width:1.0;" x1="1414" x2="1414" y1="645.5" y2="665.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="1321" x2="1467" y1="665.7969" y2="665.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="68" x="1326" y="680.792">required</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1419" y="680.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1414" x2="1414" y1="665.7969" y2="686.0938"/><line style="stroke:#000000;stroke-width:1.0;" x1="1321" x2="1467" y1="686.0938" y2="686.0938"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="83" x="1326" y="701.0889">properties</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1419" y="701.0889">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1414" x2="1414" y1="686.0938" y2="706.3906"/><rect fill="none" height="60.8906" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="146" x="1321" y="645.5"/><rect fill="#F1F1F1" height="15" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="30" x="1535.5" y="644"/><rect fill="none" height="15" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="30" x="1535.5" y="644"/><rect fill="#F1F1F1" height="40.5938" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="75" x="1510" y="678.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="41" x="1515" y="693.4951">email</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1568" y="693.4951">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1563" x2="1563" y1="678.5" y2="698.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="1510" x2="1585" y1="698.7969" y2="698.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="43" x="1515" y="713.792">name</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1568" y="713.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1563" x2="1563" y1="698.7969" y2="719.0938"/><rect fill="none" height="40.5938" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="75" x="1510" y="678.5"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1654" y="671"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1659" y="685.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1704" y="685.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1699" x2="1699" y1="671" y2="691.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1654" y="671"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1654" y="709"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1659" y="723.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1704" y="723.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1699" x2="1699" y1="709" y2="729.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1654" y="709"/><rect fill="#F1F1F1" height="60.8906" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="146" x="1321" y="724.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1326" y="739.4951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="43" x="1419" y="739.4951">object</text><line style="stroke:#000000;stroke-width:1.0;" x1="1414" x2="1414" y1="724.5" y2="744.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="1321" x2="1467" y1="744.7969" y2="744.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="68" x="1326" y="759.792">required</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1419" y="759.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1414" x2="1414" y1="744.7969" y2="765.0938"/><line style="stroke:#000000;stroke-width:1.0;" x1="1321" x2="1467" y1="765.0938" y2="765.0938"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="83" x="1326" y="780.0889">properties</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1419" y="780.0889">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1414" x2="1414" y1="765.0938" y2="785.3906"/><rect fill="none" height="60.8906" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="146" x="1321" y="724.5"/><rect fill="#F1F1F1" height="15" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="30" x="1535.5" y="743"/><rect fill="none" height="15" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="30" x="1535.5" y="743"/><rect fill="#F1F1F1" height="81.1875" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="87" x="1504" y="777.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1509" y="792.4951">host</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1574" y="792.4951">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1569" x2="1569" y1="777.5" y2="797.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="1504" x2="1591" y1="797.7969" y2="797.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="33" x="1509" y="812.792">port</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1574" y="812.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1569" x2="1569" y1="797.7969" y2="818.0938"/><line style="stroke:#000000;stroke-width:1.0;" x1="1504" x2="1591" y1="818.0938" y2="818.0938"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="55" x="1509" y="833.0889">secure</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1574" y="833.0889">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1569" x2="1569" y1="818.0938" y2="838.3906"/><line style="stroke:#000000;stroke-width:1.0;" x1="1504" x2="1591" y1="838.3906" y2="838.3906"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1509" y="853.3857">auth</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1574" y="853.3857">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1569" x2="1569" y1="838.3906" y2="858.6875"/><rect fill="none" height="81.1875" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="87" x="1504" y="777.5"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1654" y="749"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1659" y="763.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1704" y="763.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1699" x2="1699" y1="749" y2="769.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1654" y="749"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="109" x="1646.5" y="787"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1651.5" y="801.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="54" x="1696.5" y="801.9951">number</text><line style="stroke:#000000;stroke-width:1.0;" x1="1691.5" x2="1691.5" y1="787" y2="807.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="109" x="1646.5" y="787"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="111" x="1645.5" y="825"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1650.5" y="839.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="56" x="1695.5" y="839.9951">boolean</text><line style="stroke:#000000;stroke-width:1.0;" x1="1690.5" x2="1690.5" y1="825" y2="845.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="111" x="1645.5" y="825"/><rect fill="#F1F1F1" height="60.8906" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="146" x="1628" y="863.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1633" y="878.4951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="43" x="1726" y="878.4951">object</text><line style="stroke:#000000;stroke-width:1.0;" x1="1721" x2="1721" y1="863.5" y2="883.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="1628" x2="1774" y1="883.7969" y2="883.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="68" x="1633" y="898.792">required</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1726" y="898.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1721" x2="1721" y1="883.7969" y2="904.0938"/><line style="stroke:#000000;stroke-width:1.0;" x1="1628" x2="1774" y1="904.0938" y2="904.0938"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="83" x="1633" y="919.0889">properties</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1726" y="919.0889">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1721" x2="1721" y1="904.0938" y2="924.3906"/><rect fill="none" height="60.8906" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="146" x="1628" y="863.5"/><rect fill="#F1F1F1" height="15" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="30" x="1833.5" y="872"/><rect fill="none" height="15" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="30" x="1833.5" y="872"/><rect fill="#F1F1F1" height="40.5938" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="69" x="1811" y="906.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="36" x="1816" y="921.4951">user</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1863" y="921.4951">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1858" x2="1858" y1="906.5" y2="926.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="1811" x2="1880" y1="926.7969" y2="926.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="37" x="1816" y="941.792">pass</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1863" y="941.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1858" x2="1858" y1="926.7969" y2="947.0938"/><rect fill="none" height="40.5938" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="69" x="1811" y="906.5"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1917" y="897"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1922" y="911.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1967" y="911.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1962" x2="1962" y1="897" y2="917.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1917" y="897"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1917" y="935"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1922" y="949.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1967" y="949.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1962" x2="1962" y1="935" y2="955.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1917" y="935"/><rect fill="#F1F1F1" height="60.8906" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="146" x="395" y="456.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="400" y="471.4951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="43" x="493" y="471.4951">object</text><line style="stroke:#000000;stroke-width:1.0;" x1="488" x2="488" y1="456.5" y2="476.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="395" x2="541" y1="476.7969" y2="476.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="68" x="400" y="491.792">required</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="493" y="491.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="488" x2="488" y1="476.7969" y2="497.0938"/><line style="stroke:#000000;stroke-width:1.0;" x1="395" x2="541" y1="497.0938" y2="497.0938"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="83" x="400" y="512.0889">properties</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="493" y="512.0889">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="488" x2="488" y1="497.0938" y2="517.3906"/><rect fill="none" height="60.8906" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="146" x="395" y="456.5"/><rect fill="#F1F1F1" height="15" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="30" x="584.5" y="478"/><rect fill="none" height="15" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="30" x="584.5" y="478"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="37" x="578" y="563"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="5" x="583" y="577.9951">/</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="598" y="577.9951">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="593" x2="593" y1="563" y2="583.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="37" x="578" y="563"/><rect fill="#F1F1F1" height="60.8906" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="146" x="652" y="568.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="657" y="583.4951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="43" x="750" y="583.4951">object</text><line style="stroke:#000000;stroke-width:1.0;" x1="745" x2="745" y1="568.5" y2="588.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="652" x2="798" y1="588.7969" y2="588.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="68" x="657" y="603.792">required</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="750" y="603.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="745" x2="745" y1="588.7969" y2="609.0938"/><line style="stroke:#000000;stroke-width:1.0;" x1="652" x2="798" y1="609.0938" y2="609.0938"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="83" x="657" y="624.0889">properties</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="750" y="624.0889">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="745" x2="745" y1="609.0938" y2="629.3906"/><rect fill="none" height="60.8906" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="146" x="652" y="568.5"/><rect fill="#F1F1F1" height="15" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="30" x="883" y="590"/><rect fill="none" height="15" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="30" x="883" y="590"/><rect fill="#F1F1F1" height="142.0781" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="117" x="836.5" y="755"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="43" x="841.5" y="769.9951">client</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="936.5" y="769.9951">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="931.5" x2="931.5" y1="755" y2="775.2969"/><line style="stroke:#000000;stroke-width:1.0;" x1="836.5" x2="953.5" y1="775.2969" y2="775.2969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="61" x="841.5" y="790.292">runtime</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="936.5" y="790.292">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="931.5" x2="931.5" y1="775.2969" y2="795.5938"/><line style="stroke:#000000;stroke-width:1.0;" x1="836.5" x2="953.5" y1="795.5938" y2="795.5938"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="32" x="841.5" y="810.5889">apis</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="936.5" y="810.5889">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="931.5" x2="931.5" y1="795.5938" y2="815.8906"/><line style="stroke:#000000;stroke-width:1.0;" x1="836.5" x2="953.5" y1="815.8906" y2="815.8906"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="54" x="841.5" y="830.8857">origins</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="936.5" y="830.8857">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="931.5" x2="931.5" y1="815.8906" y2="836.1875"/><line style="stroke:#000000;stroke-width:1.0;" x1="836.5" x2="953.5" y1="836.1875" y2="836.1875"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="85" x="841.5" y="851.1826">minifyBuild</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="936.5" y="851.1826">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="931.5" x2="931.5" y1="836.1875" y2="856.4844"/><line style="stroke:#000000;stroke-width:1.0;" x1="836.5" x2="953.5" y1="856.4844" y2="856.4844"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="62" x="841.5" y="871.4795">liteBuild</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="936.5" y="871.4795">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="931.5" x2="931.5" y1="856.4844" y2="876.7813"/><line style="stroke:#000000;stroke-width:1.0;" x1="836.5" x2="953.5" y1="876.7813" y2="876.7813"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="45" x="841.5" y="891.7764">proxy</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="936.5" y="891.7764">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="931.5" x2="931.5" y1="876.7813" y2="897.0781"/><rect fill="none" height="142.0781" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="117" x="836.5" y="755"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1018" y="689"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1023" y="703.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1068" y="703.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1063" x2="1063" y1="689" y2="709.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1018" y="689"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1018" y="727"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1023" y="741.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1068" y="741.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1063" x2="1063" y1="727" y2="747.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1018" y="727"/><rect fill="#F1F1F1" height="40.5938" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="96" x="1017" y="765.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1022" y="780.4951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="33" x="1075" y="780.4951">array</text><line style="stroke:#000000;stroke-width:1.0;" x1="1070" x2="1070" y1="765.5" y2="785.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="1017" x2="1113" y1="785.7969" y2="785.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="43" x="1022" y="800.792">items</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1075" y="800.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1070" x2="1070" y1="785.7969" y2="806.0938"/><rect fill="none" height="40.5938" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="96" x="1017" y="765.5"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1182.5" y="786"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1187.5" y="800.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1232.5" y="800.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1227.5" x2="1227.5" y1="786" y2="806.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1182.5" y="786"/><rect fill="#F1F1F1" height="40.5938" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="96" x="1017" y="824.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1022" y="839.4951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="33" x="1075" y="839.4951">array</text><line style="stroke:#000000;stroke-width:1.0;" x1="1070" x2="1070" y1="824.5" y2="844.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="1017" x2="1113" y1="844.7969" y2="844.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="43" x="1022" y="859.792">items</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1075" y="859.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1070" x2="1070" y1="844.7969" y2="865.0938"/><rect fill="none" height="40.5938" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="96" x="1017" y="824.5"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1182.5" y="845"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1187.5" y="859.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1232.5" y="859.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1227.5" x2="1227.5" y1="845" y2="865.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1182.5" y="845"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="94" x="1018" y="884"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1023" y="898.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="39" x="1068" y="898.9951">string</text><line style="stroke:#000000;stroke-width:1.0;" x1="1063" x2="1063" y1="884" y2="904.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="94" x="1018" y="884"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="111" x="1009.5" y="922"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1014.5" y="936.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="56" x="1059.5" y="936.9951">boolean</text><line style="stroke:#000000;stroke-width:1.0;" x1="1054.5" x2="1054.5" y1="922" y2="942.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="111" x="1009.5" y="922"/><rect fill="#F1F1F1" height="40.5938" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="96" x="1017" y="960.5"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1022" y="975.4951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="33" x="1075" y="975.4951">array</text><line style="stroke:#000000;stroke-width:1.0;" x1="1070" x2="1070" y1="960.5" y2="980.7969"/><line style="stroke:#000000;stroke-width:1.0;" x1="1017" x2="1113" y1="980.7969" y2="980.7969"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="43" x="1022" y="995.792">items</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="12" x="1075" y="995.792">   </text><line style="stroke:#000000;stroke-width:1.0;" x1="1070" x2="1070" y1="980.7969" y2="1001.0938"/><rect fill="none" height="40.5938" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="96" x="1017" y="960.5"/><rect fill="#F1F1F1" height="20.2969" rx="5" ry="5" style="stroke:#F1F1F1;stroke-width:1.5;" width="109" x="1175" y="981"/><text fill="#000000" font-family="sans-serif" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="35" x="1180" y="995.9951">type</text><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="54" x="1225" y="995.9951">number</text><line style="stroke:#000000;stroke-width:1.0;" x1="1220" x2="1220" y1="981" y2="1001.2969"/><rect fill="none" height="20.2969" rx="5" ry="5" style="stroke:#000000;stroke-width:1.5;" width="109" x="1175" y="981"/><path d="M144,401 L157,401 C192.3978,401 233.4113,395.1486 256.5726,391.2973 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M257.079,394.261 L258.7955,390.9175 L256.0662,388.3335 L263.9821,390.0313 L257.079,394.261 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="144" cy="401" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M529,381 L542,381 C554.0956,381 567.1774,377.463 577.4355,373.824 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M578.5337,376.7164 L579.6047,373.0003 L576.3372,370.9317 L584.6663,371.0783 L578.5337,376.7164 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="529" cy="381" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M786,298 L799,298 C858.9522,298 792.7804,210.565 835,168 C845.6509,157.2619 862.5814,153.193 875.6637,151.7056 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M875.9153,154.7287 L877.931,151.5169 L875.4121,148.6825 L883.2215,151.0765 L875.9153,154.7287 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="786" cy="298" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M944.5,189 L944.5,176 C944.5,169.7738 952.3947,173.0761 956,168 C990.4677,119.4708 949.5781,80.7552 992,39 C997.3554,33.7288 1003.984,29.8689 1011.0389,27.0519 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1012.0321,29.9181 L1013.1886,26.307 L1010.0457,24.1856 L1018.2045,24.5688 L1012.0321,29.9181 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="944.5" cy="189" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M943,207 L956,207 C1015.9522,207 949.3148,119.0981 992,77 C997.3501,71.7235 1003.9759,67.8607 1011.0294,65.0423 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1012.023,67.9082 L1013.1789,64.2971 L1010.0359,62.1764 L1018.1942,62.5584 L1012.023,67.9082 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="943" cy="207" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1101.5,117 L1114.5,117 C1134.2426,117 1155.9,117 1175.015,117 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1175.015,120.0978 L1177.3384,117 L1175.015,113.9022 L1182.7595,117 L1175.015,120.0978 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1101.5" cy="117" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M943,227 L956,227 C999.4943,227 961.3033,166.8134 992,136 C997.31,130.6698 1003.7252,126.2877 1010.5168,122.6931 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1011.852,125.4492 L1012.5838,121.6917 L1009.1816,119.9371 L1017.4069,119.3552 L1011.852,125.4492 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="943" cy="227" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1101.5,176 L1114.5,176 C1134.2426,176 1155.9,176 1175.015,176 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1175.015,179.0978 L1177.3384,176 L1175.015,172.9022 L1182.7595,176 L1175.015,179.0978 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1101.5" cy="176" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M943,247 L956,247 C983.7449,247 970.3262,213.3212 992,196 C997.5484,191.5659 1003.8441,187.6935 1010.3527,184.338 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1011.7289,187.1863 L1012.4889,183.3059 L1008.9766,181.4897 L1017.4734,180.8976 L1011.7289,187.1863 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="943" cy="247" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M943,268 L956,268 C978.0079,268 972.756,244.6778 992,234 C997.9324,230.7083 1004.4558,227.9693 1011.0834,225.6944 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1011.9996,228.5782 L1013.2462,225.0072 L1010.1671,222.8106 L1018.2928,223.4038 L1011.9996,228.5782 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="943" cy="268" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M943,288 L956,288 C973.5091,288 975.4773,277.7939 992,272 C999.091,269.5134 1006.6722,267.1819 1014.1616,265.0619 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1014.9805,268.0368 L1016.3928,264.4477 L1013.3426,262.087 L1021.5988,263.0145 L1014.9805,268.0368 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="943" cy="288" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M943,308 L956,308 C974.7687,308 995.1459,305.4864 1013.1196,302.3923 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1013.6619,305.41 L1015.3828,301.9856 L1012.5772,299.3747 L1020.6637,301.0364 L1013.6619,305.41 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="943" cy="308" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M943,329 L956,329 C973.7235,329 993.0756,329 1010.4649,329 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1010.4649,332.1355 L1012.8165,329 L1010.4649,325.8645 L1018.3035,329 L1010.4649,332.1355 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="943" cy="329" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M943,349 L956,349 C975.7984,349 997.3582,351.9529 1016.0047,355.4666 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1015.3914,358.5864 L1018.3445,355.9266 L1016.618,352.3469 L1023.804,356.9999 L1015.3914,358.5864 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="943" cy="349" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M943,369 L956,369 C973.6942,369 975.3709,379.9536 992,386 C998.8786,388.5011 1006.2346,390.8204 1013.5262,392.917 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1012.7179,395.817 L1015.7012,393.5233 L1014.3346,390.017 L1020.7763,394.9379 L1012.7179,395.817 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="943" cy="369" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M943,390 L956,390 C978.0079,390 972.756,413.3222 992,424 C996.3573,426.4177 1001.0335,428.5373 1005.8355,430.3938 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1004.8212,433.2351 L1007.9665,431.1545 L1006.8499,427.5525 L1012.9387,432.9296 L1004.8212,433.2351 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="943" cy="390" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1101.5,502 L1114.5,502 C1131.7624,502 1150.3957,500.5232 1167.5149,498.565 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1167.8868,501.6645 L1169.8394,498.286 L1167.1429,495.4656 L1175.2635,497.635 L1167.8868,501.6645 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1101.5" cy="502" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M943,410 L956,410 C984.1091,410 970.1218,444.3515 992,462 C997.5281,466.4594 1003.8119,470.3467 1010.3141,473.71 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1008.9357,476.5565 L1012.449,474.7439 L1011.6926,470.8636 L1017.4302,477.1562 L1008.9357,476.5565 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="943" cy="410" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1126,560 L1139,560 C1156.8885,560 1158.4164,548.7069 1175,542 C1186.4721,537.3603 1199.7217,533.1723 1210.2255,530.114 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1211.0684,533.0828 L1212.4521,529.4818 L1209.3825,527.1452 L1217.6476,528.0067 L1211.0684,533.0828 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1126" cy="560" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1268,561 L1281,561 C1303.5264,561 1328.2038,557.0649 1348.6916,552.6856 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1349.3424,555.6244 L1350.8957,552.1975 L1348.0408,549.7469 L1356.0385,551.0586 L1349.3424,555.6244 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1268" cy="561" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1268,581 L1281,581 C1300.0582,581 1320.9296,580.7095 1339.4641,580.35 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1339.5272,583.4652 L1341.8006,580.3027 L1339.4011,577.2347 L1347.2523,580.1923 L1339.5272,583.4652 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1268" cy="581" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1268,602 L1281,602 C1300.2238,602 1321.1346,604.1786 1339.6544,606.8753 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1339.1814,609.9868 L1341.9881,607.23 L1340.1275,603.7637 L1347.4333,608.0578 L1339.1814,609.9868 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1268" cy="602" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1126,581 L1139,581 C1149.9186,581 1161.5819,581.0745 1172.7699,581.1828 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1172.7379,584.2447 L1175.0663,581.2068 L1172.8019,578.121 L1180.4245,581.2627 L1172.7379,584.2447 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1126" cy="581" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M943,430 L956,430 C999.4943,430 963.2659,488.3487 992,521 C993.288,522.4636 994.6431,523.8844 996.0544,525.2629 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M994.0114,527.5429 L997.7644,526.7951 L998.0974,522.9828 L1001.7545,530.3704 L994.0114,527.5429 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="943" cy="430" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1126,639 L1139,639 C1163.6606,639 1192.1222,639 1210.3247,639 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1210.3247,642.0364 L1212.602,639 L1210.3247,635.9636 L1217.9156,639 L1210.3247,642.0364 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1126" cy="639" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1455,675 L1468,675 C1479.791,675 1509.2272,665.4354 1528.6476,658.6419 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1529.6596,661.4978 L1530.7895,657.8829 L1527.6356,655.7861 L1535.7873,656.1119 L1529.6596,661.4978 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1455" cy="675" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1574,688 L1587,688 C1606.5206,688 1627.8939,686.9557 1646.7767,685.6739 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1646.9932,688.7346 L1649.0722,685.5115 L1646.5602,682.6132 L1654.4284,685.1326 L1646.9932,688.7346 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1574" cy="688" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1574,709 L1587,709 C1606.559,709 1627.9411,710.4918 1646.8201,712.323 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1646.5108,715.3828 L1649.115,712.555 L1647.1294,709.2632 L1654.4696,713.0962 L1646.5108,715.3828 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1574" cy="709" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1455,696 L1468,696 C1479.2632,696 1491.4232,696.3083 1502.7477,696.7272 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1502.6256,699.8013 L1505.0532,696.8188 L1502.8698,693.6531 L1510.4329,697.0324 L1502.6256,699.8013 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1455" cy="696" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1271,676 L1284,676 C1293.6196,676 1303.7145,676 1313.721,676 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1313.721,679.0502 L1316.0087,676 L1313.721,672.9498 L1321.3465,676 L1313.721,679.0502 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1271" cy="676" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1455,754 L1468,754 C1488.5706,754 1512.1324,752.9717 1528.1325,752.1192 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1528.3018,755.1679 L1530.419,751.9922 L1527.9631,749.0705 L1535.7543,751.6958 L1528.3018,755.1679 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1455" cy="754" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1579,787 L1592,787 C1592.8547,787 1625.4922,778.5557 1654.7468,770.9418 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1655.5117,773.8791 L1656.9498,770.3681 L1653.9819,768.0044 L1662.0901,769.0296 L1655.5117,773.8791 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1579" cy="787" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1579,807 L1592,807 C1607.3624,807 1623.8968,805.9936 1639.3137,804.6194 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1639.5943,807.6068 L1641.5543,804.409 L1639.0332,801.632 L1646.7822,803.9181 L1639.5943,807.6068 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1579" cy="807" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1579,828 L1592,828 C1606.9489,828 1623.0323,828.6699 1638.1177,829.5952 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1637.9157,832.7098 L1640.4536,829.7467 L1638.3197,826.4807 L1645.9041,830.1002 L1637.9157,832.7098 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1579" cy="828" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1762,893 L1775,893 C1792.5655,893 1812.2,888.994 1826.1935,885.4296 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1826.9991,888.4412 L1828.4522,884.8254 L1825.3879,882.418 L1833.7225,883.4156 L1826.9991,888.4412 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1762" cy="893" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1868,916 L1881,916 C1890.3224,916 1900.2025,915.4251 1909.7629,914.5658 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1910.0607,917.5986 L1912.0375,914.3425 L1909.4651,911.533 L1917.3449,913.8214 L1910.0607,917.5986 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1868" cy="916" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1868,937 L1881,937 C1890.3108,937 1900.1853,937.511 1909.7437,938.2748 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1909.4789,941.3072 L1912.018,938.4733 L1910.0084,935.2424 L1917.3247,938.9366 L1909.4789,941.3072 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1868" cy="937" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1762,914 L1775,914 C1784.4607,914 1794.5215,915.1621 1803.9779,916.7913 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1803.4205,919.7638 L1806.2073,917.2094 L1804.5353,913.8188 L1811.4092,918.1848 L1803.4205,919.7638 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1762" cy="914" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1579,848 L1592,848 C1609.8128,848 1628.0589,853.3203 1644.3833,860.3423 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1643.142,863.0909 L1646.4447,861.2732 L1645.6245,857.5936 L1651.2549,863.4453 L1643.142,863.0909 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1579" cy="848" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1455,775 L1468,775 C1478.0792,775 1488.098,777.7336 1497.4461,781.8224 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1496.0989,784.6255 L1499.5484,782.8328 L1498.7933,779.0193 L1504.4538,785.1904 L1496.0989,784.6255 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1455" cy="775" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1271,697 L1284,697 C1287.0356,697 1308.6862,708.278 1331.9444,720.8877 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1330.511,723.5231 L1333.921,721.9628 L1333.3779,718.2523 L1338.5329,724.4713 L1330.511,723.5231 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1271" cy="697" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1126,660 L1139,660 C1149.736,660 1160.9001,661.7844 1171.5626,664.4358 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1170.7775,667.3519 L1173.7496,665.0247 L1172.3477,661.5197 L1178.8528,666.3986 L1170.7775,667.3519 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1126" cy="660" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M944.5,449 L944.5,462 C944.5,526.8649 950.2592,550.3496 992,600 C993.1274,601.3411 994.3118,602.6451 995.5452,603.9126 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M993.4153,606.1914 L997.2543,605.51 L997.6751,601.6338 L1001.2422,609.2374 L993.4153,606.1914 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="944.5" cy="449" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M786,319 L799,319 C808.2886,319 818.0854,319 827.7231,319 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M827.7231,322.073 L830.0278,319 L827.7231,315.927 L835.4055,319 L827.7231,322.073 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="786" cy="319" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M603,402 L616,402 C655.4798,402 686.3285,365.6866 704.877,336.1831 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M707.5005,337.7814 L706.0758,334.2155 L702.2536,334.5848 L708.8729,329.6245 L707.5005,337.7814 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="603" cy="402" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M529,402 L542,402 C551.4263,402 561.7781,402 570.8743,402 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M570.8743,405.0462 L573.159,402 L570.8743,398.9538 L578.49,402 L570.8743,405.0462 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="529" cy="402" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M346,424 L359,424 C374.2754,424 389.9942,420.3348 404.5615,415.1698 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M405.6201,417.9905 L406.677,414.3759 L403.5029,412.3491 L411.6133,412.5233 L405.6201,417.9905 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="346" cy="424" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M529,486 L542,486 C553.688,486 566.799,486 577.175,486 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M577.175,489.0622 L579.4716,486 L577.175,482.9378 L584.8305,486 L577.175,489.0622 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="529" cy="486" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M786,598 L799,598 C825.5744,598 856.3084,598 875.5761,598 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M875.5761,601.1 L877.9011,598 L875.5761,594.9 L883.3261,598 L875.5761,601.1 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="786" cy="598" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M942.5,765 L955.5,765 C981.9482,765 969.9265,732.5693 992,718 C997.8218,714.1574 1004.3846,711.091 1011.1229,708.6441 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1012.0906,711.5856 L1013.329,707.9183 L1010.1551,705.7026 L1018.4766,706.2248 L1012.0906,711.5856 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="942.5" cy="765" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M942.5,785 L955.5,785 C976.2192,785 973.4701,765.2696 992,756 C997.8549,753.0711 1004.2087,750.5596 1010.6393,748.4145 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1011.5804,751.438 L1012.9069,747.7086 L1009.6981,745.391 L1018.1981,746.0616 L1011.5804,751.438 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="942.5" cy="785" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1101.5,796 L1114.5,796 C1134.2426,796 1155.9,796 1175.015,796 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1175.015,799.0978 L1177.3384,796 L1175.015,792.9022 L1182.7595,796 L1175.015,799.0978 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1101.5" cy="796" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M942.5,805 L955.5,805 C973.2405,805 992.3672,802.5271 1009.5709,799.3657 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1010.1687,802.4685 L1011.898,798.9173 L1008.973,796.2628 L1017.3281,797.871 L1010.1687,802.4685 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="942.5" cy="805" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1101.5,855 L1114.5,855 C1134.2426,855 1155.9,855 1175.015,855 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1175.015,858.0978 L1177.3384,855 L1175.015,851.9022 L1182.7595,855 L1175.015,858.0978 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1101.5" cy="855" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M942.5,825 L955.5,825 C973.2688,825 992.4033,827.603 1009.6055,830.9309 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1008.9762,834.0332 L1011.9322,831.4029 L1010.2348,827.8285 L1017.3614,832.5042 L1008.9762,834.0332 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="942.5" cy="825" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M942.5,846 L955.5,846 C975.9457,846 973.6957,864.8908 992,874 C998.0091,876.9905 1004.5283,879.5864 1011.1104,881.8256 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1010.1938,884.6839 L1013.2542,882.5131 L1012.0271,878.9673 L1018.2562,884.1172 L1010.1938,884.6839 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="942.5" cy="846" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M942.5,866 L955.5,866 C981.9482,866 969.9265,898.4307 992,913 C995.4615,915.2847 999.185,917.2951 1003.0516,919.0639 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1001.8795,921.8994 L1005.1782,919.943 L1004.2237,916.2284 L1010.1402,921.9941 L1001.8795,921.8994 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="942.5" cy="866" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M1101.5,991 L1114.5,991 C1131.7384,991 1150.4366,991 1167.6275,991 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1167.6275,994.1127 L1169.9621,991 L1167.6275,987.8873 L1175.4094,991 L1167.6275,994.1127 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="1101.5" cy="991" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M942.5,887 L955.5,887 C988.2452,887 967.4342,929.3489 992,951 C997.5184,955.8636 1003.9346,960.0103 1010.6242,963.526 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M1009.3008,966.2291 L1012.6516,964.5186 L1011.9477,960.8229 L1017.382,966.8346 L1009.3008,966.2291 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="942.5" cy="887" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M786,619 L799,619 C857.8293,619 880.5385,688.7874 889.2392,747.3201 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M886.2624,747.7366 L889.5516,749.5528 L892.2161,746.9036 L890.2805,754.7623 L886.2624,747.7366 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="786" cy="619" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M603,573 L616,573 C625.3998,573 635.1347,573.9343 644.7398,575.4486 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M644.207,578.5152 L647.0397,575.8482 L645.2726,572.382 L652.4063,576.7806 L644.207,578.5152 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="603" cy="573" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M529,507 L542,507 C567.2249,507 582.7928,536.2358 590.3844,555.7912 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M587.5105,556.8334 L591.1661,557.9467 L593.2584,554.749 L592.99,562.976 L587.5105,556.8334 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="529" cy="507" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M346,445 L359,445 C374.2754,445 389.9942,448.6652 404.5615,453.8302 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M403.5029,456.6509 L406.677,454.6241 L405.6201,451.0095 L411.6133,456.4767 L403.5029,456.6509 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="346" cy="445" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/><path d="M144,422 L157,422 C166.2697,422 175.9245,422.4013 185.543,423.0628 " fill="none" style="stroke:#000000;stroke-width:1.0;stroke-dasharray:3.0,3.0;"/><path d="M185.3095,426.142 L187.8524,423.2379 L185.7764,419.9836 L193.241,423.6465 L185.3095,426.142 " fill="#000000" style="stroke:#000000;stroke-width:1.0;"/><ellipse cx="144" cy="422" fill="#000000" rx="3" ry="3" style="stroke:#000000;stroke-width:1.0;"/></g></svg>