@vertigis/viewer-spec 60.9.0 → 61.0.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 (36) hide show
  1. package/app-config/schema/common-app-config.schema.json +1 -1
  2. package/app-config/schema/mobile-app-config.schema.json +1 -1
  3. package/app-config/schema/web-app-config.schema.json +1 -1
  4. package/messaging/Event.d.ts +2 -1
  5. package/messaging/registry/geometry.d.ts +2 -3
  6. package/messaging/registry/map.d.ts +1 -1
  7. package/messaging/schema/common-action.schema.json +1834 -575
  8. package/messaging/schema/common-event.schema.json +1639 -305
  9. package/messaging/schema/mobile-action.schema.json +1912 -639
  10. package/messaging/schema/mobile-event.schema.json +1680 -381
  11. package/messaging/schema/web-action.schema.json +2258 -1092
  12. package/messaging/schema/web-charts-command-definitions.md +210 -3
  13. package/messaging/schema/web-drawing-command-definitions.md +18 -57
  14. package/messaging/schema/web-drawing-operation-definitions.md +114 -63
  15. package/messaging/schema/web-edit-command-definitions.md +212 -5
  16. package/messaging/schema/web-event.schema.json +1810 -412
  17. package/messaging/schema/web-geocode-operation-definitions.md +1 -1
  18. package/messaging/schema/web-geolocation-operation-definitions.md +1 -1
  19. package/messaging/schema/web-geometry-operation-definitions.md +77 -16
  20. package/messaging/schema/web-kpi-command-definitions.md +210 -3
  21. package/messaging/schema/web-layer-comparison-command-definitions.md +8 -8
  22. package/messaging/schema/web-layers-command-definitions.md +104 -104
  23. package/messaging/schema/web-layers-operation-definitions.md +37 -37
  24. package/messaging/schema/web-location-marker-command-definitions.md +68 -6
  25. package/messaging/schema/web-map-command-definitions.md +234 -27
  26. package/messaging/schema/web-map-operation-definitions.md +1 -1
  27. package/messaging/schema/web-measurement-command-definitions.md +18 -57
  28. package/messaging/schema/web-measurement-operation-definitions.md +17 -38
  29. package/messaging/schema/web-portal-operation-definitions.md +1 -1
  30. package/messaging/schema/web-results-command-definitions.md +280 -4
  31. package/messaging/schema/web-results-operation-definitions.md +289 -13
  32. package/messaging/schema/web-sketching-command-definitions.md +2 -2
  33. package/messaging/schema/web-sketching-operation-definitions.md +24 -24
  34. package/package.json +2 -2
  35. package/version.d.ts +1 -1
  36. package/version.js +1 -1
