@vertigis/viewer-spec 56.23.0 → 56.25.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 (267) 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 +87 -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/UserModelProperties.d.ts +12 -12
  128. package/app-config/web/UserPreferencesModelProperties.d.ts +10 -10
  129. package/app-config/web/VertigisWebModelProperties.d.ts +74 -74
  130. package/app-config/web/WorkflowModelProperties.d.ts +13 -13
  131. package/app-config/web/ZoomModelProperties.d.ts +7 -7
  132. package/layout/schema/layout-common.xsd +20 -7
  133. package/messaging/Command.d.ts +76 -76
  134. package/messaging/CommandRegistry.d.ts +25 -25
  135. package/messaging/CommandRegistry.js +1 -1
  136. package/messaging/DotNetTypes.d.ts +4 -4
  137. package/messaging/Event.d.ts +26 -26
  138. package/messaging/EventRegistry.d.ts +25 -25
  139. package/messaging/EventRegistry.js +1 -1
  140. package/messaging/Message.d.ts +50 -50
  141. package/messaging/MessageBus.d.ts +54 -54
  142. package/messaging/Operation.d.ts +77 -77
  143. package/messaging/OperationRegistry.d.ts +26 -26
  144. package/messaging/OperationRegistry.js +1 -1
  145. package/messaging/common.d.ts +354 -354
  146. package/messaging/mobile.d.ts +6 -6
  147. package/messaging/registry/Commands.d.ts +78 -78
  148. package/messaging/registry/Commands.js +1 -1
  149. package/messaging/registry/Events.d.ts +62 -62
  150. package/messaging/registry/Events.js +1 -1
  151. package/messaging/registry/Operations.d.ts +69 -69
  152. package/messaging/registry/Operations.js +1 -1
  153. package/messaging/registry/app-config.d.ts +12 -12
  154. package/messaging/registry/app-config.js +1 -1
  155. package/messaging/registry/app.d.ts +264 -264
  156. package/messaging/registry/app.js +1 -1
  157. package/messaging/registry/arcade.d.ts +115 -115
  158. package/messaging/registry/arcade.js +1 -1
  159. package/messaging/registry/auth.d.ts +151 -151
  160. package/messaging/registry/auth.js +1 -1
  161. package/messaging/registry/basemap.d.ts +74 -74
  162. package/messaging/registry/basemap.js +1 -1
  163. package/messaging/registry/bookmark.d.ts +42 -42
  164. package/messaging/registry/bookmark.js +1 -1
  165. package/messaging/registry/charts.d.ts +81 -81
  166. package/messaging/registry/charts.js +1 -1
  167. package/messaging/registry/debugConsole.d.ts +26 -26
  168. package/messaging/registry/debugConsole.js +1 -1
  169. package/messaging/registry/device.d.ts +28 -28
  170. package/messaging/registry/device.js +1 -1
  171. package/messaging/registry/display.d.ts +17 -17
  172. package/messaging/registry/display.js +1 -1
  173. package/messaging/registry/drawing.d.ts +149 -149
  174. package/messaging/registry/drawing.js +1 -1
  175. package/messaging/registry/edit.d.ts +371 -371
  176. package/messaging/registry/edit.js +1 -1
  177. package/messaging/registry/file.d.ts +156 -156
  178. package/messaging/registry/file.js +1 -1
  179. package/messaging/registry/filter-builder.d.ts +73 -73
  180. package/messaging/registry/filter-builder.js +1 -1
  181. package/messaging/registry/geocode.d.ts +87 -87
  182. package/messaging/registry/geocode.js +1 -1
  183. package/messaging/registry/geolocation.d.ts +499 -499
  184. package/messaging/registry/geolocation.js +1 -1
  185. package/messaging/registry/geometry-toolbar.d.ts +29 -29
  186. package/messaging/registry/geometry-toolbar.js +1 -1
  187. package/messaging/registry/geometry.d.ts +278 -278
  188. package/messaging/registry/geometry.js +1 -1
  189. package/messaging/registry/highlights.d.ts +86 -86
  190. package/messaging/registry/highlights.js +1 -1
  191. package/messaging/registry/input.d.ts +22 -22
  192. package/messaging/registry/input.js +1 -1
  193. package/messaging/registry/iwtm.d.ts +11 -11
  194. package/messaging/registry/iwtm.js +1 -1
  195. package/messaging/registry/kpi.d.ts +98 -98
  196. package/messaging/registry/kpi.js +1 -1
  197. package/messaging/registry/layer-comparison.d.ts +104 -104
  198. package/messaging/registry/layer-comparison.js +1 -1
  199. package/messaging/registry/layer-presets.d.ts +49 -49
  200. package/messaging/registry/layer-presets.js +1 -1
  201. package/messaging/registry/layers.d.ts +196 -196
  202. package/messaging/registry/layers.js +1 -1
  203. package/messaging/registry/layout.d.ts +49 -49
  204. package/messaging/registry/layout.js +1 -1
  205. package/messaging/registry/licensing.d.ts +38 -38
  206. package/messaging/registry/licensing.js +1 -1
  207. package/messaging/registry/location-marker.d.ts +171 -171
  208. package/messaging/registry/location-marker.js +1 -1
  209. package/messaging/registry/logViewer.d.ts +17 -17
  210. package/messaging/registry/logViewer.js +1 -1
  211. package/messaging/registry/map.d.ts +1275 -1275
  212. package/messaging/registry/map.js +1 -1
  213. package/messaging/registry/measurement.d.ts +168 -168
  214. package/messaging/registry/measurement.js +1 -1
  215. package/messaging/registry/messaging.d.ts +23 -23
  216. package/messaging/registry/messaging.js +1 -1
  217. package/messaging/registry/network.d.ts +46 -46
  218. package/messaging/registry/network.js +1 -1
  219. package/messaging/registry/offline.d.ts +508 -507
  220. package/messaging/registry/offline.js +1 -1
  221. package/messaging/registry/panel.d.ts +115 -115
  222. package/messaging/registry/panel.js +1 -1
  223. package/messaging/registry/photos.d.ts +47 -47
  224. package/messaging/registry/photos.js +1 -1
  225. package/messaging/registry/portal.d.ts +94 -94
  226. package/messaging/registry/portal.js +1 -1
  227. package/messaging/registry/printing.d.ts +166 -166
  228. package/messaging/registry/printing.js +1 -1
  229. package/messaging/registry/project.d.ts +144 -144
  230. package/messaging/registry/project.js +1 -1
  231. package/messaging/registry/query-builder.d.ts +83 -83
  232. package/messaging/registry/query-builder.js +1 -1
  233. package/messaging/registry/region.d.ts +23 -23
  234. package/messaging/registry/region.js +1 -1
  235. package/messaging/registry/reports.d.ts +135 -135
  236. package/messaging/registry/reports.js +1 -1
  237. package/messaging/registry/results.d.ts +671 -671
  238. package/messaging/registry/results.js +1 -1
  239. package/messaging/registry/search.d.ts +74 -74
  240. package/messaging/registry/search.js +1 -1
  241. package/messaging/registry/settings.d.ts +38 -38
  242. package/messaging/registry/settings.js +1 -1
  243. package/messaging/registry/shortcut.d.ts +41 -41
  244. package/messaging/registry/shortcut.js +1 -1
  245. package/messaging/registry/sketching.d.ts +960 -960
  246. package/messaging/registry/sketching.js +1 -1
  247. package/messaging/registry/studioAnalytics.d.ts +25 -25
  248. package/messaging/registry/studioAnalytics.js +1 -1
  249. package/messaging/registry/system.d.ts +277 -277
  250. package/messaging/registry/system.js +1 -1
  251. package/messaging/registry/tasks.d.ts +323 -323
  252. package/messaging/registry/tasks.js +1 -1
  253. package/messaging/registry/ui.d.ts +518 -518
  254. package/messaging/registry/ui.js +1 -1
  255. package/messaging/registry/viewer.d.ts +145 -145
  256. package/messaging/registry/viewer.js +1 -1
  257. package/messaging/registry/workflow.d.ts +170 -170
  258. package/messaging/registry/workflow.js +1 -1
  259. package/messaging/schema/common-action.schema.json +6437 -12158
  260. package/messaging/schema/common-event.schema.json +107 -803
  261. package/messaging/schema/mobile-action.schema.json +7719 -16138
  262. package/messaging/schema/mobile-event.schema.json +181 -2422
  263. package/messaging/schema/web-action.schema.json +8397 -23281
  264. package/messaging/schema/web-event.schema.json +183 -1937
  265. package/package.json +20 -20
  266. package/version.d.ts +4 -4
  267. package/version.js +4 -4
