@luzmo/dashboard-contents-types 1.0.3 → 1.0.4

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 (193) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/README.md +40 -62
  3. package/assets/json-schemas/area-chart-options.schema.json.d.ts +9 -10
  4. package/assets/json-schemas/area-chart-slots.schema.json.d.ts +14 -14
  5. package/assets/json-schemas/area-chart.schema.json.d.ts +3 -3
  6. package/assets/json-schemas/bar-chart-options.schema.json.d.ts +9 -10
  7. package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +14 -14
  8. package/assets/json-schemas/bar-chart.schema.json.d.ts +3 -3
  9. package/assets/json-schemas/box-plot-options.schema.json.d.ts +10 -11
  10. package/assets/json-schemas/box-plot-slots.schema.json.d.ts +8 -8
  11. package/assets/json-schemas/box-plot.schema.json.d.ts +3 -3
  12. package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +20 -10
  13. package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +14 -14
  14. package/assets/json-schemas/bubble-chart.schema.json.d.ts +3 -3
  15. package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +10 -11
  16. package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +14 -14
  17. package/assets/json-schemas/bullet-chart.schema.json.d.ts +3 -3
  18. package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +226 -27
  19. package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +11 -11
  20. package/assets/json-schemas/choropleth-map.schema.json.d.ts +3 -3
  21. package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +10 -11
  22. package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +10 -10
  23. package/assets/json-schemas/circular-gauge.schema.json.d.ts +3 -3
  24. package/assets/json-schemas/column-chart-options.schema.json.d.ts +9 -10
  25. package/assets/json-schemas/column-chart-slots.schema.json.d.ts +14 -14
  26. package/assets/json-schemas/column-chart.schema.json.d.ts +3 -3
  27. package/assets/json-schemas/combination-chart-options.schema.json.d.ts +9 -10
  28. package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +10 -10
  29. package/assets/json-schemas/combination-chart.schema.json.d.ts +3 -3
  30. package/assets/json-schemas/date-filter-options.schema.json.d.ts +9 -10
  31. package/assets/json-schemas/date-filter-slots.schema.json.d.ts +3 -3
  32. package/assets/json-schemas/date-filter.schema.json.d.ts +3 -3
  33. package/assets/json-schemas/donut-chart-options.schema.json.d.ts +9 -10
  34. package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +10 -10
  35. package/assets/json-schemas/donut-chart.schema.json.d.ts +3 -3
  36. package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +9 -10
  37. package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +6 -6
  38. package/assets/json-schemas/dropdown-filter.schema.json.d.ts +3 -3
  39. package/assets/json-schemas/evolution-number-options.schema.json.d.ts +8 -9
  40. package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +8 -8
  41. package/assets/json-schemas/evolution-number.schema.json.d.ts +3 -3
  42. package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +9 -10
  43. package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +9 -9
  44. package/assets/json-schemas/funnel-chart.schema.json.d.ts +3 -3
  45. package/assets/json-schemas/heat-map-options.schema.json.d.ts +1472 -0
  46. package/assets/json-schemas/heat-map-slots.schema.json.d.ts +566 -0
  47. package/assets/json-schemas/heat-map.schema.json.d.ts +23 -0
  48. package/assets/json-schemas/hexbin-map-options.schema.json.d.ts +1588 -0
  49. package/assets/json-schemas/hexbin-map-slots.schema.json.d.ts +566 -0
  50. package/assets/json-schemas/hexbin-map.schema.json.d.ts +23 -0
  51. package/assets/json-schemas/image-options.schema.json.d.ts +7 -2
  52. package/assets/json-schemas/image.schema.json.d.ts +2 -2
  53. package/assets/json-schemas/line-chart-options.schema.json.d.ts +9 -10
  54. package/assets/json-schemas/line-chart-slots.schema.json.d.ts +14 -14
  55. package/assets/json-schemas/line-chart.schema.json.d.ts +3 -3
  56. package/assets/json-schemas/marker-map-options.schema.json.d.ts +1486 -0
  57. package/assets/json-schemas/marker-map-slots.schema.json.d.ts +566 -0
  58. package/assets/json-schemas/marker-map.schema.json.d.ts +23 -0
  59. package/assets/json-schemas/options.schema.json.d.ts +49 -25
  60. package/assets/json-schemas/pivot-table-options.schema.json.d.ts +9 -10
  61. package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +14 -14
  62. package/assets/json-schemas/pivot-table.schema.json.d.ts +3 -3
  63. package/assets/json-schemas/regular-table-options.schema.json.d.ts +10 -11
  64. package/assets/json-schemas/regular-table-slots.schema.json.d.ts +6 -6
  65. package/assets/json-schemas/regular-table.schema.json.d.ts +3 -3
  66. package/assets/json-schemas/route-map-options.schema.json.d.ts +1506 -0
  67. package/assets/json-schemas/route-map-slots.schema.json.d.ts +627 -0
  68. package/assets/json-schemas/route-map.schema.json.d.ts +23 -0
  69. package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +9 -10
  70. package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +18 -18
  71. package/assets/json-schemas/sankey-diagram.schema.json.d.ts +3 -3
  72. package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +9 -10
  73. package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +22 -22
  74. package/assets/json-schemas/scatter-plot.schema.json.d.ts +3 -3
  75. package/assets/json-schemas/search-filter-options.schema.json.d.ts +9 -10
  76. package/assets/json-schemas/search-filter-slots.schema.json.d.ts +6 -6
  77. package/assets/json-schemas/search-filter.schema.json.d.ts +3 -3
  78. package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +9 -10
  79. package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +10 -10
  80. package/assets/json-schemas/slicer-filter.schema.json.d.ts +3 -3
  81. package/assets/json-schemas/slider-filter-options.schema.json.d.ts +9 -10
  82. package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +5 -5
  83. package/assets/json-schemas/slider-filter.schema.json.d.ts +3 -3
  84. package/assets/json-schemas/slots.schema.json.d.ts +44 -23
  85. package/assets/json-schemas/spike-map-options.schema.json.d.ts +1686 -0
  86. package/assets/json-schemas/spike-map-slots.schema.json.d.ts +598 -0
  87. package/assets/json-schemas/spike-map.schema.json.d.ts +23 -0
  88. package/assets/json-schemas/symbol-map-options.schema.json.d.ts +1567 -0
  89. package/assets/json-schemas/symbol-map-slots.schema.json.d.ts +595 -0
  90. package/assets/json-schemas/symbol-map.schema.json.d.ts +23 -0
  91. package/assets/json-schemas/text-options.schema.json.d.ts +8 -8
  92. package/assets/json-schemas/text.schema.json.d.ts +2 -2
  93. package/assets/json-schemas/video-options.schema.json.d.ts +318 -0
  94. package/assets/json-schemas/video.schema.json.d.ts +19 -0
  95. package/assets/json-schemas/viz-item-type.schema.json.d.ts +1 -1
  96. package/assets/json-schemas/wordcloud-chart-options.schema.json.d.ts +3428 -0
  97. package/assets/json-schemas/wordcloud-chart-slots.schema.json.d.ts +543 -0
  98. package/assets/json-schemas/wordcloud-chart.schema.json.d.ts +23 -0
  99. package/index.d.ts +1 -1
  100. package/index.d.ts.map +1 -1
  101. package/index.js +231 -74
  102. package/index.mjs +24040 -6310
  103. package/json-schemas.d.ts +16081 -2533
  104. package/json-schemas.d.ts.map +1 -1
  105. package/package.json +1 -1
  106. package/src/index.d.ts +9 -0
  107. package/src/index.d.ts.map +1 -1
  108. package/src/lib/bubble-chart/bubble-chart-options.d.ts +3 -0
  109. package/src/lib/bubble-chart/bubble-chart-options.d.ts.map +1 -1
  110. package/src/lib/choropleth-map/choropleth-map-options.d.ts +17 -12
  111. package/src/lib/choropleth-map/choropleth-map-options.d.ts.map +1 -1
  112. package/src/lib/heat-map/heat-map-options.d.ts +103 -0
  113. package/src/lib/heat-map/heat-map-options.d.ts.map +1 -0
  114. package/src/lib/heat-map/heat-map-slots.d.ts +29 -0
  115. package/src/lib/heat-map/heat-map-slots.d.ts.map +1 -0
  116. package/src/lib/heat-map/heat-map.d.ts +23 -0
  117. package/src/lib/heat-map/heat-map.d.ts.map +1 -0
  118. package/src/lib/heat-map/index.d.ts +3 -0
  119. package/src/lib/heat-map/index.d.ts.map +1 -0
  120. package/src/lib/hexbin-map/hexbin-map-options.d.ts +116 -0
  121. package/src/lib/hexbin-map/hexbin-map-options.d.ts.map +1 -0
  122. package/src/lib/hexbin-map/hexbin-map-slots.d.ts +29 -0
  123. package/src/lib/hexbin-map/hexbin-map-slots.d.ts.map +1 -0
  124. package/src/lib/hexbin-map/hexbin-map.d.ts +23 -0
  125. package/src/lib/hexbin-map/hexbin-map.d.ts.map +1 -0
  126. package/src/lib/hexbin-map/index.d.ts +3 -0
  127. package/src/lib/hexbin-map/index.d.ts.map +1 -0
  128. package/src/lib/marker-map/index.d.ts +3 -0
  129. package/src/lib/marker-map/index.d.ts.map +1 -0
  130. package/src/lib/marker-map/marker-map-options.d.ts +61 -0
  131. package/src/lib/marker-map/marker-map-options.d.ts.map +1 -0
  132. package/src/lib/marker-map/marker-map-slots.d.ts +29 -0
  133. package/src/lib/marker-map/marker-map-slots.d.ts.map +1 -0
  134. package/src/lib/marker-map/marker-map.d.ts +23 -0
  135. package/src/lib/marker-map/marker-map.d.ts.map +1 -0
  136. package/src/lib/route-map/index.d.ts +3 -0
  137. package/src/lib/route-map/index.d.ts.map +1 -0
  138. package/src/lib/route-map/route-map-options.d.ts +94 -0
  139. package/src/lib/route-map/route-map-options.d.ts.map +1 -0
  140. package/src/lib/route-map/route-map-slots.d.ts +51 -0
  141. package/src/lib/route-map/route-map-slots.d.ts.map +1 -0
  142. package/src/lib/route-map/route-map.d.ts +23 -0
  143. package/src/lib/route-map/route-map.d.ts.map +1 -0
  144. package/src/lib/shared/drop-object-view-options.d.ts +1 -1
  145. package/src/lib/shared/map-object-view-options.d.ts +100 -1
  146. package/src/lib/shared/map-object-view-options.d.ts.map +1 -1
  147. package/src/lib/shared/ranges.d.ts +1 -1
  148. package/src/lib/shared/slots.d.ts +82 -16
  149. package/src/lib/shared/slots.d.ts.map +1 -1
  150. package/src/lib/shared/theme.d.ts +1 -2
  151. package/src/lib/shared/theme.d.ts.map +1 -1
  152. package/src/lib/shared/title.d.ts +1 -1
  153. package/src/lib/shared/viz-item.d.ts +5 -0
  154. package/src/lib/shared/viz-item.d.ts.map +1 -1
  155. package/src/lib/spike-map/index.d.ts +3 -0
  156. package/src/lib/spike-map/index.d.ts.map +1 -0
  157. package/src/lib/spike-map/spike-map-options.d.ts +126 -0
  158. package/src/lib/spike-map/spike-map-options.d.ts.map +1 -0
  159. package/src/lib/spike-map/spike-map-slots.d.ts +40 -0
  160. package/src/lib/spike-map/spike-map-slots.d.ts.map +1 -0
  161. package/src/lib/spike-map/spike-map.d.ts +23 -0
  162. package/src/lib/spike-map/spike-map.d.ts.map +1 -0
  163. package/src/lib/symbol-map/index.d.ts +3 -0
  164. package/src/lib/symbol-map/index.d.ts.map +1 -0
  165. package/src/lib/symbol-map/symbol-map-options.d.ts +93 -0
  166. package/src/lib/symbol-map/symbol-map-options.d.ts.map +1 -0
  167. package/src/lib/symbol-map/symbol-map-slots.d.ts +40 -0
  168. package/src/lib/symbol-map/symbol-map-slots.d.ts.map +1 -0
  169. package/src/lib/symbol-map/symbol-map.d.ts +23 -0
  170. package/src/lib/symbol-map/symbol-map.d.ts.map +1 -0
  171. package/src/lib/video/index.d.ts +2 -0
  172. package/src/lib/video/index.d.ts.map +1 -0
  173. package/src/lib/video/video-options.d.ts +86 -0
  174. package/src/lib/video/video-options.d.ts.map +1 -0
  175. package/src/lib/video/video.d.ts +16 -0
  176. package/src/lib/video/video.d.ts.map +1 -0
  177. package/src/lib/visual-item/index.d.ts +1 -0
  178. package/src/lib/visual-item/index.d.ts.map +1 -0
  179. package/src/lib/visual-item/visual-item.d.ts +28 -0
  180. package/src/lib/visual-item/visual-item.d.ts.map +1 -0
  181. package/src/lib/wordcloud-chart/index.d.ts +3 -0
  182. package/src/lib/wordcloud-chart/index.d.ts.map +1 -0
  183. package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts +117 -0
  184. package/src/lib/wordcloud-chart/wordcloud-chart-options.d.ts.map +1 -0
  185. package/src/lib/wordcloud-chart/wordcloud-chart-slots.d.ts +41 -0
  186. package/src/lib/wordcloud-chart/wordcloud-chart-slots.d.ts.map +1 -0
  187. package/src/lib/wordcloud-chart/wordcloud-chart.d.ts +23 -0
  188. package/src/lib/wordcloud-chart/wordcloud-chart.d.ts.map +1 -0
  189. package/src/options.d.ts +10 -1
  190. package/src/options.d.ts.map +1 -1
  191. package/src/slots.d.ts +9 -1
  192. package/src/slots.d.ts.map +1 -1
  193. package/vite.config.d.ts.map +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  All notable changes to this project will be documented in this file.
