@vertigis/viewer-spec 56.24.0 → 56.26.0

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 (268) hide show
  1. package/analytics/AnalyticsContext.d.ts +29 -29
  2. package/analytics/AnalyticsContext.js +1 -1
  3. package/analytics/CommonAction.d.ts +90 -90
  4. package/analytics/CommonAction.js +1 -1
  5. package/analytics/MobileAction.d.ts +113 -113
  6. package/analytics/MobileAction.js +1 -1
  7. package/analytics/WebAction.d.ts +102 -102
  8. package/analytics/WebAction.js +1 -1
  9. package/app-config/AppConfig.d.ts +55 -55
  10. package/app-config/ItemConfig.d.ts +18 -18
  11. package/app-config/common/AnalyticsModelProperties.d.ts +10 -10
  12. package/app-config/common/ApplicationModelProperties.d.ts +15 -15
  13. package/app-config/common/BasemapPickerModelProperties.d.ts +6 -6
  14. package/app-config/common/BookmarksModelProperties.d.ts +17 -17
  15. package/app-config/common/BrandingColors.d.ts +102 -102
  16. package/app-config/common/BrandingModelProperties.d.ts +23 -23
  17. package/app-config/common/BrandingThemeProperties.d.ts +35 -35
  18. package/app-config/common/CompassModelProperties.d.ts +6 -6
  19. package/app-config/common/ComponentModelProperties.d.ts +14 -14
  20. package/app-config/common/CoordinateFormat.d.ts +4 -4
  21. package/app-config/common/CoordinateModelProperties.d.ts +43 -43
  22. package/app-config/common/DialogModelProperties.d.ts +6 -6
  23. package/app-config/common/EventListenerModelProperties.d.ts +44 -44
  24. package/app-config/common/ExpandModelProperties.d.ts +6 -6
  25. package/app-config/common/FeatureDetailsModelProperties.d.ts +27 -27
  26. package/app-config/common/GeolocationModelProperties.d.ts +6 -6
  27. package/app-config/common/HighlightModelProperties.d.ts +68 -68
  28. package/app-config/common/ImageModelProperties.d.ts +14 -14
  29. package/app-config/common/ItemRef.d.ts +4 -4
  30. package/app-config/common/LayerListModelProperties.d.ts +6 -6
  31. package/app-config/common/LayerPresetsModelProperties.d.ts +14 -14
  32. package/app-config/common/LayoutProperties.d.ts +33 -33
  33. package/app-config/common/LegendModelProperties.d.ts +6 -6
  34. package/app-config/common/LicensingModelProperties.d.ts +10 -10
  35. package/app-config/common/MapCoordinatesModelProperties.d.ts +6 -6
  36. package/app-config/common/MapModelProperties.d.ts +7 -7
  37. package/app-config/common/MenuModelProperties.d.ts +13 -13
  38. package/app-config/common/ModelProperties.d.ts +6 -6
  39. package/app-config/common/PanelModelProperties.d.ts +6 -6
  40. package/app-config/common/RegionModelProperties.d.ts +25 -25
  41. package/app-config/common/ResultsModelProperties.d.ts +13 -13
  42. package/app-config/common/ScalebarModelProperties.d.ts +6 -6
  43. package/app-config/common/SearchModelProperties.d.ts +26 -26
  44. package/app-config/common/ServiceModelProperties.d.ts +6 -6
  45. package/app-config/common/SplitModelProperties.d.ts +6 -6
  46. package/app-config/common/StackModelProperties.d.ts +6 -6
  47. package/app-config/common/TextModelProperties.d.ts +10 -10
  48. package/app-config/common/TranslatableText.d.ts +35 -35
  49. package/app-config/common/UserModelProperties.d.ts +6 -6
  50. package/app-config/common/WorkflowEventsProperties.d.ts +11 -11
  51. package/app-config/common/WorkflowModelProperties.d.ts +44 -44
  52. package/app-config/common/ZoomModelProperties.d.ts +6 -6
  53. package/app-config/common/colors.d.ts +6 -6
  54. package/app-config/index.d.ts +2 -2
  55. package/app-config/mobile/AddFeatureModelProperties.d.ts +6 -6
  56. package/app-config/mobile/AddRelatedFeatureModelProperties.d.ts +6 -6
  57. package/app-config/mobile/BasemapModelProperties.d.ts +11 -11
  58. package/app-config/mobile/CoordinateModelProperties.d.ts +10 -10
  59. package/app-config/mobile/FeatureDetailsModelProperties.d.ts +26 -26
  60. package/app-config/mobile/GeometryToolbarModelProperties.d.ts +6 -6
  61. package/app-config/mobile/GnssDeviceSelectionModelProperties.d.ts +6 -6
  62. package/app-config/mobile/GnssDeviceSettingsModelProperties.d.ts +6 -6
  63. package/app-config/mobile/GnssMetadataModelProperties.d.ts +6 -6
  64. package/app-config/mobile/MapModelProperties.d.ts +52 -52
  65. package/app-config/mobile/OfflineModelProperties.d.ts +48 -48
  66. package/app-config/mobile/PortalExtensionSettingsProperties.d.ts +27 -27
  67. package/app-config/mobile/ScrollModelProperties.d.ts +6 -6
  68. package/app-config/mobile/SearchModelProperties.d.ts +14 -14
  69. package/app-config/mobile/SelectLayerSettingsModelProperties.d.ts +11 -11
  70. package/app-config/mobile/TaskbarModelProperties.d.ts +6 -6
  71. package/app-config/mobile/UpdateFeatureModelProperties.d.ts +6 -6
  72. package/app-config/mobile/VertigisMobileModelProperties.d.ts +67 -67
  73. package/app-config/schema/common-app-config.schema.json +1 -1
  74. package/app-config/schema/web-app-config.schema.json +1 -1
  75. package/app-config/web/AddressModelProperties.d.ts +6 -6
  76. package/app-config/web/BasemapModelProperties.d.ts +10 -10
  77. package/app-config/web/BasemapPickerModelProperties.d.ts +7 -7
  78. package/app-config/web/BookmarksModelProperties.d.ts +7 -7
  79. package/app-config/web/BrandingModelProperties.d.ts +14 -14
  80. package/app-config/web/ChartModelProperties.d.ts +58 -58
  81. package/app-config/web/CompassModelProperties.d.ts +7 -7
  82. package/app-config/web/ComponentModelProperties.d.ts +12 -12
  83. package/app-config/web/CoordinateModelProperties.d.ts +50 -50
  84. package/app-config/web/DataLinkSourceProperties.d.ts +15 -15
  85. package/app-config/web/DialogModelProperties.d.ts +7 -7
  86. package/app-config/web/DrawModelProperties.d.ts +94 -94
  87. package/app-config/web/FeatureDetailsModelProperties.d.ts +19 -19
  88. package/app-config/web/FeatureInfoModelProperties.d.ts +38 -38
  89. package/app-config/web/FeatureListProperties.d.ts +12 -12
  90. package/app-config/web/FeatureSetProperties.d.ts +16 -16
  91. package/app-config/web/FeatureSummaryModelProperties.d.ts +27 -27
  92. package/app-config/web/GeolocationModelProperties.d.ts +7 -7
  93. package/app-config/web/GeometryModelProperties.d.ts +27 -27
  94. package/app-config/web/HasVisibilityFilters.d.ts +36 -36
  95. package/app-config/web/ImageModelProperties.d.ts +7 -7
  96. package/app-config/web/KpiCardModelProperties.d.ts +146 -146
  97. package/app-config/web/LayerListModelProperties.d.ts +18 -18
  98. package/app-config/web/LayerPresetsModelProperties.d.ts +7 -7
  99. package/app-config/web/LegendModelProperties.d.ts +7 -7
  100. package/app-config/web/Map3dToggleModelProperties.d.ts +6 -6
  101. package/app-config/web/MapCoordinatesModelProperties.d.ts +50 -50
  102. package/app-config/web/MapModelProperties.d.ts +93 -87
  103. package/app-config/web/MeasurementModelProperties.d.ts +36 -36
  104. package/app-config/web/MenuItemModelProperties.d.ts +7 -7
  105. package/app-config/web/MenuModelProperties.d.ts +13 -13
  106. package/app-config/web/ModelProperties.d.ts +7 -7
  107. package/app-config/web/PanelModelProperties.d.ts +7 -7
  108. package/app-config/web/PortalModelProperties.d.ts +11 -11
  109. package/app-config/web/PrintFormModelProperties.d.ts +42 -42
  110. package/app-config/web/PrintModelProperties.d.ts +11 -11
  111. package/app-config/web/ProjectModelProperties.d.ts +12 -12
  112. package/app-config/web/QueryBuilderModelProperties.d.ts +22 -22
  113. package/app-config/web/ReportModelProperties.d.ts +15 -15
  114. package/app-config/web/ResultsModelProperties.d.ts +101 -101
  115. package/app-config/web/ResultsServiceModelProperties.d.ts +48 -48
  116. package/app-config/web/ScaleInputModelProperties.d.ts +6 -6
  117. package/app-config/web/ScalebarModelProperties.d.ts +22 -22
  118. package/app-config/web/SearchModelProperties.d.ts +22 -22
  119. package/app-config/web/SearchServiceProperties.d.ts +25 -25
  120. package/app-config/web/SharedProjectsModelProperties.d.ts +53 -53
  121. package/app-config/web/SharedStorageModelProperties.d.ts +30 -30
  122. package/app-config/web/SnappingProperties.d.ts +101 -101
  123. package/app-config/web/SplitModelProperties.d.ts +7 -7
  124. package/app-config/web/StackModelProperties.d.ts +7 -7
  125. package/app-config/web/TabsModelProperties.d.ts +6 -6
  126. package/app-config/web/TextModelProperties.d.ts +7 -7
  127. package/app-config/web/TopologyProperties.d.ts +67 -0
  128. package/app-config/web/TopologyProperties.js +1 -0
  129. package/app-config/web/UserModelProperties.d.ts +12 -12
  130. package/app-config/web/UserPreferencesModelProperties.d.ts +10 -10
  131. package/app-config/web/VertigisWebModelProperties.d.ts +74 -74
  132. package/app-config/web/WorkflowModelProperties.d.ts +13 -13
  133. package/app-config/web/ZoomModelProperties.d.ts +7 -7
  134. package/messaging/Command.d.ts +76 -76
  135. package/messaging/CommandRegistry.d.ts +25 -25
  136. package/messaging/CommandRegistry.js +1 -1
  137. package/messaging/DotNetTypes.d.ts +4 -4
  138. package/messaging/Event.d.ts +26 -26
  139. package/messaging/EventRegistry.d.ts +25 -25
  140. package/messaging/EventRegistry.js +1 -1
  141. package/messaging/Message.d.ts +50 -50
  142. package/messaging/MessageBus.d.ts +54 -54
  143. package/messaging/Operation.d.ts +77 -77
  144. package/messaging/OperationRegistry.d.ts +26 -26
  145. package/messaging/OperationRegistry.js +1 -1
  146. package/messaging/common.d.ts +354 -354
  147. package/messaging/mobile.d.ts +6 -6
  148. package/messaging/registry/Commands.d.ts +78 -78
  149. package/messaging/registry/Commands.js +1 -1
  150. package/messaging/registry/Events.d.ts +62 -62
  151. package/messaging/registry/Events.js +1 -1
  152. package/messaging/registry/Operations.d.ts +69 -69
  153. package/messaging/registry/Operations.js +1 -1
  154. package/messaging/registry/app-config.d.ts +12 -12
  155. package/messaging/registry/app-config.js +1 -1
  156. package/messaging/registry/app.d.ts +264 -264
  157. package/messaging/registry/app.js +1 -1
  158. package/messaging/registry/arcade.d.ts +115 -115
  159. package/messaging/registry/arcade.js +1 -1
  160. package/messaging/registry/auth.d.ts +151 -151
  161. package/messaging/registry/auth.js +1 -1
  162. package/messaging/registry/basemap.d.ts +74 -74
  163. package/messaging/registry/basemap.js +1 -1
  164. package/messaging/registry/bookmark.d.ts +42 -42
  165. package/messaging/registry/bookmark.js +1 -1
  166. package/messaging/registry/charts.d.ts +81 -81
  167. package/messaging/registry/charts.js +1 -1
  168. package/messaging/registry/debugConsole.d.ts +26 -26
  169. package/messaging/registry/debugConsole.js +1 -1
  170. package/messaging/registry/device.d.ts +28 -28
  171. package/messaging/registry/device.js +1 -1
  172. package/messaging/registry/display.d.ts +17 -17
  173. package/messaging/registry/display.js +1 -1
  174. package/messaging/registry/drawing.d.ts +149 -149
  175. package/messaging/registry/drawing.js +1 -1
  176. package/messaging/registry/edit.d.ts +371 -371
  177. package/messaging/registry/edit.js +1 -1
  178. package/messaging/registry/file.d.ts +156 -156
  179. package/messaging/registry/file.js +1 -1
  180. package/messaging/registry/filter-builder.d.ts +73 -73
  181. package/messaging/registry/filter-builder.js +1 -1
  182. package/messaging/registry/geocode.d.ts +87 -87
  183. package/messaging/registry/geocode.js +1 -1
  184. package/messaging/registry/geolocation.d.ts +499 -499
  185. package/messaging/registry/geolocation.js +1 -1
  186. package/messaging/registry/geometry-toolbar.d.ts +29 -29
  187. package/messaging/registry/geometry-toolbar.js +1 -1
  188. package/messaging/registry/geometry.d.ts +278 -278
  189. package/messaging/registry/geometry.js +1 -1
  190. package/messaging/registry/highlights.d.ts +86 -86
  191. package/messaging/registry/highlights.js +1 -1
  192. package/messaging/registry/input.d.ts +22 -22
  193. package/messaging/registry/input.js +1 -1
  194. package/messaging/registry/iwtm.d.ts +11 -11
  195. package/messaging/registry/iwtm.js +1 -1
  196. package/messaging/registry/kpi.d.ts +98 -98
  197. package/messaging/registry/kpi.js +1 -1
  198. package/messaging/registry/layer-comparison.d.ts +104 -104
  199. package/messaging/registry/layer-comparison.js +1 -1
  200. package/messaging/registry/layer-presets.d.ts +49 -49
  201. package/messaging/registry/layer-presets.js +1 -1
  202. package/messaging/registry/layers.d.ts +196 -196
  203. package/messaging/registry/layers.js +1 -1
  204. package/messaging/registry/layout.d.ts +49 -49
  205. package/messaging/registry/layout.js +1 -1
  206. package/messaging/registry/licensing.d.ts +38 -38
  207. package/messaging/registry/licensing.js +1 -1
  208. package/messaging/registry/location-marker.d.ts +171 -171
  209. package/messaging/registry/location-marker.js +1 -1
  210. package/messaging/registry/logViewer.d.ts +17 -17
  211. package/messaging/registry/logViewer.js +1 -1
  212. package/messaging/registry/map.d.ts +1275 -1275
  213. package/messaging/registry/map.js +1 -1
  214. package/messaging/registry/measurement.d.ts +168 -168
  215. package/messaging/registry/measurement.js +1 -1
  216. package/messaging/registry/messaging.d.ts +23 -23
  217. package/messaging/registry/messaging.js +1 -1
  218. package/messaging/registry/network.d.ts +46 -46
  219. package/messaging/registry/network.js +1 -1
  220. package/messaging/registry/offline.d.ts +508 -507
  221. package/messaging/registry/offline.js +1 -1
  222. package/messaging/registry/panel.d.ts +115 -115
  223. package/messaging/registry/panel.js +1 -1
  224. package/messaging/registry/photos.d.ts +47 -47
  225. package/messaging/registry/photos.js +1 -1
  226. package/messaging/registry/portal.d.ts +94 -94
  227. package/messaging/registry/portal.js +1 -1
  228. package/messaging/registry/printing.d.ts +166 -166
  229. package/messaging/registry/printing.js +1 -1
  230. package/messaging/registry/project.d.ts +144 -144
  231. package/messaging/registry/project.js +1 -1
  232. package/messaging/registry/query-builder.d.ts +83 -83
  233. package/messaging/registry/query-builder.js +1 -1
  234. package/messaging/registry/region.d.ts +23 -23
  235. package/messaging/registry/region.js +1 -1
  236. package/messaging/registry/reports.d.ts +135 -135
  237. package/messaging/registry/reports.js +1 -1
  238. package/messaging/registry/results.d.ts +671 -671
  239. package/messaging/registry/results.js +1 -1
  240. package/messaging/registry/search.d.ts +74 -74
  241. package/messaging/registry/search.js +1 -1
  242. package/messaging/registry/settings.d.ts +38 -38
  243. package/messaging/registry/settings.js +1 -1
  244. package/messaging/registry/shortcut.d.ts +41 -41
  245. package/messaging/registry/shortcut.js +1 -1
  246. package/messaging/registry/sketching.d.ts +1019 -960
  247. package/messaging/registry/sketching.js +1 -1
  248. package/messaging/registry/studioAnalytics.d.ts +25 -25
  249. package/messaging/registry/studioAnalytics.js +1 -1
  250. package/messaging/registry/system.d.ts +277 -277
  251. package/messaging/registry/system.js +1 -1
  252. package/messaging/registry/tasks.d.ts +323 -323
  253. package/messaging/registry/tasks.js +1 -1
  254. package/messaging/registry/ui.d.ts +518 -518
  255. package/messaging/registry/ui.js +1 -1
  256. package/messaging/registry/viewer.d.ts +145 -145
  257. package/messaging/registry/viewer.js +1 -1
  258. package/messaging/registry/workflow.d.ts +170 -170
  259. package/messaging/registry/workflow.js +1 -1
  260. package/messaging/schema/common-action.schema.json +6437 -12158
  261. package/messaging/schema/common-event.schema.json +107 -803
  262. package/messaging/schema/mobile-action.schema.json +7719 -16138
  263. package/messaging/schema/mobile-event.schema.json +181 -2422
  264. package/messaging/schema/web-action.schema.json +8415 -23272
  265. package/messaging/schema/web-event.schema.json +183 -1937
  266. package/package.json +20 -20
  267. package/version.d.ts +4 -4
  268. package/version.js +4 -4