@@ -1,1470 +1,125 @@
1
1
  {
2
2
  "$ref": "#/definitions/viewer-spec.Event",
3
3
  "definitions": {
4
- "@vertigis.arcgis-extensions.FailureMode.FailureMode": {
5
- "description": "Possible modes of failure when there is an error resolving or initializing an item.",
6
- "enum": [
7
- "error",
8
- "ignore",
9
- "warn"
10
- ],
11
- "type": "string"
12
- },
13
- "@vertigis.arcgis-extensions.Hyperlink.HyperlinkProperties": {
14
- "additionalProperties": false,
15
- "description": "A hyperlink associated with a feature or layer.",
16
- "properties": {
17
- "iconUrl": {
18
- "description": "See {@link Hyperlink.iconUrl}.",
19
- "type": "string"
20
- },
21
- "target": {
22
- "description": "See {@link Hyperlink.target}.",
23
- "type": "string"
24
- },
25
- "text": {
26
- "description": "See {@link Hyperlink.text}.",
27
- "type": "string"
28
- },
29
- "tooltip": {
30
- "description": "See {@link Hyperlink.tooltip}.",
31
- "type": "string"
32
- },
33
- "url": {
34
- "description": "See {@link Hyperlink.url}.",
35
- "type": "string"
36
- }
37
- },
38
- "required": [
39
- "text",
40
- "url"
41
- ],
42
- "type": "object"
43
- },
44
- "@vertigis.arcgis-extensions.data.Feature.FeatureProperties": {
45
- "additionalProperties": false,
46
- "description": "Properties that can be passed into the constructor for {@link data /Feature!Feature}.",
47
- "properties": {
48
- "attributes": {
49
- "anyOf": [
50
- {},
51
- {
52
- "$ref": "Map"
53
- }
54
- ],
55
- "description": "The feature's attributes, keyed by field name."
56
- },
57
- "failureMode": {
58
- "$ref": "#/definitions/@vertigis.arcgis-extensions.FailureMode.FailureMode",
59
- "description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
60
- },
61
- "geometry": {
62
- "anyOf": [
63
- {
64
- "$ref": "#/definitions/esri.Geometry"
65
- },
66
- {
67
- "$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
68
- },
69
- {
70
- "$ref": "#/definitions/esri.rest-api.GeometryJson.MultipointJson"
71
- },
72
- {
73
- "$ref": "#/definitions/esri.rest-api.GeometryJson.PolylineJson"
74
- },
75
- {
76
- "$ref": "#/definitions/esri.rest-api.GeometryJson.PolygonJson"
77
- },
78
- {
79
- "$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
80
- }
81
- ],
82
- "description": "The feature's geometry."
83
- },
84
- "id": {
85
- "description": "The unique ID to assign to the entity. If not specified, one will be generated.",
86
- "type": "string"
87
- },
88
- "schema": {
89
- "$ref": "#/definitions/@vertigis.arcgis-extensions.data.Schema.SchemaProperties",
90
- "description": "Metadata about the feature, such as fields, domains, geometry type, etc."
91
- },
92
- "settings": {
93
- "$ref": "#/definitions/@vertigis.arcgis-extensions.data.FeatureSettings.FeatureSettingsProperties",
94
- "description": "Settings for this feature."
95
- },
96
- "source": {
97
- "$ref": "@vertigis.arcgis-extensions.data.FeatureSource.FeatureSource",
98
- "description": "The source of the feature."
99
- }
100
- },
101
- "type": "object"
102
- },
103
- "@vertigis.arcgis-extensions.data.FeatureSettings.FeatureSettingsProperties": {
104
- "additionalProperties": false,
105
- "description": "Properties that can be passed into the constructor for {@link data /FeatureSettings!FeatureSettings}.",
106
- "properties": {
107
- "formatSettings": {
108
- "$ref": "#/definitions/@vertigis.arcgis-extensions.support.FormatSettings.FormatSettingsProperties",
109
- "description": "Settings affecting how feature attributes are formatted."
110
- },
111
- "hyperlinkTemplates": {
112
- "description": "Templates that define hyperlinks associated with the feature. Each template's properties can contain field tokens enclosed in `{}`, which will be replaced by actual field values. If not explicitly set, these will be inherited from the associated layer extension if there is one.",
113
- "items": {
114
- "anyOf": [
115
- {
116
- "$ref": "@vertigis.arcgis-extensions.Hyperlink.HyperlinkProperties"
117
- },
118
- {
119
- "$ref": "@vertigis.arcgis-extensions.Hyperlink.Hyperlink"
120
- }
121
- ]
122
- },
123
- "type": "array"
124
- },
125
- "maxAllowableOffset": {
126
- "description": "See {@link data /FeatureSettings!FeatureSettings.maxAllowableOffset}.",
127
- "type": "number"
128
- },
129
- "outFields": {
130
- "description": "See {@link data /FeatureSettings!FeatureSettings.outFields}.",
131
- "items": {
132
- "type": "string"
133
- },
134
- "type": "array"
135
- },
136
- "outSpatialReference": {
137
- "$ref": "#/definitions/esri.SpatialReference",
138
- "description": "See {@link data /FeatureSettings!FeatureSettings.outSpatialReference}."
139
- },
140
- "popupContentExtensions": {
141
- "description": "See {@link data /FeatureSettings!FeatureSettings.popupContentExtensions}.",
142
- "items": {
143
- "anyOf": [
144
- {
145
- "$ref": "@vertigis.arcgis-extensions.data.PopupContentExtension.PopupContentExtensionProperties"
146
- },
147
- {
148
- "$ref": "@vertigis.arcgis-extensions.data.PopupContentExtension.PopupContentExtension"
149
- }
150
- ]
151
- },
152
- "type": "array"
153
- },
154
- "popupTemplate": {
155
- "anyOf": [
156
- {
157
- "$ref": "#/definitions/esri.rest-api.PopupInfoJson.PopupInfoJson"
158
- },
159
- {
160
- "$ref": "#/definitions/esri.PopupTemplate"
161
- }
162
- ],
163
- "description": "The template for displaying content in a pop-up when the feature is selected. If not explicitly set, it will be inherited from the associated layer extension if there is one."
164
- },
165
- "returnGeometry": {
166
- "description": "See {@link data /FeatureSettings!FeatureSettings.returnGeometry}.",
167
- "type": "boolean"
168
- },
169
- "showRelatedRecordsWhenUnconfigured": {
170
- "description": "See {@link data /FeatureSettings!FeatureSettings.showRelatedRecordsWhenUnconfigured}.",
171
- "type": "boolean"
172
- },
173
- "zoomFactor": {
174
- "description": "See {@link data /FeatureSettings!FeatureSettings.zoomFactor}.",
175
- "type": "number"
176
- },
177
- "zoomScale": {
178
- "description": "See {@link data /FeatureSettings!FeatureSettings.zoomScale}.",
179
- "type": "number"
180
- }
181
- },
182
- "type": "object"
183
- },
184
- "@vertigis.arcgis-extensions.data.FieldExtension.FieldExtensionProperties": {
185
- "additionalProperties": false,
186
- "description": "Properties that can be passed into the constructor for {@link data /FieldExtension!FieldExtension}.",
187
- "properties": {
188
- "failureMode": {
189
- "$ref": "#/definitions/@vertigis.arcgis-extensions.FailureMode.FailureMode",
190
- "description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
191
- },
192
- "field": {
193
- "anyOf": [
194
- {
195
- "$ref": "#/definitions/esri.Field"
196
- },
197
- {
198
- "$ref": "#/definitions/@vertigis.arcgis-extensions.data.FieldExtension.FieldProperties"
199
- },
200
- {
201
- "type": "string"
202
- }
203
- ],
204
- "description": "The Esri Field object being extended."
205
- },
206
- "format": {
207
- "description": "The field format specifier. This is a standard .NET-style format string containing a `{0}` placeholder that will be replaced by the actual field value.",
208
- "type": "string"
209
- },
210
- "formatSettings": {
211
- "$ref": "#/definitions/@vertigis.arcgis-extensions.support.FormatSettings.FormatSettingsProperties",
212
- "description": "Settings that affect how values are formatted. Depending on the type of field, some or all of these settings may not be applicable."
213
- },
214
- "id": {
215
- "description": "The unique ID to assign to the entity. If not specified, one will be generated.",
216
- "type": "string"
217
- },
218
- "searchable": {
219
- "description": "Whether the field is searchable or not.",
220
- "type": "boolean"
221
- }
222
- },
223
- "type": "object"
224
- },
225
- "@vertigis.arcgis-extensions.data.FieldExtension.FieldProperties": {
226
- "additionalProperties": false,
227
- "description": "Properties that extend the ArcGis portal representation of a Field.",
228
- "properties": {
229
- "$ref": {
230
- "description": "A field name referring to an existing field in a schema. The field extension will attempt to find an existing field in its parent schema.",
231
- "type": "string"
232
- },
233
- "alias": {
234
- "description": "The field alias (human-readable name).",
235
- "type": "string"
236
- },
237
- "domain": {
238
- "$ref": "#/definitions/esri.rest-api.DomainJson.DomainJson",
239
- "description": "A domain object that provides the attribute domain information for the field, if a domain exists."
240
- },
241
- "editable": {
242
- "description": "Whether this field is editable.",
243
- "type": "boolean"
244
- },
245
- "exactMatch": {
246
- "description": "A Boolean defining whether or not the field is an exact match.",
247
- "type": "boolean"
248
- },
249
- "length": {
250
- "description": "A number defining how many characters are allowed in a string field.",
251
- "type": "number"
252
- },
253
- "name": {
254
- "description": "A string defining the field name.",
255
- "type": "string"
256
- },
257
- "nullable": {
258
- "description": "Whether this field can have a null value.",
259
- "type": "boolean"
260
- },
261
- "type": {
262
- "$ref": "#/definitions/esri.rest-api.FieldJson.FieldJsonType",
263
- "description": "Type of the Field. See {@link FieldJsonType}."
264
- }
265
- },
266
- "type": "object"
267
- },
268
- "@vertigis.arcgis-extensions.data.PopupContentExtension.ContentProperties": {
269
- "additionalProperties": false,
270
- "description": "Properties that extend the ArcGis portal representation of a PopupContent.",
271
- "properties": {
272
- "$ref": {
273
- "$ref": "@vertigis.arcgis-extensions.data.PopupContentExtension.ContentRef",
274
- "description": "A popupContent name referring to an existing popupContent in a featureSettings. The popupContent extension will attempt to find an existing popupContent in its parent featureSettings."
275
- },
276
- "attributes": {
277
- "description": "A dictionary of key value pairs representing attributes to be used instead of fields and their values. This property is only used when the element is of type expression and should be returned as part of the arcade expression itself. This property allows passing arcade derived attribute values into fields or media elements."
278
- },
279
- "description": {
280
- "description": "An optional string value describing the element in detail. This property does not apply when the type is text or expression.",
281
- "type": "string"
282
- },
283
- "displayCount": {
284
- "description": "This property applies to elements of type relationship. An integer that indicates the maximum number of records to display.",
285
- "type": "number"
286
- },
287
- "displayType": {
288
- "description": "This property applies to elements of type attachments and relationship. A string value indicating how to display the attachment. Possible values are, 'preview', and 'list' for attachments types, and 'list' for relationship types. If list is specified, attachments show as links.",
289
- "type": "string"
290
- },
291
- "expressionInfo": {
292
- "$ref": "#/definitions/esri.rest-api.PopupInfoJson.PopupExpressionInfoJson",
293
- "description": "This property applies to elements of type expression. An Arcade expression that defines the pop-up element content."
294
- },
295
- "fieldInfos": {
296
- "description": "This property applies to elements of type fields. It is an array of popupInfo.fieldInfo objects representing a field/value pair displayed as a table within the popupElement. If the fieldInfos property is not provided, the popupElement will display whatever is specified directly in the popupInfo.fieldInfos property.",
297
- "items": {
298
- "$ref": "#/definitions/esri.rest-api.PopupInfoJson.FieldInfoJson"
299
- },
300
- "type": "array"
301
- },
302
- "mediaInfos": {
303
- "description": "This property applies to elements of type media. An array of popupInfo.mediaInfo objects representing an image or chart for display. If no mediaInfos property is provided, the popupElement will display whatever is specified in the popupInfo.mediaInfo property.",
304
- "items": {
305
- "$ref": "#/definitions/esri.rest-api.PopupInfoJson.MediaInfoJson"
306
- },
307
- "type": "array"
308
- },
309
- "orderByFields": {
310
- "description": "This property applies to elements of type relationship. Array of orderByFields objects indicating the field display order for the related records and whether they should be sorted in ascending 'asc' or descending 'desc' order.",
311
- "items": {
312
- "$ref": "#/definitions/esri.rest-api.PopupInfoJson.OrderByFieldsJson"
313
- },
314
- "type": "array"
315
- },
316
- "relationshipId": {
317
- "description": "This property applies to elements of type relationship. The id of the relationship as defined in the feature layer definition.",
318
- "type": "number"
319
- },
320
- "text": {
321
- "description": "This property applies to elements of type text. This is string value indicating the text to be displayed within the popupElement. If no text property is provided, the popupElement will display whatever is specified in the popupInfo.description property.",
322
- "type": "string"
323
- },
324
- "title": {
325
- "description": "An optional string value indicating what the element represents. This property does not apply when the type is text or expression.",
326
- "type": "string"
327
- },
328
- "type": {
329
- "description": "String value indicating which element to use.",
330
- "enum": [
331
- "attachments",
332
- "expression",
333
- "fields",
334
- "media",
335
- "relationship",
336
- "text"
337
- ],
338
- "type": "string"
339
- }
340
- },
341
- "type": "object"
342
- },
343
- "@vertigis.arcgis-extensions.data.PopupContentExtension.PopupContentExtensionProperties": {
344
- "additionalProperties": false,
345
- "description": "Properties that can be passed into the constructor for {@link PopupContentExtension}.",
346
- "properties": {
347
- "content": {
348
- "anyOf": [
349
- {
350
- "$ref": "#/definitions/esri.Content"
351
- },
352
- {
353
- "$ref": "#/definitions/@vertigis.arcgis-extensions.data.PopupContentExtension.ContentProperties"
354
- }
355
- ],
356
- "description": "The ESRI Content instance to be extended."
357
- },
358
- "failureMode": {
359
- "$ref": "#/definitions/@vertigis.arcgis-extensions.FailureMode.FailureMode",
360
- "description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
361
- },
362
- "id": {
363
- "description": "The unique ID to assign to the entity. If not specified, one will be generated.",
364
- "type": "string"
365
- },
366
- "summaryHiddenFields": {
367
- "description": "Names of fields that will be hidden when displayed in the a summary view. This property is only applied to \"fields\" Content types.",
368
- "items": {
369
- "type": "string"
370
- },
371
- "type": "array"
372
- },
373
- "visibleInSummary": {
374
- "description": "Whether the Content is visible when being displayed in a summary view.",
375
- "type": "boolean"
376
- }
377
- },
378
- "type": "object"
379
- },
380
- "@vertigis.arcgis-extensions.data.Schema.SchemaProperties": {
381
- "additionalProperties": false,
382
- "description": "Properties that can be passed into the constructor for {@link data /Schema!Schema}.",
383
- "properties": {
384
- "displayField": {
385
- "description": "See {@link data /Schema!Schema.displayField}.",
386
- "type": "string"
387
- },
388
- "fieldExtensions": {
389
- "description": "See {@link data /Schema!Schema.fieldExtensions}.",
390
- "items": {
391
- "anyOf": [
392
- {
393
- "$ref": "@vertigis.arcgis-extensions.data.FieldExtension.FieldExtensionProperties"
394
- },
395
- {
396
- "$ref": "@vertigis.arcgis-extensions.data.FieldExtension.FieldExtension"
397
- }
398
- ]
399
- },
400
- "type": "array"
401
- },
402
- "fields": {
403
- "description": "See {@link data /Schema!Schema.fields}.",
404
- "items": {
405
- "anyOf": [
406
- {
407
- "$ref": "#/definitions/esri.Field"
408
- },
409
- {
410
- "$ref": "#/definitions/esri.rest-api.FieldJson.FieldJson"
411
- }
412
- ]
413
- },
414
- "type": "array"
415
- },
416
- "geometryType": {
417
- "$ref": "#/definitions/esri.rest-api.GeometryJson.GeometryJsonType",
418
- "description": "See {@link data /Schema!Schema.geometryType}."
419
- },
420
- "primaryKeyField": {
421
- "description": "See {@link data /Schema!Schema.primaryKeyField}.",
422
- "type": "string"
423
- },
424
- "spatialReference": {
425
- "$ref": "#/definitions/esri.SpatialReference",
426
- "description": "See {@link data /Schema!Schema.spatialReference}."
427
- },
428
- "timeZone": {
429
- "description": "See {@link data /Schema!Schema.timeZone}.",
430
- "type": "string"
431
- },
432
- "typeIdField": {
433
- "description": "See {@link data /Schema!Schema.typeIdField}.",
434
- "type": "string"
435
- },
436
- "types": {
437
- "description": "See {@link data /Schema!Schema.types}.",
438
- "items": {
439
- "anyOf": [
440
- {
441
- "$ref": "#/definitions/esri.FeatureType"
442
- },
443
- {
444
- "$ref": "#/definitions/esri.rest-api.TypeJson.TypeJson"
445
- }
446
- ]
447
- },
448
- "type": "array"
449
- }
450
- },
451
- "type": "object"
452
- },
453
- "@vertigis.arcgis-extensions.mapping.MapExtension.ViewMode": {
454
- "description": "Viewing mode for a map (2D map or 3D scene).",
455
- "enum": [
456
- "map",
457
- "scene"
458
- ],
459
- "type": "string"
460
- },
461
- "@vertigis.arcgis-extensions.support.FormatSettings.FormatSettingsProperties": {
462
- "additionalProperties": false,
463
- "description": "Properties that can be passed into the constructor for {@link FormatSettings}.",
464
- "properties": {
465
- "currency": {
466
- "description": "The 3-letter ISO 4217 currency code (e.g \"USD\", \"CAD\"). Required when formatting a number using NumberFormat.CURRENCY or NumberFormat.ACCOUNTING.",
467
- "type": "string"
468
- },
469
- "dateFormat": {
470
- "description": "The default format for date values. Either a {@link utilities /date!DateFormat} constant, or a custom date format string.",
471
- "type": "string"
472
- },
473
- "fractionalDigits": {
474
- "description": "The number of digits to show after the decimal point. If unspecified, an appropriate value is determined based on the locale and currency.",
475
- "type": "number"
476
- },
477
- "locale": {
478
- "description": "The locale to use when formatting values.",
479
- "type": "string"
480
- },
481
- "numberFormat": {
482
- "description": "The default format for number values. Either a {@link utilities /number!NumberFormat} constant, or a custom number format string.",
483
- "type": "string"
484
- },
485
- "timeZone": {
486
- "description": "The time zone to display date/time data in. The default will be the user's local time zone.",
487
- "type": "string"
488
- },
489
- "useFieldInfo": {
490
- "description": "Whether to use formatting from the field info if it is specified.",
491
- "type": "boolean"
492
- }
493
- },
494
- "type": "object"
495
- },
496
- "ArcGISPortalIdentity": {
497
- "additionalProperties": false,
498
- "type": "object"
499
- },
500
- "AuthenticationType": {
501
- "description": "A type of authentication.",
502
- "enum": [
503
- "Network",
504
- "OAuth2",
505
- "Token",
506
- "Unknown"
507
- ],
508
- "type": "string"
509
- },
510
- "ComponentId": {
511
- "description": "A component's ID in the layout.",
512
- "type": "string"
513
- },
514
- "CreateGraphicsResult": {
515
- "additionalProperties": false,
516
- "description": "Result of the \"drawing.create-graphics\" and \"measurement.create-graphics\" operations.",
517
- "properties": {
518
- "graphics": {
519
- "description": "The resulting graphics.",
520
- "items": {
521
- "$ref": "#/definitions/esri.Graphic"
522
- },
523
- "type": "array"
524
- },
525
- "maps": {
526
- "$ref": "MapsLike",
527
- "description": "The map that the graphics were created on. Only available in Web."
528
- }
529
- },
530
- "required": [
531
- "graphics",
532
- "maps"
533
- ],
534
- "type": "object"
535
- },
536
- "EffectFunctionJson": {
537
- "anyOf": [
538
- {
539
- "$ref": "#/definitions/esri.rest-api.LayerJson.HueRotateEffectFunctionJson"
540
- },
541
- {
542
- "$ref": "#/definitions/esri.rest-api.LayerJson.BlurEffectFunctionJson"
543
- },
544
- {
545
- "$ref": "#/definitions/esri.rest-api.LayerJson.DropShadowEffectFunctionJson"
546
- },
547
- {
548
- "$ref": "#/definitions/esri.rest-api.LayerJson.BloomEffectFunctionJson"
549
- },
550
- {
551
- "$ref": "#/definitions/esri.rest-api.LayerJson.BrightnessEffectFunctionJson"
552
- },
553
- {
554
- "$ref": "#/definitions/esri.rest-api.LayerJson.ContrastEffectFunctionJson"
555
- },
556
- {
557
- "$ref": "#/definitions/esri.rest-api.LayerJson.GrayscaleEffectFunctionJson"
558
- },
559
- {
560
- "$ref": "#/definitions/esri.rest-api.LayerJson.InvertEffectFunctionJson"
561
- },
562
- {
563
- "$ref": "#/definitions/esri.rest-api.LayerJson.OpacityEffectFunctionJson"
564
- },
565
- {
566
- "$ref": "#/definitions/esri.rest-api.LayerJson.SaturateEffectFunctionJson"
567
- },
568
- {
569
- "$ref": "#/definitions/esri.rest-api.LayerJson.SepiaEffectFunctionJson"
570
- }
571
- ],
572
- "description": "Effect functions that can be combined to build a layer effect."
573
- },
574
- "Error": {
575
- "additionalProperties": false,
576
- "properties": {
577
- "message": {
578
- "type": "string"
579
- },
580
- "name": {
581
- "type": "string"
582
- },
583
- "stack": {
584
- "type": "string"
585
- }
586
- },
587
- "required": [
588
- "message",
589
- "name"
590
- ],
591
- "type": "object"
592
- },
593
- "GeolocateAccuracyChangedEventArgs": {
594
- "additionalProperties": false,
595
- "description": "Arguments for the \"geolocation.accuracy-changed\" event.",
596
- "properties": {
597
- "accuracy": {
598
- "description": "The current geolocation accuracy, in meters.",
599
- "type": "number"
600
- }
601
- },
602
- "required": [
603
- "accuracy"
604
- ],
605
- "type": "object"
606
- },
607
- "GeolocationEvent": {
608
- "additionalProperties": false,
609
- "description": "Arguments for geolocation events such as \"geolocation.position-acquired\" and \"geolocation.position-lost\".",
610
- "properties": {
611
- "gnssDeviceConnectionInfo": {
612
- "$ref": "#/definitions/GnssDeviceConnectionInfo",
613
- "description": "The GNSS source associated with the raised geolocation event. Mobile only."
614
- }
615
- },
616
- "type": "object"
617
- },
618
- "GeolocationStatusChangedEventArgs": {
619
- "additionalProperties": false,
620
- "description": "Arguments for the \"geolocation.status-changed\" event.",
621
- "properties": {
622
- "isEnabled": {
623
- "description": "Indicates whether the geolocation is now enabled.",
624
- "type": "boolean"
625
- }
626
- },
627
- "required": [
628
- "isEnabled"
629
- ],
630
- "type": "object"
631
- },
632
- "GeometryLike": {
633
- "anyOf": [
634
- {
635
- "$ref": "#/definitions/CreateGraphicsResult"
636
- },
637
- {
638
- "$ref": "#/definitions/esri.Graphic"
639
- },
640
- {
641
- "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
642
- },
643
- {
644
- "$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
645
- },
646
- {
647
- "$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
648
- },
649
- {
650
- "$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
651
- },
652
- {
653
- "items": {
654
- "anyOf": [
655
- {
656
- "$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
657
- },
658
- {
659
- "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
660
- }
661
- ]
662
- },
663
- "type": "array"
664
- },
665
- {
666
- "$ref": "#/definitions/esri.Geometry"
667
- },
668
- {
669
- "$ref": "#/definitions/esri.rest-api.FeatureJson.FeatureJson"
670
- },
671
- {
672
- "$ref": "#/definitions/esri.FeatureSet"
673
- },
674
- {
675
- "items": {
676
- "anyOf": [
677
- {
678
- "$ref": "#/definitions/esri.Graphic"
679
- },
680
- {
681
- "$ref": "#/definitions/esri.rest-api.FeatureJson.FeatureJson"
682
- }
683
- ]
684
- },
685
- "type": "array"
686
- },
687
- {
688
- "$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
689
- },
690
- {
691
- "$ref": "#/definitions/esri.rest-api.GeometryJson.MultipointJson"
692
- },
693
- {
694
- "$ref": "#/definitions/esri.rest-api.GeometryJson.PolylineJson"
695
- },
696
- {
697
- "$ref": "#/definitions/esri.rest-api.GeometryJson.PolygonJson"
698
- },
699
- {
700
- "$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
701
- },
702
- {
703
- "items": {
704
- "anyOf": [
705
- {
706
- "$ref": "#/definitions/esri.Geometry"
707
- },
708
- {
709
- "$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
710
- },
711
- {
712
- "$ref": "#/definitions/esri.rest-api.GeometryJson.MultipointJson"
713
- },
714
- {
715
- "$ref": "#/definitions/esri.rest-api.GeometryJson.PolylineJson"
716
- },
717
- {
718
- "$ref": "#/definitions/esri.rest-api.GeometryJson.PolygonJson"
719
- },
720
- {
721
- "$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
722
- }
723
- ]
724
- },
725
- "type": "array"
726
- }
727
- ],
728
- "description": "An object that is convertible to one or more geometries."
729
- },
730
- "GnssDeviceConnectionInfo": {
731
- "additionalProperties": false,
732
- "description": "A geolocation source.",
733
- "properties": {
734
- "deviceFullName": {
735
- "description": "Full name of the GNSS device.",
736
- "type": "string"
737
- },
738
- "deviceName": {
739
- "description": "Name of the GNSS device.",
740
- "type": "string"
741
- },
742
- "deviceType": {
743
- "$ref": "#/definitions/GnssDeviceType",
744
- "description": "The type of the device. Options are Integrated, Bluetooth, USB, and Emulator."
745
- },
746
- "settings": {
747
- "$ref": "GnssDeviceSettings",
748
- "description": "The device settings, including the correction service's spatial reference, the desired datum transformation, and the device's antenna height."
749
- }
750
- },
751
- "required": [
752
- "deviceFullName",
753
- "deviceName",
754
- "deviceType",
755
- "settings"
756
- ],
757
- "type": "object"
758
- },
759
- "GnssDeviceType": {
760
- "enum": [
761
- "bluetooth",
762
- "emulator",
763
- "integrated",
764
- "usb"
765
- ],
766
- "type": "string"
767
- },
768
- "HasMaps": {
769
- "additionalProperties": false,
770
- "description": "Defines an object that has a `maps` property.",
771
- "properties": {
772
- "maps": {
773
- "$ref": "MapsLike",
774
- "description": "Map(s) to use for the command/operation."
775
- }
776
- },
777
- "type": "object"
778
- },
779
- "LocationMarkerEvent": {
780
- "additionalProperties": false,
781
- "description": "Arguments for the various location marker events.",
782
- "properties": {
783
- "color": {
784
- "anyOf": [
785
- {
786
- "$ref": "#/definitions/esri.Color"
787
- },
788
- {
789
- "$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
790
- "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. If color is undefined for a symbol, the color value is null. See {@link https://developers.arcgis.com/web-map-specification/objects/color/} {@link https://developers.arcgis.com/web-scene-specification/objects/color/}."
791
- }
792
- ],
793
- "description": "Indicates the color for the Marker. This property is only used if the symbol is a well-known ID."
794
- },
795
- "fov": {
796
- "description": "Indicates the horizontal field of view in degrees for the marker. Ranges from 0 to 360. This property is currently only supported by the \"dot\" symbol.",
797
- "type": "number"
798
- },
799
- "geometry": {
800
- "$ref": "#/definitions/esri.Geometry",
801
- "description": "The location of the Marker."
802
- },
803
- "heading": {
804
- "description": "The clockwise rotation of the symbol in the horizontal plane in degrees.",
805
- "type": "number"
806
- },
807
- "id": {
808
- "description": "The ID of the Marker.",
809
- "type": "string"
810
- },
811
- "maps": {
812
- "$ref": "MapsLike",
813
- "description": "The map for the Marker."
814
- },
815
- "scale": {
816
- "description": "The scale of the Marker, defaults to 1.",
817
- "type": "number"
818
- },
819
- "symbol": {
820
- "anyOf": [
821
- {
822
- "items": {
823
- "$ref": "#/definitions/MarkerSymbolConfig"
824
- },
825
- "type": "array"
826
- },
827
- {
828
- "type": "string"
829
- }
830
- ],
831
- "description": "The symbol used to display the marker. The symbol can be an array of Symbols or one of the following well-known IDs: \"dot\", \"callout\", or \"exclamation\". Defaults to \"dot\"."
832
- },
833
- "tilt": {
834
- "description": "In 3D, the tilt angle of the location marker symbol. Ranges from 0 (straight down) to 180 (straight up) degrees. Defaults to 90 (straight ahead).",
835
- "type": "number"
836
- },
837
- "userDraggable": {
838
- "description": "Sets whether the Marker should be user draggable.",
839
- "type": "boolean"
840
- }
841
- },
842
- "required": [
843
- "color",
844
- "fov",
845
- "geometry",
846
- "heading",
847
- "id",
848
- "maps",
849
- "scale",
850
- "symbol",
851
- "userDraggable"
852
- ],
853
- "type": "object"
854
- },
855
- "MapEvent": {
856
- "additionalProperties": false,
857
- "description": "Arguments for the various map events.",
858
- "properties": {
859
- "mapExtension": {
860
- "$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension",
861
- "description": "The map extension for which the event was generated. This property is required in VertiGIS Studio Mobile. Mobile only."
862
- },
863
- "maps": {
864
- "$ref": "MapsLike",
865
- "description": "The map from which the event was generated. Web only."
866
- }
867
- },
868
- "type": "object"
869
- },
870
- "MapInitializedEvent": {
871
- "additionalProperties": false,
872
- "description": "Event args for the map.initialized event.",
873
- "properties": {
874
- "loadTime": {
875
- "$ref": "#/definitions/TimeSpan",
876
- "description": "The amount of time that the map took to load. Mobile only."
877
- },
878
- "mapExtension": {
879
- "$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension",
880
- "description": "The map extension for which the event was generated. This property is required in VertiGIS Studio Mobile. Mobile only."
881
- },
882
- "maps": {
883
- "$ref": "MapsLike",
884
- "description": "The map from which the event was generated. Web only."
885
- }
886
- },
887
- "required": [
888
- "loadTime"
889
- ],
890
- "type": "object"
891
- },
892
- "MapsLike": {
893
- "anyOf": [
894
- {
895
- "$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
896
- },
897
- {
898
- "items": {
899
- "$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
900
- },
901
- "type": "array"
902
- }
903
- ],
904
- "description": "One or map extensions."
905
- },
906
- "MarkerSymbolConfig": {
907
- "anyOf": [
908
- {
909
- "$ref": "#/definitions/esri.rest-api.SymbolJson.PictureMarkerSymbolJson"
910
- },
911
- {
912
- "$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleMarkerSymbolJson"
913
- },
914
- {
915
- "$ref": "#/definitions/esri.rest-api.SymbolJson.TextSymbolJson"
916
- },
917
- {
918
- "$ref": "#/definitions/esri.SimpleMarkerSymbol"
919
- },
920
- {
921
- "$ref": "#/definitions/esri.PictureMarkerSymbol"
922
- },
923
- {
924
- "$ref": "#/definitions/esri.TextSymbol"
925
- }
926
- ],
927
- "description": "Symbols that can be used for location markers."
928
- },
929
- "MeasurementSystem": {
930
- "description": "A system used to determine what units should be used for measurement values.",
931
- "enum": [
932
- "imperial",
933
- "metric"
934
- ],
935
- "type": "string"
936
- },
937
- "OperationalLayerJson": {
938
- "anyOf": [
939
- {
940
- "$ref": "#/definitions/esri.rest-api.AnnotationLayerJson.AnnotationLayerJson"
941
- },
942
- {
943
- "$ref": "#/definitions/esri.rest-api.BuildingSceneLayerJson.BuildingSceneLayerJson"
944
- },
945
- {
946
- "$ref": "#/definitions/esri.rest-api.CSVLayerJson.CSVLayerJson"
947
- },
948
- {
949
- "$ref": "#/definitions/esri.rest-api.FeatureLayerJson.FeatureLayerJson"
950
- },
951
- {
952
- "$ref": "#/definitions/esri.rest-api.GeoJSONLayerJson.GeoJSONLayerJson"
953
- },
954
- {
955
- "$ref": "#/definitions/esri.rest-api.GeoRSSLayerJson.GeoRSSLayerJson"
956
- },
957
- {
958
- "$ref": "#/definitions/esri.rest-api.GroupLayerJson.GroupLayerJson"
959
- },
960
- {
961
- "$ref": "#/definitions/esri.rest-api.ImageServiceLayerJson.ImageServiceLayerJson"
962
- },
963
- {
964
- "$ref": "#/definitions/esri.rest-api.ImageServiceVectorLayerJson.ImageServiceVectorLayerJson"
965
- },
966
- {
967
- "$ref": "#/definitions/esri.rest-api.IntegratedMeshLayerJson.IntegratedMeshLayerJson"
968
- },
969
- {
970
- "$ref": "#/definitions/esri.rest-api.KMLLayerJson.KMLLayerJson"
971
- },
972
- {
973
- "$ref": "#/definitions/esri.rest-api.MapServiceLayerJson.MapServiceLayerJson"
974
- },
975
- {
976
- "$ref": "#/definitions/esri.rest-api.PointCloudLayerJson.PointCloudLayerJson"
977
- },
978
- {
979
- "$ref": "#/definitions/esri.rest-api.SceneLayerJson.SceneLayerJson"
980
- },
981
- {
982
- "$ref": "#/definitions/esri.rest-api.StreamLayerJson.StreamLayerJson"
983
- },
984
- {
985
- "$ref": "#/definitions/esri.rest-api.SubtypeGroupLayerJson.SubtypeGroupLayerJson"
986
- },
987
- {
988
- "$ref": "#/definitions/esri.rest-api.TiledImageServiceLayerJson.TiledImageServiceLayerJson"
989
- },
990
- {
991
- "$ref": "#/definitions/esri.rest-api.TiledMapServiceLayerJson.TiledMapServiceLayerJson"
992
- },
993
- {
994
- "$ref": "#/definitions/esri.rest-api.VectorTileLayerJson.VectorTileLayerJson"
995
- },
996
- {
997
- "$ref": "#/definitions/esri.rest-api.WebTileLayerJson.WebTileLayerJson"
998
- },
999
- {
1000
- "$ref": "#/definitions/esri.rest-api.WMSLayerJson.WMSLayerJson"
1001
- }
1002
- ],
1003
- "description": "An operational layer in a web map/scene."
1004
- },
1005
- "PointCloudFilterJson": {
4
+ "EffectFunctionJson": {
1006
5
  "anyOf": [
1007
6
  {
1008
- "$ref": "#/definitions/esri.rest-api.DrawingInfoJson.PointCloudBitfieldFilterJson"
7
+ "$ref": "#/definitions/esri.rest-api.LayerJson.HueRotateEffectFunctionJson"
1009
8
  },
1010
9
  {
1011
- "$ref": "#/definitions/esri.rest-api.DrawingInfoJson.PointCloudReturnFilterJson"
10
+ "$ref": "#/definitions/esri.rest-api.LayerJson.BlurEffectFunctionJson"
1012
11
  },
1013
12
  {
1014
- "$ref": "#/definitions/esri.rest-api.DrawingInfoJson.PointCloudValueFilterJson"
1015
- }
1016
- ],
1017
- "description": "Filters applied to the pointCloud which will hide a point. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
1018
- },
1019
- "PortalType": {
1020
- "description": "The type of Portal.",
1021
- "enum": [
1022
- "AGOL",
1023
- "ArcGISEnterprise"
1024
- ],
1025
- "type": "string"
1026
- },
1027
- "PortalUsername": {
1028
- "description": "A username for a particular ArcGIS Portal User.",
1029
- "type": "string"
1030
- },
1031
- "PrintErrorEventArgs": {
1032
- "additionalProperties": false,
1033
- "description": "Arguments for the printing.print-error event.",
1034
- "properties": {
1035
- "errorCode": {
1036
- "description": "The HTTP status code associated with the error, if it's a HTTP error.",
1037
- "type": "number"
1038
- },
1039
- "instanceId": {
1040
- "description": "A unique ID to track the running of this print.",
1041
- "type": "string"
1042
- },
1043
- "message": {
1044
- "description": "The error message.",
1045
- "type": "string"
1046
- },
1047
- "printTemplateId": {
1048
- "description": "The ID of the print template being used.",
1049
- "type": "string"
1050
- }
1051
- },
1052
- "required": [
1053
- "instanceId",
1054
- "message",
1055
- "printTemplateId"
1056
- ],
1057
- "type": "object"
1058
- },
1059
- "PrintFinishedEventArgs": {
1060
- "additionalProperties": false,
1061
- "description": "Arguments for the printing.print-finished event.",
1062
- "properties": {
1063
- "downloadUrl": {
1064
- "description": "The URL from which to download the print.",
1065
- "type": "string"
1066
- },
1067
- "instanceId": {
1068
- "description": "A unique ID to track the running of this print.",
1069
- "type": "string"
1070
- },
1071
- "printTemplateId": {
1072
- "description": "The ID of the print template being used.",
1073
- "type": "string"
1074
- }
1075
- },
1076
- "required": [
1077
- "downloadUrl",
1078
- "instanceId",
1079
- "printTemplateId"
1080
- ],
1081
- "type": "object"
1082
- },
1083
- "PrintProgressEventArgs": {
1084
- "additionalProperties": false,
1085
- "description": "Arguments for the printing.print-progress event.",
1086
- "properties": {
1087
- "instanceId": {
1088
- "description": "A unique ID to track the running of this print.",
1089
- "type": "string"
1090
- },
1091
- "printTemplateId": {
1092
- "description": "The ID of the print template being used.",
1093
- "type": "string"
1094
- }
1095
- },
1096
- "required": [
1097
- "instanceId",
1098
- "printTemplateId"
1099
- ],
1100
- "type": "object"
1101
- },
1102
- "PrintStartedEventArgs": {
1103
- "additionalProperties": false,
1104
- "description": "Arguments for the printing.print-started event.",
1105
- "properties": {
1106
- "instanceId": {
1107
- "description": "A unique ID to track the running of this print.",
1108
- "type": "string"
13
+ "$ref": "#/definitions/esri.rest-api.LayerJson.DropShadowEffectFunctionJson"
1109
14
  },
1110
- "printTemplateId": {
1111
- "description": "The ID of the print template being used.",
1112
- "type": "string"
1113
- }
1114
- },
1115
- "required": [
1116
- "instanceId",
1117
- "printTemplateId"
1118
- ],
1119
- "type": "object"
1120
- },
1121
- "ReportErrorEventArgs": {
1122
- "additionalProperties": false,
1123
- "description": "Arguments for the reports.report-error event.",
1124
- "properties": {
1125
- "errorCode": {
1126
- "description": "The HTTP status code associated with the error, if it's a HTTP error.",
1127
- "type": "number"
15
+ {
16
+ "$ref": "#/definitions/esri.rest-api.LayerJson.BloomEffectFunctionJson"
1128
17
  },
1129
- "instanceId": {
1130
- "description": "A unique ID to track the running of this report.",
1131
- "type": "string"
18
+ {
19
+ "$ref": "#/definitions/esri.rest-api.LayerJson.BrightnessEffectFunctionJson"
1132
20
  },
1133
- "message": {
1134
- "description": "The error message.",
1135
- "type": "string"
21
+ {
22
+ "$ref": "#/definitions/esri.rest-api.LayerJson.ContrastEffectFunctionJson"
1136
23
  },
1137
- "reportId": {
1138
- "description": "The ID of the report being run.",
1139
- "type": "string"
1140
- }
1141
- },
1142
- "required": [
1143
- "instanceId",
1144
- "message",
1145
- "reportId"
1146
- ],
1147
- "type": "object"
1148
- },
1149
- "ReportFinishedEventArgs": {
1150
- "additionalProperties": false,
1151
- "description": "Arguments for the reports.report-finished event.",
1152
- "properties": {
1153
- "downloadUrl": {
1154
- "description": "The URL to download the report at.",
1155
- "type": "string"
24
+ {
25
+ "$ref": "#/definitions/esri.rest-api.LayerJson.GrayscaleEffectFunctionJson"
1156
26
  },
1157
- "instanceId": {
1158
- "description": "A unique ID to track the running of this report.",
1159
- "type": "string"
27
+ {
28
+ "$ref": "#/definitions/esri.rest-api.LayerJson.InvertEffectFunctionJson"
1160
29
  },
1161
- "reportId": {
1162
- "description": "The ID of the report being run.",
1163
- "type": "string"
1164
- }
1165
- },
1166
- "required": [
1167
- "downloadUrl",
1168
- "instanceId",
1169
- "reportId"
1170
- ],
1171
- "type": "object"
1172
- },
1173
- "ReportProgressEventArgs": {
1174
- "additionalProperties": false,
1175
- "description": "Arguments for the reports.report-progress event.",
1176
- "properties": {
1177
- "instanceId": {
1178
- "description": "A unique ID to track the running of this report.",
1179
- "type": "string"
30
+ {
31
+ "$ref": "#/definitions/esri.rest-api.LayerJson.OpacityEffectFunctionJson"
1180
32
  },
1181
- "reportId": {
1182
- "description": "The ID of the report being run.",
1183
- "type": "string"
1184
- }
1185
- },
1186
- "required": [
1187
- "instanceId",
1188
- "reportId"
1189
- ],
1190
- "type": "object"
1191
- },
1192
- "ReportStartedEventArgs": {
1193
- "additionalProperties": false,
1194
- "description": "Arguments for the reports.report-started event.",
1195
- "properties": {
1196
- "instanceId": {
1197
- "description": "A unique ID to track the running of this report.",
1198
- "type": "string"
33
+ {
34
+ "$ref": "#/definitions/esri.rest-api.LayerJson.SaturateEffectFunctionJson"
1199
35
  },
1200
- "reportId": {
1201
- "description": "The ID of the report being run.",
1202
- "type": "string"
36
+ {
37
+ "$ref": "#/definitions/esri.rest-api.LayerJson.SepiaEffectFunctionJson"
1203
38
  }
1204
- },
1205
- "required": [
1206
- "instanceId",
1207
- "reportId"
1208
39
  ],
1209
- "type": "object"
40
+ "description": "Effect functions that can be combined to build a layer effect."
1210
41
  },
1211
- "SharedProject": {
1212
- "additionalProperties": false,
1213
- "description": "Configuration for a shared project.",
1214
- "properties": {
1215
- "created": {
1216
- "$ref": "Date",
1217
- "description": "The created Date."
42
+ "OperationalLayerJson": {
43
+ "anyOf": [
44
+ {
45
+ "$ref": "#/definitions/esri.rest-api.AnnotationLayerJson.AnnotationLayerJson"
1218
46
  },
1219
- "description": {
1220
- "description": "A description for the shared project.",
1221
- "type": "string"
47
+ {
48
+ "$ref": "#/definitions/esri.rest-api.BuildingSceneLayerJson.BuildingSceneLayerJson"
1222
49
  },
1223
- "hiddenFrom": {
1224
- "$ref": "Iterable",
1225
- "description": "Filters that determine whether the UI element is hidden from a given end-user. If both visibleTo and hiddenFrom are undefined/empty, the component will be visible to all users."
50
+ {
51
+ "$ref": "#/definitions/esri.rest-api.CSVLayerJson.CSVLayerJson"
1226
52
  },
1227
- "id": {
1228
- "description": "The unique ID for this entity.",
1229
- "type": "string"
53
+ {
54
+ "$ref": "#/definitions/esri.rest-api.FeatureLayerJson.FeatureLayerJson"
1230
55
  },
1231
- "modified": {
1232
- "$ref": "Date",
1233
- "description": "The modified Date."
56
+ {
57
+ "$ref": "#/definitions/esri.rest-api.GeoJSONLayerJson.GeoJSONLayerJson"
1234
58
  },
1235
- "modifiedBy": {
1236
- "$ref": "#/definitions/PortalUsername",
1237
- "description": "The username of the last modifier."
59
+ {
60
+ "$ref": "#/definitions/esri.rest-api.GeoRSSLayerJson.GeoRSSLayerJson"
1238
61
  },
1239
- "owner": {
1240
- "$ref": "#/definitions/PortalUsername",
1241
- "description": "The username of the owner."
62
+ {
63
+ "$ref": "#/definitions/esri.rest-api.GroupLayerJson.GroupLayerJson"
1242
64
  },
1243
- "readOnly": {
1244
- "description": "Indicates if the shared project is shared as 'read only'.",
1245
- "type": "boolean"
65
+ {
66
+ "$ref": "#/definitions/esri.rest-api.ImageServiceLayerJson.ImageServiceLayerJson"
1246
67
  },
1247
- "title": {
1248
- "description": "A human-readable title for the shared project.",
1249
- "type": "string"
68
+ {
69
+ "$ref": "#/definitions/esri.rest-api.ImageServiceVectorLayerJson.ImageServiceVectorLayerJson"
1250
70
  },
1251
- "visibleTo": {
1252
- "$ref": "Iterable",
1253
- "description": "Filters that determine whether the UI element is visible to a given end-user. If both visibleTo and hiddenFrom are undefined/empty, the component will be visible to all users."
1254
- }
1255
- },
1256
- "required": [
1257
- "created",
1258
- "description",
1259
- "id",
1260
- "title"
1261
- ],
1262
- "type": "object"
1263
- },
1264
- "SignInCompletedEventArgs": {
1265
- "additionalProperties": false,
1266
- "description": "Arguments for the auth.sign-in-completed and auth.portal-sign-in-completed events. Only available in VertiGIS Studio Mobile.",
1267
- "properties": {
1268
- "identity": {
1269
- "$ref": "#/definitions/ArcGISPortalIdentity",
1270
- "description": "The identity that was obtained from the sign in."
1271
- }
1272
- },
1273
- "required": [
1274
- "identity"
1275
- ],
1276
- "type": "object"
1277
- },
1278
- "SignInEventArgs": {
1279
- "additionalProperties": false,
1280
- "description": "Arguments for the auth.sign-in events. Only available in VertiGIS Studio Mobile.",
1281
- "properties": {
1282
- "authenticationType": {
1283
- "$ref": "#/definitions/AuthenticationType",
1284
- "description": "The authentication method used for the sign in process. Not available in VertiGIS Studio Web."
71
+ {
72
+ "$ref": "#/definitions/esri.rest-api.IntegratedMeshLayerJson.IntegratedMeshLayerJson"
1285
73
  },
1286
- "portalType": {
1287
- "$ref": "#/definitions/PortalType",
1288
- "description": "The type of Portal: AGOL or Enterprise."
74
+ {
75
+ "$ref": "#/definitions/esri.rest-api.KMLLayerJson.KMLLayerJson"
1289
76
  },
1290
- "requestInfo": {
1291
- "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."
1292
- }
1293
- },
1294
- "required": [
1295
- "authenticationType",
1296
- "portalType",
1297
- "requestInfo"
1298
- ],
1299
- "type": "object"
1300
- },
1301
- "SignInFailedEventArgs": {
1302
- "additionalProperties": false,
1303
- "description": "Arguments for the auth.sign-in-failed event. Only available in the VertiGIS Studio Mobile Viewer.",
1304
- "properties": {
1305
- "authenticationType": {
1306
- "$ref": "#/definitions/AuthenticationType",
1307
- "description": "The authentication method used for the sign in process. Not available in VertiGIS Studio Web."
77
+ {
78
+ "$ref": "#/definitions/esri.rest-api.MapServiceLayerJson.MapServiceLayerJson"
1308
79
  },
1309
- "exception": {
1310
- "description": "The exception that occurred during the sign in. Not available in VertiGIS Studio Web."
80
+ {
81
+ "$ref": "#/definitions/esri.rest-api.PointCloudLayerJson.PointCloudLayerJson"
1311
82
  },
1312
- "portalType": {
1313
- "$ref": "#/definitions/PortalType",
1314
- "description": "The type of Portal: AGOL or Enterprise."
83
+ {
84
+ "$ref": "#/definitions/esri.rest-api.SceneLayerJson.SceneLayerJson"
1315
85
  },
1316
- "requestInfo": {
1317
- "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."
1318
- }
1319
- },
1320
- "required": [
1321
- "authenticationType",
1322
- "exception",
1323
- "portalType",
1324
- "requestInfo"
1325
- ],
1326
- "type": "object"
1327
- },
1328
- "TargetsResultsSetArgs": {
1329
- "additionalProperties": false,
1330
- "description": "Arguments for various commands that target a result set of features.",
1331
- "properties": {
1332
- "resultsSetId": {
1333
- "description": "If specified the results will be updated in the named results set only. Results sets with the prefix 'vgs' are reserved for system use and should not be used unless you are intentionally targeting a well known results set such as the 'vgs-starred' results. Web only.",
1334
- "type": "string"
1335
- }
1336
- },
1337
- "type": "object"
1338
- },
1339
- "TimeSpan": {
1340
- "additionalProperties": false,
1341
- "type": "object"
1342
- },
1343
- "UIDensity": {
1344
- "description": "Specifies the visual density of components in the application.",
1345
- "enum": [
1346
- "compact",
1347
- "standard"
1348
- ],
1349
- "type": "string"
1350
- },
1351
- "UpdateSessionArgs": {
1352
- "additionalProperties": false,
1353
- "description": "Used to update an in-progress interactive feature editing session with new attributes, attachments or geometry. Web only.",
1354
- "properties": {
1355
- "attachments": {
1356
- "description": "A collection of attachments that apply or are to be applied to the currently edited feature.",
1357
- "items": {
1358
- "$ref": "@vertigis.arcgis-extensions.data.Attachment.Attachment"
1359
- },
1360
- "type": "array"
86
+ {
87
+ "$ref": "#/definitions/esri.rest-api.StreamLayerJson.StreamLayerJson"
1361
88
  },
1362
- "attributes": {
1363
- "description": "A collection of attributes that apply or are to be applied to the currently edited feature."
89
+ {
90
+ "$ref": "#/definitions/esri.rest-api.SubtypeGroupLayerJson.SubtypeGroupLayerJson"
1364
91
  },
1365
- "geometry": {
1366
- "$ref": "#/definitions/GeometryLike",
1367
- "description": "The geometry to use for the command/operation."
1368
- }
1369
- },
1370
- "type": "object"
1371
- },
1372
- "ViewModeChangedEvent": {
1373
- "additionalProperties": false,
1374
- "description": "Arguments for the ViewModeChanged event.",
1375
- "properties": {
1376
- "mapExtension": {
1377
- "$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension",
1378
- "description": "The map extension for which the event was generated. This property is required in VertiGIS Studio Mobile. Mobile only."
92
+ {
93
+ "$ref": "#/definitions/esri.rest-api.TiledImageServiceLayerJson.TiledImageServiceLayerJson"
1379
94
  },
1380
- "maps": {
1381
- "$ref": "MapsLike",
1382
- "description": "The map from which the event was generated. Web only."
95
+ {
96
+ "$ref": "#/definitions/esri.rest-api.TiledMapServiceLayerJson.TiledMapServiceLayerJson"
1383
97
  },
1384
- "viewMode": {
1385
- "$ref": "#/definitions/@vertigis.arcgis-extensions.mapping.MapExtension.ViewMode",
1386
- "description": "The new ViewMode."
1387
- }
1388
- },
1389
- "type": "object"
1390
- },
1391
- "VisualState": {
1392
- "description": "A component's visual state. The values will vary based on the component type.",
1393
- "type": "string"
1394
- },
1395
- "VisualStateChangeEvent": {
1396
- "additionalProperties": false,
1397
- "description": "Payload for a VisualStateChangeEvent.",
1398
- "properties": {
1399
- "component": {
1400
- "$ref": "#/definitions/ComponentId",
1401
- "description": "The ID of the component whose visual state has changed."
98
+ {
99
+ "$ref": "#/definitions/esri.rest-api.VectorTileLayerJson.VectorTileLayerJson"
1402
100
  },
1403
- "current": {
1404
- "$ref": "#/definitions/VisualState",
1405
- "description": "The new visual state of the component."
101
+ {
102
+ "$ref": "#/definitions/esri.rest-api.WebTileLayerJson.WebTileLayerJson"
1406
103
  },
1407
- "previous": {
1408
- "$ref": "#/definitions/VisualState",
1409
- "description": "The visual state of the component before the change."
104
+ {
105
+ "$ref": "#/definitions/esri.rest-api.WMSLayerJson.WMSLayerJson"
1410
106
  }
1411
- },
1412
- "required": [
1413
- "component",
1414
- "current",
1415
- "previous"
1416
107
  ],
1417
- "type": "object"
108
+ "description": "An operational layer in a web map/scene."
1418
109
  },
1419
- "WorkflowErrorEventArgs": {
1420
- "additionalProperties": false,
1421
- "description": "Arguments for the \"workflow.workflow-error\" event.",
1422
- "properties": {
1423
- "errorMessage": {
1424
- "description": "The human readable error message.",
1425
- "type": "string"
110
+ "PointCloudFilterJson": {
111
+ "anyOf": [
112
+ {
113
+ "$ref": "#/definitions/esri.rest-api.DrawingInfoJson.PointCloudBitfieldFilterJson"
1426
114
  },
1427
- "exception": {
1428
- "$ref": "#/definitions/Error",
1429
- "description": "The Error object containing detailed information about the error."
115
+ {
116
+ "$ref": "#/definitions/esri.rest-api.DrawingInfoJson.PointCloudReturnFilterJson"
1430
117
  },
1431
- "workflow": {
1432
- "$ref": "WorkflowModel",
1433
- "description": "The workflow pertaining to the event."
1434
- }
1435
- },
1436
- "required": [
1437
- "workflow"
1438
- ],
1439
- "type": "object"
1440
- },
1441
- "WorkflowFinishedEventArgs": {
1442
- "additionalProperties": false,
1443
- "description": "Arguments for the \"workflow.workflow-finished\" event.",
1444
- "properties": {
1445
- "workflow": {
1446
- "$ref": "WorkflowModel",
1447
- "description": "The workflow pertaining to the event."
1448
- }
1449
- },
1450
- "required": [
1451
- "workflow"
1452
- ],
1453
- "type": "object"
1454
- },
1455
- "WorkflowStartedEventArgs": {
1456
- "additionalProperties": false,
1457
- "description": "Arguments for the \"workflow.workflow-started\" event.",
1458
- "properties": {
1459
- "workflow": {
1460
- "$ref": "WorkflowModel",
1461
- "description": "The workflow pertaining to the event."
118
+ {
119
+ "$ref": "#/definitions/esri.rest-api.DrawingInfoJson.PointCloudValueFilterJson"
1462
120
  }
1463
- },
1464
- "required": [
1465
- "workflow"
1466
121
  ],
1467
- "type": "object"
122
+ "description": "Filters applied to the pointCloud which will hide a point. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
1468
123
  },
1469
124
  "auth.sign-in-completed": {
1470
125
  "description": "Raised when successfully signed in. Principal event type used in Web, SignInCompletedEventArgs used in Mobile.",
@@ -1472,48 +127,18 @@
1472
127
  "auth.sign-in-completed"
1473
128
  ]
1474
129
  },
1475
- "auth.sign-in-completed:input": {
1476
- "anyOf": [
1477
- {
1478
- "$ref": "Principal"
1479
- },
1480
- {
1481
- "$ref": "#/definitions/SignInCompletedEventArgs"
1482
- }
1483
- ]
1484
- },
1485
130
  "auth.sign-in-failed": {
1486
131
  "description": "Raised when a sign-in attempt fails.",
1487
132
  "enum": [
1488
133
  "auth.sign-in-failed"
1489
134
  ]
1490
135
  },
1491
- "auth.sign-in-failed:input": {
1492
- "anyOf": [
1493
- {
1494
- "$ref": "#/definitions/SignInFailedEventArgs"
1495
- },
1496
- {
1497
- "type": "null"
1498
- }
1499
- ]
1500
- },
1501
136
  "auth.sign-in-requested": {
1502
137
  "description": "Raised when the user requests a sign-in.",
1503
138
  "enum": [
1504
139
  "auth.sign-in-requested"
1505
140
  ]
1506
141
  },
1507
- "auth.sign-in-requested:input": {
1508
- "anyOf": [
1509
- {
1510
- "$ref": "#/definitions/SignInEventArgs"
1511
- },
1512
- {
1513
- "type": "null"
1514
- }
1515
- ]
1516
- },
1517
142
  "auth.sign-out-completed": {
1518
143
  "description": "Raised when the user is signed out.",
1519
144
  "enum": [
@@ -1541,75 +166,24 @@
1541
166
  "edit.feature-added"
1542
167
  ]
1543
168
  },
1544
- "edit.feature-added:input": {
1545
- "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
1546
- },
1547
169
  "edit.feature-deleted": {
1548
170
  "description": "Raised when a feature is deleted from a feature source.",
1549
171
  "enum": [
1550
172
  "edit.feature-deleted"
1551
173
  ]
1552
174
  },
1553
- "edit.feature-deleted:input": {
1554
- "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
1555
- },
1556
175
  "edit.feature-updated": {
1557
176
  "description": "Raised when the attributes or geometry of a feature from a feature source are updated.",
1558
177
  "enum": [
1559
178
  "edit.feature-updated"
1560
179
  ]
1561
180
  },
1562
- "edit.feature-updated:input": {
1563
- "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
1564
- },
1565
181
  "edit.session-updated": {
1566
182
  "description": "Raised when an interactive feature editing session is updated with new attributes, attachments, or feature geometry. The payload of this event represents the current state of that session and has not yet been applied to the feature. Web only.",
1567
183
  "enum": [
1568
184
  "edit.session-updated"
1569
185
  ]
1570
186
  },
1571
- "edit.session-updated:input": {
1572
- "$ref": "#/definitions/UpdateSessionArgs"
1573
- },
1574
- "esri.Color": {
1575
- "$ref": "esri/Color"
1576
- },
1577
- "esri.Content": {
1578
- "$ref": "esri/popup/content/AttachmentsContent"
1579
- },
1580
- "esri.FeatureSet": {
1581
- "$ref": "esri/rest/support/FeatureSet"
1582
- },
1583
- "esri.FeatureType": {
1584
- "$ref": "esri/layers/support/FeatureType"
1585
- },
1586
- "esri.Field": {
1587
- "$ref": "esri/layers/support/Field"
1588
- },
1589
- "esri.Geometry": {
1590
- "$ref": "esri/geometry/Geometry"
1591
- },
1592
- "esri.Graphic": {
1593
- "$ref": "esri/Graphic"
1594
- },
1595
- "esri.PictureMarkerSymbol": {
1596
- "$ref": "esri/symbols/PictureMarkerSymbol"
1597
- },
1598
- "esri.Point": {
1599
- "$ref": "esri/geometry/Point"
1600
- },
1601
- "esri.PopupTemplate": {
1602
- "$ref": "esri/PopupTemplate"
1603
- },
1604
- "esri.SimpleMarkerSymbol": {
1605
- "$ref": "esri/symbols/SimpleMarkerSymbol"
1606
- },
1607
- "esri.SpatialReference": {
1608
- "$ref": "esri/geometry/SpatialReference"
1609
- },
1610
- "esri.TextSymbol": {
1611
- "$ref": "esri/symbols/TextSymbol"
1612
- },
1613
187
  "esri.rest-api.AnnotationLayerJson.AnnotationLayerJson": {
1614
188
  "additionalProperties": false,
1615
189
  "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.",
@@ -1675,10 +249,8 @@
1675
249
  "description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
1676
250
  },
1677
251
  "layerType": {
252
+ "const": "ArcGISAnnotationLayer",
1678
253
  "description": "The layer type.",
1679
- "enum": [
1680
- "ArcGISAnnotationLayer"
1681
- ],
1682
254
  "type": "string"
1683
255
  },
1684
256
  "listMode": {
@@ -1849,10 +421,8 @@
1849
421
  "description": "Additional properties that can define an elevation offset for the layer."
1850
422
  },
1851
423
  "layerType": {
424
+ "const": "BuildingSceneLayer",
1852
425
  "description": "The type of layer.",
1853
- "enum": [
1854
- "BuildingSceneLayer"
1855
- ],
1856
426
  "type": "string"
1857
427
  },
1858
428
  "listMode": {
@@ -1930,10 +500,8 @@
1930
500
  "type": "array"
1931
501
  },
1932
502
  "type": {
503
+ "const": "checkbox",
1933
504
  "description": "Type of filter authoring info. Value of this property must be checkbox.",
1934
- "enum": [
1935
- "checkbox"
1936
- ],
1937
505
  "type": "string"
1938
506
  }
1939
507
  },
@@ -2010,10 +578,8 @@
2010
578
  "description": "Draw elements of this filter block in solid mode. This mode does not change the display of features.",
2011
579
  "properties": {
2012
580
  "type": {
581
+ "const": "solid",
2013
582
  "description": "Declares filter mode of type solid. Value of this property must be solid.",
2014
- "enum": [
2015
- "solid"
2016
- ],
2017
583
  "type": "string"
2018
584
  }
2019
585
  },
@@ -2031,10 +597,8 @@
2031
597
  "description": "A size in points by which to extend edges beyond their original end points."
2032
598
  },
2033
599
  "type": {
2034
- "description": "Declares filter mode of type wire frame. Value of this property must be wireFrame.",
2035
- "enum": [
2036
- "wireFrame"
2037
- ],
600
+ "const": "wireFrame",
601
+ "description": "Declares filter mode of type wire frame. Value of this property must be wireFrame.",
2038
602
  "type": "string"
2039
603
  }
2040
604
  },
@@ -2144,10 +708,8 @@
2144
708
  "description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
2145
709
  },
2146
710
  "layerType": {
711
+ "const": "CSV",
2147
712
  "description": "The type of layer.",
2148
- "enum": [
2149
- "CSV"
2150
- ],
2151
713
  "type": "string"
2152
714
  },
2153
715
  "listMode": {
@@ -2323,10 +885,8 @@
2323
885
  "type": "string"
2324
886
  },
2325
887
  "type": {
888
+ "const": "codedValue",
2326
889
  "description": "Type of domain.",
2327
- "enum": [
2328
- "codedValue"
2329
- ],
2330
890
  "type": "string"
2331
891
  }
2332
892
  },
@@ -2378,10 +938,8 @@
2378
938
  "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/}.",
2379
939
  "properties": {
2380
940
  "type": {
941
+ "const": "inherited",
2381
942
  "description": "The type of domain.",
2382
- "enum": [
2383
- "inherited"
2384
- ],
2385
943
  "type": "string"
2386
944
  }
2387
945
  },
@@ -2406,10 +964,8 @@
2406
964
  "type": "array"
2407
965
  },
2408
966
  "type": {
967
+ "const": "range",
2409
968
  "description": "Type of domain.",
2410
- "enum": [
2411
- "range"
2412
- ],
2413
969
  "type": "string"
2414
970
  }
2415
971
  },
@@ -2569,10 +1125,8 @@
2569
1125
  "type": "array"
2570
1126
  },
2571
1127
  "type": {
1128
+ "const": "pointCloudBitfieldFilter",
2572
1129
  "description": "Filters points based on the value of an specified attribute.",
2573
- "enum": [
2574
- "pointCloudBitfieldFilter"
2575
- ],
2576
1130
  "type": "string"
2577
1131
  }
2578
1132
  },
@@ -2597,10 +1151,8 @@
2597
1151
  "type": "array"
2598
1152
  },
2599
1153
  "type": {
1154
+ "const": "pointCloudReturnFilter",
2600
1155
  "description": "Filters points based on the value of an specified attribute.",
2601
- "enum": [
2602
- "pointCloudReturnFilter"
2603
- ],
2604
1156
  "type": "string"
2605
1157
  }
2606
1158
  },
@@ -2622,10 +1174,8 @@
2622
1174
  "type": "string"
2623
1175
  },
2624
1176
  "type": {
1177
+ "const": "pointCloudValueFilter",
2625
1178
  "description": "Filters points based on the value of an specified attribute.",
2626
- "enum": [
2627
- "pointCloudValueFilter"
2628
- ],
2629
1179
  "type": "string"
2630
1180
  },
2631
1181
  "values": {
@@ -2774,10 +1324,8 @@
2774
1324
  "description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
2775
1325
  },
2776
1326
  "layerType": {
1327
+ "const": "ArcGISFeatureLayer",
2777
1328
  "description": "The type of layer.",
2778
- "enum": [
2779
- "ArcGISFeatureLayer"
2780
- ],
2781
1329
  "type": "string"
2782
1330
  },
2783
1331
  "listMode": {
@@ -2980,10 +1528,8 @@
2980
1528
  "type": "string"
2981
1529
  },
2982
1530
  "type": {
1531
+ "const": "attachment",
2983
1532
  "description": "String value indicating which type of element to use.",
2984
- "enum": [
2985
- "attachment"
2986
- ],
2987
1533
  "type": "string"
2988
1534
  },
2989
1535
  "visibilityExpression": {
@@ -3009,10 +1555,8 @@
3009
1555
  "type": "number"
3010
1556
  },
3011
1557
  "type": {
1558
+ "const": "barcode-scanner",
3012
1559
  "description": "The input type identifier.",
3013
- "enum": [
3014
- "barcode-scanner"
3015
- ],
3016
1560
  "type": "string"
3017
1561
  }
3018
1562
  },
@@ -3034,10 +1578,8 @@
3034
1578
  "type": "boolean"
3035
1579
  },
3036
1580
  "type": {
1581
+ "const": "combo-box",
3037
1582
  "description": "The input type identifier.",
3038
- "enum": [
3039
- "combo-box"
3040
- ],
3041
1583
  "type": "string"
3042
1584
  }
3043
1585
  },
@@ -3063,10 +1605,8 @@
3063
1605
  "type": "number"
3064
1606
  },
3065
1607
  "type": {
1608
+ "const": "datetime-picker",
3066
1609
  "description": "The input type identifier.",
3067
- "enum": [
3068
- "datetime-picker"
3069
- ],
3070
1610
  "type": "string"
3071
1611
  }
3072
1612
  },
@@ -3088,10 +1628,8 @@
3088
1628
  "type": "string"
3089
1629
  },
3090
1630
  "returnType": {
1631
+ "const": "boolean",
3091
1632
  "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.",
3092
- "enum": [
3093
- "boolean"
3094
- ],
3095
1633
  "type": "string"
3096
1634
  },
3097
1635
  "title": {
@@ -3156,10 +1694,8 @@
3156
1694
  "type": "string"
3157
1695
  },
3158
1696
  "type": {
1697
+ "const": "field",
3159
1698
  "description": "A string indicating which type of element to use.",
3160
- "enum": [
3161
- "field"
3162
- ],
3163
1699
  "type": "string"
3164
1700
  },
3165
1701
  "visibilityExpression": {
@@ -3210,10 +1746,8 @@
3210
1746
  "type": "string"
3211
1747
  },
3212
1748
  "type": {
1749
+ "const": "group",
3213
1750
  "description": "String value indicating which type of element to use.",
3214
- "enum": [
3215
- "group"
3216
- ],
3217
1751
  "type": "string"
3218
1752
  },
3219
1753
  "visibilityExpression": {
@@ -3281,10 +1815,8 @@
3281
1815
  "type": "boolean"
3282
1816
  },
3283
1817
  "type": {
1818
+ "const": "radio-buttons",
3284
1819
  "description": "The input type identifier.",
3285
- "enum": [
3286
- "radio-buttons"
3287
- ],
3288
1820
  "type": "string"
3289
1821
  }
3290
1822
  },
@@ -3306,10 +1838,8 @@
3306
1838
  "type": "number"
3307
1839
  },
3308
1840
  "displayType": {
1841
+ "const": "list",
3309
1842
  "description": "A string that defines how the related records should be displayed.",
3310
- "enum": [
3311
- "list"
3312
- ],
3313
1843
  "type": "string"
3314
1844
  },
3315
1845
  "editable": {
@@ -3321,10 +1851,8 @@
3321
1851
  "type": "string"
3322
1852
  },
3323
1853
  "type": {
1854
+ "const": "relationship",
3324
1855
  "description": "String value indicating which type of element to use.",
3325
- "enum": [
3326
- "relationship"
3327
- ],
3328
1856
  "type": "string"
3329
1857
  },
3330
1858
  "visibilityExpression": {
@@ -3356,10 +1884,8 @@
3356
1884
  ]
3357
1885
  },
3358
1886
  "type": {
1887
+ "const": "switch",
3359
1888
  "description": "The input type identifier.",
3360
- "enum": [
3361
- "switch"
3362
- ],
3363
1889
  "type": "string"
3364
1890
  }
3365
1891
  },
@@ -3381,10 +1907,8 @@
3381
1907
  "type": "number"
3382
1908
  },
3383
1909
  "type": {
1910
+ "const": "text-area",
3384
1911
  "description": "The input type identifier.",
3385
- "enum": [
3386
- "text-area"
3387
- ],
3388
1912
  "type": "string"
3389
1913
  }
3390
1914
  },
@@ -3406,10 +1930,8 @@
3406
1930
  "type": "number"
3407
1931
  },
3408
1932
  "type": {
1933
+ "const": "text-box",
3409
1934
  "description": "The input type identifier.",
3410
- "enum": [
3411
- "text-box"
3412
- ],
3413
1935
  "type": "string"
3414
1936
  }
3415
1937
  },
@@ -3476,10 +1998,8 @@
3476
1998
  "description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
3477
1999
  },
3478
2000
  "layerType": {
2001
+ "const": "GeoJSON",
3479
2002
  "description": "The type of layer.",
3480
- "enum": [
3481
- "GeoJSON"
3482
- ],
3483
2003
  "type": "string"
3484
2004
  },
3485
2005
  "listMode": {
@@ -3600,10 +2120,8 @@
3600
2120
  "type": "string"
3601
2121
  },
3602
2122
  "layerType": {
2123
+ "const": "GeoRSS",
3603
2124
  "description": "The type of layer.",
3604
- "enum": [
3605
- "GeoRSS"
3606
- ],
3607
2125
  "type": "string"
3608
2126
  },
3609
2127
  "lineSymbol": {
@@ -3924,10 +2442,8 @@
3924
2442
  "type": "string"
3925
2443
  },
3926
2444
  "layerType": {
2445
+ "const": "GroupLayer",
3927
2446
  "description": "String indicating the layer type. Value of this property must be GroupLayer.",
3928
- "enum": [
3929
- "GroupLayer"
3930
- ],
3931
2447
  "type": "string"
3932
2448
  },
3933
2449
  "layers": {
@@ -4106,10 +2622,8 @@
4106
2622
  "description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
4107
2623
  },
4108
2624
  "layerType": {
2625
+ "const": "ArcGISImageServiceLayer",
4109
2626
  "description": "The type of layer.",
4110
- "enum": [
4111
- "ArcGISImageServiceLayer"
4112
- ],
4113
2627
  "type": "string"
4114
2628
  },
4115
2629
  "listMode": {
@@ -4307,10 +2821,8 @@
4307
2821
  "description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
4308
2822
  },
4309
2823
  "layerType": {
2824
+ "const": "ArcGISImageServiceVectorLayer",
4310
2825
  "description": "The type of layer.",
4311
- "enum": [
4312
- "ArcGISImageServiceVectorLayer"
4313
- ],
4314
2826
  "type": "string"
4315
2827
  },
4316
2828
  "listMode": {
@@ -4433,10 +2945,8 @@
4433
2945
  "type": "string"
4434
2946
  },
4435
2947
  "layerType": {
2948
+ "const": "IntegratedMeshLayer",
4436
2949
  "description": "The type of layer.",
4437
- "enum": [
4438
- "IntegratedMeshLayer"
4439
- ],
4440
2950
  "type": "string"
4441
2951
  },
4442
2952
  "listMode": {
@@ -4549,10 +3059,8 @@
4549
3059
  "type": "string"
4550
3060
  },
4551
3061
  "layerType": {
3062
+ "const": "KML",
4552
3063
  "description": "The type of layer.",
4553
- "enum": [
4554
- "KML"
4555
- ],
4556
3064
  "type": "string"
4557
3065
  },
4558
3066
  "listMode": {
@@ -4651,10 +3159,8 @@
4651
3159
  "type": "array"
4652
3160
  },
4653
3161
  "type": {
3162
+ "const": "dataLayer",
4654
3163
  "description": "A string value indicating the type. This value is dataLayer.",
4655
- "enum": [
4656
- "dataLayer"
4657
- ],
4658
3164
  "type": "string"
4659
3165
  }
4660
3166
  },
@@ -4676,10 +3182,8 @@
4676
3182
  "type": "number"
4677
3183
  },
4678
3184
  "type": {
3185
+ "const": "mapLayer",
4679
3186
  "description": "A string value indicating the type. This value is mapLayer.",
4680
- "enum": [
4681
- "mapLayer"
4682
- ],
4683
3187
  "type": "string"
4684
3188
  }
4685
3189
  },
@@ -4772,10 +3276,8 @@
4772
3276
  "type": "boolean"
4773
3277
  },
4774
3278
  "type": {
3279
+ "const": "cluster",
4775
3280
  "description": "The type of feature reduction.",
4776
- "enum": [
4777
- "cluster"
4778
- ],
4779
3281
  "type": "string"
4780
3282
  }
4781
3283
  },
@@ -4800,10 +3302,8 @@
4800
3302
  "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.",
4801
3303
  "properties": {
4802
3304
  "type": {
3305
+ "const": "selection",
4803
3306
  "description": "The type of feature reduction.",
4804
- "enum": [
4805
- "selection"
4806
- ],
4807
3307
  "type": "string"
4808
3308
  }
4809
3309
  },
@@ -4878,10 +3378,8 @@
4878
3378
  "description": "The right table source."
4879
3379
  },
4880
3380
  "type": {
3381
+ "const": "joinTable",
4881
3382
  "description": "Type of the DataSource.",
4882
- "enum": [
4883
- "joinTable"
4884
- ],
4885
3383
  "type": "string"
4886
3384
  },
4887
3385
  "workspaceId": {
@@ -5229,10 +3727,8 @@
5229
3727
  "description": "The spatial reference of the geometry column. When querying a table that does not have a geometry column, do not include spatialReference."
5230
3728
  },
5231
3729
  "type": {
3730
+ "const": "queryTable",
5232
3731
  "description": "Type of the DataSource.",
5233
- "enum": [
5234
- "queryTable"
5235
- ],
5236
3732
  "type": "string"
5237
3733
  },
5238
3734
  "workspaceId": {
@@ -5286,10 +3782,8 @@
5286
3782
  "type": "string"
5287
3783
  },
5288
3784
  "type": {
3785
+ "const": "rangeInfo",
5289
3786
  "description": "Type of range object. Value of this property must be rangeInfo.",
5290
- "enum": [
5291
- "rangeInfo"
5292
- ],
5293
3787
  "type": "string"
5294
3788
  }
5295
3789
  },
@@ -5307,10 +3801,8 @@
5307
3801
  "type": "string"
5308
3802
  },
5309
3803
  "type": {
3804
+ "const": "raster",
5310
3805
  "description": "Type of the DataSource.",
5311
- "enum": [
5312
- "raster"
5313
- ],
5314
3806
  "type": "string"
5315
3807
  },
5316
3808
  "workspaceId": {
@@ -5336,10 +3828,8 @@
5336
3828
  "type": "string"
5337
3829
  },
5338
3830
  "type": {
3831
+ "const": "table",
5339
3832
  "description": "Type of the DataSource.",
5340
- "enum": [
5341
- "table"
5342
- ],
5343
3833
  "type": "string"
5344
3834
  },
5345
3835
  "workspaceId": {
@@ -5409,10 +3899,8 @@
5409
3899
  "type": "number"
5410
3900
  },
5411
3901
  "type": {
3902
+ "const": "bloom",
5412
3903
  "description": "Effect type.",
5413
- "enum": [
5414
- "bloom"
5415
- ],
5416
3904
  "type": "string"
5417
3905
  }
5418
3906
  },
@@ -5430,10 +3918,8 @@
5430
3918
  "type": "number"
5431
3919
  },
5432
3920
  "type": {
3921
+ "const": "blur",
5433
3922
  "description": "Effect type.",
5434
- "enum": [
5435
- "blur"
5436
- ],
5437
3923
  "type": "string"
5438
3924
  }
5439
3925
  },