@@ -1,28 +1,1115 @@
1
1
  {
2
2
  "$ref": "#/definitions/viewer-spec.Event",
3
3
  "definitions": {
4
+ "@arcgis.core.Map.Map": {
5
+ "$ref": "esri.Map"
6
+ },
7
+ "@arcgis.core.PopupTemplate.PopupTemplate": {
8
+ "$ref": "esri.PopupTemplate"
9
+ },
10
+ "@arcgis.core.Viewpoint.Viewpoint": {
11
+ "$ref": "esri.Viewpoint"
12
+ },
13
+ "@arcgis.core.analysis.Analysis.Analysis": {
14
+ "$ref": "esri.analysis.Analysis"
15
+ },
16
+ "@arcgis.core.analysis.ElevationProfile.ElevationProfileLineGround.ElevationProfileLineGround": {
17
+ "$ref": "esri.analysis.ElevationProfile.ElevationProfileLineGround"
18
+ },
19
+ "@arcgis.core.analysis.ElevationProfile.ElevationProfileLineInput.ElevationProfileLineInput": {
20
+ "$ref": "esri.analysis.ElevationProfile.ElevationProfileLineInput"
21
+ },
22
+ "@arcgis.core.analysis.ElevationProfile.ElevationProfileLineQuery.ElevationProfileLineQuery": {
23
+ "$ref": "esri.analysis.ElevationProfile.ElevationProfileLineQuery"
24
+ },
25
+ "@arcgis.core.analysis.ElevationProfile.ElevationProfileLineScene.ElevationProfileLineScene": {
26
+ "$ref": "esri.analysis.ElevationProfile.ElevationProfileLineScene"
27
+ },
28
+ "@arcgis.core.analysis.ElevationProfile.types.ElevationProfileLineUnion": {
29
+ "$ref": "esri.analysis.ElevationProfile.types"
30
+ },
31
+ "@arcgis.core.analysis.VolumeMeasurement.types.VolumeMeasureType": {
32
+ "$ref": "esri.analysis.VolumeMeasurement.types"
33
+ },
34
+ "@arcgis.core.core.Collection.CollectionAfterEvent": {
35
+ "properties": {},
36
+ "type": "object"
37
+ },
38
+ "@arcgis.core.core.Collection.CollectionAfterItemEvent": {
39
+ "additionalProperties": false,
40
+ "properties": {
41
+ "item": {
42
+ "$ref": "T_1",
43
+ "description": "The item to add or remove from the collection."
44
+ }
45
+ },
46
+ "required": [
47
+ "item"
48
+ ],
49
+ "type": "object"
50
+ },
51
+ "@arcgis.core.core.Collection.CollectionChangeEvent": {
52
+ "additionalProperties": false,
53
+ "description": "Event object emitted when a [Collection](https://developers.arcgis.com/javascript/latest/references/core/core/Collection/) changes. It contains arrays of added, removed, and moved items.",
54
+ "properties": {
55
+ "added": {
56
+ "description": "An array of items added to the collection using either [add()](https://developers.arcgis.com/javascript/latest/references/core/core/Collection/#add) or [addMany()](https://developers.arcgis.com/javascript/latest/references/core/core/Collection/#addMany).",
57
+ "items": {
58
+ "$ref": "@vertigis.arcgis-extensions.data.PopupContentExtension.PopupContentExtension"
59
+ },
60
+ "type": "array"
61
+ },
62
+ "moved": {
63
+ "description": "An array of items that moved in the collection using [reorder()](https://developers.arcgis.com/javascript/latest/references/core/core/Collection/#reorder).",
64
+ "items": {
65
+ "$ref": "@vertigis.arcgis-extensions.data.PopupContentExtension.PopupContentExtension"
66
+ },
67
+ "type": "array"
68
+ },
69
+ "removed": {
70
+ "description": "An array of items removed from the collection using either [remove()](https://developers.arcgis.com/javascript/latest/references/core/core/Collection/#remove), [removeMany()](https://developers.arcgis.com/javascript/latest/references/core/core/Collection/#removeMany), [removeAt()](https://developers.arcgis.com/javascript/latest/references/core/core/Collection/#removeAt), or [removeAll()](https://developers.arcgis.com/javascript/latest/references/core/core/Collection/#removeAll).",
71
+ "items": {
72
+ "$ref": "@vertigis.arcgis-extensions.data.PopupContentExtension.PopupContentExtension"
73
+ },
74
+ "type": "array"
75
+ }
76
+ },
77
+ "required": [
78
+ "added",
79
+ "moved",
80
+ "removed"
81
+ ],
82
+ "type": "object"
83
+ },
84
+ "@arcgis.core.core.Error.Error": {
85
+ "$ref": "esri.core.Error"
86
+ },
87
+ "@arcgis.core.core.quantity.Area": {
88
+ "$ref": "esri.core.quantity"
89
+ },
90
+ "@arcgis.core.core.quantity.Length": {
91
+ "$ref": "esri.core.quantity"
92
+ },
93
+ "@arcgis.core.core.quantity.Volume": {
94
+ "$ref": "esri.core.quantity"
95
+ },
96
+ "@arcgis.core.editing.types.EditedFeatureResult": {
97
+ "$ref": "esri.editing.types"
98
+ },
99
+ "@arcgis.core.editing.types.EditedFeatures": {
100
+ "$ref": "esri.editing.types"
101
+ },
102
+ "@arcgis.core.editing.types.EditsResultEvent": {
103
+ "additionalProperties": false,
104
+ "properties": {
105
+ "addedAttachments": {
106
+ "description": "An array of successfully added attachments.",
107
+ "items": {
108
+ "$ref": "#/definitions/@arcgis.core.editing.types.FeatureEditResult"
109
+ },
110
+ "type": "array"
111
+ },
112
+ "addedFeatures": {
113
+ "description": "An array of successfully added features.",
114
+ "items": {
115
+ "$ref": "#/definitions/@arcgis.core.editing.types.FeatureEditResult"
116
+ },
117
+ "type": "array"
118
+ },
119
+ "deletedAttachments": {
120
+ "description": "An array of successfully deleted attachments.",
121
+ "items": {
122
+ "$ref": "#/definitions/@arcgis.core.editing.types.FeatureEditResult"
123
+ },
124
+ "type": "array"
125
+ },
126
+ "deletedFeatures": {
127
+ "description": "An array of successfully deleted features.",
128
+ "items": {
129
+ "$ref": "#/definitions/@arcgis.core.editing.types.FeatureEditResult"
130
+ },
131
+ "type": "array"
132
+ },
133
+ "editedFeatures": {
134
+ "description": "Edited features as result of editing a feature that participates in composite relationships in a database. This parameter is returned only when the `returnServiceEditsOption` parameter of the [FeatureLayer.applyEdits()](https://developers.arcgis.com/javascript/latest/references/core/layers/FeatureLayer/#applyEdits) method is set to `original-and-current-features`. This parameter was added at 4.20.",
135
+ "items": {
136
+ "$ref": "#/definitions/@arcgis.core.editing.types.EditedFeatureResult"
137
+ },
138
+ "type": "array"
139
+ },
140
+ "exceededTransferLimit": {
141
+ "description": "Returns `true` when the number of records returned exceeds the maximum number configured on the service.",
142
+ "type": "boolean"
143
+ },
144
+ "updatedAttachments": {
145
+ "description": "An array of successfully updated attachments.",
146
+ "items": {
147
+ "$ref": "#/definitions/@arcgis.core.editing.types.FeatureEditResult"
148
+ },
149
+ "type": "array"
150
+ },
151
+ "updatedFeatures": {
152
+ "description": "An array of successfully updated features.",
153
+ "items": {
154
+ "$ref": "#/definitions/@arcgis.core.editing.types.FeatureEditResult"
155
+ },
156
+ "type": "array"
157
+ }
158
+ },
159
+ "required": [
160
+ "addedAttachments",
161
+ "addedFeatures",
162
+ "deletedAttachments",
163
+ "deletedFeatures",
164
+ "exceededTransferLimit",
165
+ "updatedAttachments",
166
+ "updatedFeatures"
167
+ ],
168
+ "type": "object"
169
+ },
170
+ "@arcgis.core.editing.types.FeatureEditResult": {
171
+ "$ref": "esri.editing.types"
172
+ },
173
+ "@arcgis.core.form.elements.AttachmentElement.AttachmentElement": {
174
+ "$ref": "esri.form.elements.AttachmentElement"
175
+ },
176
+ "@arcgis.core.form.elements.FieldElement.FieldElement": {
177
+ "$ref": "esri.form.elements.FieldElement"
178
+ },
179
+ "@arcgis.core.form.elements.GroupElement.GroupElement": {
180
+ "$ref": "esri.form.elements.GroupElement"
181
+ },
182
+ "@arcgis.core.form.elements.RelationshipElement.RelationshipElement": {
183
+ "$ref": "esri.form.elements.RelationshipElement"
184
+ },
185
+ "@arcgis.core.form.elements.TextElement.TextElement": {
186
+ "$ref": "esri.form.elements.TextElement"
187
+ },
188
+ "@arcgis.core.form.elements.UtilityNetworkAssociationsElement.UtilityNetworkAssociationsElement": {
189
+ "$ref": "esri.form.elements.UtilityNetworkAssociationsElement"
190
+ },
191
+ "@arcgis.core.form.elements.inputs.attachments.AttachmentInput.AttachmentInput": {
192
+ "$ref": "esri.form.elements.inputs.attachments.AttachmentInput"
193
+ },
194
+ "@arcgis.core.form.elements.inputs.attachments.AudioInput.AudioInput": {
195
+ "$ref": "esri.form.elements.inputs.attachments.AudioInput"
196
+ },
197
+ "@arcgis.core.form.elements.inputs.attachments.DocumentInput.DocumentInput": {
198
+ "$ref": "esri.form.elements.inputs.attachments.DocumentInput"
199
+ },
200
+ "@arcgis.core.form.elements.inputs.attachments.ImageInput.ImageInput": {
201
+ "$ref": "esri.form.elements.inputs.attachments.ImageInput"
202
+ },
203
+ "@arcgis.core.form.elements.inputs.attachments.SignatureInput.SignatureInput": {
204
+ "$ref": "esri.form.elements.inputs.attachments.SignatureInput"
205
+ },
206
+ "@arcgis.core.form.elements.inputs.attachments.VideoInput.VideoInput": {
207
+ "$ref": "esri.form.elements.inputs.attachments.VideoInput"
208
+ },
209
+ "@arcgis.core.geometry.Extent.Extent": {
210
+ "$ref": "esri.geometry.Extent"
211
+ },
212
+ "@arcgis.core.geometry.Mesh.Mesh": {
213
+ "$ref": "esri.geometry.Mesh"
214
+ },
215
+ "@arcgis.core.geometry.Multipoint.Multipoint": {
216
+ "$ref": "esri.geometry.Multipoint"
217
+ },
218
+ "@arcgis.core.geometry.Point.Point": {
219
+ "$ref": "esri.geometry.Point"
220
+ },
221
+ "@arcgis.core.geometry.Polygon.Polygon": {
222
+ "$ref": "esri.geometry.Polygon"
223
+ },
224
+ "@arcgis.core.geometry.Polyline.Polyline": {
225
+ "$ref": "esri.geometry.Polyline"
226
+ },
227
+ "@arcgis.core.geometry.SpatialReference.SpatialReference": {
228
+ "$ref": "esri.geometry.SpatialReference"
229
+ },
230
+ "@arcgis.core.geometry.support.MeshGeoreferencedVertexSpace.MeshGeoreferencedVertexSpace": {
231
+ "$ref": "esri.geometry.support.MeshGeoreferencedVertexSpace"
232
+ },
233
+ "@arcgis.core.geometry.support.MeshLocalVertexSpace.MeshLocalVertexSpace": {
234
+ "$ref": "esri.geometry.support.MeshLocalVertexSpace"
235
+ },
236
+ "@arcgis.core.geometry.types.MeshVertexSpaceUnion": {
237
+ "anyOf": [
238
+ {
239
+ "$ref": "#/definitions/@arcgis.core.geometry.support.MeshLocalVertexSpace.MeshLocalVertexSpace"
240
+ },
241
+ {
242
+ "$ref": "#/definitions/@arcgis.core.geometry.support.MeshGeoreferencedVertexSpace.MeshGeoreferencedVertexSpace"
243
+ }
244
+ ]
245
+ },
246
+ "@arcgis.core.layers.BaseElevationLayer.BaseElevationLayer": {
247
+ "$ref": "esri.layers.BaseElevationLayer"
248
+ },
249
+ "@arcgis.core.layers.ElevationLayer.ElevationLayer": {
250
+ "$ref": "esri.layers.ElevationLayer"
251
+ },
252
+ "@arcgis.core.layers.Layer.Layer": {
253
+ "$ref": "esri.layers.Layer"
254
+ },
255
+ "@arcgis.core.layers.Layer.LayerLayerviewCreateErrorEvent": {
256
+ "additionalProperties": false,
257
+ "properties": {
258
+ "error": {
259
+ "$ref": "#/definitions/Error",
260
+ "description": "An error object describing why the layer view failed to create."
261
+ },
262
+ "view": {
263
+ "$ref": "#/definitions/@arcgis.core.views.View.View",
264
+ "description": "The view that failed to create a layerview for the layer emitting this event."
265
+ }
266
+ },
267
+ "required": [
268
+ "error",
269
+ "view"
270
+ ],
271
+ "type": "object"
272
+ },
273
+ "@arcgis.core.layers.Layer.LayerLayerviewCreateEvent": {
274
+ "additionalProperties": false,
275
+ "properties": {
276
+ "layerView": {
277
+ "$ref": "#/definitions/@arcgis.core.views.layers.LayerView.LayerView",
278
+ "description": "The LayerView rendered in the view representing the layer in `layer`."
279
+ },
280
+ "view": {
281
+ "$ref": "#/definitions/@arcgis.core.views.View.View",
282
+ "description": "The view in which the `layerView` was created."
283
+ }
284
+ },
285
+ "required": [
286
+ "layerView",
287
+ "view"
288
+ ],
289
+ "type": "object"
290
+ },
291
+ "@arcgis.core.layers.Layer.LayerLayerviewDestroyEvent": {
292
+ "additionalProperties": false,
293
+ "properties": {
294
+ "layerView": {
295
+ "$ref": "#/definitions/@arcgis.core.views.layers.LayerView.LayerView",
296
+ "description": "The destroyed LayerView representing the layer."
297
+ },
298
+ "view": {
299
+ "$ref": "#/definitions/@arcgis.core.views.View.View",
300
+ "description": "The view in which the `layerView` was destroyed."
301
+ }
302
+ },
303
+ "required": [
304
+ "layerView",
305
+ "view"
306
+ ],
307
+ "type": "object"
308
+ },
309
+ "@arcgis.core.layers.LinkChartLayer.InitializationLinkChartConfig": {
310
+ "additionalProperties": false,
311
+ "description": "Defines the initial layout for the link chart and any layout settings for newly created link chart layers.",
312
+ "properties": {
313
+ "doNotRecalculateLayout": {
314
+ "description": "By default, the layout algorithm always runs on link charts when they are first created. If all diagram locations are set for every entity in the inclusion definition, this property can be set to `true` which skips the layout algorithm step and increases the performance of larger link charts.",
315
+ "type": "boolean"
316
+ },
317
+ "layoutMode": {
318
+ "$ref": "#/definitions/@arcgis.core.layers.knowledgeGraph.types.LayoutMode",
319
+ "description": "The layout mode to be applied by default. The system default is `organic-standard`."
320
+ },
321
+ "layoutSettings": {
322
+ "$ref": "#/definitions/@arcgis.core.linkChart.LayoutSettings.LayoutSettings",
323
+ "description": "Additional layout options for the default layout configuration."
324
+ }
325
+ },
326
+ "type": "object"
327
+ },
328
+ "@arcgis.core.layers.buildingSublayers.BuildingComponentSublayer.BuildingComponentSublayer": {
329
+ "$ref": "esri.layers.buildingSublayers.BuildingComponentSublayer"
330
+ },
331
+ "@arcgis.core.layers.buildingSublayers.BuildingGroupSublayer.BuildingGroupSublayer": {
332
+ "$ref": "esri.layers.buildingSublayers.BuildingGroupSublayer"
333
+ },
334
+ "@arcgis.core.layers.knowledgeGraph.types.LayoutMode": {
335
+ "$ref": "esri.layers.knowledgeGraph.types"
336
+ },
337
+ "@arcgis.core.layers.mixins.RefreshableLayer.RefreshEvent": {
338
+ "additionalProperties": false,
339
+ "properties": {
340
+ "dataChanged": {
341
+ "description": "Indicates if the layer's data has changed.",
342
+ "type": "boolean"
343
+ }
344
+ },
345
+ "type": "object"
346
+ },
347
+ "@arcgis.core.layers.support.CodedValueDomain.CodedValueDomain": {
348
+ "$ref": "esri.layers.support.CodedValueDomain"
349
+ },
350
+ "@arcgis.core.layers.support.DateTimeFieldFormat.DateTimeFieldFormat": {
351
+ "$ref": "esri.layers.support.DateTimeFieldFormat"
352
+ },
353
+ "@arcgis.core.layers.support.FeatureReductionBinning.FeatureReductionBinning": {
354
+ "$ref": "esri.layers.support.FeatureReductionBinning"
355
+ },
356
+ "@arcgis.core.layers.support.FeatureReductionCluster.FeatureReductionCluster": {
357
+ "$ref": "esri.layers.support.FeatureReductionCluster"
358
+ },
359
+ "@arcgis.core.layers.support.FeatureReductionSelection.FeatureReductionSelection": {
360
+ "$ref": "esri.layers.support.FeatureReductionSelection"
361
+ },
362
+ "@arcgis.core.layers.support.FeatureType.FeatureType": {
363
+ "$ref": "esri.layers.support.FeatureType"
364
+ },
365
+ "@arcgis.core.layers.support.InheritedDomain.InheritedDomain": {
366
+ "$ref": "esri.layers.support.InheritedDomain"
367
+ },
368
+ "@arcgis.core.layers.support.NumberFieldFormat.NumberFieldFormat": {
369
+ "$ref": "esri.layers.support.NumberFieldFormat"
370
+ },
371
+ "@arcgis.core.layers.support.ParquetGeometryEncodingLocation.ParquetGeometryEncodingLocation": {
372
+ "$ref": "esri.layers.support.ParquetGeometryEncodingLocation"
373
+ },
374
+ "@arcgis.core.layers.support.ParquetGeometryEncodingWkb.ParquetGeometryEncodingWkb": {
375
+ "$ref": "esri.layers.support.ParquetGeometryEncodingWkb"
376
+ },
377
+ "@arcgis.core.layers.support.RangeDomain.RangeDomain": {
378
+ "$ref": "esri.layers.support.RangeDomain"
379
+ },
380
+ "@arcgis.core.linkChart.LayoutSettings.LayoutSettings": {
381
+ "$ref": "esri.linkChart.LayoutSettings"
382
+ },
383
+ "@arcgis.core.popup.content.Content.Content": {
384
+ "$ref": "esri.popup.content.Content"
385
+ },
386
+ "@arcgis.core.portal.PortalItem.PortalItem": {
387
+ "$ref": "esri.portal.PortalItem"
388
+ },
389
+ "@arcgis.core.renderers.ClassBreaksRenderer.ClassBreaksRenderer": {
390
+ "$ref": "esri.renderers.ClassBreaksRenderer"
391
+ },
392
+ "@arcgis.core.renderers.DictionaryRenderer.DictionaryRenderer": {
393
+ "$ref": "esri.renderers.DictionaryRenderer"
394
+ },
395
+ "@arcgis.core.renderers.DotDensityRenderer.DotDensityRenderer": {
396
+ "$ref": "esri.renderers.DotDensityRenderer"
397
+ },
398
+ "@arcgis.core.renderers.HeatmapRenderer.HeatmapRenderer": {
399
+ "$ref": "esri.renderers.HeatmapRenderer"
400
+ },
401
+ "@arcgis.core.renderers.PieChartRenderer.PieChartRenderer": {
402
+ "$ref": "esri.renderers.PieChartRenderer"
403
+ },
404
+ "@arcgis.core.renderers.SimpleRenderer.SimpleRenderer": {
405
+ "$ref": "esri.renderers.SimpleRenderer"
406
+ },
407
+ "@arcgis.core.renderers.UniqueValueRenderer.UniqueValueRenderer": {
408
+ "$ref": "esri.renderers.UniqueValueRenderer"
409
+ },
410
+ "@arcgis.core.renderers.types.RendererUnion": {
411
+ "anyOf": [
412
+ {
413
+ "$ref": "#/definitions/@arcgis.core.renderers.SimpleRenderer.SimpleRenderer"
414
+ },
415
+ {
416
+ "$ref": "#/definitions/@arcgis.core.renderers.ClassBreaksRenderer.ClassBreaksRenderer"
417
+ },
418
+ {
419
+ "$ref": "#/definitions/@arcgis.core.renderers.UniqueValueRenderer.UniqueValueRenderer"
420
+ },
421
+ {
422
+ "$ref": "#/definitions/@arcgis.core.renderers.DotDensityRenderer.DotDensityRenderer"
423
+ },
424
+ {
425
+ "$ref": "#/definitions/@arcgis.core.renderers.DictionaryRenderer.DictionaryRenderer"
426
+ },
427
+ {
428
+ "$ref": "#/definitions/@arcgis.core.renderers.PieChartRenderer.PieChartRenderer"
429
+ },
430
+ {
431
+ "$ref": "#/definitions/@arcgis.core.renderers.HeatmapRenderer.HeatmapRenderer"
432
+ }
433
+ ],
434
+ "description": "Union of renderers."
435
+ },
436
+ "@arcgis.core.symbols.CIMSymbol.CIMSymbol": {
437
+ "$ref": "esri.symbols.CIMSymbol"
438
+ },
439
+ "@arcgis.core.symbols.LabelSymbol3D.LabelSymbol3D": {
440
+ "$ref": "esri.symbols.LabelSymbol3D"
441
+ },
442
+ "@arcgis.core.symbols.LineSymbol3D.LineSymbol3D": {
443
+ "$ref": "esri.symbols.LineSymbol3D"
444
+ },
445
+ "@arcgis.core.symbols.MeshSymbol3D.MeshSymbol3D": {
446
+ "$ref": "esri.symbols.MeshSymbol3D"
447
+ },
448
+ "@arcgis.core.symbols.PictureFillSymbol.PictureFillSymbol": {
449
+ "$ref": "esri.symbols.PictureFillSymbol"
450
+ },
451
+ "@arcgis.core.symbols.PictureMarkerSymbol.PictureMarkerSymbol": {
452
+ "$ref": "esri.symbols.PictureMarkerSymbol"
453
+ },
454
+ "@arcgis.core.symbols.PointSymbol3D.PointSymbol3D": {
455
+ "$ref": "esri.symbols.PointSymbol3D"
456
+ },
457
+ "@arcgis.core.symbols.PolygonSymbol3D.PolygonSymbol3D": {
458
+ "$ref": "esri.symbols.PolygonSymbol3D"
459
+ },
460
+ "@arcgis.core.symbols.SimpleFillSymbol.SimpleFillSymbol": {
461
+ "$ref": "esri.symbols.SimpleFillSymbol"
462
+ },
463
+ "@arcgis.core.symbols.SimpleLineSymbol.SimpleLineSymbol": {
464
+ "$ref": "esri.symbols.SimpleLineSymbol"
465
+ },
466
+ "@arcgis.core.symbols.SimpleMarkerSymbol.SimpleMarkerSymbol": {
467
+ "$ref": "esri.symbols.SimpleMarkerSymbol"
468
+ },
469
+ "@arcgis.core.symbols.TextSymbol.TextSymbol": {
470
+ "$ref": "esri.symbols.TextSymbol"
471
+ },
472
+ "@arcgis.core.symbols.WebStyleSymbol.WebStyleSymbol": {
473
+ "$ref": "esri.symbols.WebStyleSymbol"
474
+ },
475
+ "@arcgis.core.symbols.cim.types.CIMAnimatedSymbolEasingType": {
476
+ "$ref": "esri.symbols.cim.types"
477
+ },
478
+ "@arcgis.core.symbols.cim.types.CIMAnimatedSymbolProperties": {
479
+ "additionalProperties": false,
480
+ "description": "Represents animated symbol properties, a collection of symbol properties that apply when the symbol layer has animation data.",
481
+ "properties": {
482
+ "duration": {
483
+ "description": "The time (in seconds) it take to play through the symbol's animation once. This determines a symbol's playback speed.",
484
+ "type": "number"
485
+ },
486
+ "easing": {
487
+ "$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMAnimatedSymbolEasingType",
488
+ "description": "The easing method to use when animating the symbol. Only for use with [CIMSymbolAnimation](https://developers.arcgis.com/javascript/latest/references/core/symbols/cim/types/#CIMSymbolAnimation), not animated GIFs/PNGs."
489
+ },
490
+ "playAnimation": {
491
+ "description": "Indicates whether the animated symbol should play its animation.",
492
+ "type": "boolean"
493
+ },
494
+ "randomizeStartSeed": {
495
+ "description": "The starting value for generating a random number. Used by the `randomizeStartTime` property to determine the time offset for each feature.",
496
+ "type": "number"
497
+ },
498
+ "randomizeStartTime": {
499
+ "description": "Indicates whether to generate a randomized start offset in seconds to apply to the symbol animation of each feature.",
500
+ "type": "boolean"
501
+ },
502
+ "repeatDelay": {
503
+ "description": "The number of seconds to delay before repeating an animation cycle.",
504
+ "type": "number"
505
+ },
506
+ "repeatType": {
507
+ "$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMAnimatedSymbolRepeatType",
508
+ "description": "Determines how to repeat the animation of a symbol when the animation cycle ends."
509
+ },
510
+ "reverseAnimation": {
511
+ "description": "Indicates whether the animated symbol should play back in reverse.",
512
+ "type": "boolean"
513
+ },
514
+ "startTimeOffset": {
515
+ "description": "The time offset in seconds to use as the starting point of the symbol animation. This is used if `randomizeStartTime` is `false`.",
516
+ "type": "number"
517
+ }
518
+ },
519
+ "type": "object"
520
+ },
521
+ "@arcgis.core.symbols.cim.types.CIMAnimatedSymbolRepeatType": {
522
+ "$ref": "esri.symbols.cim.types"
523
+ },
524
+ "@arcgis.core.symbols.cim.types.CIMColorRampUnion": {
525
+ "anyOf": [
526
+ {
527
+ "$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMFixedColorRamp"
528
+ },
529
+ {
530
+ "$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMLinearContinuousColorRamp"
531
+ },
532
+ {
533
+ "$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMMultipartColorRamp"
534
+ }
535
+ ],
536
+ "description": "Represents a color ramp."
537
+ },
538
+ "@arcgis.core.symbols.cim.types.CIMFixedColorRamp": {
539
+ "$ref": "esri.symbols.cim.types"
540
+ },
541
+ "@arcgis.core.symbols.cim.types.CIMGradientFill": {
542
+ "$ref": "esri.symbols.cim.types"
543
+ },
544
+ "@arcgis.core.symbols.cim.types.CIMGradientStroke": {
545
+ "$ref": "esri.symbols.cim.types"
546
+ },
547
+ "@arcgis.core.symbols.cim.types.CIMHatchFill": {
548
+ "$ref": "esri.symbols.cim.types"
549
+ },
550
+ "@arcgis.core.symbols.cim.types.CIMLineSymbol": {
551
+ "$ref": "esri.symbols.cim.types"
552
+ },
553
+ "@arcgis.core.symbols.cim.types.CIMLinearContinuousColorRamp": {
554
+ "$ref": "esri.symbols.cim.types"
555
+ },
556
+ "@arcgis.core.symbols.cim.types.CIMMultipartColorRamp": {
557
+ "$ref": "esri.symbols.cim.types"
558
+ },
559
+ "@arcgis.core.symbols.cim.types.CIMPictureFill": {
560
+ "$ref": "esri.symbols.cim.types"
561
+ },
562
+ "@arcgis.core.symbols.cim.types.CIMPictureMarker": {
563
+ "$ref": "esri.symbols.cim.types"
564
+ },
565
+ "@arcgis.core.symbols.cim.types.CIMPictureStroke": {
566
+ "$ref": "esri.symbols.cim.types"
567
+ },
568
+ "@arcgis.core.symbols.cim.types.CIMPointSymbol": {
569
+ "$ref": "esri.symbols.cim.types"
570
+ },
571
+ "@arcgis.core.symbols.cim.types.CIMPolygonSymbol": {
572
+ "$ref": "esri.symbols.cim.types"
573
+ },
574
+ "@arcgis.core.symbols.cim.types.CIMSolidFill": {
575
+ "$ref": "esri.symbols.cim.types"
576
+ },
577
+ "@arcgis.core.symbols.cim.types.CIMSolidStroke": {
578
+ "$ref": "esri.symbols.cim.types"
579
+ },
580
+ "@arcgis.core.symbols.cim.types.CIMSymbolUnion": {
581
+ "anyOf": [
582
+ {
583
+ "$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMLineSymbol"
584
+ },
585
+ {
586
+ "$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMPointSymbol"
587
+ },
588
+ {
589
+ "$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMPolygonSymbol"
590
+ },
591
+ {
592
+ "$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMTextSymbol"
593
+ }
594
+ ],
595
+ "description": "Represents a union type of all CIM symbol types."
596
+ },
597
+ "@arcgis.core.symbols.cim.types.CIMTextSymbol": {
598
+ "$ref": "esri.symbols.cim.types"
599
+ },
600
+ "@arcgis.core.symbols.cim.types.CIMVectorMarker": {
601
+ "$ref": "esri.symbols.cim.types"
602
+ },
603
+ "@arcgis.core.symbols.types.SymbolUnion": {
604
+ "anyOf": [
605
+ {
606
+ "$ref": "#/definitions/@arcgis.core.symbols.PictureFillSymbol.PictureFillSymbol"
607
+ },
608
+ {
609
+ "$ref": "#/definitions/@arcgis.core.symbols.PictureMarkerSymbol.PictureMarkerSymbol"
610
+ },
611
+ {
612
+ "$ref": "#/definitions/@arcgis.core.symbols.SimpleFillSymbol.SimpleFillSymbol"
613
+ },
614
+ {
615
+ "$ref": "#/definitions/@arcgis.core.symbols.SimpleLineSymbol.SimpleLineSymbol"
616
+ },
617
+ {
618
+ "$ref": "#/definitions/@arcgis.core.symbols.SimpleMarkerSymbol.SimpleMarkerSymbol"
619
+ },
620
+ {
621
+ "$ref": "#/definitions/@arcgis.core.symbols.TextSymbol.TextSymbol"
622
+ },
623
+ {
624
+ "$ref": "#/definitions/@arcgis.core.symbols.CIMSymbol.CIMSymbol"
625
+ },
626
+ {
627
+ "$ref": "#/definitions/@arcgis.core.symbols.LabelSymbol3D.LabelSymbol3D"
628
+ },
629
+ {
630
+ "$ref": "#/definitions/@arcgis.core.symbols.LineSymbol3D.LineSymbol3D"
631
+ },
632
+ {
633
+ "$ref": "#/definitions/@arcgis.core.symbols.MeshSymbol3D.MeshSymbol3D"
634
+ },
635
+ {
636
+ "$ref": "#/definitions/@arcgis.core.symbols.PointSymbol3D.PointSymbol3D"
637
+ },
638
+ {
639
+ "$ref": "#/definitions/@arcgis.core.symbols.PolygonSymbol3D.PolygonSymbol3D"
640
+ },
641
+ {
642
+ "$ref": "#/definitions/@arcgis.core.symbols.WebStyleSymbol.WebStyleSymbol"
643
+ }
644
+ ],
645
+ "description": "Union of all symbols."
646
+ },
4
647
  "@arcgis.core.unionTypes.GeometryUnion": {
648
+ "$ref": "esri.unionTypes"
649
+ },
650
+ "@arcgis.core.views.2d.analysis.AreaMeasurementAnalysisView2D.AreaMeasurementAnalysisView2D": {
651
+ "$ref": "esri.views.2d.analysis.AreaMeasurementAnalysisView2D"
652
+ },
653
+ "@arcgis.core.views.2d.analysis.DistanceMeasurementAnalysisView2D.DistanceMeasurementAnalysisView2D": {
654
+ "$ref": "esri.views.2d.analysis.DistanceMeasurementAnalysisView2D"
655
+ },
656
+ "@arcgis.core.views.2d.analysis.ElevationProfileAnalysisView2D.ElevationProfileAnalysisView2D": {
657
+ "$ref": "esri.views.2d.analysis.ElevationProfileAnalysisView2D"
658
+ },
659
+ "@arcgis.core.views.3d.analysis.AreaMeasurementAnalysisView3D.AreaMeasurementAnalysisView3D": {
660
+ "$ref": "esri.views.3d.analysis.AreaMeasurementAnalysisView3D"
661
+ },
662
+ "@arcgis.core.views.3d.analysis.DimensionAnalysisView3D.DimensionAnalysisView3D": {
663
+ "$ref": "esri.views.3d.analysis.DimensionAnalysisView3D"
664
+ },
665
+ "@arcgis.core.views.3d.analysis.DirectLineMeasurement.types.DirectLineMeasurementAnalysisResult": {
666
+ "additionalProperties": false,
667
+ "description": "Result obtained from a [DirectLineMeasurementAnalysis](https://developers.arcgis.com/javascript/latest/references/core/analysis/DirectLineMeasurementAnalysis/).",
668
+ "properties": {
669
+ "directDistance": {
670
+ "$ref": "#/definitions/@arcgis.core.core.quantity.Length",
671
+ "description": "The 3D distance between the two points that is computed in a Euclidean manner."
672
+ },
673
+ "horizontalDistance": {
674
+ "$ref": "#/definitions/@arcgis.core.core.quantity.Length",
675
+ "description": "Horizontal distance between the two points. It can be measured as the euclidean distance or the geodesic distance depending on the configured measurement mode. In automatic mode, the distance is measured geodetically if the spatial reference is a GCS or WebMercator; otherwise (in non-WebMercator PCS) it is Euclidean."
676
+ },
677
+ "mode": {
678
+ "$ref": "#/definitions/@arcgis.core.views.analysis.types.MeasurementMode",
679
+ "description": "Describes how the `horizontalDistance` is computed.\n- In `euclidean` mode, the horizontal distance is the 2D distance between the two points, computed in a Euclidean manner. This mode is used in scenes with projected coordinate systems (PCS), apart from Web Mercator.\n- In `geodesic` mode, the horizontal distance is computed geodetically. This mode is used in scenes with geographic coordinate systems (GCS) or in Web Mercator."
680
+ },
681
+ "verticalDistance": {
682
+ "$ref": "#/definitions/@arcgis.core.core.quantity.Length",
683
+ "description": "Vertical distance measured as the absolute difference of the elevation of the two points."
684
+ }
685
+ },
686
+ "required": [
687
+ "directDistance",
688
+ "horizontalDistance",
689
+ "mode",
690
+ "verticalDistance"
691
+ ],
692
+ "type": "object"
693
+ },
694
+ "@arcgis.core.views.3d.analysis.DirectLineMeasurementAnalysisView3D.DirectLineMeasurementAnalysisView3D": {
695
+ "$ref": "esri.views.3d.analysis.DirectLineMeasurementAnalysisView3D"
696
+ },
697
+ "@arcgis.core.views.3d.analysis.ElevationProfileAnalysisView3D.ElevationProfileAnalysisView3D": {
698
+ "$ref": "esri.views.3d.analysis.ElevationProfileAnalysisView3D"
699
+ },
700
+ "@arcgis.core.views.3d.analysis.LineOfSightAnalysisResult.LineOfSightAnalysisResult": {
701
+ "additionalProperties": false,
702
+ "description": "Contains the result for a line of sight analysis from a [LineOfSightAnalysis](https://developers.arcgis.com/javascript/latest/references/core/analysis/LineOfSightAnalysis/).",
703
+ "properties": {
704
+ "declaredClass": {
705
+ "description": "The name of the class. The declared class name is formatted as `esri.folder.className`.",
706
+ "type": "string"
707
+ },
708
+ "destroyed": {
709
+ "type": "boolean"
710
+ },
711
+ "initialized": {
712
+ "description": "Set to `true` once the initialize function has executed.",
713
+ "type": "boolean"
714
+ },
715
+ "intersectedGraphic": {
716
+ "$ref": "T_37",
717
+ "description": "The first [Graphic](https://developers.arcgis.com/javascript/latest/references/core/Graphic/) intersected by the line of sight. If no graphic is intersected then this property is `null`."
718
+ },
719
+ "intersectedLocation": {
720
+ "$ref": "#/definitions/@arcgis.core.geometry.Point.Point",
721
+ "description": "A [Point](https://developers.arcgis.com/javascript/latest/references/core/geometry/Point/) representing the location where the line of sight first intersects the ground or 3D objects in the scene. If the target is visible this property is `null`."
722
+ },
723
+ "target": {
724
+ "$ref": "T_32",
725
+ "description": "Represents a target in a [LineOfSightAnalysis](https://developers.arcgis.com/javascript/latest/references/core/analysis/LineOfSightAnalysis/) which is used to calculate the visibility from the [LineOfSightAnalysis.observer](https://developers.arcgis.com/javascript/latest/references/core/analysis/LineOfSightAnalysis/#observer)."
726
+ },
727
+ "visible": {
728
+ "description": "Whether the target is visible from the observer or not.",
729
+ "type": "boolean"
730
+ }
731
+ },
732
+ "required": [
733
+ "declaredClass",
734
+ "destroyed",
735
+ "initialized",
736
+ "intersectedGraphic",
737
+ "intersectedLocation",
738
+ "target",
739
+ "visible"
740
+ ],
741
+ "type": "object"
742
+ },
743
+ "@arcgis.core.views.3d.analysis.LineOfSightAnalysisView3D.LineOfSightAnalysisView3D": {
744
+ "$ref": "esri.views.3d.analysis.LineOfSightAnalysisView3D"
745
+ },
746
+ "@arcgis.core.views.3d.analysis.ShadowCastAnalysisView3D.ShadowCastAnalysisView3D": {
747
+ "$ref": "esri.views.3d.analysis.ShadowCastAnalysisView3D"
748
+ },
749
+ "@arcgis.core.views.3d.analysis.SliceAnalysisView3D.SliceAnalysisView3D": {
750
+ "$ref": "esri.views.3d.analysis.SliceAnalysisView3D"
751
+ },
752
+ "@arcgis.core.views.3d.analysis.ViewshedAnalysisView3D.ViewshedAnalysisView3D": {
753
+ "$ref": "esri.views.3d.analysis.ViewshedAnalysisView3D"
754
+ },
755
+ "@arcgis.core.views.3d.analysis.VolumeMeasurement.VolumeMeasurementResult.VolumeMeasurementResult": {
756
+ "additionalProperties": false,
757
+ "description": "Result obtained from a [VolumeMeasurementAnalysisView3D.result](https://developers.arcgis.com/javascript/latest/references/core/views/3d/analysis/VolumeMeasurementAnalysisView3D/#result).\n\nIf the result is unavailable, the [VolumeMeasurementAnalysisView3D.error](https://developers.arcgis.com/javascript/latest/references/core/views/3d/analysis/VolumeMeasurementAnalysisView3D/#error) property provides the details on the cause.",
758
+ "properties": {
759
+ "area": {
760
+ "$ref": "#/definitions/@arcgis.core.core.quantity.Area",
761
+ "description": "The area of the measured volume."
762
+ },
763
+ "cutVolume": {
764
+ "$ref": "#/definitions/@arcgis.core.core.quantity.Volume",
765
+ "description": "Volume that needs to be removed to reach the target surface defined by the polygon."
766
+ },
767
+ "declaredClass": {
768
+ "description": "The name of the class. The declared class name is formatted as `esri.folder.className`.",
769
+ "type": "string"
770
+ },
771
+ "destroyed": {
772
+ "type": "boolean"
773
+ },
774
+ "fillVolume": {
775
+ "$ref": "#/definitions/@arcgis.core.core.quantity.Volume",
776
+ "description": "Volume that needs to be added to reach the target surface defined by the polygon."
777
+ },
778
+ "initialized": {
779
+ "description": "Set to `true` once the initialize function has executed.",
780
+ "type": "boolean"
781
+ },
782
+ "measureType": {
783
+ "$ref": "#/definitions/@arcgis.core.analysis.VolumeMeasurement.types.VolumeMeasureType",
784
+ "description": "Volume measure type."
785
+ },
786
+ "netVolume": {
787
+ "$ref": "#/definitions/@arcgis.core.core.quantity.Volume",
788
+ "description": "Difference between the cut volume and fill volume. A positive value indicates a surplus volume that needs to be removed."
789
+ },
790
+ "perimeter": {
791
+ "$ref": "#/definitions/@arcgis.core.core.quantity.Length",
792
+ "description": "The perimeter of the measured volume."
793
+ },
794
+ "totalVolume": {
795
+ "$ref": "#/definitions/@arcgis.core.core.quantity.Volume",
796
+ "description": "Sum of the cut volume and fill volume."
797
+ }
798
+ },
799
+ "required": [
800
+ "area",
801
+ "cutVolume",
802
+ "declaredClass",
803
+ "destroyed",
804
+ "fillVolume",
805
+ "initialized",
806
+ "measureType",
807
+ "netVolume",
808
+ "perimeter",
809
+ "totalVolume"
810
+ ],
811
+ "type": "object"
812
+ },
813
+ "@arcgis.core.views.3d.analysis.VolumeMeasurementAnalysisView3D.VolumeMeasurementAnalysisView3D": {
814
+ "$ref": "esri.views.3d.analysis.VolumeMeasurementAnalysisView3D"
815
+ },
816
+ "@arcgis.core.views.3d.environment.CloudyWeather.CloudyWeather": {
817
+ "$ref": "esri.views.3d.environment.CloudyWeather"
818
+ },
819
+ "@arcgis.core.views.3d.environment.FoggyWeather.FoggyWeather": {
820
+ "$ref": "esri.views.3d.environment.FoggyWeather"
821
+ },
822
+ "@arcgis.core.views.3d.environment.RainyWeather.RainyWeather": {
823
+ "$ref": "esri.views.3d.environment.RainyWeather"
824
+ },
825
+ "@arcgis.core.views.3d.environment.SnowyWeather.SnowyWeather": {
826
+ "$ref": "esri.views.3d.environment.SnowyWeather"
827
+ },
828
+ "@arcgis.core.views.3d.environment.SunLighting.SunLighting": {
829
+ "$ref": "esri.views.3d.environment.SunLighting"
830
+ },
831
+ "@arcgis.core.views.3d.environment.SunnyWeather.SunnyWeather": {
832
+ "$ref": "esri.views.3d.environment.SunnyWeather"
833
+ },
834
+ "@arcgis.core.views.3d.environment.VirtualLighting.VirtualLighting": {
835
+ "$ref": "esri.views.3d.environment.VirtualLighting"
836
+ },
837
+ "@arcgis.core.views.3d.environment.types.LightingUnion": {
838
+ "anyOf": [
839
+ {
840
+ "$ref": "#/definitions/@arcgis.core.views.3d.environment.SunLighting.SunLighting"
841
+ },
842
+ {
843
+ "$ref": "#/definitions/@arcgis.core.views.3d.environment.VirtualLighting.VirtualLighting"
844
+ }
845
+ ]
846
+ },
847
+ "@arcgis.core.views.3d.environment.types.WeatherUnion": {
5
848
  "anyOf": [
6
849
  {
7
- "$ref": "#/definitions/esri.Extent"
850
+ "$ref": "#/definitions/@arcgis.core.views.3d.environment.CloudyWeather.CloudyWeather"
851
+ },
852
+ {
853
+ "$ref": "#/definitions/@arcgis.core.views.3d.environment.FoggyWeather.FoggyWeather"
854
+ },
855
+ {
856
+ "$ref": "#/definitions/@arcgis.core.views.3d.environment.RainyWeather.RainyWeather"
857
+ },
858
+ {
859
+ "$ref": "#/definitions/@arcgis.core.views.3d.environment.SnowyWeather.SnowyWeather"
860
+ },
861
+ {
862
+ "$ref": "#/definitions/@arcgis.core.views.3d.environment.SunnyWeather.SunnyWeather"
863
+ }
864
+ ]
865
+ },
866
+ "@arcgis.core.views.View.View": {
867
+ "$ref": "esri.views.View"
868
+ },
869
+ "@arcgis.core.views.analysis.AreaMeasurement.types.AreaMeasurementResult": {
870
+ "additionalProperties": false,
871
+ "description": "Result obtained from an [AreaMeasurementAnalysis](https://developers.arcgis.com/javascript/latest/references/core/analysis/AreaMeasurementAnalysis/).",
872
+ "properties": {
873
+ "area": {
874
+ "$ref": "#/definitions/@arcgis.core.core.quantity.Area",
875
+ "description": "Area of the polygon."
876
+ },
877
+ "mode": {
878
+ "$ref": "#/definitions/@arcgis.core.views.analysis.types.MeasurementMode",
879
+ "description": "Specifies how the measurement is calculated. Where `\"euclidean\"` denotes that polygon area and perimeter are computed on a flat (or \"planar\") surface. Conversely, `\"geodesic\"` denotes that computations are performed on an ellipsoid.\n\n> [!WARNING] > > **Note** > > How the area and perimeter are computed depends on the view type, the spatial reference, and the measured perimeter. > > - In a [MapView](https://developers.arcgis.com/javascript/latest/references/core/views/MapView/) (2D): > - For **geographic coordinate systems** (GCS) and **Web Mercator**, measurements are calculated geodetically > (on the ellipsoid). > - For **projected coordinate systems** (PCS), apart from Web Mercator, the area and perimeter are always calculated > in a Euclidean (in their respective PCS). > > - In a [SceneView](https://developers.arcgis.com/javascript/latest/references/core/views/SceneView/) (3D): > - For **geographic coordinate systems** (GCS) and **Web Mercator**, short measurements use a > Euclidean computation in an [ECEF](https://en.wikipedia.org/wiki/ECEF) (Earth-Centered, Earth-Fixed) coordinate > system (or an equivalent on other planets). Specifically, if the measurement's perimeter is ≤ 100 km the analysis > uses Euclidean calculations. If the perimeter is > 100 km, it uses geodetic calculations. > - For **projected coordinate systems** (PCS), apart from Web Mercator, the area and perimeter are always calculated > in a Euclidean (in their respective PCS)."
880
+ },
881
+ "perimeter": {
882
+ "$ref": "#/definitions/@arcgis.core.core.quantity.Length",
883
+ "description": "Perimeter length of the polygon."
884
+ }
885
+ },
886
+ "required": [
887
+ "area",
888
+ "mode",
889
+ "perimeter"
890
+ ],
891
+ "type": "object"
892
+ },
893
+ "@arcgis.core.views.analysis.DistanceMeasurement.types.DistanceMeasurementResult": {
894
+ "additionalProperties": false,
895
+ "description": "Result obtained from an [DistanceMeasurementAnalysis](https://developers.arcgis.com/javascript/latest/references/core/analysis/DistanceMeasurementAnalysis/).",
896
+ "properties": {
897
+ "length": {
898
+ "$ref": "#/definitions/@arcgis.core.core.quantity.Length",
899
+ "description": "Length of the polyline."
900
+ },
901
+ "mode": {
902
+ "$ref": "#/definitions/@arcgis.core.views.analysis.types.MeasurementMode",
903
+ "description": "Describes the mode in which the measurement is computed. In `euclidean` mode, length is computed from a flat polyline with straight segments in a [ECEF](https://en.wikipedia.org/wiki/ECEF) coordinate system. In `geodesic` mode, the length is computed from a geodesic polyline in a WGS84 ellipsoid."
904
+ }
905
+ },
906
+ "required": [
907
+ "length",
908
+ "mode"
909
+ ],
910
+ "type": "object"
911
+ },
912
+ "@arcgis.core.views.analysis.ElevationProfile.ElevationProfileResult.ElevationProfileResult": {
913
+ "additionalProperties": false,
914
+ "description": "Represents the result for each [profile line](https://developers.arcgis.com/javascript/latest/references/core/analysis/ElevationProfile/ElevationProfileLine/) configured in the [ElevationProfileAnalysis.profiles](https://developers.arcgis.com/javascript/latest/references/core/analysis/ElevationProfileAnalysis/#profiles) collection. This result is initialized by the analysis view and is dynamically updated as the elevation profile is generated.",
915
+ "properties": {
916
+ "available": {
917
+ "description": "Indicates whether the line is available. Unavailable lines are not sampled or displayed, and the corresponding [samples](https://developers.arcgis.com/javascript/latest/references/core/views/analysis/ElevationProfile/ElevationProfileResult/#samples) and [statistics](https://developers.arcgis.com/javascript/latest/references/core/views/analysis/ElevationProfile/ElevationProfileResult/#statistics) will be empty.\n\nAvailability rules for each line type:\n- `ground`: Available if any ground layers are visible.\n- `input`: Always available.\n- `query`: Available if the source is visible and any layers in that source (e.g. ground elevation layers) are also visible.\n- `scene`: Always available in 3D.",
918
+ "type": "boolean"
919
+ },
920
+ "declaredClass": {
921
+ "description": "The name of the class. The declared class name is formatted as `esri.folder.className`.",
922
+ "type": "string"
923
+ },
924
+ "destroyed": {
925
+ "type": "boolean"
926
+ },
927
+ "initialized": {
928
+ "description": "Set to `true` once the initialize function has executed.",
929
+ "type": "boolean"
930
+ },
931
+ "profile": {
932
+ "$ref": "#/definitions/@arcgis.core.analysis.ElevationProfile.types.ElevationProfileLineUnion",
933
+ "description": "The [profile line](https://developers.arcgis.com/javascript/latest/references/core/analysis/ElevationProfileAnalysis/#profiles) whose elevation is represented by this result."
934
+ },
935
+ "progress": {
936
+ "description": "Represents the progress of the elevation profile generation, ranging from 0 to 1.",
937
+ "type": "number"
938
+ },
939
+ "samples": {
940
+ "description": "Contains the samples that make up the elevation profile. Each sample represents a point along the profile.\n\nThe distance and elevation values are given in the effective units specified in [ElevationProfileAnalysisView2D.effectiveDisplayUnits](https://developers.arcgis.com/javascript/latest/references/core/views/2d/analysis/ElevationProfileAnalysisView2D/#effectiveDisplayUnits) or [ElevationProfileAnalysisView3D.effectiveDisplayUnits](https://developers.arcgis.com/javascript/latest/references/core/views/3d/analysis/ElevationProfileAnalysisView3D/#effectiveDisplayUnits).",
941
+ "items": {
942
+ "$ref": "#/definitions/@arcgis.core.views.analysis.ElevationProfile.types.ElevationProfileSample"
943
+ },
944
+ "type": "array"
945
+ },
946
+ "statistics": {
947
+ "$ref": "#/definitions/@arcgis.core.views.analysis.ElevationProfile.types.ElevationProfileStatistics",
948
+ "description": "Provides statistics about the elevation profile, including minimum, maximum, and average elevation values, elevation gain and loss, and slope information.\n\nThe distance and elevation values are given in the effective units specified in [ElevationProfileAnalysisView2D.effectiveDisplayUnits](https://developers.arcgis.com/javascript/latest/references/core/views/2d/analysis/ElevationProfileAnalysisView2D/#effectiveDisplayUnits) or [ElevationProfileAnalysisView3D.effectiveDisplayUnits](https://developers.arcgis.com/javascript/latest/references/core/views/3d/analysis/ElevationProfileAnalysisView3D/#effectiveDisplayUnits)."
949
+ }
950
+ },
951
+ "required": [
952
+ "available",
953
+ "declaredClass",
954
+ "destroyed",
955
+ "initialized",
956
+ "profile",
957
+ "progress",
958
+ "samples",
959
+ "statistics"
960
+ ],
961
+ "type": "object"
962
+ },
963
+ "@arcgis.core.views.analysis.ElevationProfile.types.ElevationProfileSample": {
964
+ "$ref": "esri.views.analysis.ElevationProfile.types"
965
+ },
966
+ "@arcgis.core.views.analysis.ElevationProfile.types.ElevationProfileStatistics": {
967
+ "$ref": "esri.views.analysis.ElevationProfile.types"
968
+ },
969
+ "@arcgis.core.views.analysis.types.AnalysisViewUnion": {
970
+ "$ref": "esri.views.analysis.types"
971
+ },
972
+ "@arcgis.core.views.analysis.types.MeasurementMode": {
973
+ "$ref": "esri.views.analysis.types"
974
+ },
975
+ "@arcgis.core.views.layers.LayerView.LayerView": {
976
+ "$ref": "esri.views.layers.LayerView"
977
+ },
978
+ "@arcgis.core.views.layers.StreamLayerView.StreamUpdateRateEvent": {
979
+ "additionalProperties": false,
980
+ "description": "The [update-event](https://developers.arcgis.com/javascript/latest/references/core/views/layers/StreamLayerView/#event-update-rate)'s payload. The update rate of features being processed on the client and pushed from the server.",
981
+ "properties": {
982
+ "client": {
983
+ "description": "The client update rate per second. Returns number of features being processed on the client.",
984
+ "type": "number"
985
+ },
986
+ "websocket": {
987
+ "description": "Update rate per second for websocket/service. Returns number of features being pushed from the server.",
988
+ "type": "number"
989
+ }
990
+ },
991
+ "required": [
992
+ "client",
993
+ "websocket"
994
+ ],
995
+ "type": "object"
996
+ },
997
+ "@arcgis.core.views.types.AnalysisViewCreateErrorEvent": {
998
+ "additionalProperties": false,
999
+ "properties": {
1000
+ "analysis": {
1001
+ "$ref": "#/definitions/@arcgis.core.analysis.Analysis.Analysis",
1002
+ "description": "The analysis for which the `analysisView` was created."
1003
+ },
1004
+ "error": {
1005
+ "$ref": "#/definitions/Error",
1006
+ "description": "An error object describing why the analysis view could not be created."
1007
+ }
1008
+ },
1009
+ "required": [
1010
+ "analysis",
1011
+ "error"
1012
+ ],
1013
+ "type": "object"
1014
+ },
1015
+ "@arcgis.core.views.types.AnalysisViewCreateEvent": {
1016
+ "additionalProperties": false,
1017
+ "properties": {
1018
+ "analysis": {
1019
+ "$ref": "#/definitions/@arcgis.core.analysis.Analysis.Analysis",
1020
+ "description": "The analysis for which the `analysisView` was created."
1021
+ },
1022
+ "analysisView": {
1023
+ "$ref": "#/definitions/@arcgis.core.views.analysis.types.AnalysisViewUnion",
1024
+ "description": "The analysis view that was created."
1025
+ }
1026
+ },
1027
+ "required": [
1028
+ "analysis",
1029
+ "analysisView"
1030
+ ],
1031
+ "type": "object"
1032
+ },
1033
+ "@arcgis.core.views.types.AnalysisViewDestroyEvent": {
1034
+ "additionalProperties": false,
1035
+ "properties": {
1036
+ "analysis": {
1037
+ "$ref": "#/definitions/@arcgis.core.analysis.Analysis.Analysis",
1038
+ "description": "The analysis whose analysis view was destroyed."
8
1039
  },
9
- {
10
- "$ref": "#/definitions/esri.Multipoint"
1040
+ "analysisView": {
1041
+ "$ref": "#/definitions/@arcgis.core.views.analysis.types.AnalysisViewUnion",
1042
+ "description": "The analysis view that was destroyed."
1043
+ }
1044
+ },
1045
+ "required": [
1046
+ "analysis",
1047
+ "analysisView"
1048
+ ],
1049
+ "type": "object"
1050
+ },
1051
+ "@arcgis.core.webdoc.applicationProperties.Viewing.Viewing": {
1052
+ "$ref": "esri.webdoc.applicationProperties.Viewing"
1053
+ },
1054
+ "@arcgis.core.webscene.ApplicationProperties.ApplicationProperties": {
1055
+ "additionalProperties": false,
1056
+ "description": "Represents configuration of application and UI elements.",
1057
+ "properties": {
1058
+ "declaredClass": {
1059
+ "description": "The name of the class. The declared class name is formatted as `esri.folder.className`.",
1060
+ "type": "string"
11
1061
  },
12
- {
13
- "$ref": "#/definitions/esri.Point"
1062
+ "destroyed": {
1063
+ "type": "boolean"
14
1064
  },
15
- {
16
- "$ref": "#/definitions/esri.Polygon"
1065
+ "initialized": {
1066
+ "description": "Set to `true` once the initialize function has executed.",
1067
+ "type": "boolean"
17
1068
  },
1069
+ "viewing": {
1070
+ "$ref": "#/definitions/@arcgis.core.webdoc.applicationProperties.Viewing.Viewing",
1071
+ "description": "View-specific properties of application and UI elements."
1072
+ }
1073
+ },
1074
+ "required": [
1075
+ "declaredClass",
1076
+ "destroyed",
1077
+ "initialized",
1078
+ "viewing"
1079
+ ],
1080
+ "type": "object"
1081
+ },
1082
+ "@arcgis.core.webscene.support.FeatureReferenceGlobalId.FeatureReferenceGlobalId": {
1083
+ "$ref": "esri.webscene.support.FeatureReferenceGlobalId"
1084
+ },
1085
+ "@arcgis.core.webscene.support.FeatureReferenceObjectId.FeatureReferenceObjectId": {
1086
+ "$ref": "esri.webscene.support.FeatureReferenceObjectId"
1087
+ },
1088
+ "@arcgis.core.webscene.types.FeatureReferenceIdUnion": {
1089
+ "anyOf": [
18
1090
  {
19
- "$ref": "#/definitions/esri.Polyline"
1091
+ "$ref": "#/definitions/@arcgis.core.webscene.support.FeatureReferenceGlobalId.FeatureReferenceGlobalId"
20
1092
  },
21
1093
  {
22
- "$ref": "#/definitions/esri.Mesh"
1094
+ "$ref": "#/definitions/@arcgis.core.webscene.support.FeatureReferenceObjectId.FeatureReferenceObjectId"
1095
+ }
1096
+ ]
1097
+ },
1098
+ "@arcgis.core.widgets.Popup.types.ActionEvent": {
1099
+ "additionalProperties": false,
1100
+ "properties": {
1101
+ "action": {
1102
+ "$ref": "#/definitions/@arcgis.core.widgets.Popup.types.PopupAction",
1103
+ "description": "The action clicked by the user. For a description of this object and a specification of its properties, see the [Popup.actions](https://developers.arcgis.com/javascript/latest/references/core/widgets/Popup/#actions) property of this class."
23
1104
  }
1105
+ },
1106
+ "required": [
1107
+ "action"
24
1108
  ],
25
- "description": "Union of all geometries.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-unionTypes.html#GeometryUnion Read more...}"
1109
+ "type": "object"
1110
+ },
1111
+ "@arcgis.core.widgets.Popup.types.PopupAction": {
1112
+ "$ref": "esri.widgets.Popup.types"
26
1113
  },
27
1114
  "@vertigis.arcgis-extensions.FailureMode.FailureMode": {
28
1115
  "description": "Possible modes of failure when there is an error resolving or initializing an item.",
@@ -84,22 +1171,22 @@
84
1171
  "geometry": {
85
1172
  "anyOf": [
86
1173
  {
87
- "$ref": "#/definitions/esri.Extent"
1174
+ "$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
88
1175
  },
89
1176
  {
90
- "$ref": "#/definitions/esri.Multipoint"
1177
+ "$ref": "#/definitions/@arcgis.core.geometry.Multipoint.Multipoint"
91
1178
  },
92
1179
  {
93
- "$ref": "#/definitions/esri.Point"
1180
+ "$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
94
1181
  },
95
1182
  {
96
- "$ref": "#/definitions/esri.Polygon"
1183
+ "$ref": "T_17"
97
1184
  },
98
1185
  {
99
- "$ref": "#/definitions/esri.Polyline"
1186
+ "$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
100
1187
  },
101
1188
  {
102
- "$ref": "#/definitions/esri.Mesh"
1189
+ "$ref": "#/definitions/@arcgis.core.geometry.Mesh.Mesh"
103
1190
  },
104
1191
  {
105
1192
  "$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
@@ -151,10 +1238,10 @@
151
1238
  "items": {
152
1239
  "anyOf": [
153
1240
  {
154
- "$ref": "@vertigis.arcgis-extensions.Hyperlink.HyperlinkProperties"
1241
+ "$ref": "#/definitions/@vertigis.arcgis-extensions.Hyperlink.HyperlinkProperties"
155
1242
  },
156
1243
  {
157
- "$ref": "@vertigis.arcgis-extensions.Hyperlink.Hyperlink"
1244
+ "$ref": "T_4"
158
1245
  }
159
1246
  ]
160
1247
  },
@@ -172,7 +1259,7 @@
172
1259
  "type": "array"
173
1260
  },
174
1261
  "outSpatialReference": {
175
- "$ref": "#/definitions/esri.SpatialReference",
1262
+ "$ref": "#/definitions/@arcgis.core.geometry.SpatialReference.SpatialReference",
176
1263
  "description": "See {@link data /FeatureSettings!FeatureSettings.outSpatialReference}."
177
1264
  },
178
1265
  "popupContentExtensions": {
@@ -183,7 +1270,7 @@
183
1270
  "$ref": "@vertigis.arcgis-extensions.data.PopupContentExtension.PopupContentExtensionProperties"
184
1271
  },
185
1272
  {
186
- "$ref": "@vertigis.arcgis-extensions.data.PopupContentExtension.PopupContentExtension"
1273
+ "$ref": "T_3"
187
1274
  }
188
1275
  ]
189
1276
  },
@@ -195,7 +1282,7 @@
195
1282
  "$ref": "#/definitions/esri.rest-api.PopupInfoJson.PopupInfoJson"
196
1283
  },
197
1284
  {
198
- "$ref": "#/definitions/esri.PopupTemplate"
1285
+ "$ref": "#/definitions/@arcgis.core.PopupTemplate.PopupTemplate"
199
1286
  }
200
1287
  ],
201
1288
  "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."
@@ -230,7 +1317,7 @@
230
1317
  "field": {
231
1318
  "anyOf": [
232
1319
  {
233
- "$ref": "#/definitions/esri.Field"
1320
+ "$ref": "T_6"
234
1321
  },
235
1322
  {
236
1323
  "$ref": "#/definitions/@vertigis.arcgis-extensions.data.FieldExtension.FieldProperties"
@@ -389,7 +1476,7 @@
389
1476
  "content": {
390
1477
  "anyOf": [
391
1478
  {
392
- "$ref": "#/definitions/esri.Content"
1479
+ "$ref": "#/definitions/@arcgis.core.popup.content.Content.Content"
393
1480
  },
394
1481
  {
395
1482
  "$ref": "#/definitions/@vertigis.arcgis-extensions.data.PopupContentExtension.ContentProperties"
@@ -432,10 +1519,10 @@
432
1519
  "items": {
433
1520
  "anyOf": [
434
1521
  {
435
- "$ref": "@vertigis.arcgis-extensions.data.FieldExtension.FieldExtensionProperties"
1522
+ "$ref": "#/definitions/@vertigis.arcgis-extensions.data.FieldExtension.FieldExtensionProperties"
436
1523
  },
437
1524
  {
438
- "$ref": "@vertigis.arcgis-extensions.data.FieldExtension.FieldExtension"
1525
+ "$ref": "T_5"
439
1526
  }
440
1527
  ]
441
1528
  },
@@ -446,7 +1533,7 @@
446
1533
  "items": {
447
1534
  "anyOf": [
448
1535
  {
449
- "$ref": "#/definitions/esri.Field"
1536
+ "$ref": "T_6"
450
1537
  },
451
1538
  {
452
1539
  "$ref": "#/definitions/esri.rest-api.FieldJson.FieldJson"
@@ -464,7 +1551,7 @@
464
1551
  "type": "string"
465
1552
  },
466
1553
  "spatialReference": {
467
- "$ref": "#/definitions/esri.SpatialReference",
1554
+ "$ref": "#/definitions/@arcgis.core.geometry.SpatialReference.SpatialReference",
468
1555
  "description": "See {@link data /Schema!Schema.spatialReference}."
469
1556
  },
470
1557
  "timeZone": {
@@ -480,7 +1567,7 @@
480
1567
  "items": {
481
1568
  "anyOf": [
482
1569
  {
483
- "$ref": "#/definitions/esri.FeatureType"
1570
+ "$ref": "#/definitions/@arcgis.core.layers.support.FeatureType.FeatureType"
484
1571
  },
485
1572
  {
486
1573
  "$ref": "#/definitions/esri.rest-api.TypeJson.TypeJson"
@@ -492,6 +1579,10 @@
492
1579
  },
493
1580
  "type": "object"
494
1581
  },
1582
+ "@vertigis.arcgis-extensions.data._Relationship.RelationshipType": {
1583
+ "description": "The type of the Relationship.",
1584
+ "type": "string"
1585
+ },
495
1586
  "@vertigis.arcgis-extensions.data._TableExtension.TableReference": {
496
1587
  "additionalProperties": false,
497
1588
  "description": "Matches an existing table in a map.",
@@ -547,7 +1638,7 @@
547
1638
  "@vertigis.arcgis-extensions.mapping.MapExtension.WebMapLike": {
548
1639
  "anyOf": [
549
1640
  {
550
- "$ref": "#/definitions/esri.PortalItem"
1641
+ "$ref": "#/definitions/@arcgis.core.portal.PortalItem.PortalItem"
551
1642
  },
552
1643
  {
553
1644
  "$ref": "#/definitions/esri.rest-api.ItemJson.ItemJson"
@@ -570,7 +1661,7 @@
570
1661
  "@vertigis.arcgis-extensions.mapping.MapExtension.WebSceneLike": {
571
1662
  "anyOf": [
572
1663
  {
573
- "$ref": "#/definitions/esri.PortalItem"
1664
+ "$ref": "#/definitions/@arcgis.core.portal.PortalItem.PortalItem"
574
1665
  },
575
1666
  {
576
1667
  "$ref": "#/definitions/esri.rest-api.ItemJson.ItemJson"
@@ -681,6 +1772,90 @@
681
1772
  },
682
1773
  "type": "object"
683
1774
  },
1775
+ "@vertigis.arcgis-extensions.support.InitializableBase.InitializeWarningEvent": {
1776
+ "additionalProperties": false,
1777
+ "description": "Raised when there is an error initializing an {@link support /InitializableBase!InitializableBase}.",
1778
+ "properties": {
1779
+ "error": {
1780
+ "$ref": "@vertigis.arcgis-extensions.support.InitializeError.InitializeError",
1781
+ "description": "Original error that occurred."
1782
+ },
1783
+ "target": {
1784
+ "$ref": "@vertigis.arcgis-extensions.support.InitializableBase.InitializableBase",
1785
+ "description": "The {@link support /InitializableBase!InitializableBase} that raised the event."
1786
+ }
1787
+ },
1788
+ "required": [
1789
+ "error",
1790
+ "target"
1791
+ ],
1792
+ "type": "object"
1793
+ },
1794
+ "@vertigis.arcgis-extensions.utilities.ObservableMap.MapAfterItemEvent": {
1795
+ "additionalProperties": false,
1796
+ "description": "Raised after an item is added or removed from an {@link ObservableMap}.",
1797
+ "properties": {
1798
+ "item": {
1799
+ "$ref": "T",
1800
+ "description": "The item to add or remove from the collection."
1801
+ },
1802
+ "target": {
1803
+ "$ref": "@vertigis.arcgis-extensions.utilities.collection.AfterItemChangeEvent.TCollection",
1804
+ "description": "The collection like object that raised the event."
1805
+ }
1806
+ },
1807
+ "required": [
1808
+ "item",
1809
+ "target"
1810
+ ],
1811
+ "type": "object"
1812
+ },
1813
+ "@vertigis.arcgis-extensions.utilities.ObservableMap.MapChangeEvent": {
1814
+ "additionalProperties": false,
1815
+ "description": "Raised when items are added or removed from an {@link ObservableMap}.",
1816
+ "properties": {
1817
+ "added": {
1818
+ "description": "The items that were added.",
1819
+ "items": {
1820
+ "items": [
1821
+ {
1822
+ "type": "string"
1823
+ },
1824
+ {}
1825
+ ],
1826
+ "maxItems": 2,
1827
+ "minItems": 2,
1828
+ "type": "array"
1829
+ },
1830
+ "type": "array"
1831
+ },
1832
+ "removed": {
1833
+ "description": "The items that were removed.",
1834
+ "items": {
1835
+ "items": [
1836
+ {
1837
+ "type": "string"
1838
+ },
1839
+ {}
1840
+ ],
1841
+ "maxItems": 2,
1842
+ "minItems": 2,
1843
+ "type": "array"
1844
+ },
1845
+ "type": "array"
1846
+ },
1847
+ "target": {
1848
+ "$ref": "@vertigis.arcgis-extensions.utilities.ObservableMap.ObservableMap",
1849
+ "description": "The {@link ObservableMap} that raised the event."
1850
+ }
1851
+ },
1852
+ "required": [
1853
+ "added",
1854
+ "removed",
1855
+ "target"
1856
+ ],
1857
+ "type": "object"
1858
+ },
684
1859
  "AddShortcutArgs": {
685
1860
  "additionalProperties": false,
686
1861
  "description": "The arguments for the \"shortcut.added\" event.",
@@ -776,16 +1951,6 @@
776
1951
  ],
777
1952
  "type": "object"
778
1953
  },
779
- "ArrayBufferLike": {
780
- "anyOf": [
781
- {
782
- "$ref": "ArrayBuffer"
783
- },
784
- {
785
- "$ref": "SharedArrayBuffer"
786
- }
787
- ]
788
- },
789
1954
  "AttachmentEventArgs": {
790
1955
  "additionalProperties": false,
791
1956
  "description": "Event args for attachment events.",
@@ -805,6 +1970,28 @@
805
1970
  ],
806
1971
  "type": "object"
807
1972
  },
1973
+ "AttachmentInputUnion": {
1974
+ "anyOf": [
1975
+ {
1976
+ "$ref": "#/definitions/@arcgis.core.form.elements.inputs.attachments.AudioInput.AudioInput"
1977
+ },
1978
+ {
1979
+ "$ref": "#/definitions/@arcgis.core.form.elements.inputs.attachments.DocumentInput.DocumentInput"
1980
+ },
1981
+ {
1982
+ "$ref": "#/definitions/@arcgis.core.form.elements.inputs.attachments.ImageInput.ImageInput"
1983
+ },
1984
+ {
1985
+ "$ref": "#/definitions/@arcgis.core.form.elements.inputs.attachments.SignatureInput.SignatureInput"
1986
+ },
1987
+ {
1988
+ "$ref": "#/definitions/@arcgis.core.form.elements.inputs.attachments.VideoInput.VideoInput"
1989
+ },
1990
+ {
1991
+ "$ref": "#/definitions/@arcgis.core.form.elements.inputs.attachments.AttachmentInput.AttachmentInput"
1992
+ }
1993
+ ]
1994
+ },
808
1995
  "AuthenticationType": {
809
1996
  "description": "A type of authentication.",
810
1997
  "enum": [
@@ -826,6 +2013,9 @@
826
2013
  {
827
2014
  "$ref": "#/definitions/esri.rest-api.MapServiceLayerJson.MapServiceLayerJson"
828
2015
  },
2016
+ {
2017
+ "$ref": "#/definitions/esri.rest-api.SceneLayerJson.SceneLayerJson"
2018
+ },
829
2019
  {
830
2020
  "$ref": "#/definitions/esri.rest-api.TiledImageServiceLayerJson.TiledImageServiceLayerJson"
831
2021
  },
@@ -869,6 +2059,105 @@
869
2059
  ],
870
2060
  "type": "object"
871
2061
  },
2062
+ "BuildingSublayerUnion": {
2063
+ "anyOf": [
2064
+ {
2065
+ "$ref": "#/definitions/@arcgis.core.layers.buildingSublayers.BuildingComponentSublayer.BuildingComponentSublayer"
2066
+ },
2067
+ {
2068
+ "$ref": "#/definitions/@arcgis.core.layers.buildingSublayers.BuildingGroupSublayer.BuildingGroupSublayer"
2069
+ }
2070
+ ]
2071
+ },
2072
+ "CIMSymbolLayerUnion": {
2073
+ "anyOf": [
2074
+ {
2075
+ "$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMGradientFill"
2076
+ },
2077
+ {
2078
+ "$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMGradientStroke"
2079
+ },
2080
+ {
2081
+ "$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMHatchFill"
2082
+ },
2083
+ {
2084
+ "$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMPictureMarker"
2085
+ },
2086
+ {
2087
+ "$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMVectorMarker"
2088
+ },
2089
+ {
2090
+ "$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMPictureFill"
2091
+ },
2092
+ {
2093
+ "$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMPictureStroke"
2094
+ },
2095
+ {
2096
+ "$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMSolidFill"
2097
+ },
2098
+ {
2099
+ "$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMSolidStroke"
2100
+ }
2101
+ ],
2102
+ "description": "Represents a symbol layer, the component that makes up a symbol. A symbol layer is represented by a marker, stroke, or fill symbol layer. Symbol layers are the building blocks of CIM symbols, they combine to make rich graphical depictions. You can configure the shape, color, texture, size, position, etc of each symbol layer, and combine multiple symbol layers to create your desired symbol. The symbol layers are typically displayed in the order they are defined, so the first symbol layer will be displayed on top, and the last symbol layer will be displayed on bottom.\n\n> [!WARNING] > > **Known Limitations** > > CIMSymbols within a FeatureLayer will render the symbol layers in the following order from top to bottom for performance reasons, regardless of the order they are defined within the symbol. > 1. CIMTextSymbol embedded within a CIMVectorMarker symbol layer > 2. Marker symbols - CIMVectorMarker and CIMPictureMarker > 3. Stroke symbols - CIMSolidStroke, CIMPictureStroke, and CIMGradientStroke > 4. Fill symbols - CIMSolidFill, CIMHatchFill, CIMPictureFill, and CIMGradientFill"
2103
+ },
2104
+ "CIMSymbolUnion": {
2105
+ "anyOf": [
2106
+ {
2107
+ "$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMLineSymbol"
2108
+ },
2109
+ {
2110
+ "$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMPointSymbol"
2111
+ },
2112
+ {
2113
+ "$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMPolygonSymbol"
2114
+ },
2115
+ {
2116
+ "$ref": "#/definitions/@arcgis.core.symbols.cim.types.CIMTextSymbol"
2117
+ }
2118
+ ],
2119
+ "description": "Represents a union type of all CIM symbol types."
2120
+ },
2121
+ "ColorJson": {
2122
+ "anyOf": [
2123
+ {
2124
+ "items": [
2125
+ {
2126
+ "type": "number"
2127
+ },
2128
+ {
2129
+ "type": "number"
2130
+ },
2131
+ {
2132
+ "type": "number"
2133
+ },
2134
+ {
2135
+ "type": "number"
2136
+ }
2137
+ ],
2138
+ "maxItems": 4,
2139
+ "minItems": 4,
2140
+ "type": "array"
2141
+ },
2142
+ {
2143
+ "items": [
2144
+ {
2145
+ "type": "number"
2146
+ },
2147
+ {
2148
+ "type": "number"
2149
+ },
2150
+ {
2151
+ "type": "number"
2152
+ }
2153
+ ],
2154
+ "maxItems": 3,
2155
+ "minItems": 3,
2156
+ "type": "array"
2157
+ }
2158
+ ],
2159
+ "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/}."
2160
+ },
872
2161
  "ConfiguredMeasurementSystem": {
873
2162
  "description": "The measurement system units configured for an app. Default uses the device's default units.",
874
2163
  "enum": [
@@ -914,6 +2203,20 @@
914
2203
  ],
915
2204
  "description": "A domain specifies the set of valid values for a field.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/domain/} {@link https://developers.arcgis.com/web-scene-specification/objects/domain/}."
916
2205
  },
2206
+ "DomainUnion": {
2207
+ "anyOf": [
2208
+ {
2209
+ "$ref": "#/definitions/@arcgis.core.layers.support.CodedValueDomain.CodedValueDomain"
2210
+ },
2211
+ {
2212
+ "$ref": "#/definitions/@arcgis.core.layers.support.InheritedDomain.InheritedDomain"
2213
+ },
2214
+ {
2215
+ "$ref": "#/definitions/@arcgis.core.layers.support.RangeDomain.RangeDomain"
2216
+ }
2217
+ ],
2218
+ "description": "Supported domain types. Domains are used to constrain allowable values of a layer."
2219
+ },
917
2220
  "EdgesJson": {
918
2221
  "anyOf": [
919
2222
  {
@@ -996,6 +2299,34 @@
996
2299
  ],
997
2300
  "description": "Elevation layers that can be used in a web scene's ground."
998
2301
  },
2302
+ "ElevationLayerUnion": {
2303
+ "anyOf": [
2304
+ {
2305
+ "$ref": "#/definitions/@arcgis.core.layers.ElevationLayer.ElevationLayer"
2306
+ },
2307
+ {
2308
+ "$ref": "#/definitions/@arcgis.core.layers.BaseElevationLayer.BaseElevationLayer"
2309
+ }
2310
+ ],
2311
+ "description": "Union of supported ground elevation layer types."
2312
+ },
2313
+ "ElevationProfileLineUnion": {
2314
+ "anyOf": [
2315
+ {
2316
+ "$ref": "#/definitions/@arcgis.core.analysis.ElevationProfile.ElevationProfileLineGround.ElevationProfileLineGround"
2317
+ },
2318
+ {
2319
+ "$ref": "#/definitions/@arcgis.core.analysis.ElevationProfile.ElevationProfileLineInput.ElevationProfileLineInput"
2320
+ },
2321
+ {
2322
+ "$ref": "#/definitions/@arcgis.core.analysis.ElevationProfile.ElevationProfileLineQuery.ElevationProfileLineQuery"
2323
+ },
2324
+ {
2325
+ "$ref": "#/definitions/@arcgis.core.analysis.ElevationProfile.ElevationProfileLineScene.ElevationProfileLineScene"
2326
+ }
2327
+ ],
2328
+ "description": "Union of all supported elevation profile lines."
2329
+ },
999
2330
  "Error": {
1000
2331
  "additionalProperties": false,
1001
2332
  "properties": {
@@ -1060,13 +2391,26 @@
1060
2391
  ],
1061
2392
  "description": "Feature reductions declutter the screen by hiding features that would otherwise intersect with other features on screen."
1062
2393
  },
2394
+ "FeatureReductionUnion": {
2395
+ "anyOf": [
2396
+ {
2397
+ "$ref": "#/definitions/@arcgis.core.layers.support.FeatureReductionBinning.FeatureReductionBinning"
2398
+ },
2399
+ {
2400
+ "$ref": "#/definitions/@arcgis.core.layers.support.FeatureReductionCluster.FeatureReductionCluster"
2401
+ },
2402
+ {
2403
+ "$ref": "#/definitions/@arcgis.core.layers.support.FeatureReductionSelection.FeatureReductionSelection"
2404
+ }
2405
+ ]
2406
+ },
1063
2407
  "Features": {
1064
2408
  "anyOf": [
1065
2409
  {
1066
2410
  "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
1067
2411
  },
1068
2412
  {
1069
- "$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
2413
+ "$ref": "esri.ChangeEvent.Target"
1070
2414
  },
1071
2415
  {
1072
2416
  "$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
@@ -1081,7 +2425,7 @@
1081
2425
  "$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
1082
2426
  },
1083
2427
  {
1084
- "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
2428
+ "$ref": "T_60"
1085
2429
  }
1086
2430
  ]
1087
2431
  },
@@ -1096,7 +2440,7 @@
1096
2440
  "FeaturesLike": {
1097
2441
  "anyOf": [
1098
2442
  {
1099
- "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
2443
+ "$ref": "T_60"
1100
2444
  },
1101
2445
  {
1102
2446
  "$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
@@ -1114,7 +2458,7 @@
1114
2458
  "$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
1115
2459
  },
1116
2460
  {
1117
- "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
2461
+ "$ref": "T_60"
1118
2462
  }
1119
2463
  ]
1120
2464
  },
@@ -1123,6 +2467,17 @@
1123
2467
  ],
1124
2468
  "description": "Represents one or more features."
1125
2469
  },
2470
+ "FieldFormatUnion": {
2471
+ "anyOf": [
2472
+ {
2473
+ "$ref": "#/definitions/@arcgis.core.layers.support.DateTimeFieldFormat.DateTimeFieldFormat"
2474
+ },
2475
+ {
2476
+ "$ref": "#/definitions/@arcgis.core.layers.support.NumberFieldFormat.NumberFieldFormat"
2477
+ }
2478
+ ],
2479
+ "description": "Supported field formatting types."
2480
+ },
1126
2481
  "FilterModeJson": {
1127
2482
  "anyOf": [
1128
2483
  {
@@ -1134,6 +2489,29 @@
1134
2489
  ],
1135
2490
  "description": "Filter mode represents the way elements draw when participating in a filter block."
1136
2491
  },
2492
+ "FormElementUnion": {
2493
+ "anyOf": [
2494
+ {
2495
+ "$ref": "#/definitions/@arcgis.core.form.elements.FieldElement.FieldElement"
2496
+ },
2497
+ {
2498
+ "$ref": "#/definitions/@arcgis.core.form.elements.AttachmentElement.AttachmentElement"
2499
+ },
2500
+ {
2501
+ "$ref": "#/definitions/@arcgis.core.form.elements.RelationshipElement.RelationshipElement"
2502
+ },
2503
+ {
2504
+ "$ref": "#/definitions/@arcgis.core.form.elements.TextElement.TextElement"
2505
+ },
2506
+ {
2507
+ "$ref": "#/definitions/@arcgis.core.form.elements.GroupElement.GroupElement"
2508
+ },
2509
+ {
2510
+ "$ref": "#/definitions/@arcgis.core.form.elements.UtilityNetworkAssociationsElement.UtilityNetworkAssociationsElement"
2511
+ }
2512
+ ],
2513
+ "description": "Form element types.\n\n> [!CAUTION] > > * The `AttachmentElement` is not yet fully supported by the [FeatureForm](https://developers.arcgis.com/javascript/latest/references/core/widgets/FeatureForm/) widget."
2514
+ },
1137
2515
  "GenericAppsListedArgs": {
1138
2516
  "additionalProperties": false,
1139
2517
  "description": "Arguments for the app.generic.apps-listed event. Only available in VertiGIS Studio Mobile.",
@@ -1251,6 +2629,29 @@
1251
2629
  ],
1252
2630
  "description": "A geometry as defined in the ArcGIS REST and web map specifications.\n\nSee {@link http://resources.arcgis.com/en/help/rest/apiref/geometry.html}. See {@link https://developers.arcgis.com/web-map-specification/objects/geometry/} {@link https://developers.arcgis.com/web-map-specification/objects/geometryType/}."
1253
2631
  },
2632
+ "GeometryUnion": {
2633
+ "anyOf": [
2634
+ {
2635
+ "$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
2636
+ },
2637
+ {
2638
+ "$ref": "#/definitions/@arcgis.core.geometry.Multipoint.Multipoint"
2639
+ },
2640
+ {
2641
+ "$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
2642
+ },
2643
+ {
2644
+ "$ref": "#/definitions/@arcgis.core.geometry.Polygon.Polygon"
2645
+ },
2646
+ {
2647
+ "$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
2648
+ },
2649
+ {
2650
+ "$ref": "#/definitions/@arcgis.core.geometry.Mesh.Mesh"
2651
+ }
2652
+ ],
2653
+ "description": "Union of all geometries."
2654
+ },
1254
2655
  "GnssDeviceAntennaHeightEventArgs": {
1255
2656
  "additionalProperties": false,
1256
2657
  "description": "Event args for the geolocation.gnss-antenna-height-changed event.",
@@ -1411,7 +2812,7 @@
1411
2812
  "$ref": "#/definitions/@vertigis.arcgis-extensions.data._TableExtension.TableReference"
1412
2813
  },
1413
2814
  {
1414
- "$ref": "#/definitions/esri.Layer"
2815
+ "$ref": "#/definitions/@arcgis.core.layers.Layer.Layer"
1415
2816
  },
1416
2817
  {
1417
2818
  "$ref": "@vertigis.arcgis-extensions.mapping._LayerExtension.LayerExtension"
@@ -1440,7 +2841,7 @@
1440
2841
  "$ref": "#/definitions/@vertigis.arcgis-extensions.data._TableExtension.TableReference"
1441
2842
  },
1442
2843
  {
1443
- "$ref": "#/definitions/esri.Layer"
2844
+ "$ref": "#/definitions/@arcgis.core.layers.Layer.Layer"
1444
2845
  },
1445
2846
  {
1446
2847
  "$ref": "@vertigis.arcgis-extensions.mapping._LayerExtension.LayerExtension"
@@ -1525,7 +2926,7 @@
1525
2926
  "description": "Event args for the map.initialized event.",
1526
2927
  "properties": {
1527
2928
  "loadTime": {
1528
- "$ref": "#/definitions/TimeSpan",
2929
+ "$ref": "TimeSpan",
1529
2930
  "description": "The amount of time that the map took to load. Mobile only."
1530
2931
  },
1531
2932
  "mapExtension": {
@@ -1555,7 +2956,7 @@
1555
2956
  "description": "The map from which the event was generated. Web only."
1556
2957
  },
1557
2958
  "oldMap": {
1558
- "$ref": "#/definitions/esri.Map",
2959
+ "$ref": "#/definitions/@arcgis.core.Map.Map",
1559
2960
  "description": "The previous map."
1560
2961
  }
1561
2962
  },
@@ -1569,7 +2970,7 @@
1569
2970
  "description": "Event args for any events that contain results that were obtained for from a map operation.",
1570
2971
  "properties": {
1571
2972
  "duration": {
1572
- "$ref": "#/definitions/TimeSpan",
2973
+ "$ref": "TimeSpan",
1573
2974
  "description": "The amount of time that it took to perform the operation."
1574
2975
  },
1575
2976
  "error": {
@@ -1664,6 +3065,39 @@
1664
3065
  ],
1665
3066
  "type": "string"
1666
3067
  },
3068
+ "NestableAttachmentInputUnion": {
3069
+ "anyOf": [
3070
+ {
3071
+ "$ref": "#/definitions/@arcgis.core.form.elements.inputs.attachments.AudioInput.AudioInput"
3072
+ },
3073
+ {
3074
+ "$ref": "#/definitions/@arcgis.core.form.elements.inputs.attachments.DocumentInput.DocumentInput"
3075
+ },
3076
+ {
3077
+ "$ref": "#/definitions/@arcgis.core.form.elements.inputs.attachments.ImageInput.ImageInput"
3078
+ },
3079
+ {
3080
+ "$ref": "#/definitions/@arcgis.core.form.elements.inputs.attachments.SignatureInput.SignatureInput"
3081
+ },
3082
+ {
3083
+ "$ref": "#/definitions/@arcgis.core.form.elements.inputs.attachments.VideoInput.VideoInput"
3084
+ }
3085
+ ]
3086
+ },
3087
+ "NestableFormElementUnion": {
3088
+ "anyOf": [
3089
+ {
3090
+ "$ref": "#/definitions/@arcgis.core.form.elements.FieldElement.FieldElement"
3091
+ },
3092
+ {
3093
+ "$ref": "#/definitions/@arcgis.core.form.elements.RelationshipElement.RelationshipElement"
3094
+ },
3095
+ {
3096
+ "$ref": "#/definitions/@arcgis.core.form.elements.TextElement.TextElement"
3097
+ }
3098
+ ],
3099
+ "description": "A union of the types of [form](https://developers.arcgis.com/javascript/latest/references/core/form/FormTemplate/) elements that may be included in a [GroupElement](https://developers.arcgis.com/javascript/latest/references/core/form/elements/GroupElement/)."
3100
+ },
1667
3101
  "NmeaProperties": {
1668
3102
  "additionalProperties": false,
1669
3103
  "description": "Properties describing a GNSS data point.",
@@ -1673,7 +3107,7 @@
1673
3107
  "type": "number"
1674
3108
  },
1675
3109
  "correctionAge": {
1676
- "$ref": "#/definitions/TimeSpan",
3110
+ "$ref": "TimeSpan",
1677
3111
  "description": "The age of differential GPS data record; TimeSpan.Zero when DGPS is not used."
1678
3112
  },
1679
3113
  "course": {
@@ -1828,6 +3262,17 @@
1828
3262
  ],
1829
3263
  "description": "An operational layer in a web map/scene."
1830
3264
  },
3265
+ "ParquetGeometryEncodingUnion": {
3266
+ "anyOf": [
3267
+ {
3268
+ "$ref": "#/definitions/@arcgis.core.layers.support.ParquetGeometryEncodingLocation.ParquetGeometryEncodingLocation"
3269
+ },
3270
+ {
3271
+ "$ref": "#/definitions/@arcgis.core.layers.support.ParquetGeometryEncodingWkb.ParquetGeometryEncodingWkb"
3272
+ }
3273
+ ],
3274
+ "description": "Supported Parquet geometry encoding types."
3275
+ },
1831
3276
  "PhotoResizeOption": {
1832
3277
  "description": "The approximate size / resolution that photos should be resized to.",
1833
3278
  "enum": [
@@ -1852,6 +3297,17 @@
1852
3297
  ],
1853
3298
  "description": "Filters applied to the pointCloud which will hide a point.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
1854
3299
  },
3300
+ "PopupPositionResult": {
3301
+ "enum": [
3302
+ "bottom-center",
3303
+ "bottom-left",
3304
+ "bottom-right",
3305
+ "top-center",
3306
+ "top-left",
3307
+ "top-right"
3308
+ ],
3309
+ "type": "string"
3310
+ },
1855
3311
  "PortalType": {
1856
3312
  "description": "The type of Portal.",
1857
3313
  "enum": [
@@ -2003,6 +3459,32 @@
2003
3459
  ],
2004
3460
  "description": "A renderer.\n\nPart of the ArcGIS REST API (see http://resources.arcgis.com/en/help/rest/apiref/renderer.html)."
2005
3461
  },
3462
+ "RendererUnion": {
3463
+ "anyOf": [
3464
+ {
3465
+ "$ref": "#/definitions/@arcgis.core.renderers.SimpleRenderer.SimpleRenderer"
3466
+ },
3467
+ {
3468
+ "$ref": "#/definitions/@arcgis.core.renderers.ClassBreaksRenderer.ClassBreaksRenderer"
3469
+ },
3470
+ {
3471
+ "$ref": "#/definitions/@arcgis.core.renderers.UniqueValueRenderer.UniqueValueRenderer"
3472
+ },
3473
+ {
3474
+ "$ref": "#/definitions/@arcgis.core.renderers.DotDensityRenderer.DotDensityRenderer"
3475
+ },
3476
+ {
3477
+ "$ref": "#/definitions/@arcgis.core.renderers.DictionaryRenderer.DictionaryRenderer"
3478
+ },
3479
+ {
3480
+ "$ref": "#/definitions/@arcgis.core.renderers.PieChartRenderer.PieChartRenderer"
3481
+ },
3482
+ {
3483
+ "$ref": "#/definitions/@arcgis.core.renderers.HeatmapRenderer.HeatmapRenderer"
3484
+ }
3485
+ ],
3486
+ "description": "Union of renderers."
3487
+ },
2006
3488
  "Results": {
2007
3489
  "additionalProperties": false,
2008
3490
  "description": "Feature results from an operation.",
@@ -2027,7 +3509,7 @@
2027
3509
  "type": "boolean"
2028
3510
  },
2029
3511
  "mapViewpoint": {
2030
- "$ref": "#/definitions/esri.Viewpoint",
3512
+ "$ref": "#/definitions/@arcgis.core.Viewpoint.Viewpoint",
2031
3513
  "description": "The map Viewpoint at the time of the search. Mobile only."
2032
3514
  },
2033
3515
  "maps": {
@@ -2043,11 +3525,11 @@
2043
3525
  "type": "number"
2044
3526
  },
2045
3527
  "near": {
2046
- "$ref": "#/definitions/esri.Point",
3528
+ "$ref": "#/definitions/@arcgis.core.geometry.Point.Point",
2047
3529
  "description": "If specified, this will influence the score of spatial features based on their proximity to this point. Most commonly this would be the user's current location, but can be any point of interest. This option requires searchArea to also be specified. Not supported in VertiGIS Studio Mobile."
2048
3530
  },
2049
3531
  "outSpatialReference": {
2050
- "$ref": "#/definitions/esri.SpatialReference",
3532
+ "$ref": "#/definitions/@arcgis.core.geometry.SpatialReference.SpatialReference",
2051
3533
  "description": "The spatial reference for the returned geometry. Not supported in VertiGIS Studio Mobile."
2052
3534
  },
2053
3535
  "searchArea": {
@@ -2080,7 +3562,7 @@
2080
3562
  "description": "Arguments for the search.completed event.",
2081
3563
  "properties": {
2082
3564
  "duration": {
2083
- "$ref": "#/definitions/TimeSpan",
3565
+ "$ref": "TimeSpan",
2084
3566
  "description": "The amount of time that it took to perform the operation."
2085
3567
  },
2086
3568
  "error": {
@@ -2096,7 +3578,7 @@
2096
3578
  "description": "The geometry associated with the event. This may be an alteration of the original geometry (eg. Buffered)."
2097
3579
  },
2098
3580
  "mapViewpoint": {
2099
- "$ref": "#/definitions/esri.Viewpoint",
3581
+ "$ref": "#/definitions/@arcgis.core.Viewpoint.Viewpoint",
2100
3582
  "description": "The map viewpoint at the time of the search."
2101
3583
  },
2102
3584
  "maps": {
@@ -2280,7 +3762,7 @@
2280
3762
  "description": "Arguments for the app started events. Only available in VertiGIS Studio Mobile.",
2281
3763
  "properties": {
2282
3764
  "loadTime": {
2283
- "$ref": "#/definitions/TimeSpan",
3765
+ "$ref": "TimeSpan",
2284
3766
  "description": "The amount of time that the app took to load."
2285
3767
  },
2286
3768
  "uniqueKey": {
@@ -2352,6 +3834,50 @@
2352
3834
  ],
2353
3835
  "description": "Symbol types used in web scenes."
2354
3836
  },
3837
+ "SymbolUnion": {
3838
+ "anyOf": [
3839
+ {
3840
+ "$ref": "#/definitions/@arcgis.core.symbols.PictureFillSymbol.PictureFillSymbol"
3841
+ },
3842
+ {
3843
+ "$ref": "#/definitions/@arcgis.core.symbols.PictureMarkerSymbol.PictureMarkerSymbol"
3844
+ },
3845
+ {
3846
+ "$ref": "#/definitions/@arcgis.core.symbols.SimpleFillSymbol.SimpleFillSymbol"
3847
+ },
3848
+ {
3849
+ "$ref": "#/definitions/@arcgis.core.symbols.SimpleLineSymbol.SimpleLineSymbol"
3850
+ },
3851
+ {
3852
+ "$ref": "#/definitions/@arcgis.core.symbols.SimpleMarkerSymbol.SimpleMarkerSymbol"
3853
+ },
3854
+ {
3855
+ "$ref": "#/definitions/@arcgis.core.symbols.TextSymbol.TextSymbol"
3856
+ },
3857
+ {
3858
+ "$ref": "#/definitions/@arcgis.core.symbols.CIMSymbol.CIMSymbol"
3859
+ },
3860
+ {
3861
+ "$ref": "#/definitions/@arcgis.core.symbols.LabelSymbol3D.LabelSymbol3D"
3862
+ },
3863
+ {
3864
+ "$ref": "#/definitions/@arcgis.core.symbols.LineSymbol3D.LineSymbol3D"
3865
+ },
3866
+ {
3867
+ "$ref": "#/definitions/@arcgis.core.symbols.MeshSymbol3D.MeshSymbol3D"
3868
+ },
3869
+ {
3870
+ "$ref": "#/definitions/@arcgis.core.symbols.PointSymbol3D.PointSymbol3D"
3871
+ },
3872
+ {
3873
+ "$ref": "#/definitions/@arcgis.core.symbols.PolygonSymbol3D.PolygonSymbol3D"
3874
+ },
3875
+ {
3876
+ "$ref": "#/definitions/@arcgis.core.symbols.WebStyleSymbol.WebStyleSymbol"
3877
+ }
3878
+ ],
3879
+ "description": "Union of all symbols."
3880
+ },
2355
3881
  "TimeSpan": {
2356
3882
  "additionalProperties": false,
2357
3883
  "description": "{@link https://learn.microsoft.com/en-us/dotnet/api/system.timespan?view=net-9.0}.",
@@ -2770,51 +4296,6 @@
2770
4296
  "edit.feature-updated:input": {
2771
4297
  "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
2772
4298
  },
2773
- "esri.Content": {
2774
- "$ref": "esri/popup/content/AttachmentsContent"
2775
- },
2776
- "esri.Extent": {
2777
- "$ref": "esri/geometry/Extent"
2778
- },
2779
- "esri.FeatureType": {
2780
- "$ref": "esri/layers/support/FeatureType"
2781
- },
2782
- "esri.Field": {
2783
- "$ref": "esri/layers/support/Field"
2784
- },
2785
- "esri.Layer": {
2786
- "$ref": "esri/layers/Layer"
2787
- },
2788
- "esri.Map": {
2789
- "$ref": "esri/Map"
2790
- },
2791
- "esri.Mesh": {
2792
- "$ref": "esri/geometry/Mesh"
2793
- },
2794
- "esri.Multipoint": {
2795
- "$ref": "esri/geometry/Multipoint"
2796
- },
2797
- "esri.Point": {
2798
- "$ref": "esri/geometry/Point"
2799
- },
2800
- "esri.Polygon": {
2801
- "$ref": "esri/geometry/Polygon"
2802
- },
2803
- "esri.Polyline": {
2804
- "$ref": "esri/geometry/Polyline"
2805
- },
2806
- "esri.PopupTemplate": {
2807
- "$ref": "esri/PopupTemplate"
2808
- },
2809
- "esri.PortalItem": {
2810
- "$ref": "esri/portal/PortalItem"
2811
- },
2812
- "esri.SpatialReference": {
2813
- "$ref": "esri/geometry/SpatialReference"
2814
- },
2815
- "esri.Viewpoint": {
2816
- "$ref": "esri/Viewpoint"
2817
- },
2818
4299
  "esri.rest-api.AnnotationLayerJson.AnnotationLayerJson": {
2819
4300
  "additionalProperties": false,
2820
4301
  "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.",
@@ -2885,13 +4366,7 @@
2885
4366
  "type": "string"
2886
4367
  },
2887
4368
  "listMode": {
2888
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
2889
- "enum": [
2890
- "hide",
2891
- "hide-children",
2892
- "show"
2893
- ],
2894
- "type": "string"
4369
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
2895
4370
  },
2896
4371
  "maxScale": {
2897
4372
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -3244,13 +4719,7 @@
3244
4719
  "type": "string"
3245
4720
  },
3246
4721
  "listMode": {
3247
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
3248
- "enum": [
3249
- "hide",
3250
- "hide-children",
3251
- "show"
3252
- ],
3253
- "type": "string"
4722
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
3254
4723
  },
3255
4724
  "maxScale": {
3256
4725
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -3450,13 +4919,7 @@
3450
4919
  "description": "Additional properties that can define drawing information and a definition expression for the sublayer. See layerDefinition properties table."
3451
4920
  },
3452
4921
  "listMode": {
3453
- "description": "To show or hide the sublayer in the layer list. If property is present, must be one of the following values: show, hide.",
3454
- "enum": [
3455
- "hide",
3456
- "hide-children",
3457
- "show"
3458
- ],
3459
- "type": "string"
4922
+ "description": "To show or hide the sublayer in the layer list. If property is present, must be one of the following values: show, hide."
3460
4923
  },
3461
4924
  "opacity": {
3462
4925
  "description": "The degree of transparency applied to the sublayer on the client side, where 0 is full transparency and 1 is no transparency. This is multiplied with the opacity of the containing layers.",
@@ -3548,13 +5011,7 @@
3548
5011
  "type": "string"
3549
5012
  },
3550
5013
  "listMode": {
3551
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
3552
- "enum": [
3553
- "hide",
3554
- "hide-children",
3555
- "show"
3556
- ],
3557
- "type": "string"
5014
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
3558
5015
  },
3559
5016
  "locationInfo": {
3560
5017
  "$ref": "#/definitions/esri.rest-api.CSVLayerJson.LocationInfoJson",
@@ -4055,11 +5512,8 @@
4055
5512
  "description": "Specifies a single color to fill the background of the scene with. The scene background is displayed behind any scene objects, stars and atmosphere.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/environment_background_color/}.",
4056
5513
  "properties": {
4057
5514
  "color": {
4058
- "description": "Color is represented as a three or four-element array.",
4059
- "items": {
4060
- "type": "number"
4061
- },
4062
- "type": "array"
5515
+ "$ref": "#/definitions/ColorJson",
5516
+ "description": "Color is represented as a three or four-element array."
4063
5517
  },
4064
5518
  "transparency": {
4065
5519
  "description": "The value has to lie between 100 (full transparency) and 0 (full opacity). Web scenes only.",
@@ -4379,13 +5833,7 @@
4379
5833
  "type": "string"
4380
5834
  },
4381
5835
  "listMode": {
4382
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
4383
- "enum": [
4384
- "hide",
4385
- "hide-children",
4386
- "show"
4387
- ],
4388
- "type": "string"
5836
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
4389
5837
  },
4390
5838
  "maxScale": {
4391
5839
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -5065,13 +6513,7 @@
5065
6513
  "type": "string"
5066
6514
  },
5067
6515
  "listMode": {
5068
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
5069
- "enum": [
5070
- "hide",
5071
- "hide-children",
5072
- "show"
5073
- ],
5074
- "type": "string"
6516
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
5075
6517
  },
5076
6518
  "maxScale": {
5077
6519
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -5210,13 +6652,7 @@
5210
6652
  "description": "Defined by the GeoRSS to JSON request service. If the GeoRSS feed does not have lines, this property is not added to the layer JSON."
5211
6653
  },
5212
6654
  "listMode": {
5213
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
5214
- "enum": [
5215
- "hide",
5216
- "hide-children",
5217
- "show"
5218
- ],
5219
- "type": "string"
6655
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
5220
6656
  },
5221
6657
  "maxScale": {
5222
6658
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -5477,7 +6913,7 @@
5477
6913
  "description": "Determines whether the camera is constrained to navigate only above, or also under the ground surface."
5478
6914
  },
5479
6915
  "surfaceColor": {
5480
- "$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
6916
+ "$ref": "#/definitions/ColorJson",
5481
6917
  "description": "Defines the color of the ground surface, displayed underneath the basemap. If no color, the default grid is shown."
5482
6918
  },
5483
6919
  "transparency": {
@@ -5549,13 +6985,7 @@
5549
6985
  "type": "array"
5550
6986
  },
5551
6987
  "listMode": {
5552
- "description": "To show or hide the group layer in the layer list. See {@link support /esri!ListMode}.",
5553
- "enum": [
5554
- "hide",
5555
- "hide-children",
5556
- "show"
5557
- ],
5558
- "type": "string"
6988
+ "description": "To show or hide the group layer in the layer list. See {@link support /esri!ListMode}."
5559
6989
  },
5560
6990
  "maxScale": {
5561
6991
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -5741,13 +7171,7 @@
5741
7171
  "type": "string"
5742
7172
  },
5743
7173
  "listMode": {
5744
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
5745
- "enum": [
5746
- "hide",
5747
- "hide-children",
5748
- "show"
5749
- ],
5750
- "type": "string"
7174
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
5751
7175
  },
5752
7176
  "maxScale": {
5753
7177
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -5959,13 +7383,7 @@
5959
7383
  "type": "string"
5960
7384
  },
5961
7385
  "listMode": {
5962
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
5963
- "enum": [
5964
- "hide",
5965
- "hide-children",
5966
- "show"
5967
- ],
5968
- "type": "string"
7386
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
5969
7387
  },
5970
7388
  "maxScale": {
5971
7389
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -6102,13 +7520,7 @@
6102
7520
  "type": "string"
6103
7521
  },
6104
7522
  "listMode": {
6105
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
6106
- "enum": [
6107
- "hide",
6108
- "hide-children",
6109
- "show"
6110
- ],
6111
- "type": "string"
7523
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
6112
7524
  },
6113
7525
  "maxScale": {
6114
7526
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -6464,13 +7876,7 @@
6464
7876
  "type": "string"
6465
7877
  },
6466
7878
  "listMode": {
6467
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
6468
- "enum": [
6469
- "hide",
6470
- "hide-children",
6471
- "show"
6472
- ],
6473
- "type": "string"
7879
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
6474
7880
  },
6475
7881
  "maxScale": {
6476
7882
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -7334,7 +8740,7 @@
7334
8740
  "type": "number"
7335
8741
  },
7336
8742
  "color": {
7337
- "$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
8743
+ "$ref": "#/definitions/ColorJson",
7338
8744
  "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."
7339
8745
  },
7340
8746
  "type": {
@@ -7565,13 +8971,7 @@
7565
8971
  "type": "array"
7566
8972
  },
7567
8973
  "listMode": {
7568
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
7569
- "enum": [
7570
- "hide",
7571
- "hide-children",
7572
- "show"
7573
- ],
7574
- "type": "string"
8974
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
7575
8975
  },
7576
8976
  "maxScale": {
7577
8977
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -7746,13 +9146,7 @@
7746
9146
  "type": "string"
7747
9147
  },
7748
9148
  "listMode": {
7749
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
7750
- "enum": [
7751
- "hide",
7752
- "hide-children",
7753
- "show"
7754
- ],
7755
- "type": "string"
9149
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
7756
9150
  },
7757
9151
  "maxScale": {
7758
9152
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -8093,13 +9487,7 @@
8093
9487
  "type": "string"
8094
9488
  },
8095
9489
  "listMode": {
8096
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
8097
- "enum": [
8098
- "hide",
8099
- "hide-children",
8100
- "show"
8101
- ],
8102
- "type": "string"
9490
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
8103
9491
  },
8104
9492
  "maxScale": {
8105
9493
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -8538,13 +9926,7 @@
8538
9926
  "type": "string"
8539
9927
  },
8540
9928
  "listMode": {
8541
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
8542
- "enum": [
8543
- "hide",
8544
- "hide-children",
8545
- "show"
8546
- ],
8547
- "type": "string"
9929
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
8548
9930
  },
8549
9931
  "maxScale": {
8550
9932
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -8783,7 +10165,7 @@
8783
10165
  "type": "number"
8784
10166
  },
8785
10167
  "color": {
8786
- "$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
10168
+ "$ref": "#/definitions/ColorJson",
8787
10169
  "description": "Color is represented as a three or four-element array."
8788
10170
  },
8789
10171
  "description": {
@@ -8804,11 +10186,7 @@
8804
10186
  "colors": {
8805
10187
  "description": "An array of colors that define the color ramp. Either colors or stops must be specified to construct the color ramp.",
8806
10188
  "items": {
8807
- "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/}.",
8808
- "items": {
8809
- "type": "number"
8810
- },
8811
- "type": "array"
10189
+ "$ref": "#/definitions/ColorJson"
8812
10190
  },
8813
10191
  "type": "array"
8814
10192
  },
@@ -8932,8 +10310,39 @@
8932
10310
  "color": {
8933
10311
  "anyOf": [
8934
10312
  {
8935
- "$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
8936
- "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/}."
10313
+ "items": [
10314
+ {
10315
+ "type": "number"
10316
+ },
10317
+ {
10318
+ "type": "number"
10319
+ },
10320
+ {
10321
+ "type": "number"
10322
+ },
10323
+ {
10324
+ "type": "number"
10325
+ }
10326
+ ],
10327
+ "maxItems": 4,
10328
+ "minItems": 4,
10329
+ "type": "array"
10330
+ },
10331
+ {
10332
+ "items": [
10333
+ {
10334
+ "type": "number"
10335
+ },
10336
+ {
10337
+ "type": "number"
10338
+ },
10339
+ {
10340
+ "type": "number"
10341
+ }
10342
+ ],
10343
+ "maxItems": 3,
10344
+ "minItems": 3,
10345
+ "type": "array"
8937
10346
  },
8938
10347
  {
8939
10348
  "type": "string"
@@ -8957,7 +10366,7 @@
8957
10366
  "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/colorUniqueValueInfo/}.",
8958
10367
  "properties": {
8959
10368
  "color": {
8960
- "$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
10369
+ "$ref": "#/definitions/ColorJson",
8961
10370
  "description": "Color is represented as a three or four-element array."
8962
10371
  },
8963
10372
  "description": {
@@ -10060,7 +11469,7 @@
10060
11469
  },
10061
11470
  "esri.rest-api.SceneLayerJson.SceneLayerJson": {
10062
11471
  "additionalProperties": false,
10063
- "description": "The SceneLayer is a layer type designed for on-demand streaming and displaying large amounts of data in a SceneView. SceneLayers support two geometry types: Point and 3D Objects (e.g. Buildings).\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/sceneLayer/}.",
11472
+ "description": "The SceneLayer is a layer type designed for on-demand streaming and displaying large amounts of data in a SceneView. SceneLayers support two geometry types: Point and 3D Objects (e.g. Buildings).\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/sceneLayer/}.\n\nNote: `isReference` is not part of the web scene layer spec, but we include BasemapLayerJsonBase to align with the existing basemap-layer typing pattern used across layer JSON types.",
10064
11473
  "properties": {
10065
11474
  "blendMode": {
10066
11475
  "description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
@@ -10099,6 +11508,9 @@
10099
11508
  ],
10100
11509
  "type": "string"
10101
11510
  },
11511
+ "customParameters": {
11512
+ "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
11513
+ },
10102
11514
  "disablePopup": {
10103
11515
  "description": "Indicates whether to allow a client to ignore popups defined by the service item.",
10104
11516
  "type": "boolean"
@@ -10111,6 +11523,10 @@
10111
11523
  "description": "A unique identifying string for the layer.",
10112
11524
  "type": "string"
10113
11525
  },
11526
+ "isReference": {
11527
+ "description": "This is applicable if used as a baseMapLayer. A boolean value indicating whether or not the baseMapLayer draws on top (true) of other layers, including operationalLayers , or below (false).",
11528
+ "type": "boolean"
11529
+ },
10114
11530
  "itemId": {
10115
11531
  "description": "Optional string containing the item ID of the service if it's registered on ArcGIS Online or your organization's portal.",
10116
11532
  "type": "string"
@@ -10125,13 +11541,7 @@
10125
11541
  "type": "string"
10126
11542
  },
10127
11543
  "listMode": {
10128
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
10129
- "enum": [
10130
- "hide",
10131
- "hide-children",
10132
- "show"
10133
- ],
10134
- "type": "string"
11544
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
10135
11545
  },
10136
11546
  "maxScale": {
10137
11547
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -10333,13 +11743,7 @@
10333
11743
  "type": "string"
10334
11744
  },
10335
11745
  "listMode": {
10336
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
10337
- "enum": [
10338
- "hide",
10339
- "hide-children",
10340
- "show"
10341
- ],
10342
- "type": "string"
11746
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
10343
11747
  },
10344
11748
  "maxScale": {
10345
11749
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -10605,13 +12009,7 @@
10605
12009
  "type": "array"
10606
12010
  },
10607
12011
  "listMode": {
10608
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
10609
- "enum": [
10610
- "hide",
10611
- "hide-children",
10612
- "show"
10613
- ],
10614
- "type": "string"
12012
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
10615
12013
  },
10616
12014
  "maxScale": {
10617
12015
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -10753,13 +12151,7 @@
10753
12151
  "type": "string"
10754
12152
  },
10755
12153
  "listMode": {
10756
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
10757
- "enum": [
10758
- "hide",
10759
- "hide-children",
10760
- "show"
10761
- ],
10762
- "type": "string"
12154
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
10763
12155
  },
10764
12156
  "maxScale": {
10765
12157
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -10843,11 +12235,8 @@
10843
12235
  "description": "Optional border on the line that is used to improve the contrast of the line color against various background colors.",
10844
12236
  "properties": {
10845
12237
  "color": {
10846
- "description": "The color of the border.",
10847
- "items": {
10848
- "type": "number"
10849
- },
10850
- "type": "array"
12238
+ "$ref": "#/definitions/ColorJson",
12239
+ "description": "The color of the border."
10851
12240
  },
10852
12241
  "transparency": {
10853
12242
  "description": "A value between 100 (full transparency) and 0 (full opacity).",
@@ -10876,17 +12265,6 @@
10876
12265
  "description": "Represents a symbol reference that contains a CIM symbol. More properties and details on CIM symbol reference and CIM symbols are available on github: https://github.com/Esri/cim-spec/blob/main/docs/v3/Overview-Symbols.md, https://github.com/Esri/cim-spec/blob/main/docs/v3/CIMRenderers.md#CIMSymbolReference.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/cimSymbolReference/}.",
10877
12266
  "properties": {
10878
12267
  "symbol": {
10879
- "anyOf": [
10880
- {
10881
- "$ref": "esri.CIMLineSymbol"
10882
- },
10883
- {
10884
- "$ref": "esri.CIMPointSymbol"
10885
- },
10886
- {
10887
- "$ref": "esri.CIMPolygonSymbol"
10888
- }
10889
- ],
10890
12268
  "description": "The symbol. Supported values are CIMPointSymbol, CIMLineSymbol, and CIMPolygonSymbol."
10891
12269
  },
10892
12270
  "type": {
@@ -10909,11 +12287,8 @@
10909
12287
  "description": "Optional border on the line that is used to improve the contrast of the line color against various background colors."
10910
12288
  },
10911
12289
  "color": {
10912
- "description": "The color of the line.",
10913
- "items": {
10914
- "type": "number"
10915
- },
10916
- "type": "array"
12290
+ "$ref": "#/definitions/ColorJson",
12291
+ "description": "The color of the line."
10917
12292
  },
10918
12293
  "size": {
10919
12294
  "description": "The width of the line in points.",
@@ -10934,13 +12309,6 @@
10934
12309
  ],
10935
12310
  "type": "object"
10936
12311
  },
10937
- "esri.rest-api.SymbolJson.ColorJson": {
10938
- "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/}.",
10939
- "items": {
10940
- "type": "number"
10941
- },
10942
- "type": "array"
10943
- },
10944
12312
  "esri.rest-api.SymbolJson.ExtrudeSymbol3DLayerJson": {
10945
12313
  "additionalProperties": false,
10946
12314
  "description": "ExtrudeSymbol3DLayer is used to render Polygon geometries by extruding them upward from the ground, creating a 3D volumetric object.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/extrudeSymbol3DLayer/}.",
@@ -11189,11 +12557,8 @@
11189
12557
  "description": "The material used to shade the geometry.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/material/}.",
11190
12558
  "properties": {
11191
12559
  "color": {
11192
- "description": "Color is represented as a three or four-element array.",
11193
- "items": {
11194
- "type": "number"
11195
- },
11196
- "type": "array"
12560
+ "$ref": "#/definitions/ColorJson",
12561
+ "description": "Color is represented as a three or four-element array."
11197
12562
  },
11198
12563
  "colorMixMode": {
11199
12564
  "description": "Controls how symbolLayer or visualVariable color is applied onto the underlying geometry color/texture. This property only applies to FillSymbol3DLayer within MeshSymbol3D.\n\n- Tint: the feature's appearance (in terms of color) should be altered to match the symbol / visual variable color.\n- Replace: the feature's color is replaced with the symbol / visual variable color.\n- Multiply: the feature's color is multiplied with the symbol color.",
@@ -11308,11 +12673,8 @@
11308
12673
  "description": "The outline of the point, line or polygon.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/outline/}.",
11309
12674
  "properties": {
11310
12675
  "color": {
11311
- "description": "Color is represented as a three or four-element array.",
11312
- "items": {
11313
- "type": "number"
11314
- },
11315
- "type": "array"
12676
+ "$ref": "#/definitions/ColorJson",
12677
+ "description": "Color is represented as a three or four-element array."
11316
12678
  },
11317
12679
  "size": {
11318
12680
  "description": "Outline size in points, positive only.",
@@ -11572,11 +12934,8 @@
11572
12934
  "description": "Simple fill symbols can be used to symbolize polygon geometries.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/esriSFS_symbol/}.",
11573
12935
  "properties": {
11574
12936
  "color": {
11575
- "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.",
11576
- "items": {
11577
- "type": "number"
11578
- },
11579
- "type": "array"
12937
+ "$ref": "#/definitions/ColorJson",
12938
+ "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."
11580
12939
  },
11581
12940
  "outline": {
11582
12941
  "$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleLineSymbolJson",
@@ -11612,11 +12971,8 @@
11612
12971
  "description": "Simple line symbols can be used to symbolize polyline geometries or outlines for polygon fills.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/esriSLS_symbol/}.",
11613
12972
  "properties": {
11614
12973
  "color": {
11615
- "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.",
11616
- "items": {
11617
- "type": "number"
11618
- },
11619
- "type": "array"
12974
+ "$ref": "#/definitions/ColorJson",
12975
+ "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."
11620
12976
  },
11621
12977
  "style": {
11622
12978
  "description": "The line style.",
@@ -11654,11 +13010,8 @@
11654
13010
  "type": "number"
11655
13011
  },
11656
13012
  "color": {
11657
- "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.",
11658
- "items": {
11659
- "type": "number"
11660
- },
11661
- "type": "array"
13013
+ "$ref": "#/definitions/ColorJson",
13014
+ "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."
11662
13015
  },
11663
13016
  "outline": {
11664
13017
  "$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleLineSymbolJson",
@@ -11881,40 +13234,28 @@
11881
13234
  "type": "number"
11882
13235
  },
11883
13236
  "backgroundColor": {
11884
- "description": "Background color of the text.",
11885
- "items": {
11886
- "type": "number"
11887
- },
11888
- "type": "array"
13237
+ "$ref": "#/definitions/ColorJson",
13238
+ "description": "Background color of the text."
11889
13239
  },
11890
13240
  "borderLineColor": {
11891
- "description": "Value indicating the the color of the border line.",
11892
- "items": {
11893
- "type": "number"
11894
- },
11895
- "type": "array"
13241
+ "$ref": "#/definitions/ColorJson",
13242
+ "description": "Value indicating the the color of the border line."
11896
13243
  },
11897
13244
  "borderLineSize": {
11898
13245
  "description": "Numeric value indicating the the size of the border line in points.",
11899
13246
  "type": "number"
11900
13247
  },
11901
13248
  "color": {
11902
- "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.",
11903
- "items": {
11904
- "type": "number"
11905
- },
11906
- "type": "array"
13249
+ "$ref": "#/definitions/ColorJson",
13250
+ "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."
11907
13251
  },
11908
13252
  "font": {
11909
13253
  "$ref": "#/definitions/esri.rest-api.SymbolJson.FontJson",
11910
13254
  "description": "Font used for text symbols."
11911
13255
  },
11912
13256
  "haloColor": {
11913
- "description": "Color of the halo around the text.",
11914
- "items": {
11915
- "type": "number"
11916
- },
11917
- "type": "array"
13257
+ "$ref": "#/definitions/ColorJson",
13258
+ "description": "Color of the halo around the text."
11918
13259
  },
11919
13260
  "haloSize": {
11920
13261
  "description": "Numeric value indicating the point size of a halo around the text symbol.",
@@ -12152,13 +13493,7 @@
12152
13493
  "type": "string"
12153
13494
  },
12154
13495
  "listMode": {
12155
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
12156
- "enum": [
12157
- "hide",
12158
- "hide-children",
12159
- "show"
12160
- ],
12161
- "type": "string"
13496
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
12162
13497
  },
12163
13498
  "maxScale": {
12164
13499
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -12296,13 +13631,7 @@
12296
13631
  "type": "string"
12297
13632
  },
12298
13633
  "listMode": {
12299
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
12300
- "enum": [
12301
- "hide",
12302
- "hide-children",
12303
- "show"
12304
- ],
12305
- "type": "string"
13634
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
12306
13635
  },
12307
13636
  "maxScale": {
12308
13637
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -12454,13 +13783,7 @@
12454
13783
  "type": "array"
12455
13784
  },
12456
13785
  "listMode": {
12457
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
12458
- "enum": [
12459
- "hide",
12460
- "hide-children",
12461
- "show"
12462
- ],
12463
- "type": "string"
13786
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
12464
13787
  },
12465
13788
  "maxScale": {
12466
13789
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -12626,13 +13949,7 @@
12626
13949
  "type": "string"
12627
13950
  },
12628
13951
  "listMode": {
12629
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
12630
- "enum": [
12631
- "hide",
12632
- "hide-children",
12633
- "show"
12634
- ],
12635
- "type": "string"
13952
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
12636
13953
  },
12637
13954
  "maxScale": {
12638
13955
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -12857,13 +14174,7 @@
12857
14174
  "type": "string"
12858
14175
  },
12859
14176
  "listMode": {
12860
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
12861
- "enum": [
12862
- "hide",
12863
- "hide-children",
12864
- "show"
12865
- ],
12866
- "type": "string"
14177
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
12867
14178
  },
12868
14179
  "maxScale": {
12869
14180
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -13061,13 +14372,7 @@
13061
14372
  "type": "string"
13062
14373
  },
13063
14374
  "listMode": {
13064
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
13065
- "enum": [
13066
- "hide",
13067
- "hide-children",
13068
- "show"
13069
- ],
13070
- "type": "string"
14375
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
13071
14376
  },
13072
14377
  "mapUrl": {
13073
14378
  "description": "The URL of the WMS map. You should also supply the url property, which is the URL of the WMS capabilities document.",
@@ -13988,13 +15293,7 @@
13988
15293
  "type": "string"
13989
15294
  },
13990
15295
  "listMode": {
13991
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
13992
- "enum": [
13993
- "hide",
13994
- "hide-children",
13995
- "show"
13996
- ],
13997
- "type": "string"
15296
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
13998
15297
  },
13999
15298
  "maxScale": {
14000
15299
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -14200,7 +15499,7 @@
14200
15499
  ]
14201
15500
  },
14202
15501
  "geolocation.position-changed:input": {
14203
- "$ref": "#/definitions/esri.Point"
15502
+ "$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
14204
15503
  },
14205
15504
  "geolocation.position-lost": {
14206
15505
  "description": "Raised when geolocation is disabled, either through signal loss or being turned off, and a user position is not available.",