@cloudcare/guance-front-tools 1.0.19 → 1.0.21

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 (185) hide show
  1. package/README.md +0 -64
  2. package/lib/cjs/generated/dashboardCharts.d.ts +172 -69
  3. package/lib/cjs/scripts/convert-grafana-dashboard-core.js +417 -56
  4. package/lib/esm/generated/dashboardCharts.d.ts +172 -69
  5. package/lib/esm/scripts/convert-grafana-dashboard-core.js +417 -56
  6. package/lib/example/1860_rev45.json +15536 -0
  7. package/lib/example/guance-dashboard.json +16766 -2702
  8. package/lib/scripts/convert-grafana-dashboard-core.js +1899 -1633
  9. package/package.json +1 -1
  10. package/schemas/charts/chart-schema.json +711 -1
  11. package/schemas/charts/settings/_common-settings-gradual-color-schema.json +17 -3
  12. package/schemas/charts/settings/_common-settings-legend-values-schema.json +23 -15
  13. package/{skills/grafana-to-guance-dashboard/schemas/charts/settings/chart-treemap-settings-schema.json → schemas/charts/settings/chart-change-settings-schema.json} +34 -32
  14. package/schemas/charts/settings/chart-chinamap-settings-schema.json +2 -1
  15. package/schemas/charts/settings/chart-command-settings-schema.json +16 -0
  16. package/schemas/charts/settings/chart-hexgon-settings-schema.json +2 -1
  17. package/{skills/grafana-to-guance-dashboard/schemas/charts/settings/chart-log-settings-schema.json → schemas/charts/settings/chart-monitor-settings-schema.json} +27 -30
  18. package/schemas/charts/settings/chart-sequence-settings-schema.json +2 -3
  19. package/schemas/charts/settings/chart-topology-settings-schema.json +1 -6
  20. package/schemas/charts/settings/chart-video-settings-schema.json +45 -0
  21. package/schemas/charts/settings/chart-worldmap-settings-schema.json +2 -1
  22. package/schemas/charts/settings/settings-alias-schema.json +14 -1
  23. package/schemas/charts/settings/settings-compare-schema.json +20 -12
  24. package/schemas/charts/settings/settings-schema.json +13 -1
  25. package/schemas/charts/settings/settings-time-schema.json +38 -23
  26. package/schemas/charts/settings/settings-unit-items-schema.json +222 -210
  27. package/schemas/charts/settings/settings-units-schema.json +0 -3
  28. package/test/cli.test.mjs +66 -44
  29. package/skills/grafana-to-guance-dashboard/SKILL.md +0 -490
  30. package/skills/grafana-to-guance-dashboard/agents/openai.yaml +0 -4
  31. package/skills/grafana-to-guance-dashboard/fixtures/grafana-dashboard.guance.json +0 -1029
  32. package/skills/grafana-to-guance-dashboard/fixtures/grafana-dashboard.json +0 -878
  33. package/skills/grafana-to-guance-dashboard/package.json +0 -16
  34. package/skills/grafana-to-guance-dashboard/references/conversion-audit-checklist.md +0 -183
  35. package/skills/grafana-to-guance-dashboard/references/converter-notes.md +0 -244
  36. package/skills/grafana-to-guance-dashboard/references/promql-compatibility-cheatsheet.md +0 -172
  37. package/skills/grafana-to-guance-dashboard/references/unit-inference-cheatsheet.md +0 -174
  38. package/skills/grafana-to-guance-dashboard/schemas/charts/chart-schema.json +0 -84
  39. package/skills/grafana-to-guance-dashboard/schemas/charts/common/chart-link-item-schema.json +0 -48
  40. package/skills/grafana-to-guance-dashboard/schemas/charts/common/chart-links-schema.json +0 -9
  41. package/skills/grafana-to-guance-dashboard/schemas/charts/common/common-chart-types-schema.json +0 -39
  42. package/skills/grafana-to-guance-dashboard/schemas/charts/common/common-vars-item-schema.json +0 -117
  43. package/skills/grafana-to-guance-dashboard/schemas/charts/common/common-vars-schema.json +0 -10
  44. package/skills/grafana-to-guance-dashboard/schemas/charts/dashboard-schema.json +0 -80
  45. package/skills/grafana-to-guance-dashboard/schemas/charts/query/queries-schema.json +0 -10
  46. package/skills/grafana-to-guance-dashboard/schemas/charts/query/query-item-schema.json +0 -60
  47. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/_common-settings-connect-null-schema.json +0 -7
  48. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/_common-settings-gradual-color-schema.json +0 -72
  49. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/_common-settings-groupby-schema.json +0 -22
  50. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/_common-settings-legend-position-schema.json +0 -14
  51. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/_common-settings-legend-values-schema.json +0 -19
  52. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/_common-settings-open-stack-schema.json +0 -8
  53. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/_common-settings-show-label-schema.json +0 -8
  54. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/_common-settings-show-line-schema.json +0 -8
  55. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/_common-settings-stack-content-schema.json +0 -12
  56. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/_common-settings-stack-type-schema.json +0 -11
  57. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/chart-alarm-settings-schema.json +0 -48
  58. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/chart-bar-settings-schema.json +0 -69
  59. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/chart-chinamap-settings-schema.json +0 -102
  60. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/chart-funnel-settings-schema.json +0 -34
  61. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/chart-gauge-settings-schema.json +0 -65
  62. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/chart-heatmap-settings-schema.json +0 -50
  63. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/chart-hexgon-settings-schema.json +0 -90
  64. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/chart-histogram-settings-schema.json +0 -47
  65. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/chart-iframe-settings-schema.json +0 -24
  66. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/chart-object-settings-schema.json +0 -52
  67. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/chart-picture-settings-schema.json +0 -46
  68. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/chart-pie-settings-schema.json +0 -90
  69. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/chart-sankey-settings-schema.json +0 -34
  70. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/chart-scatter-bubble-settings-schema.json +0 -31
  71. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/chart-sequence-settings-schema.json +0 -76
  72. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/chart-singlestat-settings-schema.json +0 -163
  73. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/chart-table-settings-schema.json +0 -184
  74. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/chart-text-settings-schema.json +0 -20
  75. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/chart-toplist-settings-schema.json +0 -117
  76. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/chart-topology-settings-schema.json +0 -71
  77. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/chart-worldmap-settings-schema.json +0 -102
  78. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/common-settings-schema.json +0 -82
  79. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/settings-alias-schema.json +0 -47
  80. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/settings-chart-type-schema.json +0 -27
  81. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/settings-colors-schema.json +0 -46
  82. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/settings-compare-schema.json +0 -58
  83. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/settings-fixed-time-schema.json +0 -49
  84. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/settings-levels-schema.json +0 -33
  85. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/settings-schema.json +0 -79
  86. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/settings-time-schema.json +0 -43
  87. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/settings-unit-items-schema.json +0 -228
  88. package/skills/grafana-to-guance-dashboard/schemas/charts/settings/settings-units-schema.json +0 -59
  89. package/skills/grafana-to-guance-dashboard/schemas/dashboard-schema.json +0 -5
  90. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/attribute-mutation-schema.json +0 -21
  91. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/attributes-schema.json +0 -10
  92. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/cdata-node-schema.json +0 -19
  93. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/creation-reason-schema.json +0 -17
  94. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/document-fragment-node-schema.json +0 -35
  95. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/document-node-schema.json +0 -30
  96. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/document-type-node-schema.json +0 -28
  97. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/element-node-schema.json +0 -33
  98. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/frustration-record-schema.json +0 -49
  99. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/full-snapshot-record-schema.json +0 -26
  100. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/incremental-data-schema.json +0 -36
  101. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/incremental-snapshot-record-schema.json +0 -29
  102. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/input-data-schema.json +0 -27
  103. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/input-state-schema.json +0 -27
  104. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/media-interaction-data-schema.json +0 -23
  105. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/media-interaction-schema.json +0 -20
  106. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/mouse-interaction-data-schema.json +0 -23
  107. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/mouse-interaction-schema.json +0 -47
  108. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/mouse-move-data-schema.json +0 -23
  109. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/mouse-position-schema.json +0 -26
  110. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/mutation-data-schema.json +0 -23
  111. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/mutation-payload-schema.json +0 -42
  112. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/node-added-mutation-schema.json +0 -41
  113. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/node-removed-mutation-schema.json +0 -18
  114. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/node-schema.json +0 -28
  115. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/record-schema.json +0 -30
  116. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/scroll-data-schema.json +0 -23
  117. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/scroll-position-schema.json +0 -22
  118. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/segment-metadata-schema.json +0 -28
  119. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/segment-schema.json +0 -25
  120. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/serialized-node-schema.json +0 -15
  121. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/serialized-node-with-id-schema.json +0 -21
  122. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/stylesheet-rule-add-schema.json +0 -28
  123. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/stylesheet-rule-data-schema.json +0 -23
  124. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/stylesheet-rule-delete-schema.json +0 -24
  125. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/stylesheet-rule-schema.json +0 -29
  126. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/stylesheet-schema.json +0 -30
  127. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/text-mutation-schema.json +0 -27
  128. package/skills/grafana-to-guance-dashboard/schemas/session-replay/browser/text-node-schema.json +0 -23
  129. package/skills/grafana-to-guance-dashboard/schemas/session-replay/common/_common-record-schema.json +0 -14
  130. package/skills/grafana-to-guance-dashboard/schemas/session-replay/common/_common-segment-metadata-schema.json +0 -30
  131. package/skills/grafana-to-guance-dashboard/schemas/session-replay/common/_slot-supported-common-record-schema.json +0 -21
  132. package/skills/grafana-to-guance-dashboard/schemas/session-replay/common/focus-record-schema.json +0 -34
  133. package/skills/grafana-to-guance-dashboard/schemas/session-replay/common/meta-record-schema.json +0 -42
  134. package/skills/grafana-to-guance-dashboard/schemas/session-replay/common/pointer-interaction-data-schema.json +0 -23
  135. package/skills/grafana-to-guance-dashboard/schemas/session-replay/common/pointer-interaction-schema.json +0 -34
  136. package/skills/grafana-to-guance-dashboard/schemas/session-replay/common/segment-context-schema.json +0 -46
  137. package/skills/grafana-to-guance-dashboard/schemas/session-replay/common/view-end-record-schema.json +0 -23
  138. package/skills/grafana-to-guance-dashboard/schemas/session-replay/common/viewport-resize-data-schema.json +0 -23
  139. package/skills/grafana-to-guance-dashboard/schemas/session-replay/common/viewport-resize-dimension-schema.json +0 -18
  140. package/skills/grafana-to-guance-dashboard/schemas/session-replay/common/visual-viewport-record-schema.json +0 -50
  141. package/skills/grafana-to-guance-dashboard/schemas/session-replay/full-snapshot-record-schema.json +0 -14
  142. package/skills/grafana-to-guance-dashboard/schemas/session-replay/incremental-data-schema.json +0 -14
  143. package/skills/grafana-to-guance-dashboard/schemas/session-replay/incremental-snapshot-record-schema.json +0 -14
  144. package/skills/grafana-to-guance-dashboard/schemas/session-replay/mobile/_common-shape-wireframe-schema.json +0 -22
  145. package/skills/grafana-to-guance-dashboard/schemas/session-replay/mobile/_common-shape-wireframe-update-schema.json +0 -22
  146. package/skills/grafana-to-guance-dashboard/schemas/session-replay/mobile/_common-wireframe-schema.json +0 -38
  147. package/skills/grafana-to-guance-dashboard/schemas/session-replay/mobile/_common-wireframe-update-schema.json +0 -38
  148. package/skills/grafana-to-guance-dashboard/schemas/session-replay/mobile/full-snapshot-record-schema.json +0 -38
  149. package/skills/grafana-to-guance-dashboard/schemas/session-replay/mobile/image-wireframe-schema.json +0 -43
  150. package/skills/grafana-to-guance-dashboard/schemas/session-replay/mobile/image-wireframe-update-schema.json +0 -43
  151. package/skills/grafana-to-guance-dashboard/schemas/session-replay/mobile/incremental-data-schema.json +0 -21
  152. package/skills/grafana-to-guance-dashboard/schemas/session-replay/mobile/incremental-snapshot-record-schema.json +0 -26
  153. package/skills/grafana-to-guance-dashboard/schemas/session-replay/mobile/mutation-data-schema.json +0 -23
  154. package/skills/grafana-to-guance-dashboard/schemas/session-replay/mobile/mutation-payload-schema.json +0 -55
  155. package/skills/grafana-to-guance-dashboard/schemas/session-replay/mobile/placeholder-wireframe-schema.json +0 -28
  156. package/skills/grafana-to-guance-dashboard/schemas/session-replay/mobile/placeholder-wireframe-update-schema.json +0 -28
  157. package/skills/grafana-to-guance-dashboard/schemas/session-replay/mobile/record-schema.json +0 -27
  158. package/skills/grafana-to-guance-dashboard/schemas/session-replay/mobile/segment-metadata-schema.json +0 -25
  159. package/skills/grafana-to-guance-dashboard/schemas/session-replay/mobile/segment-schema.json +0 -25
  160. package/skills/grafana-to-guance-dashboard/schemas/session-replay/mobile/shape-border-schema.json +0 -25
  161. package/skills/grafana-to-guance-dashboard/schemas/session-replay/mobile/shape-style-schema.json +0 -29
  162. package/skills/grafana-to-guance-dashboard/schemas/session-replay/mobile/shape-wireframe-schema.json +0 -23
  163. package/skills/grafana-to-guance-dashboard/schemas/session-replay/mobile/shape-wireframe-update-schema.json +0 -23
  164. package/skills/grafana-to-guance-dashboard/schemas/session-replay/mobile/text-position-schema.json +0 -57
  165. package/skills/grafana-to-guance-dashboard/schemas/session-replay/mobile/text-style-schema.json +0 -31
  166. package/skills/grafana-to-guance-dashboard/schemas/session-replay/mobile/text-wireframe-schema.json +0 -34
  167. package/skills/grafana-to-guance-dashboard/schemas/session-replay/mobile/text-wireframe-update-schema.json +0 -34
  168. package/skills/grafana-to-guance-dashboard/schemas/session-replay/mobile/touch-data-schema.json +0 -51
  169. package/skills/grafana-to-guance-dashboard/schemas/session-replay/mobile/webview-wireframe-schema.json +0 -33
  170. package/skills/grafana-to-guance-dashboard/schemas/session-replay/mobile/webview-wireframe-update-schema.json +0 -33
  171. package/skills/grafana-to-guance-dashboard/schemas/session-replay/mobile/wireframe-clip-schema.json +0 -29
  172. package/skills/grafana-to-guance-dashboard/schemas/session-replay/mobile/wireframe-schema.json +0 -24
  173. package/skills/grafana-to-guance-dashboard/schemas/session-replay/mobile/wireframe-update-mutation-schema.json +0 -24
  174. package/skills/grafana-to-guance-dashboard/schemas/session-replay/mutation-data-schema.json +0 -14
  175. package/skills/grafana-to-guance-dashboard/schemas/session-replay/mutation-payload-schema.json +0 -14
  176. package/skills/grafana-to-guance-dashboard/schemas/session-replay/record-schema.json +0 -14
  177. package/skills/grafana-to-guance-dashboard/schemas/session-replay/segment-metadata-schema.json +0 -14
  178. package/skills/grafana-to-guance-dashboard/schemas/session-replay/segment-schema.json +0 -15
  179. package/skills/grafana-to-guance-dashboard/schemas/session-replay-browser-schema.json +0 -5
  180. package/skills/grafana-to-guance-dashboard/schemas/session-replay-mobile-schema.json +0 -5
  181. package/skills/grafana-to-guance-dashboard/schemas/session-replay-schema.json +0 -33
  182. package/skills/grafana-to-guance-dashboard/scripts/convert-grafana-dashboard-core.js +0 -1675
  183. package/skills/grafana-to-guance-dashboard/scripts/convert-grafana-dashboard.mjs +0 -120
  184. package/skills/grafana-to-guance-dashboard/scripts/validate-file.mjs +0 -62
  185. package/skills/grafana-to-guance-dashboard/test/convert.test.mjs +0 -54