@@ -5451,10 +3937,8 @@
5451
3937
  "type": "number"
5452
3938
  },
5453
3939
  "type": {
3940
+ "const": "brightness",
5454
3941
  "description": "Effect type.",
5455
- "enum": [
5456
- "brightness"
5457
- ],
5458
3942
  "type": "string"
5459
3943
  }
5460
3944
  },
@@ -5472,10 +3956,8 @@
5472
3956
  "type": "number"
5473
3957
  },
5474
3958
  "type": {
3959
+ "const": "contrast",
5475
3960
  "description": "Effect type.",
5476
- "enum": [
5477
- "contrast"
5478
- ],
5479
3961
  "type": "string"
5480
3962
  }
5481
3963
  },
@@ -5497,10 +3979,8 @@
5497
3979
  "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."
5498
3980
  },
5499
3981
  "type": {
3982
+ "const": "drop-shadow",
5500
3983
  "description": "Effect type.",
5501
- "enum": [
5502
- "drop-shadow"
5503
- ],
5504
3984
  "type": "string"
5505
3985
  },
5506
3986
  "xoffset": {
@@ -5543,10 +4023,8 @@
5543
4023
  "type": "number"
5544
4024
  },
5545
4025
  "type": {
4026
+ "const": "grayscale",
5546
4027
  "description": "Effect type.",
5547
- "enum": [
5548
- "grayscale"
5549
- ],
5550
4028
  "type": "string"
5551
4029
  }