@@ -1,20 +1,6 @@
1
1
  {
2
2
  "$ref": "#/definitions/viewer-spec.Event",
3
3
  "definitions": {
4
- "ArcGISPortalIdentity": {
5
- "additionalProperties": false,
6
- "type": "object"
7
- },
8
- "AuthenticationType": {
9
- "description": "A type of authentication.",
10
- "enum": [
11
- "Network",
12
- "OAuth2",
13
- "Token",
14
- "Unknown"
15
- ],
16
- "type": "string"
17
- },
18
4
  "EffectFunctionJson": {
19
5
  "anyOf": [
20
6
  {
@@ -53,164 +39,6 @@
53
39
  ],
54
40
  "description": "Effect functions that can be combined to build a layer effect."
55
41
  },
56
- "Error": {
57
- "additionalProperties": false,
58
- "properties": {
59
- "message": {
60
- "type": "string"
61
- },
62
- "name": {
63
- "type": "string"
64
- },
65
- "stack": {
66
- "type": "string"
67
- }
68
- },
69
- "required": [
70
- "message",
71
- "name"
72
- ],
73
- "type": "object"
74
- },
75
- "GeolocateAccuracyChangedEventArgs": {
76
- "additionalProperties": false,
77
- "description": "Arguments for the \"geolocation.accuracy-changed\" event.",
78
- "properties": {
79
- "accuracy": {
80
- "description": "The current geolocation accuracy, in meters.",
81
- "type": "number"
82
- }
83
- },
84
- "required": [
85
- "accuracy"
86
- ],
87
- "type": "object"
88
- },
89
- "GeolocationEvent": {
90
- "additionalProperties": false,
91
- "description": "Arguments for geolocation events such as \"geolocation.position-acquired\" and \"geolocation.position-lost\".",
92
- "properties": {
93
- "gnssDeviceConnectionInfo": {
94
- "$ref": "#/definitions/GnssDeviceConnectionInfo",
95
- "description": "The GNSS source associated with the raised geolocation event. Mobile only."
96
- }
97
- },
98
- "type": "object"
99
- },
100
- "GeolocationStatusChangedEventArgs": {
101
- "additionalProperties": false,
102
- "description": "Arguments for the \"geolocation.status-changed\" event.",
103
- "properties": {
104
- "isEnabled": {
105
- "description": "Indicates whether the geolocation is now enabled.",
106
- "type": "boolean"
107
- }
108
- },
109
- "required": [
110
- "isEnabled"
111
- ],
112
- "type": "object"
113
- },
114
- "GnssDeviceConnectionInfo": {
115
- "additionalProperties": false,
116
- "description": "A geolocation source.",
117
- "properties": {
118
- "deviceFullName": {
119
- "description": "Full name of the GNSS device.",
120
- "type": "string"
121
- },
122
- "deviceName": {
123
- "description": "Name of the GNSS device.",
124
- "type": "string"
125
- },
126
- "deviceType": {
127
- "$ref": "#/definitions/GnssDeviceType",
128
- "description": "The type of the device. Options are Integrated, Bluetooth, USB, and Emulator."
129
- },
130
- "settings": {
131
- "$ref": "GnssDeviceSettings",
132
- "description": "The device settings, including the correction service's spatial reference, the desired datum transformation, and the device's antenna height."
133
- }
134
- },
135
- "required": [
136
- "deviceFullName",
137
- "deviceName",
138
- "deviceType",
139
- "settings"
140
- ],
141
- "type": "object"
142
- },
143
- "GnssDeviceType": {
144
- "enum": [
145
- "bluetooth",
146
- "emulator",
147
- "integrated",
148
- "usb"
149
- ],
150
- "type": "string"
151
- },
152
- "HasMaps": {
153
- "additionalProperties": false,
154
- "description": "Defines an object that has a `maps` property.",
155
- "properties": {
156
- "maps": {
157
- "$ref": "#/definitions/MapsLike",
158
- "description": "Map(s) to use for the command/operation."
159
- }
160
- },
161
- "type": "object"
162
- },
163
- "MapEvent": {
164
- "additionalProperties": false,
165
- "description": "Arguments for the various map events.",
166
- "properties": {
167
- "mapExtension": {
168
- "$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension",
169
- "description": "The map extension for which the event was generated. This property is required in VertiGIS Studio Mobile. Mobile only."
170
- },
171
- "maps": {
172
- "$ref": "#/definitions/MapsLike",
173
- "description": "The map from which the event was generated. Web only."
174
- }
175
- },
176
- "type": "object"
177
- },
178
- "MapInitializedEvent": {
179
- "additionalProperties": false,
180
- "description": "Event args for the map.initialized event.",
181
- "properties": {
182
- "loadTime": {
183
- "$ref": "#/definitions/TimeSpan",
184
- "description": "The amount of time that the map took to load. Mobile only."
185
- },
186
- "mapExtension": {
187
- "$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension",
188
- "description": "The map extension for which the event was generated. This property is required in VertiGIS Studio Mobile. Mobile only."
189
- },
190
- "maps": {
191
- "$ref": "#/definitions/MapsLike",
192
- "description": "The map from which the event was generated. Web only."
193
- }
194
- },
195
- "required": [
196
- "loadTime"
197
- ],
198
- "type": "object"
199
- },
200
- "MapsLike": {
201
- "anyOf": [
202
- {
203
- "$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
204
- },
205
- {
206
- "items": {
207
- "$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
208
- },
209
- "type": "array"
210
- }
211
- ],
212
- "description": "One or map extensions."
213
- },
214
42
  "OperationalLayerJson": {
215
43
  "anyOf": [
216
44
  {
@@ -293,256 +121,24 @@
293
121
  ],
294
122
  "description": "Filters applied to the pointCloud which will hide a point. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
295
123
  },
296
- "PortalType": {
297
- "description": "The type of Portal.",
298
- "enum": [
299
- "AGOL",
300
- "ArcGISEnterprise"
301
- ],
302
- "type": "string"
303
- },
304
- "PrintErrorEventArgs": {
305
- "additionalProperties": false,
306
- "description": "Arguments for the printing.print-error event.",
307
- "properties": {
308
- "errorCode": {
309
- "description": "The HTTP status code associated with the error, if it's a HTTP error.",
310
- "type": "number"
311
- },
312
- "instanceId": {
313
- "description": "A unique ID to track the running of this print.",
314
- "type": "string"
315
- },
316
- "message": {
317
- "description": "The error message.",
318
- "type": "string"
319
- },
320
- "printTemplateId": {
321
- "description": "The ID of the print template being used.",
322
- "type": "string"
323
- }
324
- },
325
- "required": [
326
- "instanceId",
327
- "message",
328
- "printTemplateId"
329
- ],
330
- "type": "object"
331
- },
332
- "PrintFinishedEventArgs": {
333
- "additionalProperties": false,
334
- "description": "Arguments for the printing.print-finished event.",
335
- "properties": {
336
- "downloadUrl": {
337
- "description": "The URL from which to download the print.",
338
- "type": "string"
339
- },
340
- "instanceId": {
341
- "description": "A unique ID to track the running of this print.",
342
- "type": "string"
343
- },
344
- "printTemplateId": {
345
- "description": "The ID of the print template being used.",
346
- "type": "string"
347
- }
348
- },
349
- "required": [
350
- "downloadUrl",
351
- "instanceId",
352
- "printTemplateId"
353
- ],
354
- "type": "object"
355
- },
356
- "PrintProgressEventArgs": {
357
- "additionalProperties": false,
358
- "description": "Arguments for the printing.print-progress event.",
359
- "properties": {
360
- "instanceId": {
361
- "description": "A unique ID to track the running of this print.",
362
- "type": "string"
363
- },
364
- "printTemplateId": {
365
- "description": "The ID of the print template being used.",
366
- "type": "string"
367
- }
368
- },
369
- "required": [
370
- "instanceId",
371
- "printTemplateId"
372
- ],
373
- "type": "object"
374
- },
375
- "PrintStartedEventArgs": {
376
- "additionalProperties": false,
377
- "description": "Arguments for the printing.print-started event.",
378
- "properties": {
379
- "instanceId": {
380
- "description": "A unique ID to track the running of this print.",
381
- "type": "string"
382
- },
383
- "printTemplateId": {
384
- "description": "The ID of the print template being used.",
385
- "type": "string"
386
- }
387
- },
388
- "required": [
389
- "instanceId",
390
- "printTemplateId"
391
- ],
392
- "type": "object"
393
- },
394
- "SignInCompletedEventArgs": {
395
- "additionalProperties": false,
396
- "description": "Arguments for the auth.sign-in-completed and auth.portal-sign-in-completed events. Only available in VertiGIS Studio Mobile.",
397
- "properties": {
398
- "identity": {
399
- "$ref": "#/definitions/ArcGISPortalIdentity",
400
- "description": "The identity that was obtained from the sign in."
401
- }
402
- },
403
- "required": [
404
- "identity"
405
- ],
406
- "type": "object"
407
- },
408
- "SignInEventArgs": {
409
- "additionalProperties": false,
410
- "description": "Arguments for the auth.sign-in events. Only available in VertiGIS Studio Mobile.",
411
- "properties": {
412
- "authenticationType": {
413
- "$ref": "#/definitions/AuthenticationType",
414
- "description": "The authentication method used for the sign in process. Not available in VertiGIS Studio Web."
415
- },
416
- "portalType": {
417
- "$ref": "#/definitions/PortalType",
418
- "description": "The type of Portal: AGOL or Enterprise."
419
- },
420
- "requestInfo": {
421
- "description": "Information about the resource that is required to sign in. Not available in VertiGIS Studio Web. Will be an instance of esri.security.CredentialRequestInfo for VertiGIS Studio Mobile."
422
- }
423
- },
424
- "required": [
425
- "authenticationType",
426
- "portalType",
427
- "requestInfo"
428
- ],
429
- "type": "object"
430
- },
431
- "SignInFailedEventArgs": {
432
- "additionalProperties": false,
433
- "description": "Arguments for the auth.sign-in-failed event. Only available in the VertiGIS Studio Mobile Viewer.",
434
- "properties": {
435
- "authenticationType": {
436
- "$ref": "#/definitions/AuthenticationType",
437
- "description": "The authentication method used for the sign in process. Not available in VertiGIS Studio Web."
438
- },
439
- "exception": {
440
- "description": "The exception that occurred during the sign in. Not available in VertiGIS Studio Web."
441
- },
442
- "portalType": {
443
- "$ref": "#/definitions/PortalType",
444
- "description": "The type of Portal: AGOL or Enterprise."
445
- },
446
- "requestInfo": {
447
- "description": "Information about the resource that is required to sign in. Not available in VertiGIS Studio Web. Will be an instance of esri.security.CredentialRequestInfo for VertiGIS Studio Mobile."
448
- }
449
- },
450
- "required": [
451
- "authenticationType",
452
- "exception",
453
- "portalType",
454
- "requestInfo"
455
- ],
456
- "type": "object"
457
- },
458
- "TimeSpan": {
459
- "additionalProperties": false,
460
- "type": "object"
461
- },
462
- "WorkflowErrorEventArgs": {
463
- "additionalProperties": false,
464
- "description": "Arguments for the \"workflow.workflow-error\" event.",
465
- "properties": {
466
- "errorMessage": {
467
- "description": "The human readable error message.",
468
- "type": "string"
469
- },
470
- "exception": {
471
- "$ref": "#/definitions/Error",
472
- "description": "The Error object containing detailed information about the error."
473
- },
474
- "workflow": {
475
- "$ref": "WorkflowModel",
476
- "description": "The workflow pertaining to the event."
477
- }
478
- },
479
- "required": [
480
- "workflow"
481
- ],
482
- "type": "object"
483
- },
484
- "WorkflowFinishedEventArgs": {
485
- "additionalProperties": false,
486
- "description": "Arguments for the \"workflow.workflow-finished\" event.",
487
- "properties": {
488
- "workflow": {
489
- "$ref": "WorkflowModel",
490
- "description": "The workflow pertaining to the event."
491
- }
492
- },
493
- "required": [
494
- "workflow"
495
- ],
496
- "type": "object"
497
- },
498
124
  "auth.sign-in-completed": {
499
125
  "description": "Raised when successfully signed in. Principal event type used in Web, SignInCompletedEventArgs used in Mobile.",
500
126
  "enum": [
501
127
  "auth.sign-in-completed"
502
128
  ]
503
129
  },
504
- "auth.sign-in-completed:input": {
505
- "anyOf": [
506
- {
507
- "$ref": "Principal"
508
- },
509
- {
510
- "$ref": "#/definitions/SignInCompletedEventArgs"
511
- }
512
- ]
513
- },
514
130
  "auth.sign-in-failed": {
515
131
  "description": "Raised when a sign-in attempt fails.",
516
132
  "enum": [
517
133
  "auth.sign-in-failed"
518
134
  ]
519
135
  },
520
- "auth.sign-in-failed:input": {
521
- "anyOf": [
522
- {
523
- "$ref": "#/definitions/SignInFailedEventArgs"
524
- },
525
- {
526
- "type": "null"
527
- }
528
- ]
529
- },
530
136
  "auth.sign-in-requested": {
531
137
  "description": "Raised when the user requests a sign-in.",
532
138
  "enum": [
533
139
  "auth.sign-in-requested"
534
140
  ]
535
141
  },
536
- "auth.sign-in-requested:input": {
537
- "anyOf": [
538
- {
539
- "$ref": "#/definitions/SignInEventArgs"
540
- },
541
- {
542
- "type": "null"
543
- }
544
- ]
545
- },
546
142
  "auth.sign-out-completed": {
547
143
  "description": "Raised when the user is signed out.",
548
144
  "enum": [
@@ -570,30 +166,18 @@
570
166
  "edit.feature-added"
571
167
  ]
572
168
  },
573
- "edit.feature-added:input": {
574
- "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
575
- },
576
169
  "edit.feature-deleted": {
577
170
  "description": "Raised when a feature is deleted from a feature source.",
578
171
  "enum": [
579
172
  "edit.feature-deleted"
580
173
  ]
581
174
  },
582
- "edit.feature-deleted:input": {
583
- "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
584
- },
585
175
  "edit.feature-updated": {
586
176
  "description": "Raised when the attributes or geometry of a feature from a feature source are updated.",
587
177
  "enum": [
588
178
  "edit.feature-updated"
589
179
  ]
590
180
  },
591
- "edit.feature-updated:input": {
592
- "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
593
- },
594
- "esri.Point": {
595
- "$ref": "esri/geometry/Point"
596
- },
597
181
  "esri.rest-api.AnnotationLayerJson.AnnotationLayerJson": {
598
182
  "additionalProperties": false,
599
183
  "description": "Annotation layers can be created by referencing a layer from a feature service. Annotation layers honor any feature templates configured in the source document.",
@@ -659,10 +243,8 @@
659
243
  "description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
660
244
  },
661
245
  "layerType": {
246
+ "const": "ArcGISAnnotationLayer",
662
247
  "description": "The layer type.",
663
- "enum": [
664
- "ArcGISAnnotationLayer"
665
- ],
666
248
  "type": "string"
667
249
  },
668
250
  "listMode": {
@@ -833,10 +415,8 @@
833
415
  "description": "Additional properties that can define an elevation offset for the layer."
834
416
  },
835
417
  "layerType": {
418
+ "const": "BuildingSceneLayer",
836
419
  "description": "The type of layer.",
837
- "enum": [
838
- "BuildingSceneLayer"
839
- ],
840
420
  "type": "string"
841
421
  },
842
422
  "listMode": {
@@ -914,10 +494,8 @@
914
494
  "type": "array"
915
495
  },
916
496
  "type": {
497
+ "const": "checkbox",
917
498
  "description": "Type of filter authoring info. Value of this property must be checkbox.",
918
- "enum": [
919
- "checkbox"
920
- ],
921
499
  "type": "string"
922
500
  }
923
501
  },
@@ -994,10 +572,8 @@
994
572
  "description": "Draw elements of this filter block in solid mode. This mode does not change the display of features.",
995
573
  "properties": {
996
574
  "type": {
575
+ "const": "solid",
997
576
  "description": "Declares filter mode of type solid. Value of this property must be solid.",
998
- "enum": [
999
- "solid"
1000
- ],
1001
577
  "type": "string"
1002
578
  }
1003
579
  },
@@ -1015,10 +591,8 @@
1015
591
  "description": "A size in points by which to extend edges beyond their original end points."
1016
592
  },
1017
593
  "type": {
594
+ "const": "wireFrame",
1018
595
  "description": "Declares filter mode of type wire frame. Value of this property must be wireFrame.",
1019
- "enum": [
1020
- "wireFrame"
1021
- ],
1022
596
  "type": "string"
1023
597
  }
1024
598
  },
@@ -1128,10 +702,8 @@
1128
702
  "description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
1129
703
  },