2
2
 
3
+ ## [1.0.4] - 2024-11-14
4
+
5
+ ### Updates
6
+
7
+ - Remove JSON schemas from the library
8
+
3
9
  ## [1.0.3] - 2024-10-22
4
10
 
5
11
  ### Updates
package/README.md CHANGED
@@ -1,10 +1,10 @@
1
- # Types and JSON schemas for Luzmo dashboard contents
1
+ # Types for Luzmo dashboard contents
2
2
 
3
- This packages contains different dashboard contents' types and JSON schemas for Luzmo dashboard contents.
3
+ This packages contains different TypeScript types and JSON schemas for Luzmo dashboard contents.
4
4
 
5
5
  ## Content Item Types
6
6
 
7
- Here is the list of some types for content items. There are more types available in the package.
7
+ Here is a list of some content item TypeScript types. Additional types are also available in the package.
8
8
 
9
9
  | Type | Description |
10
10
  |--------------------------------|-------------------------------------------------------|
@@ -53,102 +53,80 @@ Here is the list of some types for content items. There are more types available
53
53
  | `FunnelChart` | A Funnel Chart type. |
54
54
  | `FunnelChartViewOptions` | A Funnel Chart options type. |
55
55
  | `FunnelChartSlots` | A Funnel Chart slots type. |