5552
4030
  },
@@ -5564,10 +4042,8 @@
5564
4042
  "type": "number"
5565
4043
  },
5566
4044
  "type": {
4045
+ "const": "hue-rotate",
5567
4046
  "description": "Effect type.",
5568
- "enum": [
5569
- "hue-rotate"
5570
- ],
5571
4047
  "type": "string"
5572
4048
  }
5573
4049
  },
@@ -5585,10 +4061,8 @@
5585
4061
  "type": "number"
5586
4062
  },
5587
4063
  "type": {
4064
+ "const": "invert",
5588
4065
  "description": "Effect type.",
5589
- "enum": [
5590
- "invert"
5591
- ],
5592
4066
  "type": "string"
5593
4067
  }
5594
4068
  },
@@ -5606,10 +4080,8 @@
5606
4080
  "type": "number"
5607
4081
  },
5608
4082
  "type": {
4083
+ "const": "opacity",
5609
4084
  "description": "Effect type.",
5610
- "enum": [
5611
- "opacity"
5612
- ],
5613
4085
  "type": "string"
5614
4086
  }
5615
4087
  },
@@ -5627,10 +4099,8 @@
5627
4099
  "type": "number"
5628
4100
  },
5629
4101
  "type": {
4102
+ "const": "saturate",
5630
4103
  "description": "Effect type.",
5631
- "enum": [
5632
- "saturate"
5633
- ],
5634
4104
  "type": "string"
5635
4105
  }