1130
704
  "layerType": {
705
+ "const": "CSV",
1131
706
  "description": "The type of layer.",
1132
- "enum": [
1133
- "CSV"
1134
- ],
1135
707
  "type": "string"
1136
708
  },
1137
709
  "listMode": {
@@ -1307,10 +879,8 @@
1307
879
  "type": "string"
1308
880
  },
1309
881
  "type": {
882
+ "const": "codedValue",
1310
883
  "description": "Type of domain.",
1311
- "enum": [
1312
- "codedValue"
1313
- ],
1314
884
  "type": "string"
1315
885
  }
1316
886
  },
@@ -1362,10 +932,8 @@
1362
932
  "description": "This domain applies to domains on subtypes. It implies that the domain for a field at the subtype level is the same as the domain for the field at the layer level. See {@link https://developers.arcgis.com/web-map-specification/objects/inherited_domain/} {@link https://developers.arcgis.com/web-scene-specification/objects/inherited_domain/}.",
1363
933
  "properties": {
1364
934
  "type": {
935
+ "const": "inherited",
1365
936
  "description": "The type of domain.",
1366
- "enum": [
1367
- "inherited"
1368
- ],
1369
937
  "type": "string"
1370
938
  }
1371
939
  },
@@ -1390,10 +958,8 @@
1390
958
  "type": "array"