56
+ | `HeatMap` | A Heat Map type. |
57
+ | `HeatMapViewOptions` | A Heat Map options type. |
58
+ | `HeatMapSlots` | A Heat Map slots type. |
59
+ | `HexbinMap` | A Hexbin Map type. |
60
+ | `HexbinMapViewOptions` | A Hexbin Map options type. |
61
+ | `HexbinMapSlots` | A Hexbin Map slots type. |
56
62
  | `Image` | An Image type. |
57
63
  | `ImageViewOptions` | An Image options type. |
58
64
  | `LineChart` | A Line Chart type. |
59
65
  | `LineChartViewOptions` | A Line Chart options type. |
60
66
  | `LineChartSlots` | A Line Chart slots type. |
67
+ | `MarkerMap` | A Marker Map type. |
68
+ | `MarkerMapViewOptions` | A Marker Map options type. |
69
+ | `MarkerMapSlots` | A Marker Map slots type. |
61
70
  | `PivotTable` | A Pivot Table type. |
62
71
  | `PivotTableViewOptions` | A Pivot Table options type. |
63
72
  | `PivotTableSlots` | A Pivot Table slots type. |
64
73
  | `RegularTable` | A Regular Table type. |
65
74
  | `RegularTableViewOptions` | A Regular Table options type. |