5636
4106
  },
@@ -5670,10 +4140,8 @@
5670
4140
  "type": "number"
5671
4141
  },
5672
4142
  "type": {
4143
+ "const": "sepia",
5673
4144
  "description": "Effect type.",
5674
- "enum": [
5675
- "sepia"
5676
- ],
5677
4145
  "type": "string"
5678
4146
  }
5679
4147
  },
@@ -5743,10 +4211,8 @@
5743
4211
  "type": "string"
5744
4212
  },
5745
4213
  "layerType": {
4214
+ "const": "ArcGISMapServiceLayer",
5746
4215
  "description": "Type of the layer.",
5747
- "enum": [
5748
- "ArcGISMapServiceLayer"
5749
- ],
5750
4216
  "type": "string"
5751
4217
  },
5752
4218
  "layers": {
@@ -5963,10 +4429,8 @@
5963
4429
  "description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
5964
4430
  },
5965
4431
  "layerType": {
4432
+ "const": "PointCloudLayer",
5966
4433
  "description": "The type of layer.",
5967
- "enum": [
5968
- "PointCloudLayer"
5969
- ],
5970
4434
  "type": "string"
5971
4435
  },
5972
4436
  "listMode": {
@@ -6506,10 +4970,8 @@
6506
4970
  "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."
6507
4971
  },