1391
959
  },
1392
960
  "type": {
961
+ "const": "range",
1393
962
  "description": "Type of domain.",
1394
- "enum": [
1395
- "range"
1396
- ],
1397
963
  "type": "string"
1398
964
  }
1399
965
  },
@@ -1553,10 +1119,8 @@
1553
1119
  "type": "array"
1554
1120
  },
1555
1121
  "type": {
1122
+ "const": "pointCloudBitfieldFilter",
1556
1123
  "description": "Filters points based on the value of an specified attribute.",
1557
- "enum": [
1558
- "pointCloudBitfieldFilter"
1559
- ],
1560
1124
  "type": "string"
1561
1125
  }
1562
1126
  },
@@ -1581,10 +1145,8 @@
1581
1145
  "type": "array"
1582
1146
  },
1583
1147
  "type": {
1148
+ "const": "pointCloudReturnFilter",
1584
1149
  "description": "Filters points based on the value of an specified attribute.",
1585
- "enum": [
1586
- "pointCloudReturnFilter"
1587
- ],
1588
1150
  "type": "string"
1589
1151
  }
1590
1152
  },
@@ -1606,10 +1168,8 @@
1606
1168
  "type": "string"
1607
1169
  },
1608
1170
  "type": {
1171
+ "const": "pointCloudValueFilter",
1609
1172
  "description": "Filters points based on the value of an specified attribute.",
1610
- "enum": [
1611
- "pointCloudValueFilter"
1612
- ],
1613
1173
  "type": "string"
1614
1174
  },
1615
1175
  "values": {
@@ -1758,10 +1318,8 @@
1758
1318
  "description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
1759
1319
  },
1760
1320
  "layerType": {
1321
+ "const": "ArcGISFeatureLayer",
1761
1322
  "description": "The type of layer.",
1762
- "enum": [
1763
- "ArcGISFeatureLayer"
1764
- ],
1765
1323
  "type": "string"
1766
1324
  },
1767
1325
  "listMode": {
@@ -1964,10 +1522,8 @@
1964
1522
  "type": "string"
1965
1523
  },
1966
1524
  "type": {
1525
+ "const": "attachment",
1967
1526
  "description": "String value indicating which type of element to use.",
1968
- "enum": [
1969
- "attachment"
1970
- ],
1971
1527
  "type": "string"
1972
1528
  },
1973
1529
  "visibilityExpression": {
@@ -1993,10 +1549,8 @@
1993
1549
  "type": "number"
1994
1550
  },
1995
1551
  "type": {
1552
+ "const": "barcode-scanner",
1996
1553
  "description": "The input type identifier.",
1997
- "enum": [
1998
- "barcode-scanner"
1999
- ],
2000
1554
  "type": "string"
2001
1555
  }
2002
1556
  },
@@ -2018,10 +1572,8 @@
2018
1572
  "type": "boolean"
2019
1573
  },
2020
1574
  "type": {
1575
+ "const": "combo-box",
2021
1576
  "description": "The input type identifier.",
2022
- "enum": [
2023
- "combo-box"
2024
- ],
2025
1577
  "type": "string"
2026
1578
  }
2027
1579
  },
@@ -2047,10 +1599,8 @@
2047
1599
  "type": "number"
2048
1600
  },
2049
1601
  "type": {
1602
+ "const": "datetime-picker",
2050
1603
  "description": "The input type identifier.",
2051
- "enum": [
2052
- "datetime-picker"
2053
- ],
2054
1604
  "type": "string"
2055
1605
  }
2056
1606
  },
@@ -2072,10 +1622,8 @@
2072
1622
  "type": "string"
2073
1623
  },
2074
1624
  "returnType": {
1625
+ "const": "boolean",
2075
1626
  "description": "Return type of the Arcade expression. This can be determined by the authoring client by executing the expression using a sample feature(s), although it can be corrected by the user.",
2076
- "enum": [
2077
- "boolean"
2078
- ],
2079
1627
  "type": "string"
2080
1628
  },
2081
1629
  "title": {
@@ -2140,10 +1688,8 @@
2140
1688
  "type": "string"
2141
1689
  },
2142
1690
  "type": {
1691
+ "const": "field",
2143
1692
  "description": "A string indicating which type of element to use.",
2144
- "enum": [
2145
- "field"
2146
- ],
2147
1693
  "type": "string"
2148
1694
  },
2149
1695
  "visibilityExpression": {
@@ -2194,10 +1740,8 @@
2194
1740
  "type": "string"
2195
1741
  },
2196
1742
  "type": {
1743
+ "const": "group",
2197
1744
  "description": "String value indicating which type of element to use.",
2198
- "enum": [
2199
- "group"
2200
- ],
2201
1745
  "type": "string"
2202
1746
  },
2203
1747
  "visibilityExpression": {
@@ -2265,10 +1809,8 @@
2265
1809
  "type": "boolean"
2266
1810
  },
2267
1811
  "type": {
1812
+ "const": "radio-buttons",
2268
1813
  "description": "The input type identifier.",
2269
- "enum": [
2270
- "radio-buttons"
2271
- ],
2272
1814
  "type": "string"
2273
1815
  }
2274
1816
  },
@@ -2290,10 +1832,8 @@
2290
1832
  "type": "number"
2291
1833
  },
2292
1834
  "displayType": {
1835
+ "const": "list",
2293
1836
  "description": "A string that defines how the related records should be displayed.",
2294
- "enum": [
2295
- "list"
2296
- ],
2297
1837
  "type": "string"
2298
1838
  },