@@ -1,23 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema",
3
- "$id": "session-replay/common/viewport-resize-data-schema.json",
4
- "title": "ViewportResizeData",
5
- "type": "object",
6
- "description": "Schema of a ViewportResizeData.",
7
- "allOf": [
8
- {
9
- "required": ["source"],
10
- "properties": {
11
- "source": {
12
- "type": "integer",
13
- "const": 4,
14
- "description": "The source of this type of incremental data.",
15
- "readOnly": true
16
- }
17
- }
18
- },
19
- {
20
- "$ref": "viewport-resize-dimension-schema.json"
21
- }
22
- ]
23
- }
@@ -1,18 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema",
3
- "$id": "session-replay/common/viewport-resize-dimension-schema.json",
4
- "type": "object",
5
- "title": "ViewportResizeDimension",
6
- "description": "Schema of a ViewportResizeDimension.",
7
- "required": ["width", "height"],
8
- "properties": {
9
- "width": {
10
- "type": "integer",
11
- "description": "The new width of the screen in pixels, normalized based on the device pixels per inch density (DPI). Example: if a device has a DPI = 2, the width is divided by 2 to get a normalized width."
12
- },
13
- "height": {
14
- "type": "integer",
15
- "description": "The new height of the screen in pixels, normalized based on the device pixels per inch density (DPI). Example: if a device has a DPI = 2, the height is divided by 2 to get a normalized height."
16
- }
17
- }
18
- }
@@ -1,50 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema",
3
- "$id": "session-replay/common/visual-viewport-record-schema.json",
4
- "title": "VisualViewportRecord",
5
- "type": "object",
6
- "description": "Schema of a Record which signifies that the viewport properties have changed.",
7
- "allOf": [
8
- {
9
- "$ref": "_slot-supported-common-record-schema.json"
10
- },
11
- {
12
- "required": ["data", "type"],
13
- "properties": {
14
- "data": {
15
- "required": ["height", "offsetLeft", "offsetTop", "pageLeft", "pageTop", "scale", "width"],
16
- "properties": {
17
- "height": {
18
- "type": "number"
19
- },
20
- "offsetLeft": {
21
- "type": "number"
22
- },
23
- "offsetTop": {
24
- "type": "number"
25
- },
26
- "pageLeft": {
27
- "type": "number"
28
- },
29
- "pageTop": {
30
- "type": "number"
31
- },
32
- "scale": {
33
- "type": "number"
34
- },
35
- "width": {
36
- "type": "number"
37
- }
38
- },
39
- "type": "object"
40
- },
41
- "type": {
42
- "type": "integer",
43
- "description": "The type of this Record.",
44
- "const": 8,
45
- "readOnly": true
46
- }
47
- }
48
- }
49
- ]
50
- }
@@ -1,14 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema",
3
- "$id": "session-replay/full-snapshot-record-schema.json",
4
- "title": "FullSnapshotRecord",
5
- "description": "Schema of a Record type which contains the full snapshot of a screen.",
6
- "oneOf": [
7
- {
8
- "$ref": "browser/full-snapshot-record-schema.json"
9
- },
10
- {
11
- "$ref": "mobile/full-snapshot-record-schema.json"
12
- }
13
- ]
14
- }
@@ -1,14 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema",
3
- "$id": "session-replay/incremental-data-schema.json",
4
- "title": "IncrementalData",
5
- "description": "Schema of a Session Replay IncrementalData type.",
6
- "oneOf": [
7
- {
8
- "$ref": "browser/incremental-data-schema.json"
9
- },
10
- {
11
- "$ref": "mobile/incremental-data-schema.json"
12
- }
13
- ]
14
- }
@@ -1,14 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema",
3
- "$id": "session-replay/incremental-snapshot-record-schema.json",
4
- "title": "IncrementalSnapshotRecord",
5
- "description": "Schema of a Record type which contains mutations of a screen.",
6
- "oneOf": [
7
- {
8
- "$ref": "browser/incremental-snapshot-record-schema.json"
9
- },
10
- {
11
- "$ref": "mobile/incremental-snapshot-record-schema.json"
12
- }
13
- ]
14
- }
@@ -1,22 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema",
3
- "$id": "session-replay/mobile/_common-shape-wireframe-schema.json",
4
- "title": "CommonShapeWireframe",
5
- "type": "object",
6
- "description": "Schema of common properties for ShapeWireframe events type and all its sub - types.",
7
- "allOf": [
8
- {
9
- "$ref": "_common-wireframe-schema.json"
10
- },
11
- {
12
- "properties": {
13
- "shapeStyle": {
14
- "$ref": "shape-style-schema.json"
15
- },
16
- "border": {
17
- "$ref": "shape-border-schema.json"
18
- }
19
- }
20
- }
21
- ]
22
- }
@@ -1,22 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema",
3
- "$id": "session-replay/mobile/_common-shape-wireframe-update-schema.json",
4
- "title": "CommonShapeWireframeUpdate",
5
- "type": "object",
6
- "description": "Schema of common properties for ShapeWireframeUpdate events type and all its sub - types.",
7
- "allOf": [
8
- {
9
- "$ref": "_common-wireframe-update-schema.json"
10
- },
11
- {
12
- "properties": {
13
- "shapeStyle": {
14
- "$ref": "shape-style-schema.json"
15
- },
16
- "border": {
17
- "$ref": "shape-border-schema.json"
18
- }
19
- }
20
- }
21
- ]
22
- }
@@ -1,38 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema",
3
- "$id": "session-replay/mobile/_common-wireframe-schema.json",
4
- "title": "CommonWireframe",
5
- "type": "object",
6
- "description": "Schema of common properties for Wireframe events type.",
7
- "required": ["id", "x", "y", "width", "height"],
8
- "properties": {
9
- "id": {
10
- "type": "integer",
11
- "description": "Defines the unique ID of the wireframe. This is persistent throughout the view lifetime.",
12
- "readOnly": true
13
- },
14
- "x": {
15
- "type": "integer",
16
- "description": "The position in pixels on X axis of the UI element in absolute coordinates. The anchor point is always the top-left corner of the wireframe.",
17
- "readOnly": true
18
- },
19
- "y": {
20
- "type": "integer",
21
- "description": "The position in pixels on Y axis of the UI element in absolute coordinates. The anchor point is always the top-left corner of the wireframe.",
22
- "readOnly": true
23
- },
24
- "width": {
25
- "type": "integer",
26
- "description": "The width in pixels of the UI element, normalized based on the device pixels per inch density (DPI). Example: if a device has a DPI = 2, the width of all UI elements is divided by 2 to get a normalized width.",
27
- "readOnly": true
28
- },
29
- "height": {
30
- "type": "integer",
31
- "description": "The height in pixels of the UI element, normalized based on the device pixels per inch density (DPI). Example: if a device has a DPI = 2, the height of all UI elements is divided by 2 to get a normalized height.",
32
- "readOnly": true
33
- },
34
- "clip": {
35
- "$ref": "wireframe-clip-schema.json"
36
- }
37
- }
38
- }
@@ -1,38 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema",
3
- "$id": "session-replay/mobile/_common-wireframe-update-schema.json",
4
- "title": "CommonWireframeUpdate",
5
- "type": "object",
6
- "description": "Schema of common properties for WireframeUpdate events type.",
7
- "required": ["id"],
8
- "properties": {
9
- "id": {
10
- "type": "integer",
11
- "description": "Defines the unique ID of the wireframe. This is persistent throughout the view lifetime.",
12
- "readOnly": true
13
- },
14
- "x": {
15
- "type": "integer",
16
- "description": "The position in pixels on X axis of the UI element in absolute coordinates. The anchor point is always the top-left corner of the wireframe.",
17
- "readOnly": true
18
- },
19
- "y": {
20
- "type": "integer",
21
- "description": "The position in pixels on Y axis of the UI element in absolute coordinates. The anchor point is always the top-left corner of the wireframe.",
22
- "readOnly": true
23
- },
24
- "width": {
25
- "type": "integer",
26
- "description": "The width in pixels of the UI element, normalized based on the device pixels per inch density (DPI). Example: if a device has a DPI = 2, the width of all UI elements is divided by 2 to get a normalized width.",
27
- "readOnly": true
28
- },
29
- "height": {
30
- "type": "integer",
31
- "description": "The height in pixels of the UI element, normalized based on the device pixels per inch density (DPI). Example: if a device has a DPI = 2, the height of all UI elements is divided by 2 to get a normalized height.",
32
- "readOnly": true
33
- },
34
- "clip": {
35
- "$ref": "wireframe-clip-schema.json"
36
- }
37
- }
38
- }
@@ -1,38 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema",
3
- "$id": "session-replay/mobile/full-snapshot-record-schema.json",
4
- "title": "MobileFullSnapshotRecord",
5
- "type": "object",
6
- "description": "Mobile-specific. Schema of a Record type which contains the full snapshot of a screen.",
7
- "allOf": [
8
- {
9
- "$ref": "../common/_common-record-schema.json"
10
- },
11
- {
12
- "required": ["type", "data"],
13
- "properties": {
14
- "type": {
15
- "type": "integer",
16
- "description": "The type of this Record.",
17
- "const": 10,
18
- "readOnly": true
19
- },
20
- "data": {
21
- "type": "object",
22
- "readOnly": true,
23
- "required": ["wireframes"],
24
- "properties": {
25
- "wireframes": {
26
- "type": "array",
27
- "items": {
28
- "$ref": "wireframe-schema.json"
29
- },
30
- "description": "The Wireframes contained by this Record.",
31
- "readOnly": true
32
- }
33
- }
34
- }
35
- }
36
- }
37
- ]
38
- }
@@ -1,43 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema",
3
- "$id": "session-replay/mobile/image-wireframe-schema.json",
4
- "title": "ImageWireframe",
5
- "type": "object",
6
- "description": "Schema of all properties of a ImageWireframe.",
7
- "allOf": [
8
- {
9
- "$ref": "_common-shape-wireframe-schema.json"
10
- },
11
- {
12
- "required": ["type"],
13
- "properties": {
14
- "type": {
15
- "type": "string",
16
- "description": "The type of the wireframe.",
17
- "const": "image",
18
- "readOnly": true
19
- },
20
- "base64": {
21
- "type": "string",
22
- "description": "base64 representation of the image. Not required as the ImageWireframe can be initialised without any base64",
23
- "readOnly": false
24
- },
25
- "resourceId": {
26
- "type": "string",
27
- "description": "Unique identifier of the image resource",
28
- "readOnly": false
29
- },
30
- "mimeType": {
31
- "type": "string",
32
- "description": "MIME type of the image file",
33
- "readOnly": false
34
- },
35
- "isEmpty": {
36
- "type": "boolean",
37
- "description": "Flag describing an image wireframe that should render an empty state placeholder",
38
- "readOnly": false
39
- }
40
- }
41
- }
42
- ]
43
- }
@@ -1,43 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema",
3
- "$id": "session-replay/mobile/image-wireframe-update-schema.json",
4
- "title": "ImageWireframeUpdate",
5
- "type": "object",
6
- "description": "Schema of all properties of a ImageWireframeUpdate.",
7
- "allOf": [
8
- {
9
- "$ref": "_common-shape-wireframe-update-schema.json"
10
- },
11
- {
12
- "required": ["type"],
13
- "properties": {
14
- "type": {
15
- "type": "string",
16
- "description": "The type of the wireframe.",
17
- "const": "image",
18
- "readOnly": true
19
- },
20
- "base64": {
21
- "type": "string",
22
- "description": "base64 representation of the image. Not required as the ImageWireframe can be initialised without any base64",
23
- "readOnly": false
24
- },
25
- "resourceId": {
26
- "type": "string",
27
- "description": "Unique identifier of the image resource",
28
- "readOnly": false
29
- },
30
- "mimeType": {
31
- "type": "string",
32
- "description": "MIME type of the image file",
33
- "readOnly": false
34
- },
35
- "isEmpty": {
36
- "type": "boolean",
37
- "description": "Flag describing an image wireframe that should render an empty state placeholder",
38
- "readOnly": false
39
- }
40
- }
41
- }
42
- ]
43
- }
@@ -1,21 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema",
3
- "$id": "session-replay/mobile/incremental-data-schema.json",
4
- "title": "MobileIncrementalData",
5
- "type": "object",
6
- "description": "Mobile-specific. Schema of a Session Replay IncrementalData type.",
7
- "oneOf": [
8
- {
9
- "$ref": "mutation-data-schema.json"
10
- },
11
- {
12
- "$ref": "touch-data-schema.json"
13
- },
14
- {
15
- "$ref": "../common/viewport-resize-data-schema.json"
16
- },
17
- {
18
- "$ref": "../common/pointer-interaction-data-schema.json"
19
- }
20
- ]
21
- }
@@ -1,26 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema",
3
- "$id": "session-replay/mobile/incremental-snapshot-record-schema.json",
4
- "title": "MobileIncrementalSnapshotRecord",
5
- "type": "object",
6
- "description": "Mobile-specific. Schema of a Record type which contains mutations of a screen.",
7
- "allOf": [
8
- {
9
- "$ref": "../common/_common-record-schema.json"
10
- },
11
- {
12
- "required": ["type", "data"],
13
- "properties": {
14
- "type": {
15
- "type": "integer",
16
- "description": "The type of this Record.",
17
- "const": 11,
18
- "readOnly": true
19
- },
20
- "data": {
21
- "$ref": "incremental-data-schema.json"
22
- }
23
- }
24
- }
25
- ]
26
- }
@@ -1,23 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema",
3
- "$id": "session-replay/mobile/mutation-data-schema.json",
4
- "title": "MobileMutationData",
5
- "type": "object",
6
- "description": "Mobile-specific. Schema of a MutationData.",
7
- "allOf": [
8
- {
9
- "required": ["source"],
10
- "properties": {
11
- "source": {
12
- "type": "integer",
13
- "const": 0,
14
- "description": "The source of this type of incremental data.",
15
- "readOnly": true
16
- }
17
- }
18
- },
19
- {
20
- "$ref": "mutation-payload-schema.json"
21
- }
22
- ]
23
- }
@@ -1,55 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema",
3
- "$id": "session-replay/mobile/mutation-payload-schema.json",
4
- "title": "MobileMutationPayload",
5
- "type": "object",
6
- "description": "Mobile-specific. Schema of a MutationPayload.",
7
- "required": ["adds", "removes", "updates"],
8
- "allOf": [
9
- {
10
- "properties": {
11
- "adds": {
12
- "type": "array",
13
- "readOnly": true,
14
- "items": {
15
- "type": "object",
16
- "required": ["wireframe"],
17
- "properties": {
18
- "previousId": {
19
- "type": "integer",
20
- "description": "The previous wireframe id next or after which this new wireframe is drawn or attached to, respectively."
21
- },
22
- "wireframe": {
23
- "$ref": "wireframe-schema.json"
24
- }
25
- }
26
- },
27
- "description": "Contains the newly added wireframes."
28
- },
29
- "removes": {
30
- "type": "array",
31
- "readOnly": true,
32
- "items": {
33
- "type": "object",
34
- "required": ["id"],
35
- "properties": {
36
- "id": {
37
- "type": "integer",
38
- "description": "The id of the wireframe that needs to be removed."
39
- }
40
- }
41
- },
42
- "description": "Contains the removed wireframes as an array of ids."
43
- },
44
- "updates": {
45
- "type": "array",
46
- "readOnly": true,
47
- "items": {
48
- "$ref": "wireframe-update-mutation-schema.json"
49
- },
50
- "description": "Contains the updated wireframes mutations."
51
- }
52
- }
53
- }
54
- ]
55
- }
@@ -1,28 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema",
3
- "$id": "session-replay/mobile/placeholder-wireframe-schema.json",
4
- "title": "PlaceholderWireframe",
5
- "type": "object",
6
- "description": "Schema of all properties of a PlaceholderWireframe.",
7
- "allOf": [
8
- {
9
- "$ref": "_common-wireframe-schema.json"
10
- },
11
- {
12
- "required": ["type"],
13
- "properties": {
14
- "type": {
15
- "type": "string",
16
- "description": "The type of the wireframe.",
17
- "const": "placeholder",
18
- "readOnly": true
19
- },
20
- "label": {
21
- "type": "string",
22
- "description": "Label of the placeholder",
23
- "readOnly": false
24
- }
25
- }
26
- }
27
- ]
28
- }
@@ -1,28 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema",
3
- "$id": "session-replay/mobile/placeholder-wireframe-update-schema.json",
4
- "title": "PlaceholderWireframeUpdate",
5
- "type": "object",
6
- "description": "Schema of all properties of a PlaceholderWireframe.",
7
- "allOf": [
8
- {
9
- "$ref": "_common-wireframe-update-schema.json"
10
- },
11
- {
12
- "required": ["type"],
13
- "properties": {
14
- "type": {
15
- "type": "string",
16
- "description": "The type of the wireframe.",
17
- "const": "placeholder",
18
- "readOnly": true
19
- },
20
- "label": {
21
- "type": "string",
22
- "description": "Label of the placeholder",
23
- "readOnly": false
24
- }
25
- }
26
- }
27
- ]
28
- }
@@ -1,27 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema",
3
- "$id": "session-replay/mobile/record-schema.json",
4
- "title": "MobileRecord",
5
- "type": "object",
6
- "description": "Mobile-specific. Schema of a Session Replay Record.",
7
- "oneOf": [
8
- {
9
- "$ref": "full-snapshot-record-schema.json"
10
- },
11
- {
12
- "$ref": "incremental-snapshot-record-schema.json"
13
- },
14
- {
15
- "$ref": "../common/meta-record-schema.json"
16
- },
17
- {
18
- "$ref": "../common/focus-record-schema.json"
19
- },
20
- {
21
- "$ref": "../common/view-end-record-schema.json"
22
- },
23
- {
24
- "$ref": "../common/visual-viewport-record-schema.json"
25
- }
26
- ]
27
- }
@@ -1,25 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema",
3
- "$id": "session-replay/mobile/segment-metadata-schema.json",
4
- "title": "MobileSegmentMetadata",
5
- "type": "object",
6
- "description": "Mobile-specific. Schema of a Session Replay Segment metadata.",
7
- "allOf": [
8
- {
9
- "$ref": "../common/segment-context-schema.json"
10
- },
11
- {
12
- "$ref": "../common/_common-segment-metadata-schema.json"
13
- },
14
- {
15
- "required": ["source"],
16
- "properties": {
17
- "source": {
18
- "type": "string",
19
- "description": "The source of this record",
20
- "enum": ["android", "ios", "flutter", "react-native"]
21
- }
22
- }
23
- }
24
- ]
25
- }
@@ -1,25 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema",
3
- "$id": "session-replay/mobile/segment-schema.json",
4
- "title": "MobileSegment",
5
- "type": "object",
6
- "description": "Mobile-specific. Schema of a Session Replay data Segment.",
7
- "allOf": [
8
- {
9
- "$ref": "segment-metadata-schema.json"
10
- },
11
- {
12
- "required": ["records"],
13
- "properties": {
14
- "records": {
15
- "type": "array",
16
- "items": {
17
- "$ref": "record-schema.json"
18
- },
19
- "description": "The records contained by this Segment.",
20
- "readOnly": true
21
- }
22
- }
23
- }
24
- ]
25
- }