6508
4972
  "type": {
4973
+ "const": "classBreaks",
6509
4974
  "description": "The type of renderer. See {@link RendererJsonType}.",
6510
- "enum": [
6511
- "classBreaks"
6512
- ],
6513
4975
  "type": "string"
6514
4976
  },
6515
4977
  "visualVariables": {
@@ -6607,10 +5069,8 @@
6607
5069
  "type": "array"
6608
5070
  },
6609
5071
  "type": {
5072
+ "const": "colorInfo",
6610
5073
  "description": "The type of the VisualVariable.",
6611
- "enum": [
6612
- "colorInfo"
6613
- ],
6614
5074
  "type": "string"
6615
5075
  }
6616
5076
  },
@@ -6787,10 +5247,8 @@
6787
5247
  "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."
6788
5248
  },
6789
5249
  "type": {
5250
+ "const": "heatmap",
6790
5251
  "description": "The type of renderer. See {@link RendererJsonType}.",
6791
- "enum": [
6792
- "heatmap"
6793
- ],
6794
5252
  "type": "string"
6795
5253
  },
6796
5254
  "visualVariables": {
@@ -6875,10 +5333,8 @@
6875
5333
  "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."
6876
5334
  },
6877
5335
  "type": {
5336
+ "const": "pointCloudClassBreaksRenderer",
6878
5337
  "description": "The type of renderer. See {@link RendererJsonType}.",
6879
- "enum": [
6880
- "pointCloudClassBreaksRenderer"
6881
- ],
6882
5338
  "type": "string"
6883
5339
  },
6884
5340
  "visualVariables": {
@@ -6903,10 +5359,8 @@
6903
5359
  "type": "number"
6904
5360
  },
6905
5361
  "type": {
5362
+ "const": "pointCloudFixedSizeAlgorithm",
6906
5363
  "description": "Type:String Value of this property must be pointCloudFixedSizeAlgorithm.",
6907
- "enum": [
6908
- "pointCloudFixedSizeAlgorithm"
6909
- ],
6910
5364
  "type": "string"
6911
5365
  },
6912
5366
  "useRealWorldSymbolSizes": {
@@ -6970,10 +5424,8 @@
6970
5424
  "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."
6971
5425
  },
6972
5426
  "type": {
5427
+ "const": "pointCloudRGBRenderer",
6973
5428
  "description": "The type of renderer. See {@link RendererJsonType}.",
6974
- "enum": [
6975
- "pointCloudRGBRenderer"
6976
- ],
6977
5429
  "type": "string"
6978
5430
  },
6979
5431
  "visualVariables": {
@@ -7002,10 +5454,8 @@
7002
5454
  "type": "number"
7003
5455
  },
7004
5456
  "type": {
5457
+ "const": "pointCloudSplatAlgorithm",
7005
5458
  "description": "Type:String Value of this property must be pointCloudSplatAlgorithm.",
7006
- "enum": [
7007
- "pointCloudSplatAlgorithm"
7008
- ],
7009
5459
  "type": "string"
7010
5460
  }