2299
1839
  "editable": {
@@ -2305,10 +1845,8 @@
2305
1845
  "type": "string"
2306
1846
  },
2307
1847
  "type": {
1848
+ "const": "relationship",
2308
1849
  "description": "String value indicating which type of element to use.",
2309
- "enum": [
2310
- "relationship"
2311
- ],
2312
1850
  "type": "string"
2313
1851
  },
2314
1852
  "visibilityExpression": {
@@ -2340,10 +1878,8 @@
2340
1878
  ]
2341
1879
  },
2342
1880
  "type": {
1881
+ "const": "switch",
2343
1882
  "description": "The input type identifier.",
2344
- "enum": [
2345
- "switch"
2346
- ],
2347
1883
  "type": "string"
2348
1884
  }
2349
1885
  },
@@ -2365,10 +1901,8 @@
2365
1901
  "type": "number"
2366
1902
  },
2367
1903
  "type": {
1904
+ "const": "text-area",
2368
1905
  "description": "The input type identifier.",
2369
- "enum": [
2370
- "text-area"
2371
- ],
2372
1906
  "type": "string"
2373
1907
  }
2374
1908
  },
@@ -2390,10 +1924,8 @@
2390
1924
  "type": "number"
2391
1925
  },
2392
1926
  "type": {
1927
+ "const": "text-box",
2393
1928
  "description": "The input type identifier.",
2394
- "enum": [
2395
- "text-box"
2396
- ],
2397
1929
  "type": "string"
2398
1930
  }
2399
1931
  },
@@ -2460,10 +1992,8 @@
2460
1992
  "description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
2461
1993
  },
2462
1994
  "layerType": {
1995
+ "const": "GeoJSON",
2463
1996
  "description": "The type of layer.",
2464
- "enum": [
2465
- "GeoJSON"
2466
- ],
2467
1997
  "type": "string"
2468
1998
  },
2469
1999
  "listMode": {
@@ -2584,10 +2114,8 @@
2584
2114
  "type": "string"
2585
2115
  },
2586
2116
  "layerType": {
2117
+ "const": "GeoRSS",
2587
2118
  "description": "The type of layer.",
2588
- "enum": [
2589
- "GeoRSS"
2590
- ],
2591
2119
  "type": "string"
2592
2120
  },
2593
2121
  "lineSymbol": {
@@ -2908,10 +2436,8 @@
2908
2436
  "type": "string"
2909
2437
  },
2910
2438
  "layerType": {
2439
+ "const": "GroupLayer",
2911
2440
  "description": "String indicating the layer type. Value of this property must be GroupLayer.",
2912
- "enum": [
2913
- "GroupLayer"
2914
- ],
2915
2441
  "type": "string"
2916
2442
  },
2917
2443
  "layers": {
@@ -3090,10 +2616,8 @@
3090
2616
  "description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
3091
2617
  },
3092
2618
  "layerType": {
2619
+ "const": "ArcGISImageServiceLayer",
3093
2620
  "description": "The type of layer.",
3094
- "enum": [
3095
- "ArcGISImageServiceLayer"
3096
- ],
3097
2621
  "type": "string"
3098
2622
  },
3099
2623
  "listMode": {
@@ -3291,10 +2815,8 @@
3291
2815
  "description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
3292
2816
  },
3293
2817
  "layerType": {
2818
+ "const": "ArcGISImageServiceVectorLayer",
3294
2819
  "description": "The type of layer.",
3295
- "enum": [
3296
- "ArcGISImageServiceVectorLayer"
3297
- ],
3298
2820
  "type": "string"
3299
2821
  },
3300
2822
  "listMode": {
@@ -3417,10 +2939,8 @@
3417
2939
  "type": "string"
3418
2940
  },
3419
2941
  "layerType": {
2942
+ "const": "IntegratedMeshLayer",
3420
2943
  "description": "The type of layer.",
3421
- "enum": [
3422
- "IntegratedMeshLayer"
3423
- ],
3424
2944
  "type": "string"
3425
2945
  },
3426
2946
  "listMode": {
@@ -3533,10 +3053,8 @@
3533
3053
  "type": "string"
3534
3054
  },
3535
3055
  "layerType": {
3056
+ "const": "KML",
3536
3057
  "description": "The type of layer.",
3537
- "enum": [
3538
- "KML"
3539
- ],
3540
3058
  "type": "string"
3541
3059
  },
3542
3060
  "listMode": {
@@ -3635,10 +3153,8 @@
3635
3153
  "type": "array"
3636
3154
  },
3637
3155
  "type": {
3156
+ "const": "dataLayer",
3638
3157
  "description": "A string value indicating the type. This value is dataLayer.",
3639
- "enum": [
3640
- "dataLayer"
3641
- ],
3642
3158
  "type": "string"
3643
3159
  }
3644
3160
  },
@@ -3660,10 +3176,8 @@
3660
3176
  "type": "number"
3661
3177
  },
3662
3178
  "type": {
3179
+ "const": "mapLayer",
3663
3180
  "description": "A string value indicating the type. This value is mapLayer.",
3664
- "enum": [
3665
- "mapLayer"
3666
- ],
3667
3181
  "type": "string"
3668
3182
  }
3669
3183
  },
@@ -3756,10 +3270,8 @@
3756
3270
  "type": "boolean"
3757
3271
  },
3758
3272
  "type": {
3273
+ "const": "cluster",
3759
3274
  "description": "The type of feature reduction.",
3760
- "enum": [
3761
- "cluster"
3762
- ],
3763
3275
  "type": "string"
3764
3276
  }
3765
3277
  },
@@ -3784,10 +3296,8 @@
3784
3296
  "description": "Feature reduction of type selection declutters the screen by hiding features that would otherwise intersect with other features on screen. The default behavior of this feature reduction type is to select features by depth order, i.e. hide all features that would otherwise be overlapped by at least one other feature which is closer to the viewer.",
3785
3297
  "properties": {
3786
3298
  "type": {
3299
+ "const": "selection",
3787
3300
  "description": "The type of feature reduction.",
3788
- "enum": [
3789
- "selection"
3790
- ],
3791
3301
  "type": "string"
3792
3302
  }
3793
3303
  },
@@ -3862,10 +3372,8 @@
3862
3372
  "description": "The right table source."
3863
3373
  },
3864
3374
  "type": {
3375
+ "const": "joinTable",
3865
3376
  "description": "Type of the DataSource.",
3866
- "enum": [
3867
- "joinTable"
3868
- ],
3869
3377
  "type": "string"
3870
3378
  },
3871
3379
  "workspaceId": {
@@ -4213,10 +3721,8 @@
4213
3721
  "description": "The spatial reference of the geometry column. When querying a table that does not have a geometry column, do not include spatialReference."
4214
3722
  },
4215
3723
  "type": {
3724
+ "const": "queryTable",
4216
3725
  "description": "Type of the DataSource.",
4217
- "enum": [
4218
- "queryTable"
4219
- ],
4220
3726
  "type": "string"
4221
3727
  },
4222
3728
  "workspaceId": {
@@ -4270,10 +3776,8 @@
4270
3776
  "type": "string"
4271
3777
  },
4272
3778
  "type": {
3779
+ "const": "rangeInfo",
4273
3780
  "description": "Type of range object. Value of this property must be rangeInfo.",
4274
- "enum": [
4275
- "rangeInfo"
4276
- ],
4277
3781
  "type": "string"
4278
3782
  }
4279
3783
  },
@@ -4291,10 +3795,8 @@
4291
3795
  "type": "string"
4292
3796
  },
4293
3797
  "type": {
3798
+ "const": "raster",
4294
3799
  "description": "Type of the DataSource.",
4295
- "enum": [
4296
- "raster"
4297
- ],
4298
3800
  "type": "string"
4299
3801
  },
4300
3802
  "workspaceId": {
@@ -4320,10 +3822,8 @@
4320
3822
  "type": "string"
4321
3823
  },
4322
3824
  "type": {
3825
+ "const": "table",
4323
3826
  "description": "Type of the DataSource.",
4324
- "enum": [
4325
- "table"
4326
- ],
4327
3827
  "type": "string"
4328
3828
  },
4329
3829
  "workspaceId": {
@@ -4393,10 +3893,8 @@
4393
3893
  "type": "number"
4394
3894
  },
4395
3895
  "type": {
3896
+ "const": "bloom",
4396
3897
  "description": "Effect type.",
4397
- "enum": [
4398
- "bloom"
4399
- ],
4400
3898
  "type": "string"
4401
3899
  }
4402
3900
  },
@@ -4414,10 +3912,8 @@
4414
3912
  "type": "number"
4415
3913
  },
4416
3914
  "type": {
3915
+ "const": "blur",
4417
3916
  "description": "Effect type.",
4418
- "enum": [
4419
- "blur"
4420
- ],
4421
3917
  "type": "string"
4422
3918
  }
4423
3919
  },
@@ -4435,10 +3931,8 @@
4435
3931
  "type": "number"
4436
3932
  },
4437
3933
  "type": {
3934
+ "const": "brightness",
4438
3935
  "description": "Effect type.",
4439
- "enum": [
4440
- "brightness"
4441
- ],
4442
3936
  "type": "string"
4443
3937
  }
4444
3938
  },
@@ -4456,10 +3950,8 @@
4456
3950
  "type": "number"
4457
3951
  },
4458
3952
  "type": {
3953
+ "const": "contrast",
4459
3954
  "description": "Effect type.",
4460
- "enum": [
4461
- "contrast"
4462
- ],
4463
3955
  "type": "string"
4464
3956
  }
4465
3957
  },
@@ -4481,10 +3973,8 @@
4481
3973
  "description": "Color is represented as a four-element array. The four elements represent values for red, green, blue, and alpha in that order. Values range from 0 through 255."
4482
3974
  },
4483
3975
  "type": {
3976
+ "const": "drop-shadow",
4484
3977
  "description": "Effect type.",
4485
- "enum": [
4486
- "drop-shadow"
4487
- ],
4488
3978
  "type": "string"
4489
3979
  },
4490
3980
  "xoffset": {
@@ -4527,10 +4017,8 @@
4527
4017
  "type": "number"
4528
4018
  },
4529
4019
  "type": {
4020
+ "const": "grayscale",
4530
4021
  "description": "Effect type.",
4531
- "enum": [
4532
- "grayscale"
4533
- ],
4534
4022
  "type": "string"
4535
4023
  }
4536
4024
  },
@@ -4548,10 +4036,8 @@
4548
4036
  "type": "number"
4549
4037
  },