66
75
  | `RegularTableSlots` | A Regular Table slots type. |
76
+ | `RouteMap` | A Route Map type. |
77
+ | `RouteMapViewOptions` | A Route Map options type. |
78
+ | `RouteMapSlots` | A Route Map slots type. |
67
79
  | `SankeyDiagram` | A ScatterPlot type. |
68
80
  | `SankeyDiagramViewOptions` | A Sankey Diagram options type. |
69
81
  | `SankeyDiagramSlots` | A Sankey Diagram slots type. |
70
82
  | `ScatterPlot` | A Scatter Plot type. |
71
83
  | `ScatterPlotViewOptions` | A Scatter Plot options type. |
72
84
  | `ScatterPlotSlots` | A Scatter Plot slots type. |
85
+ | `SearchFilter` | A Search Filter type. |
86
+ | `SearchFilterViewOptions` | A Search Filter options type. |
87
+ | `SearchFilterSlots` | A Search Filter slots type. |
73
88
  | `SlicerFilter` | A Slicer Filter type. |
74
89
  | `SlicerFilterViewOptions` | A Slicer Filter options type. |
75
90
  | `SlicerFilterSlots` | A Slicer Filter slots type. |
76
91
  | `SliderFilter` | A Slider Filter type. |
77
92
  | `SliderFilterViewOptions` | A Slider Filter options type. |
78
93
  | `SliderFilterSlots` | A Slider Filter slots type. |
94
+ | `SpikeMap` | A Spike Map type. |
95
+ | `SpikeMapViewOptions` | A Spike Map options type. |
96
+ | `SpikeMapSlots` | A Spike Map slots type. |
97
+ | `SymbolMap` | A Symbol Map type. |
98
+ | `SymbolMapViewOptions` | A Symbol Map options type. |
99
+ | `SymbolMapSlots` | A Symbol Map slots type. |
100
+ | `WordcloudChart` | A Wordcloud Chart type. |
101
+ | `WordcloudChartViewOptions` | A Wordcloud Chart options type. |
102
+ | `WordcloudChartSlots` | A Wordcloud Chart slots type. |
79
103
  | `Text` | A Text type. |
80
104
  | `TextViewOptions` | A Text options type. |
105
+ | `Video` | A Video type. |
106
+ | `VideoViewOptions` | A Video options type. |
81
107
  | `VizItemType` | A union type for content item types. |
82
108
  | `Options` | A union type for all the options from all the charts. |
83
109
  | `Slots` | A union type for all the slots from all the charts. |
84
110
 
85
111
  ## JSON Schemas
86
112
 
87
- The library also provides JSON schemas for the content items. The schemas are provided as an object with the schema name as the key and the schema as the value.
113
+ Each content item above has a corresponding JSON schema. Here’s an example of importing the JSON schema for the Bar Chart:
88
114
 