7011
5461
  },
@@ -7065,10 +5515,8 @@
7065
5515
  "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."
7066
5516
  },
7067
5517
  "type": {
5518
+ "const": "pointCloudStretchRenderer",
7068
5519
  "description": "The type of renderer. See {@link RendererJsonType}.",
7069
- "enum": [
7070
- "pointCloudStretchRenderer"
7071
- ],
7072
5520
  "type": "string"
7073
5521
  },
7074
5522
  "visualVariables": {
@@ -7142,10 +5590,8 @@
7142
5590
  "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."
7143
5591
  },
7144
5592
  "type": {
5593
+ "const": "pointCloudUniqueValueRenderer",
7145
5594
  "description": "The type of renderer. See {@link RendererJsonType}.",
7146
- "enum": [
7147
- "pointCloudUniqueValueRenderer"
7148
- ],
7149
5595
  "type": "string"
7150
5596
  },
7151
5597
  "visualVariables": {
@@ -7190,10 +5636,8 @@
7190
5636
  "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."
7191
5637
  },
7192
5638
  "type": {
5639
+ "const": "predominance",
7193
5640
  "description": "The type of renderer. See {@link RendererJsonType}.",
7194
- "enum": [
7195
- "predominance"
7196
- ],
7197
5641
  "type": "string"
7198
5642
  },
7199
5643
  "uniqueValueInfos": {
@@ -7280,10 +5724,8 @@
7280
5724
  "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."
7281
5725
  },
7282
5726
  "type": {
5727
+ "const": "rotationInfo",
7283
5728
  "description": "The type of the VisualVariable.",
7284
- "enum": [
7285
- "rotationInfo"
7286
- ],
7287
5729
  "type": "string"
7288
5730
  },
7289
5731
  "valueExpression": {
@@ -7334,10 +5776,8 @@
7334
5776
  "description": "An object that represents how all features will be drawn."
7335
5777
  },
7336
5778
  "type": {
5779
+ "const": "simple",
7337
5780
  "description": "The type of renderer. See {@link RendererJsonType}.",
7338
- "enum": [
7339
- "simple"
7340
- ],
7341
5781
  "type": "string"
7342
5782
  },
7343
5783
  "visualVariables": {
@@ -7405,17 +5845,13 @@
7405
5845
  "type": "string"
7406
5846
  },
7407
5847
  "target": {
5848
+ "const": "outline",
7408
5849
  "description": "String value indicating that the sizeInfo should be applied to the outline of polygons.",
7409
- "enum": [
7410
- "outline"
7411
- ],
7412
5850
  "type": "string"
7413
5851
  },
7414
5852
  "type": {
5853
+ "const": "sizeInfo",
7415
5854
  "description": "The type of the VisualVariable.",
7416
- "enum": [
7417
- "sizeInfo"
7418
- ],
7419
5855
  "type": "string"
7420
5856
  },
7421
5857
  "useSymbolValue": {
@@ -7532,10 +5968,8 @@
7532
5968
  "description": "Simple renderer used to symbolize the tracks."
7533
5969
  },
7534
5970
  "type": {
5971
+ "const": "temporal",
7535
5972
  "description": "The type of renderer. See {@link RendererJsonType}.",
7536
- "enum": [
7537
- "temporal"
7538
- ],
7539
5973
  "type": "string"
7540
5974
  },
7541
5975
  "visualVariables": {
@@ -7575,10 +6009,8 @@
7575
6009
  "type": "array"
7576
6010
  },
7577
6011
  "type": {
6012
+ "const": "transparencyInfo",
7578
6013
  "description": "The type of the VisualVariable.",
7579
- "enum": [
7580
- "transparencyInfo"
7581
- ],
7582
6014
  "type": "string"
7583
6015
  }
7584
6016
  },
@@ -7682,10 +6114,8 @@
7682
6114
  "type": "string"
7683
6115
  },
7684
6116
  "type": {
6117
+ "const": "uniqueValue",
7685
6118
  "description": "The type of renderer. See {@link RendererJsonType}.",
7686
- "enum": [
7687
- "uniqueValue"
7688
- ],
7689
6119
  "type": "string"
7690
6120
  },
7691
6121
  "visualVariables": {
@@ -7792,10 +6222,8 @@
7792
6222
  "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."
7793
6223
  },
7794
6224
  "type": {
6225
+ "const": "uniqueValue",
7795
6226
  "description": "The type of renderer. See {@link RendererJsonType}.",
7796
- "enum": [
7797
- "uniqueValue"
7798
- ],
7799
6227
  "type": "string"
7800
6228
  },
7801
6229
  "uniqueValueGroups": {
@@ -7831,10 +6259,8 @@
7831
6259
  "description": "A vector field renderer is a renderer that uses symbolizes a U-V or Magnitude-Direction data.",
7832
6260
  "properties": {
7833
6261
  "attributeField": {
6262
+ "const": "Magnitude",
7834
6263
  "description": "Name of the feature attribute field that contains the data value.",
7835
- "enum": [
7836
- "Magnitude"
7837
- ],
7838
6264
  "type": "string"
7839
6265
  },
7840
6266
  "authoringInfo": {
@@ -7887,10 +6313,8 @@
7887
6313
  "type": "number"
7888
6314
  },
7889
6315
  "type": {
6316
+ "const": "vectorField",
7890
6317
  "description": "The type of renderer. See {@link RendererJsonType}.",
7891
- "enum": [
7892
- "vectorField"
7893
- ],
7894
6318
  "type": "string"
7895
6319
  },
7896
6320
  "visualVariables": {
@@ -7988,10 +6412,8 @@
7988
6412
  "description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
7989
6413
  },
7990
6414
  "layerType": {
6415
+ "const": "ArcGISSceneServiceLayer",
7991
6416
  "description": "The type of layer.",
7992
- "enum": [
7993
- "ArcGISSceneServiceLayer"
7994
- ],
7995
6417
  "type": "string"
7996
6418
  },
7997
6419
  "listMode": {
@@ -8179,10 +6601,8 @@
8179
6601
  "description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
8180
6602
  },
8181
6603
  "layerType": {
6604
+ "const": "ArcGISStreamLayer",
8182
6605
  "description": "The type of layer.",
8183
- "enum": [
8184
- "ArcGISStreamLayer"
8185
- ],
8186
6606
  "type": "string"
8187
6607
  },
8188
6608
  "listMode": {
@@ -8415,10 +6835,8 @@
8415
6835
  "description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
8416
6836
  },
8417
6837
  "layerType": {
6838
+ "const": "SubtypeGroupLayer",
8418
6839
  "description": "String indicating the layer type. Value of this property must be SubtypeGroupLayer.",
8419
- "enum": [
8420
- "SubtypeGroupLayer"
8421
- ],
8422
6840
  "type": "string"
8423
6841
  },
8424
6842
  "layers": {
@@ -8545,10 +6963,8 @@
8545
6963
  "description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
8546
6964
  },
8547
6965
  "layerType": {
6966
+ "const": "ArcGISFeatureLayer",
8548
6967
  "description": "The type of sublayer.",
8549
- "enum": [
8550
- "ArcGISFeatureLayer"
8551
- ],
8552
6968
  "type": "string"
8553
6969
  },
8554
6970
  "listMode": {
@@ -8641,10 +7057,8 @@
8641
7057
  "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/}.",
8642
7058
  "properties": {
8643
7059
  "type": {
7060
+ "const": "CIMSymbolReference",
8644
7061
  "description": "Specifies the type of symbol used.",
8645
- "enum": [
8646
- "CIMSymbolReference"
8647
- ],
8648
7062
  "type": "string"
8649
7063
  }
8650
7064
  },
@@ -8674,10 +7088,8 @@
8674
7088
  "type": "number"
8675
7089
  },
8676
7090
  "type": {
7091
+ "const": "line",
8677
7092
  "description": "The type of the callout. A callout of type line connects an offset symbol or label with its location.",
8678
- "enum": [
8679
- "line"
8680
- ],
8681
7093
  "type": "string"
8682
7094
  }
8683
7095
  },
@@ -8723,10 +7135,8 @@
8723
7135
  "type": "number"
8724
7136
  },
8725
7137
  "type": {
7138
+ "const": "Extrude",
8726
7139
  "description": "The type of the Symbol3DLayer. See {@link Symbol3DLayerJsonType}.",
8727
- "enum": [
8728
- "Extrude"
8729
- ],
8730
7140
  "type": "string"
8731
7141
  }
8732
7142
  },
@@ -8760,10 +7170,8 @@
8760
7170
  "description": "The outline of the point, line or polygon."
8761
7171
  },
8762
7172
  "type": {
7173
+ "const": "Fill",
8763
7174
  "description": "The type of the Symbol3DLayer. See {@link Symbol3DLayerJsonType}.",
8764
- "enum": [
8765
- "Fill"
8766
- ],
8767
7175
  "type": "string"
8768
7176
  }
8769
7177
  },
@@ -8855,10 +7263,8 @@
8855
7263
  "type": "number"
8856
7264
  },
8857
7265
  "type": {
7266
+ "const": "Icon",
8858
7267
  "description": "The type of the Symbol3DLayer. See {@link Symbol3DLayerJsonType}.",
8859
- "enum": [
8860
- "Icon"
8861
- ],
8862
7268
  "type": "string"
8863
7269
  }
8864
7270
  },
@@ -8883,10 +7289,8 @@
8883
7289
  "type": "array"
8884
7290
  },
8885
7291
  "type": {
7292
+ "const": "LabelSymbol3D",
8886
7293
  "description": "The type of symbol. See {@link SymbolJsonType}.",
8887
- "enum": [
8888
- "LabelSymbol3D"
8889
- ],
8890
7294
  "type": "string"
8891
7295
  },
8892
7296
  "verticalOffset": {
@@ -8919,10 +7323,8 @@
8919
7323
  "type": "array"
8920
7324
  },
8921
7325
  "type": {
7326
+ "const": "LineSymbol3D",
8922
7327
  "description": "The type of symbol. See {@link SymbolJsonType}.",
8923
- "enum": [
8924
- "LineSymbol3D"
8925
- ],
8926
7328
  "type": "string"
8927
7329
  }
8928
7330
  },
@@ -8949,10 +7351,8 @@
8949
7351
  "type": "number"
8950
7352
  },
8951
7353
  "type": {
7354
+ "const": "Line",
8952
7355
  "description": "The type of the Symbol3DLayer. See {@link Symbol3DLayerJsonType}.",
8953
- "enum": [
8954
- "Line"
8955
- ],
8956
7356
  "type": "string"
8957
7357
  }
8958
7358
  },
@@ -9000,10 +7400,8 @@
9000
7400
  "type": "array"
9001
7401
  },
9002
7402
  "type": {
7403
+ "const": "MeshSymbol3D",
9003
7404
  "description": "The type of symbol. See {@link SymbolJsonType}.",
9004
- "enum": [
9005
- "MeshSymbol3D"
9006
- ],
9007
7405
  "type": "string"
9008
7406
  }
9009
7407
  },
@@ -9050,10 +7448,8 @@
9050
7448
  "description": "The shape (primitive) or image URL (href) used to visualize the features."
9051
7449
  },
9052
7450
  "type": {
7451
+ "const": "Object",
9053
7452
  "description": "The type of the Symbol3DLayer. See {@link Symbol3DLayerJsonType}.",
9054
- "enum": [
9055
- "Object"
9056
- ],
9057
7453
  "type": "string"
9058
7454
  },
9059
7455
  "width": {
@@ -9102,10 +7498,8 @@
9102
7498
  "type": "number"
9103
7499
  },
9104
7500
  "type": {
7501
+ "const": "Path",
9105
7502
  "description": "The type of the Symbol3DLayer. See {@link Symbol3DLayerJsonType}.",
9106
- "enum": [
9107
- "Path"
9108
- ],
9109
7503
  "type": "string"
9110
7504
  },
9111
7505
  "width": {
@@ -9143,10 +7537,8 @@
9143
7537
  "description": "Sets the outline of the symbol."
9144
7538
  },
9145
7539
  "type": {
7540
+ "const": "esriPFS",
9146
7541
  "description": "The type of symbol. See {@link SymbolJsonType}.",
9147
- "enum": [
9148
- "esriPFS"
9149
- ],
9150
7542
  "type": "string"
9151
7543
  },
9152
7544
  "url": {
@@ -9200,10 +7592,8 @@
9200
7592
  "type": "string"
9201
7593
  },
9202
7594
  "type": {
7595
+ "const": "esriPMS",
9203
7596
  "description": "The type of symbol. See {@link SymbolJsonType}.",
9204
- "enum": [
9205
- "esriPMS"
9206
- ],
9207
7597
  "type": "string"
9208
7598
  },
9209
7599
  "url": {
@@ -9255,10 +7645,8 @@
9255
7645
  "type": "array"
9256
7646
  },
9257
7647
  "type": {
7648
+ "const": "PointSymbol3D",
9258
7649
  "description": "The type of symbol. See {@link SymbolJsonType}.",
9259
- "enum": [
9260
- "PointSymbol3D"
9261
- ],
9262
7650
  "type": "string"
9263
7651
  },
9264
7652
  "verticalOffset": {
@@ -9294,10 +7682,8 @@
9294
7682
  "type": "array"
9295
7683
  },
9296
7684
  "type": {
7685
+ "const": "PolygonSymbol3D",
9297
7686
  "description": "The type of symbol. See {@link SymbolJsonType}.",
9298
- "enum": [
9299
- "PolygonSymbol3D"
9300
- ],
9301
7687
  "type": "string"
9302
7688
  }
9303
7689
  },
@@ -9368,10 +7754,8 @@
9368
7754
  "type": "string"
9369
7755
  },
9370
7756
  "type": {
7757
+ "const": "esriSFS",
9371
7758
  "description": "The type of symbol. See {@link SymbolJsonType}.",
9372
- "enum": [
9373
- "esriSFS"
9374
- ],
9375
7759
  "type": "string"
9376
7760
  }
9377
7761
  },
@@ -9401,10 +7785,8 @@
9401
7785
  "type": "string"
9402
7786
  },
9403
7787
  "type": {
7788
+ "const": "esriSLS",
9404
7789
  "description": "The type of symbol. See {@link SymbolJsonType}.",
9405
- "enum": [
9406
- "esriSLS"
9407
- ],
9408
7790
  "type": "string"
9409
7791
  },
9410
7792
  "width": {
@@ -9451,10 +7833,8 @@
9451
7833
  "type": "string"
9452
7834
  },
9453
7835
  "type": {
7836
+ "const": "esriSMS",
9454
7837
  "description": "The type of symbol. See {@link SymbolJsonType}.",
9455
- "enum": [
9456
- "esriSMS"
9457
- ],
9458
7838
  "type": "string"
9459
7839
  },
9460
7840
  "xoffset": {
@@ -9495,10 +7875,8 @@
9495
7875
  "type": "number"
9496
7876
  },
9497
7877
  "type": {
7878
+ "const": "sketch",
9498
7879
  "description": "The type of edge visualization. Value of this property must be sketch.",
9499
- "enum": [
9500
- "sketch"
9501
- ],
9502
7880
  "type": "string"
9503
7881
  }
9504
7882
  },
@@ -9531,10 +7909,8 @@
9531
7909
  "type": "number"
9532
7910
  },
9533
7911
  "type": {
7912
+ "const": "solid",
9534
7913
  "description": "The type of edge visualization. Value of this property must be solid.",
9535
- "enum": [
9536
- "solid"
9537
- ],
9538
7914
  "type": "string"
9539
7915
  }