4550
4038
  "type": {
4039
+ "const": "hue-rotate",
4551
4040
  "description": "Effect type.",
4552
- "enum": [
4553
- "hue-rotate"
4554
- ],
4555
4041
  "type": "string"
4556
4042
  }
4557
4043
  },
@@ -4569,10 +4055,8 @@
4569
4055
  "type": "number"
4570
4056
  },
4571
4057
  "type": {
4058
+ "const": "invert",
4572
4059
  "description": "Effect type.",
4573
- "enum": [
4574
- "invert"
4575
- ],
4576
4060
  "type": "string"
4577
4061
  }
4578
4062
  },
@@ -4590,10 +4074,8 @@
4590
4074
  "type": "number"
4591
4075
  },
4592
4076
  "type": {
4077
+ "const": "opacity",
4593
4078
  "description": "Effect type.",
4594
- "enum": [
4595
- "opacity"
4596
- ],
4597
4079
  "type": "string"
4598
4080
  }
4599
4081
  },
@@ -4611,10 +4093,8 @@
4611
4093
  "type": "number"
4612
4094
  },
4613
4095
  "type": {
4096
+ "const": "saturate",
4614
4097
  "description": "Effect type.",
4615
- "enum": [
4616
- "saturate"
4617
- ],
4618
4098
  "type": "string"
4619
4099
  }
4620
4100
  },
@@ -4654,10 +4134,8 @@
4654
4134
  "type": "number"
4655
4135
  },
4656
4136
  "type": {
4137
+ "const": "sepia",
4657
4138
  "description": "Effect type.",
4658
- "enum": [
4659
- "sepia"
4660
- ],
4661
4139
  "type": "string"
4662
4140
  }
4663
4141
  },
@@ -4727,10 +4205,8 @@
4727
4205
  "type": "string"
4728
4206
  },
4729
4207
  "layerType": {
4208
+ "const": "ArcGISMapServiceLayer",
4730
4209
  "description": "Type of the layer.",
4731
- "enum": [
4732
- "ArcGISMapServiceLayer"
4733
- ],
4734
4210
  "type": "string"
4735
4211
  },
4736
4212
  "layers": {
@@ -4947,10 +4423,8 @@
4947
4423
  "description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
4948
4424
  },
4949
4425
  "layerType": {
4426
+ "const": "PointCloudLayer",
4950
4427
  "description": "The type of layer.",
4951
- "enum": [
4952
- "PointCloudLayer"
4953
- ],
4954
4428
  "type": "string"
4955
4429
  },
4956
4430
  "listMode": {
@@ -5490,10 +4964,8 @@
5490
4964
  "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis."
5491
4965
  },
5492
4966
  "type": {
4967
+ "const": "classBreaks",
5493
4968
  "description": "The type of renderer. See {@link RendererJsonType}.",
5494
- "enum": [
5495
- "classBreaks"
5496
- ],
5497
4969
  "type": "string"
5498
4970
  },
5499
4971
  "visualVariables": {
@@ -5591,10 +5063,8 @@
5591
5063
  "type": "array"
5592
5064
  },
5593
5065
  "type": {
5066
+ "const": "colorInfo",
5594
5067
  "description": "The type of the VisualVariable.",
5595
- "enum": [
5596
- "colorInfo"
5597
- ],
5598
5068
  "type": "string"
5599
5069
  }
5600
5070
  },
@@ -5771,10 +5241,8 @@
5771
5241
  "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis."
5772
5242
  },
5773
5243
  "type": {
5244
+ "const": "heatmap",
5774
5245
  "description": "The type of renderer. See {@link RendererJsonType}.",
5775
- "enum": [
5776
- "heatmap"
5777
- ],
5778
5246
  "type": "string"
5779
5247
  },
5780
5248
  "visualVariables": {
@@ -5859,10 +5327,8 @@
5859
5327
  "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis."
5860
5328
  },
5861
5329
  "type": {
5330
+ "const": "pointCloudClassBreaksRenderer",
5862
5331
  "description": "The type of renderer. See {@link RendererJsonType}.",
5863
- "enum": [
5864
- "pointCloudClassBreaksRenderer"
5865
- ],
5866
5332
  "type": "string"
5867
5333
  },
5868
5334
  "visualVariables": {
@@ -5887,10 +5353,8 @@
5887
5353
  "type": "number"
5888
5354
  },
5889
5355
  "type": {
5356
+ "const": "pointCloudFixedSizeAlgorithm",
5890
5357
  "description": "Type:String Value of this property must be pointCloudFixedSizeAlgorithm.",
5891
- "enum": [
5892
- "pointCloudFixedSizeAlgorithm"
5893
- ],
5894
5358
  "type": "string"
5895
5359
  },
5896
5360
  "useRealWorldSymbolSizes": {
@@ -5954,10 +5418,8 @@
5954
5418
  "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis."
5955
5419
  },
5956
5420
  "type": {
5421
+ "const": "pointCloudRGBRenderer",
5957
5422
  "description": "The type of renderer. See {@link RendererJsonType}.",
5958
- "enum": [
5959
- "pointCloudRGBRenderer"
5960
- ],
5961
5423
  "type": "string"
5962
5424
  },
5963
5425
  "visualVariables": {
@@ -5986,10 +5448,8 @@
5986
5448
  "type": "number"
5987
5449
  },
5988
5450
  "type": {
5451
+ "const": "pointCloudSplatAlgorithm",
5989
5452
  "description": "Type:String Value of this property must be pointCloudSplatAlgorithm.",
5990
- "enum": [
5991
- "pointCloudSplatAlgorithm"
5992
- ],
5993
5453
  "type": "string"
5994
5454
  }
5995
5455
  },
@@ -6049,10 +5509,8 @@
6049
5509
  "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis."
6050
5510
  },
6051
5511
  "type": {
5512
+ "const": "pointCloudStretchRenderer",
6052
5513
  "description": "The type of renderer. See {@link RendererJsonType}.",
6053
- "enum": [
6054
- "pointCloudStretchRenderer"
6055
- ],
6056
5514
  "type": "string"
6057
5515
  },
6058
5516
  "visualVariables": {
@@ -6126,10 +5584,8 @@
6126
5584
  "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis."
6127
5585
  },
6128
5586
  "type": {
5587
+ "const": "pointCloudUniqueValueRenderer",
6129
5588
  "description": "The type of renderer. See {@link RendererJsonType}.",
6130
- "enum": [
6131
- "pointCloudUniqueValueRenderer"
6132
- ],
6133
5589
  "type": "string"
6134
5590
  },
6135
5591
  "visualVariables": {
@@ -6174,10 +5630,8 @@
6174
5630
  "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis."
6175
5631
  },
6176
5632
  "type": {
5633
+ "const": "predominance",
6177
5634
  "description": "The type of renderer. See {@link RendererJsonType}.",
6178
- "enum": [
6179
- "predominance"
6180
- ],
6181
5635
  "type": "string"
6182
5636
  },
6183
5637
  "uniqueValueInfos": {
@@ -6264,10 +5718,8 @@
6264
5718
  "description": "Defines the origin and direction of rotation depending on how the angle of rotation was measured. Possible values are geographic which rotates the symbol from the north in a clockwise direction and arithmetic which rotates the symbol from the east in a counter-clockwise direction. Must be one of the following values: geographic, arithmetic."
6265
5719
  },
6266
5720
  "type": {
5721
+ "const": "rotationInfo",
6267
5722
  "description": "The type of the VisualVariable.",
6268
- "enum": [
6269
- "rotationInfo"
6270
- ],
6271
5723
  "type": "string"
6272
5724
  },
6273
5725
  "valueExpression": {
@@ -6318,10 +5770,8 @@
6318
5770
  "description": "An object that represents how all features will be drawn."
6319
5771
  },
6320
5772
  "type": {
5773
+ "const": "simple",
6321
5774
  "description": "The type of renderer. See {@link RendererJsonType}.",
6322
- "enum": [
6323
- "simple"
6324
- ],
6325
5775
  "type": "string"
6326
5776
  },
6327
5777
  "visualVariables": {
@@ -6389,17 +5839,13 @@
6389
5839
  "type": "string"
6390
5840
  },
6391
5841
  "target": {
5842
+ "const": "outline",
6392
5843
  "description": "String value indicating that the sizeInfo should be applied to the outline of polygons.",
6393
- "enum": [
6394
- "outline"
6395
- ],
6396
5844
  "type": "string"
6397
5845
  },
6398
5846
  "type": {
5847
+ "const": "sizeInfo",
6399
5848
  "description": "The type of the VisualVariable.",
6400
- "enum": [
6401
- "sizeInfo"
6402
- ],
6403
5849
  "type": "string"
6404
5850
  },
6405
5851
  "useSymbolValue": {
@@ -6516,10 +5962,8 @@
6516
5962
  "description": "Simple renderer used to symbolize the tracks."
6517
5963
  },
6518
5964
  "type": {
5965
+ "const": "temporal",
6519
5966
  "description": "The type of renderer. See {@link RendererJsonType}.",
6520
- "enum": [
6521
- "temporal"
6522
- ],
6523
5967
  "type": "string"
6524
5968
  },
6525
5969
  "visualVariables": {
@@ -6559,10 +6003,8 @@
6559
6003
  "type": "array"
6560
6004
  },
6561
6005
  "type": {
6006
+ "const": "transparencyInfo",
6562
6007
  "description": "The type of the VisualVariable.",
6563
- "enum": [
6564
- "transparencyInfo"
6565
- ],
6566
6008
  "type": "string"
6567
6009
  }
6568
6010
  },
@@ -6666,10 +6108,8 @@
6666
6108
  "type": "string"
6667
6109
  },
6668
6110
  "type": {
6111
+ "const": "uniqueValue",
6669
6112
  "description": "The type of renderer. See {@link RendererJsonType}.",
6670
- "enum": [
6671
- "uniqueValue"
6672
- ],
6673
6113
  "type": "string"
6674
6114
  },
6675
6115
  "visualVariables": {
@@ -6776,10 +6216,8 @@
6776
6216
  "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis."
6777
6217
  },
6778
6218
  "type": {
6219
+ "const": "uniqueValue",
6779
6220
  "description": "The type of renderer. See {@link RendererJsonType}.",
6780
- "enum": [
6781
- "uniqueValue"
6782
- ],
6783
6221
  "type": "string"
6784
6222
  },