89
115
  ```typescript
90
- import { JSON_SCHEMAS } from '@luzmo/dashboard-contents-types';
116
+ import { BarChartJSONSchema, BarChartOptionsJSONSchema, BarChartSlotsJSONSchema } from '@luzmo/dashboard-contents-types';
91
117
 
92
- console.log(JSON_SCHEMAS);
93
- console.log(JSON_SCHEMAS['text-options.schema.json']);
118
+ console.log(BarChartJSONSchema);
119
+ console.log(BarChartOptionsJSONSchema);
120
+ console.log(BarChartSlotsJSONSchema);
94
121
  ```
95
122
 
96
- The JSON schemas are not dereferenced. You can use a library like [json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) to dereference the schemas. `json-schema-ref-parser` is a Node library so to use it in a browser environment you should add a [configuration](https://github.com/APIDevTools/json-schema-ref-parser?tab=readme-ov-file#browser-support) for that.
97
-
98
- ```typescript
99
- import * as refParser from '@apidevtools/json-schema-ref-parser';
100
- import { JSON_SCHEMAS } from '@luzmo/dashboard-contents-types';
101
-
102
- const refParserResolver = {
103
- order: 101,
104
- canRead: /^https:\/\/developer\.luzmo\.com/,
105
- read: (file, callback) => {
106
- const name = file.url.split('/').pop();
107
- const schema = JSON_SCHEMAS[name];
108
-
109
- if (schema) {
110
- callback(null, JSON.stringify(schema));
111
- } else {
112
- callback(new Error('Schema not found'));
113
- }
114
- }
115
- };
116
-
117
- const refParserOptions = {
118
- mutateInputSchema: false,
119
- resolve: {
120
- http: refParserResolver,
121
- external: true
122
- }
123
- };
124
-
125
- refParser.dereference(JSON_SCHEMAS['area-chart-slots.schema.json'], refParserOptions)
126
- .then((dereferencedSchema) => {
127
- console.log(dereferencedSchema);
128
- })
129
- .catch((err) => {
130
- console.error(err);
131
- });
132
- ```
123
+ There is also an object that contains all the JSON schemas for the content items. In this object, each schema name serves as a key, with the corresponding schema as its value. Here’s an example:
133
124
 
134
- To validate a content item against a schema, you can use a library like [ajv](https://github.com/ajv-validator/ajv).
135
-
136
- ```typescript
137
- import Ajv from "ajv";
138
- import ajvAddFormats from 'ajv-formats';
125
+ ```typescript
139
126
  import { JSON_SCHEMAS } from '@luzmo/dashboard-contents-types';
140
127
 
141
- const ajv = new Ajv({
142
- schemas: Object.keys(JSON_SCHEMAS).map(key => JSON_SCHEMAS[key]),
143
- allowUnionTypes: true,
144
- strictTuples: false
145
- });
146
-
147
- ajvAddFormats(ajv);
148
-
149
- const schemaId = 'https://developer.luzmo.com/assets/json-schemas/0.1.89/text-options.schema.json';
150
- const validate = ajv.getSchema(schemaId);
151
- const isValid = validate('VALUE TO VALIDATE');
152
-
153
- console.log(isValid);
128
+ console.log(JSON_SCHEMAS);
129
+ console.log(JSON_SCHEMAS['text-options.schema.json']);
154
130
  ```
131
+
132
+ Using the `JSON_SCHEMAS` object will significantly increase the bundle size, so whenever possible import only the needed schemas, as demonstrated in the Bar Chart example above.
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/area-chart-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "axis": {
@@ -172,7 +172,7 @@ declare const _default: {
172
172
  },
173
173
  "color": {
174
174
  "default": "",
175
- "description": "The main color for the item, if omitted the default color from the theme will be used.",
175
+ "description": "The main color for the item, if omitted the default color from the theme will be used",
176
176
  "examples": [
177
177
  "#FF5733",
178
178
  "#33FF57",
@@ -1277,6 +1277,11 @@ declare const _default: {
1277
1277
  ],
1278
1278
  "type": "string"
1279
1279
  },
1280
+ "lookupFiltering": {
1281
+ "default": false,
1282
+ "description": "Allow interactive filtering of charts with linked datasets",
1283
+ "type": "boolean"
1284
+ },
1280
1285
  "missingValue": {
1281
1286
  "description": "Missing value configuration",
1282
1287
  "properties": {
@@ -1446,12 +1451,7 @@ declare const _default: {
1446
1451
  "properties": {
1447
1452
  "font-style": {
1448
1453
  "const": "normal",
1449
- "description": "Font style",
1450
- "examples": [
1451
- "normal",
1452
- "italic",
1453
- "oblique"
1454
- ],
1454
+ "description": "Use it to reset the font style to \"normal\"",
1455
1455
  "type": "string"
1456
1456
  },
1457
1457
  "font-weight": {
@@ -1670,7 +1670,7 @@ declare const _default: {
1670
1670
  "type": "string"
1671
1671
  },
1672
1672
  "title": {
1673
- "description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
1673
+ "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
1674
1674
  "examples": [
1675
1675
  {
1676
1676
  "en": "Title"
@@ -1681,7 +1681,6 @@ declare const _default: {
1681
1681
  },
1682
1682
  "type": "object"
1683
1683
  }
1684
-
1685
1684
  ;
1686
1685
 
1687
1686
  export default _default;
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-slots.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/area-chart-slots.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "definitions": {
5
5
  "ColumnSubtype": {
@@ -274,13 +274,13 @@ declare const _default: {
274
274
  "items": {
275
275
  "anyOf": [
276
276
  {
277
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-slots.schema.json#/definitions/NumericSlotContent"
277
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/area-chart-slots.schema.json#/definitions/NumericSlotContent"
278
278
  },
279
279
  {
280
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-slots.schema.json#/definitions/HierarchySlotContent"
280
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/area-chart-slots.schema.json#/definitions/HierarchySlotContent"
281
281
  },
282
282
  {
283
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-slots.schema.json#/definitions/DateTimeSlotContent"
283
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/area-chart-slots.schema.json#/definitions/DateTimeSlotContent"
284
284
  }
285
285
  ]
286
286
  },
@@ -303,13 +303,13 @@ declare const _default: {
303
303
  "items": {
304
304
  "anyOf": [
305
305
  {
306
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-slots.schema.json#/definitions/NumericSlotContent"
306
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/area-chart-slots.schema.json#/definitions/NumericSlotContent"
307
307
  },
308
308
  {
309
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-slots.schema.json#/definitions/HierarchySlotContent"
309
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/area-chart-slots.schema.json#/definitions/HierarchySlotContent"
310
310
  },
311
311
  {
312
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-slots.schema.json#/definitions/DateTimeSlotContent"
312
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/area-chart-slots.schema.json#/definitions/DateTimeSlotContent"
313
313
  }
314
314
  ]
315
315
  },
@@ -352,7 +352,7 @@ declare const _default: {
352
352
  "type": "string"
353
353
  },
354
354
  "columnSubType": {
355
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-slots.schema.json#/definitions/ColumnSubtype",
355
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/area-chart-slots.schema.json#/definitions/ColumnSubtype",
356
356
  "description": "Column subtype"
357
357
  },
358
358
  "datasetId": {
@@ -507,13 +507,13 @@ declare const _default: {
507
507
  "items": {
508
508
  "anyOf": [
509
509
  {
510
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-slots.schema.json#/definitions/NumericSlotContent"
510
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/area-chart-slots.schema.json#/definitions/NumericSlotContent"
511
511
  },
512
512
  {
513
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-slots.schema.json#/definitions/HierarchySlotContent"
513
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/area-chart-slots.schema.json#/definitions/HierarchySlotContent"
514
514
  },
515
515
  {
516
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-slots.schema.json#/definitions/DateTimeSlotContent"
516
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/area-chart-slots.schema.json#/definitions/DateTimeSlotContent"
517
517
  }
518
518
  ]
519
519
  },
@@ -533,13 +533,13 @@ declare const _default: {
533
533
  "items": {
534
534
  "anyOf": [
535
535
  {
536
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-slots.schema.json#/definitions/XAxisSlot"
536
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/area-chart-slots.schema.json#/definitions/XAxisSlot"
537
537
  },
538
538
  {
539
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-slots.schema.json#/definitions/MeasureSlot"
539
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/area-chart-slots.schema.json#/definitions/MeasureSlot"
540
540
  },
541
541
  {
542
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-slots.schema.json#/definitions/LegendSlot"
542
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/area-chart-slots.schema.json#/definitions/LegendSlot"
543
543
  }
544
544
  ]
545
545
  },
@@ -1,6 +1,6 @@
1
1
  declare const _default: {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart.schema.json",
3
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/area-chart.schema.json",
4
4
  "type": "object",
5
5
  "description": "Area Chart item",
6
6
  "properties": {
@@ -11,11 +11,11 @@ declare const _default: {
11
11
  },
12
12
  "options": {
13
13
  "description": "Options of the Area Chart item",
14
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-options.schema.json"
14
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/area-chart-options.schema.json"
15
15
  },
16
16
  "slots": {
17
17
  "description": "Data definition of the Area Chart item",
18
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/area-chart-slots.schema.json"
18
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/area-chart-slots.schema.json"
19
19
  }
20
20
  }
21
21
  };
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bar-chart-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "axis": {
@@ -172,7 +172,7 @@ declare const _default: {
172
172
  },
173
173
  "color": {
174
174
  "default": "",
175
- "description": "The main color for the item, if omitted the default color from the theme will be used.",
175
+ "description": "The main color for the item, if omitted the default color from the theme will be used",
176
176
  "examples": [
177
177
  "#FF5733",
178
178
  "#33FF57",
@@ -3331,6 +3331,11 @@ declare const _default: {
3331
3331
  ],
3332
3332
  "type": "string"
3333
3333
  },
3334
+ "lookupFiltering": {
3335
+ "default": false,
3336
+ "description": "Allow interactive filtering of charts with linked datasets",
3337
+ "type": "boolean"
3338
+ },
3334
3339
  "manualAxesRange": {
3335
3340
  "description": "Manual axis range options. Minimum and maximum value of the axis range.",
3336
3341
  "items": [
@@ -3590,12 +3595,7 @@ declare const _default: {
3590
3595
  "properties": {
3591
3596
  "font-style": {
3592
3597
  "const": "normal",
3593
- "description": "Font style",
3594
- "examples": [
3595
- "normal",
3596
- "italic",
3597
- "oblique"
3598
- ],
3598
+ "description": "Use it to reset the font style to \"normal\"",
3599
3599
  "type": "string"
3600
3600
  },
3601
3601
  "font-weight": {
@@ -3814,7 +3814,7 @@ declare const _default: {
3814
3814
  "type": "string"
3815
3815
  },
3816
3816
  "title": {
3817
- "description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
3817
+ "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
3818
3818
  "examples": [
3819
3819
  {
3820
3820
  "en": "Title"
@@ -3825,7 +3825,6 @@ declare const _default: {
3825
3825
  },
3826
3826
  "type": "object"
3827
3827
  }
3828
-
3829
3828
  ;
3830
3829
 
3831
3830
  export default _default;
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-slots.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bar-chart-slots.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "definitions": {
5
5
  "ColumnSubtype": {
@@ -274,13 +274,13 @@ declare const _default: {
274
274
  "items": {
275
275
  "anyOf": [
276
276
  {
277
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-slots.schema.json#/definitions/NumericSlotContent"
277
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bar-chart-slots.schema.json#/definitions/NumericSlotContent"
278
278
  },
279
279
  {
280
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-slots.schema.json#/definitions/HierarchySlotContent"
280
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bar-chart-slots.schema.json#/definitions/HierarchySlotContent"
281
281
  },
282
282
  {
283
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-slots.schema.json#/definitions/DateTimeSlotContent"
283
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bar-chart-slots.schema.json#/definitions/DateTimeSlotContent"
284
284
  }
285
285
  ]
286
286
  },
@@ -303,13 +303,13 @@ declare const _default: {
303
303
  "items": {
304
304
  "anyOf": [
305
305
  {
306
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-slots.schema.json#/definitions/NumericSlotContent"
306
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bar-chart-slots.schema.json#/definitions/NumericSlotContent"
307
307
  },
308
308
  {
309
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-slots.schema.json#/definitions/HierarchySlotContent"
309
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bar-chart-slots.schema.json#/definitions/HierarchySlotContent"
310
310
  },
311
311
  {
312
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-slots.schema.json#/definitions/DateTimeSlotContent"
312
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bar-chart-slots.schema.json#/definitions/DateTimeSlotContent"
313
313
  }
314
314
  ]
315
315
  },
@@ -352,7 +352,7 @@ declare const _default: {
352
352
  "type": "string"
353
353
  },
354
354
  "columnSubType": {
355
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-slots.schema.json#/definitions/ColumnSubtype",
355
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bar-chart-slots.schema.json#/definitions/ColumnSubtype",
356
356
  "description": "Column subtype"
357
357
  },
358
358
  "datasetId": {
@@ -507,13 +507,13 @@ declare const _default: {
507
507
  "items": {
508
508
  "anyOf": [
509
509
  {
510
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-slots.schema.json#/definitions/NumericSlotContent"
510
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bar-chart-slots.schema.json#/definitions/NumericSlotContent"
511
511
  },
512
512
  {
513
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-slots.schema.json#/definitions/HierarchySlotContent"
513
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bar-chart-slots.schema.json#/definitions/HierarchySlotContent"
514
514
  },
515
515
  {
516
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-slots.schema.json#/definitions/DateTimeSlotContent"
516
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bar-chart-slots.schema.json#/definitions/DateTimeSlotContent"
517
517
  }
518
518
  ]
519
519
  },
@@ -533,13 +533,13 @@ declare const _default: {
533
533
  "items": {
534
534
  "anyOf": [
535
535
  {
536
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-slots.schema.json#/definitions/MeasureSlot"
536
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bar-chart-slots.schema.json#/definitions/MeasureSlot"
537
537
  },
538
538
  {
539
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-slots.schema.json#/definitions/YAxisSlot"
539
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bar-chart-slots.schema.json#/definitions/YAxisSlot"
540
540
  },
541
541
  {
542
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-slots.schema.json#/definitions/LegendSlot"
542
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bar-chart-slots.schema.json#/definitions/LegendSlot"
543
543
  }
544
544
  ]
545
545
  },
@@ -1,6 +1,6 @@
1
1
  declare const _default: {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart.schema.json",
3
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bar-chart.schema.json",
4
4
  "type": "object",
5
5
  "description": "Bar Chart item",
6
6
  "properties": {
@@ -11,11 +11,11 @@ declare const _default: {
11
11
  },
12
12
  "options": {
13
13
  "description": "Options of the Bar Chart item",
14
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-options.schema.json"
14
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bar-chart-options.schema.json"
15
15
  },
16
16
  "slots": {
17
17
  "description": "Data definition of the Bar Chart item",
18
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/bar-chart-slots.schema.json"
18
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/bar-chart-slots.schema.json"
19
19
  }
20
20
  }
21
21
  };
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/box-plot-options.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/box-plot-options.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "properties": {
5
5
  "axis": {
@@ -179,7 +179,7 @@ declare const _default: {
179
179
  },
180
180
  "color": {
181
181
  "default": "",
182
- "description": "The main color for the item, if omitted the default color from the theme will be used.",
182
+ "description": "The main color for the item, if omitted the default color from the theme will be used",
183
183
  "examples": [
184
184
  "#FF5733",
185
185
  "#33FF57",
@@ -1163,6 +1163,11 @@ declare const _default: {
1163
1163
  ],
1164
1164
  "type": "string"
1165
1165
  },
1166
+ "lookupFiltering": {
1167
+ "default": false,
1168
+ "description": "Allow interactive filtering of charts with linked datasets",
1169
+ "type": "boolean"
1170
+ },
1166
1171
  "manualAxisRange": {
1167
1172
  "description": "Manual axis range options. Minimum and maximum value of the axis range.",
1168
1173
  "items": [
@@ -1246,7 +1251,7 @@ declare const _default: {
1246
1251
  "description": "Values range options that are configured manually",
1247
1252
  "properties": {
1248
1253
  "color": {
1249
- "description": "Color of the range",
1254
+ "description": "Color of the range, it can be a hex or rgb(a) color",
1250
1255
  "type": "string"
1251
1256
  },
1252
1257
  "isNegativeInfinityRange": {
@@ -1435,12 +1440,7 @@ declare const _default: {
1435
1440
  "properties": {
1436
1441
  "font-style": {
1437
1442
  "const": "normal",
1438
- "description": "Font style",
1439
- "examples": [
1440
- "normal",
1441
- "italic",
1442
- "oblique"
1443
- ],
1443
+ "description": "Use it to reset the font style to \"normal\"",
1444
1444
  "type": "string"
1445
1445
  },
1446
1446
  "font-weight": {
@@ -1622,7 +1622,7 @@ declare const _default: {
1622
1622
  "type": "string"
1623
1623
  },
1624
1624
  "title": {
1625
- "description": "Title in format {locale: \"title\"}, for example, {en: \"Title\"}",
1625
+ "description": "Title in format { \"locale\": \"title\"}, for example, { \"en\": \"Title\"}",
1626
1626
  "examples": [
1627
1627
  {
1628
1628
  "en": "Title"
@@ -1633,7 +1633,6 @@ declare const _default: {
1633
1633
  },
1634
1634
  "type": "object"
1635
1635
  }
1636
-
1637
1636
  ;
1638
1637
 
1639
1638
  export default _default;
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.89/box-plot-slots.schema.json",
2
+ "$id": "https://developer.luzmo.com/assets/json-schemas/0.1.90/box-plot-slots.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "definitions": {
5
5
  "CategorySlot": {
@@ -10,13 +10,13 @@ declare const _default: {
10
10
  "items": {
11
11
  "anyOf": [
12
12
  {
13
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/box-plot-slots.schema.json#/definitions/NumericSlotContent"
13
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/box-plot-slots.schema.json#/definitions/NumericSlotContent"
14
14
  },
15
15
  {
16
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/box-plot-slots.schema.json#/definitions/HierarchySlotContent"
16
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/box-plot-slots.schema.json#/definitions/HierarchySlotContent"
17
17
  },
18
18
  {
19
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/box-plot-slots.schema.json#/definitions/DateTimeSlotContent"
19
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/box-plot-slots.schema.json#/definitions/DateTimeSlotContent"
20
20
  }
21
21
  ]
22
22
  },
@@ -301,7 +301,7 @@ declare const _default: {
301
301
  "content": {
302
302
  "description": "Measure slot definition",
303
303
  "items": {
304
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/box-plot-slots.schema.json#/definitions/NumericSlotContent"
304
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/box-plot-slots.schema.json#/definitions/NumericSlotContent"
305
305
  },
306
306
  "maxItems": 1,
307
307
  "type": "array"
@@ -343,7 +343,7 @@ declare const _default: {
343
343
  "type": "string"
344
344
  },
345
345
  "columnSubType": {
346
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/box-plot-slots.schema.json#/definitions/ColumnSubtype",
346
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/box-plot-slots.schema.json#/definitions/ColumnSubtype",
347
347
  "description": "Column subtype"
348
348
  },
349
349
  "datasetId": {
@@ -495,10 +495,10 @@ declare const _default: {
495
495
  "items": {
496
496
  "anyOf": [
497
497
  {
498
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/box-plot-slots.schema.json#/definitions/MeasureSlot"
498
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/box-plot-slots.schema.json#/definitions/MeasureSlot"
499
499
  },
500
500
  {
501
- "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.89/box-plot-slots.schema.json#/definitions/CategorySlot"
501
+ "$ref": "https://developer.luzmo.com/assets/json-schemas/0.1.90/box-plot-slots.schema.json#/definitions/CategorySlot"
502
502
  }
503
503
  ]
504
504
  },