9540
7916
  },
@@ -9560,9 +7936,7 @@
9560
7936
  "type": "string"
9561
7937
  },
9562
7938
  "type": {
9563
- "enum": [
9564
- "styleSymbolReference"
9565
- ],
7939
+ "const": "styleSymbolReference",
9566
7940
  "type": "string"
9567
7941
  }
9568
7942
  },
@@ -9688,10 +8062,8 @@
9688
8062
  "type": "string"
9689
8063
  },
9690
8064
  "type": {
8065
+ "const": "Text",
9691
8066
  "description": "The type of the Symbol3DLayer. See {@link Symbol3DLayerJsonType}.",
9692
- "enum": [
9693
- "Text"
9694
- ],
9695
8067
  "type": "string"
9696
8068
  }
9697
8069
  },
@@ -9763,10 +8135,8 @@
9763
8135
  "type": "string"
9764
8136
  },
9765
8137
  "type": {
8138
+ "const": "esriTS",
9766
8139
  "description": "The type of symbol. See {@link SymbolJsonType}.",
9767
- "enum": [
9768
- "esriTS"
9769
- ],
9770
8140
  "type": "string"
9771
8141
  },
9772
8142
  "verticalAlignment": {
@@ -9914,10 +8284,8 @@
9914
8284
  "description": "An object that defines the attribute schema and drawing information for a layer drawn using client-side graphics. See layerDefinition properties table."
9915
8285
  },
9916
8286
  "layerType": {
8287
+ "const": "ArcGISTiledImageServiceLayer",
9917
8288
  "description": "The type of layer.",
9918
- "enum": [
9919
- "ArcGISTiledImageServiceLayer"
9920
- ],
9921
8289
  "type": "string"
9922
8290
  },
9923
8291
  "listMode": {
@@ -10048,10 +8416,8 @@
10048
8416
  "type": "string"
10049
8417
  },
10050
8418
  "layerType": {
8419
+ "const": "ArcGISTiledMapServiceLayer",
10051
8420
  "description": "The type of layer.",
10052
- "enum": [
10053
- "ArcGISTiledMapServiceLayer"
10054
- ],
10055
8421
  "type": "string"
10056
8422
  },
10057
8423
  "layers": {
@@ -10210,10 +8576,8 @@
10210
8576
  "type": "string"
10211
8577
  },
10212
8578
  "layerType": {
8579
+ "const": "VectorTileLayer",
10213
8580
  "description": "The type of layer.",
10214
- "enum": [
10215
- "VectorTileLayer"
10216
- ],
10217
8581
  "type": "string"
10218
8582
  },
10219
8583
  "listMode": {
@@ -10370,10 +8734,8 @@
10370
8734
  "type": "string"
10371
8735
  },
10372
8736
  "layerType": {
8737
+ "const": "WMS",
10373
8738
  "description": "Type of the layer.",
10374
- "enum": [
10375
- "WMS"
10376
- ],
10377
8739
  "type": "string"
10378
8740
  },
10379
8741
  "layers": {
@@ -10633,10 +8995,8 @@
10633
8995
  "type": "string"
10634
8996
  },
10635
8997
  "layerType": {
8998
+ "const": "WebTiledLayer",
10636
8999
  "description": "The type of layer.",
10637
- "enum": [
10638
- "WebTiledLayer"
10639
- ],
10640
9000
  "type": "string"
10641
9001
  },
10642
9002
  "listMode": {
@@ -10716,41 +9076,18 @@
10716
9076
  "geolocation.accuracy-changed"
10717
9077
  ]
10718
9078
  },
10719
- "geolocation.accuracy-changed:input": {
10720
- "$ref": "#/definitions/GeolocateAccuracyChangedEventArgs"
10721
- },
10722
9079
  "geolocation.auto-recenter-started": {
10723
9080
  "description": "Raised when geolocation enters auto recenter mode. For VertiGIS Studio Web Viewer, the event will have no parameter (all maps are always affected).",
10724
9081
  "enum": [
10725
9082
  "geolocation.auto-recenter-started"
10726
9083
  ]
10727
9084
  },
10728
- "geolocation.auto-recenter-started:input": {
10729
- "anyOf": [
10730
- {
10731
- "$ref": "#/definitions/HasMaps"
10732
- },
10733
- {
10734
- "type": "null"
10735
- }
10736
- ]
10737
- },
10738
9085
  "geolocation.auto-recenter-stopped": {
10739
9086
  "description": "Raised when geolocation leaves auto recenter mode. For VertiGIS Studio Web Viewer, the event will have no parameter (all maps are always affected).",
10740
9087
  "enum": [
10741
9088
  "geolocation.auto-recenter-stopped"
10742
9089
  ]
10743
9090
  },
10744
- "geolocation.auto-recenter-stopped:input": {
10745
- "anyOf": [
10746
- {
10747
- "$ref": "#/definitions/HasMaps"
10748
- },
10749
- {
10750
- "type": "null"
10751
- }
10752
- ]
10753
- },
10754
9091
  "geolocation.display-location-started": {
10755
9092
  "description": "Raised when geolocation enters displaying location mode. Web only.",
10756
9093
  "enum": [
@@ -10778,214 +9115,138 @@
10778
9115
  "geolocation.position-acquired"
10779
9116
  ]
10780
9117
  },
10781
- "geolocation.position-acquired:input": {
10782
- "$ref": "#/definitions/GeolocationEvent"
10783
- },
10784
9118
  "geolocation.position-changed": {
10785
9119
  "description": "Raised when geolocation is activated and the user's position changes.",
10786
9120
  "enum": [
10787
9121
  "geolocation.position-changed"
10788
9122
  ]
10789
9123
  },
10790
- "geolocation.position-changed:input": {
10791
- "$ref": "#/definitions/esri.Point"
10792
- },
10793
9124
  "geolocation.position-lost": {
10794
9125
  "description": "Raised when geolocation is disabled, either through signal loss or being turned off, and a user position is not available.",
10795
9126
  "enum": [
10796
9127
  "geolocation.position-lost"
10797
9128
  ]
10798
9129
  },
10799
- "geolocation.position-lost:input": {
10800
- "$ref": "#/definitions/GeolocationEvent"
10801
- },
10802
9130
  "geolocation.status-changed": {
10803
9131
  "description": "Raised when geolocation status (enabled or disabled via app permissions) changes.",
10804
9132
  "enum": [
10805
9133
  "geolocation.status-changed"
10806
9134
  ]
10807
9135
  },
10808
- "geolocation.status-changed:input": {
10809
- "$ref": "#/definitions/GeolocationStatusChangedEventArgs"
10810
- },
10811
9136
  "location-marker.created": {
10812
9137
  "description": "Raised when a Marker is created. Web only.",
10813
9138
  "enum": [
10814
9139
  "location-marker.created"
10815
9140
  ]
10816
9141
  },
10817
- "location-marker.created:input": {
10818
- "$ref": "#/definitions/LocationMarkerEvent"
10819
- },
10820
9142
  "location-marker.removed": {
10821
9143
  "description": "Raised when a Marker is removed. Web only.",
10822
9144
  "enum": [
10823
9145
  "location-marker.removed"
10824
9146
  ]
10825
9147
  },
10826
- "location-marker.removed:input": {
10827
- "$ref": "#/definitions/LocationMarkerEvent"
10828
- },
10829
9148
  "location-marker.updated": {
10830
9149
  "description": "Raised when a Marker is updated. Web only.",
10831
9150
  "enum": [
10832
9151
  "location-marker.updated"
10833
9152
  ]
10834
9153
  },
10835
- "location-marker.updated:input": {
10836
- "$ref": "#/definitions/LocationMarkerEvent"
10837
- },
10838
9154
  "map.initialized": {
10839
9155
  "description": "Raised when a map has completed initialization. MapEvent used in Web, MapInitializedEvent used in Mobile.",
10840
9156
  "enum": [
10841
9157
  "map.initialized"
10842
9158
  ]
10843
9159
  },
10844
- "map.initialized:input": {
10845
- "anyOf": [
10846
- {
10847
- "$ref": "MapEvent"
10848
- },
10849
- {
10850
- "$ref": "MapInitializedEvent"
10851
- }
10852
- ]
10853
- },
10854
9160
  "map.view-mode-changed": {
10855
9161
  "description": "Raised when a map's {@link ViewMode} is changed. This happens when the map view is changed between a WebMap and a WebScene. Web only.",
10856
9162
  "enum": [
10857
9163
  "map.view-mode-changed"
10858
9164
  ]
10859
9165
  },
10860
- "map.view-mode-changed:input": {
10861
- "$ref": "#/definitions/ViewModeChangedEvent"
10862
- },
10863
9166
  "map.viewpoint-changed": {
10864
9167
  "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.",
10865
9168
  "enum": [
10866
9169
  "map.viewpoint-changed"
10867
9170
  ]
10868
9171
  },
10869
- "map.viewpoint-changed:input": {
10870
- "$ref": "MapEvent"
10871
- },
10872
9172
  "printing.print-error": {
10873
9173
  "description": "Raised when an error occurs with running a print.",
10874
9174
  "enum": [
10875
9175
  "printing.print-error"
10876
9176
  ]
10877
9177
  },
10878
- "printing.print-error:input": {
10879
- "$ref": "#/definitions/PrintErrorEventArgs"
10880
- },
10881
9178
  "printing.print-finished": {
10882
9179
  "description": "Raised when a print has finished running. Event arguments include the print download URL.",
10883
9180
  "enum": [
10884
9181
  "printing.print-finished"
10885
9182
  ]
10886
9183
  },
10887
- "printing.print-finished:input": {
10888
- "$ref": "#/definitions/PrintFinishedEventArgs"
10889
- },
10890
9184
  "printing.print-progress": {
10891
9185
  "description": "Raised while a print is running to provide updates on its status.",
10892
9186
  "enum": [
10893
9187
  "printing.print-progress"
10894
9188
  ]
10895
9189
  },
10896
- "printing.print-progress:input": {
10897
- "$ref": "#/definitions/PrintProgressEventArgs"
10898
- },
10899
9190
  "printing.print-started": {
10900
9191
  "description": "Raised when a print has started running.",
10901
9192
  "enum": [
10902
9193
  "printing.print-started"
10903
9194
  ]
10904
9195
  },
10905
- "printing.print-started:input": {
10906
- "$ref": "#/definitions/PrintStartedEventArgs"
10907
- },
10908
9196
  "project.loaded": {
10909
9197
  "description": "Raised when a project is loaded. Web only.",
10910
9198
  "enum": [
10911
9199
  "project.loaded"
10912
9200
  ]
10913
9201
  },
10914
- "project.loaded:input": {
10915
- "$ref": "#/definitions/SharedProject"
10916
- },
10917
9202
  "project.share-added": {
10918
9203
  "description": "Raised when a shared project is added. Web only.",
10919
9204
  "enum": [
10920
9205
  "project.share-added"
10921
9206
  ]
10922
9207
  },
10923
- "project.share-added:input": {
10924
- "$ref": "#/definitions/SharedProject"
10925
- },
10926
9208
  "project.share-removed": {
10927
9209
  "description": "Raised when a shared project is removed. Web only.",
10928
9210
  "enum": [
10929
9211
  "project.share-removed"
10930
9212
  ]
10931
9213
  },
10932
- "project.share-removed:input": {
10933
- "$ref": "#/definitions/SharedProject"
10934
- },
10935
9214
  "region.measurement-system-changed": {
10936
9215
  "description": "Raised when the current measurement system is changed. Web only.",
10937
9216
  "enum": [
10938
9217
  "region.measurement-system-changed"
10939
9218
  ]
10940
9219
  },
10941
- "region.measurement-system-changed:input": {
10942
- "$ref": "#/definitions/MeasurementSystem"
10943
- },
10944
9220
  "reports.report-error": {
10945
9221
  "description": "Raised when an error occurs with running a report. Web only.",
10946
9222
  "enum": [
10947
9223
  "reports.report-error"
10948
9224
  ]
10949
9225
  },
10950
- "reports.report-error:input": {
10951
- "$ref": "#/definitions/ReportErrorEventArgs"
10952
- },
10953
9226
  "reports.report-finished": {
10954
9227
  "description": "Raised when a report has finished running. Event arguments include the report download URL. Web only.",
10955
9228
  "enum": [
10956
9229
  "reports.report-finished"
10957
9230
  ]
10958
9231
  },
10959
- "reports.report-finished:input": {
10960
- "$ref": "#/definitions/ReportFinishedEventArgs"
10961
- },
10962
9232
  "reports.report-progress": {
10963
9233
  "description": "Raised while a report is running to provide updates on its status. Web only.",
10964
9234
  "enum": [
10965
9235
  "reports.report-progress"
10966
9236
  ]
10967
9237
  },
10968
- "reports.report-progress:input": {
10969
- "$ref": "#/definitions/ReportProgressEventArgs"
10970
- },
10971
9238
  "reports.report-started": {
10972
9239
  "description": "Raised when a report has started running. Web only.",
10973
9240
  "enum": [
10974
9241
  "reports.report-started"
10975
9242
  ]
10976
9243
  },
10977
- "reports.report-started:input": {
10978
- "$ref": "#/definitions/ReportStartedEventArgs"
10979
- },
10980
9244
  "results.changed": {
10981
9245
  "description": "Raised when results are added or removed to a named results set. Web only.",
10982
9246
  "enum": [
10983
9247
  "results.changed"
10984
9248
  ]
10985
9249
  },
10986
- "results.changed:input": {
10987
- "$ref": "#/definitions/TargetsResultsSetArgs"
10988
- },
10989
9250
  "ui.activated": {
10990
9251
  "description": "Raised when a component is activated. The argument is the component ID.",
10991
9252
  "enum": [
@@ -11037,9 +9298,6 @@
11037
9298
  "ui.density-changed"
11038
9299
  ]
11039
9300
  },
11040
- "ui.density-changed:input": {
11041
- "$ref": "#/definitions/UIDensity"
11042
- },
11043
9301
  "ui.initialized": {
11044
9302
  "description": "Raised when a component and its descendants have been initially activated. The argument is the component ID. Web only.",
11045
9303
  "enum": [
@@ -11100,9 +9358,6 @@
11100
9358
  "ui.visual-state-changed"
11101
9359
  ]
11102
9360
  },
11103
- "ui.visual-state-changed:input": {
11104
- "$ref": "#/definitions/VisualStateChangeEvent"
11105
- },
11106
9361
  "viewer-spec.Event": {
11107
9362
  "anyOf": [
11108
9363
  {
@@ -11287,26 +9542,17 @@
11287
9542
  "workflow.workflow-error"
11288
9543
  ]
11289
9544
  },
11290
- "workflow.workflow-error:input": {
11291
- "$ref": "#/definitions/WorkflowErrorEventArgs"
11292
- },
11293
9545
  "workflow.workflow-finished": {
11294
9546
  "description": "Raised when a workflow finishes running.",
11295
9547
  "enum": [
11296
9548
  "workflow.workflow-finished"
11297
9549
  ]
11298
9550
  },
11299
- "workflow.workflow-finished:input": {
11300
- "$ref": "#/definitions/WorkflowFinishedEventArgs"
11301
- },
11302
9551
  "workflow.workflow-started": {
11303
9552
  "description": "Raised when a workflow has started running. Web only.",
11304
9553
  "enum": [
11305
9554
  "workflow.workflow-started"
11306
9555
  ]
11307
- },
11308
- "workflow.workflow-started:input": {
11309
- "$ref": "#/definitions/WorkflowStartedEventArgs"
11310
9556
  }
11311
9557
  }
11312
9558
  }