6785
6223
  "uniqueValueGroups": {
@@ -6815,10 +6253,8 @@
6815
6253
  "description": "A vector field renderer is a renderer that uses symbolizes a U-V or Magnitude-Direction data.",
6816
6254
  "properties": {
6817
6255
  "attributeField": {
6256
+ "const": "Magnitude",
6818
6257
  "description": "Name of the feature attribute field that contains the data value.",
6819
- "enum": [
6820
- "Magnitude"
6821
- ],
6822
6258
  "type": "string"
6823
6259
  },
6824
6260
  "authoringInfo": {
@@ -6871,10 +6307,8 @@
6871
6307
  "type": "number"
6872
6308
  },
6873
6309
  "type": {
6310
+ "const": "vectorField",
6874
6311
  "description": "The type of renderer. See {@link RendererJsonType}.",
6875
- "enum": [
6876
- "vectorField"
6877
- ],
6878
6312
  "type": "string"
6879
6313
  },
6880
6314
  "visualVariables": {
@@ -6972,10 +6406,8 @@
6972
6406
  "description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
6973
6407
  },
6974
6408
  "layerType": {
6409
+ "const": "ArcGISSceneServiceLayer",
6975
6410
  "description": "The type of layer.",
6976
- "enum": [
6977
- "ArcGISSceneServiceLayer"
6978
- ],
6979
6411
  "type": "string"
6980
6412
  },
6981
6413
  "listMode": {
@@ -7163,10 +6595,8 @@
7163
6595
  "description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
7164
6596
  },
7165
6597
  "layerType": {
6598
+ "const": "ArcGISStreamLayer",
7166
6599
  "description": "The type of layer.",
7167
- "enum": [
7168
- "ArcGISStreamLayer"
7169
- ],
7170
6600
  "type": "string"
7171
6601
  },
7172
6602
  "listMode": {
@@ -7399,10 +6829,8 @@
7399
6829
  "description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
7400
6830
  },
7401
6831
  "layerType": {
6832
+ "const": "SubtypeGroupLayer",
7402
6833
  "description": "String indicating the layer type. Value of this property must be SubtypeGroupLayer.",
7403
- "enum": [
7404
- "SubtypeGroupLayer"
7405
- ],
7406
6834
  "type": "string"
7407
6835
  },
7408
6836
  "layers": {
@@ -7529,10 +6957,8 @@
7529
6957
  "description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
7530
6958
  },
7531
6959
  "layerType": {
6960
+ "const": "ArcGISFeatureLayer",
7532
6961
  "description": "The type of sublayer.",
7533
- "enum": [
7534
- "ArcGISFeatureLayer"
7535
- ],
7536
6962
  "type": "string"
7537
6963
  },
7538
6964
  "listMode": {
@@ -7625,10 +7051,8 @@
7625
7051
  "description": "Represents a symbol reference that contains a CIM symbol. In addition to type listed below, a symbol reference will contain additional properties. More details on CIM symbol reference and CIM symbols are available on github: https://github.com/Esri/cim-spec/blob/master/docs/v2/Overview-Symbols.md. See {@link https://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}.",
7626
7052
  "properties": {
7627
7053
  "type": {
7054
+ "const": "CIMSymbolReference",
7628
7055
  "description": "Specifies the type of symbol used.",
7629
- "enum": [
7630
- "CIMSymbolReference"
7631
- ],
7632
7056
  "type": "string"
7633
7057
  }
7634
7058
  },
@@ -7658,10 +7082,8 @@
7658
7082
  "type": "number"
7659
7083
  },
7660
7084
  "type": {
7085
+ "const": "line",
7661
7086
  "description": "The type of the callout. A callout of type line connects an offset symbol or label with its location.",
7662
- "enum": [
7663
- "line"
7664
- ],
7665
7087
  "type": "string"
7666
7088
  }
7667
7089
  },
@@ -7707,10 +7129,8 @@
7707
7129
  "type": "number"
7708
7130
  },
7709
7131
  "type": {
7132
+ "const": "Extrude",
7710
7133
  "description": "The type of the Symbol3DLayer. See {@link Symbol3DLayerJsonType}.",
7711
- "enum": [
7712
- "Extrude"
7713
- ],
7714
7134
  "type": "string"
7715
7135
  }
7716
7136
  },
@@ -7744,10 +7164,8 @@
7744
7164
  "description": "The outline of the point, line or polygon."
7745
7165
  },
7746
7166
  "type": {
7167
+ "const": "Fill",
7747
7168
  "description": "The type of the Symbol3DLayer. See {@link Symbol3DLayerJsonType}.",
7748
- "enum": [
7749
- "Fill"
7750
- ],
7751
7169
  "type": "string"
7752
7170
  }
7753
7171
  },
@@ -7839,10 +7257,8 @@
7839
7257
  "type": "number"
7840
7258
  },
7841
7259
  "type": {
7260
+ "const": "Icon",
7842
7261
  "description": "The type of the Symbol3DLayer. See {@link Symbol3DLayerJsonType}.",
7843
- "enum": [
7844
- "Icon"
7845
- ],
7846
7262
  "type": "string"
7847
7263
  }
7848
7264
  },
@@ -7867,10 +7283,8 @@
7867
7283
  "type": "array"
7868
7284
  },
7869
7285
  "type": {
7286
+ "const": "LabelSymbol3D",
7870
7287
  "description": "The type of symbol. See {@link SymbolJsonType}.",
7871
- "enum": [
7872
- "LabelSymbol3D"
7873
- ],
7874
7288
  "type": "string"
7875
7289
  },
7876
7290
  "verticalOffset": {
@@ -7903,10 +7317,8 @@
7903
7317
  "type": "array"
7904
7318
  },
7905
7319
  "type": {
7320
+ "const": "LineSymbol3D",
7906
7321
  "description": "The type of symbol. See {@link SymbolJsonType}.",
7907
- "enum": [
7908
- "LineSymbol3D"
7909
- ],
7910
7322
  "type": "string"
7911
7323
  }
7912
7324
  },
@@ -7933,10 +7345,8 @@
7933
7345
  "type": "number"
7934
7346
  },
7935
7347
  "type": {
7348
+ "const": "Line",
7936
7349
  "description": "The type of the Symbol3DLayer. See {@link Symbol3DLayerJsonType}.",
7937
- "enum": [
7938
- "Line"
7939
- ],
7940
7350
  "type": "string"
7941
7351
  }
7942
7352
  },
@@ -7984,10 +7394,8 @@
7984
7394
  "type": "array"
7985
7395
  },
7986
7396
  "type": {
7397
+ "const": "MeshSymbol3D",
7987
7398
  "description": "The type of symbol. See {@link SymbolJsonType}.",
7988
- "enum": [
7989
- "MeshSymbol3D"
7990
- ],
7991
7399
  "type": "string"
7992
7400
  }
7993
7401
  },
@@ -8034,10 +7442,8 @@
8034
7442
  "description": "The shape (primitive) or image URL (href) used to visualize the features."
8035
7443
  },
8036
7444
  "type": {
7445
+ "const": "Object",
8037
7446
  "description": "The type of the Symbol3DLayer. See {@link Symbol3DLayerJsonType}.",
8038
- "enum": [
8039
- "Object"
8040
- ],
8041
7447
  "type": "string"
8042
7448
  },
8043
7449
  "width": {
@@ -8086,10 +7492,8 @@
8086
7492
  "type": "number"
8087
7493
  },
8088
7494
  "type": {
7495
+ "const": "Path",
8089
7496
  "description": "The type of the Symbol3DLayer. See {@link Symbol3DLayerJsonType}.",
8090
- "enum": [
8091
- "Path"
8092
- ],
8093
7497
  "type": "string"
8094
7498
  },
8095
7499
  "width": {
@@ -8127,10 +7531,8 @@
8127
7531
  "description": "Sets the outline of the symbol."
8128
7532
  },
8129
7533
  "type": {
7534
+ "const": "esriPFS",
8130
7535
  "description": "The type of symbol. See {@link SymbolJsonType}.",
8131
- "enum": [
8132
- "esriPFS"
8133
- ],
8134
7536
  "type": "string"
8135
7537
  },
8136
7538
  "url": {
@@ -8184,10 +7586,8 @@
8184
7586
  "type": "string"
8185
7587
  },
8186
7588
  "type": {
7589
+ "const": "esriPMS",
8187
7590
  "description": "The type of symbol. See {@link SymbolJsonType}.",
8188
- "enum": [
8189
- "esriPMS"
8190
- ],
8191
7591
  "type": "string"
8192
7592
  },
8193
7593
  "url": {
@@ -8239,10 +7639,8 @@
8239
7639
  "type": "array"
8240
7640
  },
8241
7641
  "type": {
7642
+ "const": "PointSymbol3D",
8242
7643
  "description": "The type of symbol. See {@link SymbolJsonType}.",
8243
- "enum": [
8244
- "PointSymbol3D"
8245
- ],
8246
7644
  "type": "string"
8247
7645
  },
8248
7646
  "verticalOffset": {
@@ -8278,10 +7676,8 @@
8278
7676
  "type": "array"
8279
7677
  },
8280
7678
  "type": {
7679
+ "const": "PolygonSymbol3D",
8281
7680
  "description": "The type of symbol. See {@link SymbolJsonType}.",
8282
- "enum": [
8283
- "PolygonSymbol3D"
8284
- ],
8285
7681
  "type": "string"
8286
7682
  }
8287
7683
  },
@@ -8352,10 +7748,8 @@
8352
7748
  "type": "string"
8353
7749
  },
8354
7750
  "type": {
7751
+ "const": "esriSFS",
8355
7752
  "description": "The type of symbol. See {@link SymbolJsonType}.",
8356
- "enum": [
8357
- "esriSFS"
8358
- ],
8359
7753
  "type": "string"
8360
7754
  }
8361
7755
  },
@@ -8385,10 +7779,8 @@
8385
7779
  "type": "string"
8386
7780
  },
8387
7781
  "type": {
7782
+ "const": "esriSLS",
8388
7783
  "description": "The type of symbol. See {@link SymbolJsonType}.",
8389
- "enum": [
8390
- "esriSLS"
8391
- ],
8392
7784
  "type": "string"
8393
7785
  },
8394
7786
  "width": {
@@ -8435,10 +7827,8 @@
8435
7827
  "type": "string"
8436
7828
  },
8437
7829
  "type": {
7830
+ "const": "esriSMS",
8438
7831
  "description": "The type of symbol. See {@link SymbolJsonType}.",
8439
- "enum": [
8440
- "esriSMS"
8441
- ],
8442
7832
  "type": "string"
8443
7833
  },
8444
7834
  "xoffset": {
@@ -8479,10 +7869,8 @@
8479
7869
  "type": "number"
8480
7870
  },
8481
7871
  "type": {
7872
+ "const": "sketch",
8482
7873
  "description": "The type of edge visualization. Value of this property must be sketch.",
8483
- "enum": [
8484
- "sketch"
8485
- ],
8486
7874
  "type": "string"
8487
7875
  }
8488
7876
  },
@@ -8515,10 +7903,8 @@
8515
7903
  "type": "number"
8516
7904
  },
8517
7905
  "type": {
7906
+ "const": "solid",
8518
7907
  "description": "The type of edge visualization. Value of this property must be solid.",
8519
- "enum": [
8520
- "solid"
8521
- ],
8522
7908
  "type": "string"
8523
7909
  }
8524
7910
  },
@@ -8544,9 +7930,7 @@
8544
7930
  "type": "string"
8545
7931
  },
8546
7932
  "type": {
8547
- "enum": [
8548
- "styleSymbolReference"
8549
- ],
7933
+ "const": "styleSymbolReference",
8550
7934
  "type": "string"
8551
7935
  }
8552
7936
  },
@@ -8672,10 +8056,8 @@
8672
8056
  "type": "string"
8673
8057
  },
8674
8058
  "type": {
8059
+ "const": "Text",
8675
8060
  "description": "The type of the Symbol3DLayer. See {@link Symbol3DLayerJsonType}.",
8676
- "enum": [
8677
- "Text"
8678
- ],
8679
8061
  "type": "string"
8680
8062
  }
8681
8063
  },
@@ -8747,10 +8129,8 @@
8747
8129
  "type": "string"
8748
8130
  },
8749
8131
  "type": {
8132
+ "const": "esriTS",
8750
8133
  "description": "The type of symbol. See {@link SymbolJsonType}.",
8751
- "enum": [
8752
- "esriTS"
8753
- ],
8754
8134
  "type": "string"
8755
8135
  },
8756
8136
  "verticalAlignment": {
@@ -8898,10 +8278,8 @@
8898
8278
  "description": "An object that defines the attribute schema and drawing information for a layer drawn using client-side graphics. See layerDefinition properties table."
8899
8279
  },
8900
8280
  "layerType": {
8281
+ "const": "ArcGISTiledImageServiceLayer",
8901
8282
  "description": "The type of layer.",
8902
- "enum": [
8903
- "ArcGISTiledImageServiceLayer"
8904
- ],
8905
8283
  "type": "string"
8906
8284
  },
8907
8285
  "listMode": {
@@ -9032,10 +8410,8 @@
9032
8410
  "type": "string"
9033
8411
  },
9034
8412
  "layerType": {
8413
+ "const": "ArcGISTiledMapServiceLayer",
9035
8414
  "description": "The type of layer.",
9036
- "enum": [
9037
- "ArcGISTiledMapServiceLayer"
9038
- ],
9039
8415
  "type": "string"
9040
8416
  },
9041
8417
  "layers": {
@@ -9194,10 +8570,8 @@
9194
8570
  "type": "string"
9195
8571
  },
9196
8572
  "layerType": {
8573
+ "const": "VectorTileLayer",
9197
8574
  "description": "The type of layer.",
9198
- "enum": [
9199
- "VectorTileLayer"
9200
- ],
9201
8575
  "type": "string"
9202
8576
  },
9203
8577
  "listMode": {
@@ -9354,10 +8728,8 @@
9354
8728
  "type": "string"
9355
8729
  },
9356
8730
  "layerType": {
8731
+ "const": "WMS",
9357
8732
  "description": "Type of the layer.",
9358
- "enum": [
9359
- "WMS"
9360
- ],
9361
8733
  "type": "string"
9362
8734
  },
9363
8735
  "layers": {
@@ -9617,10 +8989,8 @@
9617
8989
  "type": "string"
9618
8990
  },
9619
8991
  "layerType": {
8992
+ "const": "WebTiledLayer",
9620
8993
  "description": "The type of layer.",
9621
- "enum": [
9622
- "WebTiledLayer"
9623
- ],
9624
8994
  "type": "string"
9625
8995
  },
9626
8996
  "listMode": {
@@ -9700,138 +9070,78 @@
9700
9070
  "geolocation.accuracy-changed"
9701
9071
  ]
9702
9072
  },
9703
- "geolocation.accuracy-changed:input": {
9704
- "$ref": "#/definitions/GeolocateAccuracyChangedEventArgs"
9705
- },
9706
9073
  "geolocation.auto-recenter-started": {
9707
9074
  "description": "Raised when geolocation enters auto recenter mode. For VertiGIS Studio Web Viewer, the event will have no parameter (all maps are always affected).",
9708
9075
  "enum": [
9709
9076
  "geolocation.auto-recenter-started"
9710
9077
  ]
9711
9078
  },
9712
- "geolocation.auto-recenter-started:input": {
9713
- "anyOf": [
9714
- {
9715
- "$ref": "#/definitions/HasMaps"
9716
- },
9717
- {
9718
- "type": "null"
9719
- }
9720
- ]
9721
- },
9722
9079
  "geolocation.auto-recenter-stopped": {
9723
9080
  "description": "Raised when geolocation leaves auto recenter mode. For VertiGIS Studio Web Viewer, the event will have no parameter (all maps are always affected).",
9724
9081
  "enum": [
9725
9082
  "geolocation.auto-recenter-stopped"
9726
9083
  ]
9727
9084
  },
9728
- "geolocation.auto-recenter-stopped:input": {
9729
- "anyOf": [
9730
- {
9731
- "$ref": "#/definitions/HasMaps"
9732
- },
9733
- {
9734
- "type": "null"
9735
- }
9736
- ]
9737
- },
9738
9085
  "geolocation.position-acquired": {
9739
9086
  "description": "Raised when geolocation is activated and a user position has been received.",
9740
9087
  "enum": [
9741
9088
  "geolocation.position-acquired"
9742
9089
  ]
9743
9090
  },
9744
- "geolocation.position-acquired:input": {
9745
- "$ref": "#/definitions/GeolocationEvent"
9746
- },
9747
9091
  "geolocation.position-changed": {
9748
9092
  "description": "Raised when geolocation is activated and the user's position changes.",
9749
9093
  "enum": [
9750
9094
  "geolocation.position-changed"
9751
9095
  ]
9752
9096
  },
9753
- "geolocation.position-changed:input": {
9754
- "$ref": "#/definitions/esri.Point"
9755
- },
9756
9097
  "geolocation.position-lost": {
9757
9098
  "description": "Raised when geolocation is disabled, either through signal loss or being turned off, and a user position is not available.",
9758
9099
  "enum": [
9759
9100
  "geolocation.position-lost"
9760
9101
  ]
9761
9102
  },
9762
- "geolocation.position-lost:input": {
9763
- "$ref": "#/definitions/GeolocationEvent"
9764
- },
9765
9103
  "geolocation.status-changed": {
9766
9104
  "description": "Raised when geolocation status (enabled or disabled via app permissions) changes.",
9767
9105
  "enum": [
9768
9106
  "geolocation.status-changed"
9769
9107
  ]
9770
9108
  },
9771
- "geolocation.status-changed:input": {
9772
- "$ref": "#/definitions/GeolocationStatusChangedEventArgs"
9773
- },
9774
9109
  "map.initialized": {
9775
9110
  "description": "Raised when a map has completed initialization. MapEvent used in Web, MapInitializedEvent used in Mobile.",
9776
9111
  "enum": [
9777
9112
  "map.initialized"
9778
9113
  ]
9779
9114
  },
9780
- "map.initialized:input": {
9781
- "anyOf": [
9782
- {
9783
- "$ref": "#/definitions/MapEvent"
9784
- },
9785
- {
9786
- "$ref": "#/definitions/MapInitializedEvent"
9787
- }
9788
- ]
9789
- },
9790
9115
  "map.viewpoint-changed": {
9791
9116
  "description": "Raised when the a map extent is changed. This event is raised in extremely high frequency - for example, every few pixels the map is repositioned during a pan.",
9792
9117
  "enum": [
9793
9118
  "map.viewpoint-changed"
9794
9119
  ]
9795
9120
  },
9796
- "map.viewpoint-changed:input": {
9797
- "$ref": "#/definitions/MapEvent"
9798
- },
9799
9121
  "printing.print-error": {
9800
9122
  "description": "Raised when an error occurs with running a print.",
9801
9123
  "enum": [
9802
9124
  "printing.print-error"
9803
9125
  ]
9804
9126
  },
9805
- "printing.print-error:input": {
9806
- "$ref": "#/definitions/PrintErrorEventArgs"
9807
- },
9808
9127
  "printing.print-finished": {
9809
9128
  "description": "Raised when a print has finished running. Event arguments include the print download URL.",
9810
9129
  "enum": [
9811
9130
  "printing.print-finished"
9812
9131
  ]
9813
9132
  },
9814
- "printing.print-finished:input": {
9815
- "$ref": "#/definitions/PrintFinishedEventArgs"
9816
- },
9817
9133
  "printing.print-progress": {
9818
9134
  "description": "Raised while a print is running to provide updates on its status.",
9819
9135
  "enum": [
9820
9136
  "printing.print-progress"
9821
9137
  ]
9822
9138
  },
9823
- "printing.print-progress:input": {
9824
- "$ref": "#/definitions/PrintProgressEventArgs"
9825
- },
9826
9139
  "printing.print-started": {
9827
9140
  "description": "Raised when a print has started running.",
9828
9141
  "enum": [
9829
9142
  "printing.print-started"
9830
9143
  ]
9831
9144
  },
9832
- "printing.print-started:input": {
9833
- "$ref": "#/definitions/PrintStartedEventArgs"
9834
- },
9835
9145
  "ui.activated": {
9836
9146
  "description": "Raised when a component is activated. The argument is the component ID.",
9837
9147
  "enum": [
@@ -9950,17 +9260,11 @@
9950
9260
  "workflow.workflow-error"
9951
9261
  ]
9952
9262
  },
9953
- "workflow.workflow-error:input": {
9954
- "$ref": "#/definitions/WorkflowErrorEventArgs"
9955
- },
9956
9263
  "workflow.workflow-finished": {
9957
9264
  "description": "Raised when a workflow finishes running.",
9958
9265
  "enum": [
9959
9266
  "workflow.workflow-finished"
9960
9267
  ]
9961
- },
9962
- "workflow.workflow-finished:input": {
9963
- "$ref": "#/definitions/WorkflowFinishedEventArgs"
9964
9268
  }
9965
9269
  }
9966
9270
  }