@vertigis/viewer-spec 52.1.0 → 53.1.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 (41) hide show
  1. package/analytics/WebAction.d.ts +1 -1
  2. package/app-config/schema/common-app-config.schema.json +1 -1
  3. package/app-config/schema/mobile-app-config.schema.json +1 -1
  4. package/app-config/schema/web-app-config.schema.json +1 -1
  5. package/app-config/web/HasVisibilityFilters.d.ts +2 -2
  6. package/app-config/web/ProjectModelProperties.d.ts +12 -0
  7. package/app-config/web/ProjectModelProperties.js +1 -0
  8. package/app-config/web/SharedProjectsModelProperties.d.ts +53 -0
  9. package/app-config/web/SharedProjectsModelProperties.js +1 -0
  10. package/app-config/web/SharedStorageModelProperties.d.ts +30 -0
  11. package/app-config/web/SharedStorageModelProperties.js +1 -0
  12. package/app-config/web/VertigisWebModelProperties.d.ts +0 -6
  13. package/layout/schema/layout-web.xsd +13 -0
  14. package/messaging/common.d.ts +22 -0
  15. package/messaging/registry/Commands.d.ts +2 -0
  16. package/messaging/registry/Commands.js +1 -1
  17. package/messaging/registry/Events.d.ts +2 -0
  18. package/messaging/registry/Events.js +1 -1
  19. package/messaging/registry/Operations.d.ts +2 -0
  20. package/messaging/registry/Operations.js +1 -1
  21. package/messaging/registry/app.d.ts +4 -2
  22. package/messaging/registry/drawing.d.ts +3 -12
  23. package/messaging/registry/layers.d.ts +83 -2
  24. package/messaging/registry/layers.js +1 -1
  25. package/messaging/registry/project.d.ts +141 -0
  26. package/messaging/registry/project.js +1 -0
  27. package/messaging/registry/results.d.ts +33 -17
  28. package/messaging/registry/results.js +1 -1
  29. package/messaging/registry/system.d.ts +25 -3
  30. package/messaging/registry/system.js +1 -1
  31. package/messaging/registry/ui.d.ts +9 -0
  32. package/messaging/registry/ui.js +1 -1
  33. package/messaging/schema/common-action.schema.json +634 -502
  34. package/messaging/schema/common-event.schema.json +371 -412
  35. package/messaging/schema/mobile-action.schema.json +665 -524
  36. package/messaging/schema/mobile-event.schema.json +406 -447
  37. package/messaging/schema/web-action.schema.json +2264 -856
  38. package/messaging/schema/web-event.schema.json +542 -481
  39. package/package.json +5 -2
  40. package/version.d.ts +1 -1
  41. package/version.js +1 -1
@@ -15,23 +15,23 @@
15
15
  "description": "A hyperlink associated with a feature or layer.",
16
16
  "properties": {
17
17
  "iconUrl": {
18
- "description": "See{@linkHyperlink.iconUrl}.",
18
+ "description": "See {@link Hyperlink.iconUrl}.",
19
19
  "type": "string"
20
20
  },
21
21
  "target": {
22
- "description": "See{@linkHyperlink.target}.",
22
+ "description": "See {@link Hyperlink.target}.",
23
23
  "type": "string"
24
24
  },
25
25
  "text": {
26
- "description": "See{@linkHyperlink.text}.",
26
+ "description": "See {@link Hyperlink.text}.",
27
27
  "type": "string"
28
28
  },
29
29
  "tooltip": {
30
- "description": "See{@linkHyperlink.tooltip}.",
30
+ "description": "See {@link Hyperlink.tooltip}.",
31
31
  "type": "string"
32
32
  },
33
33
  "url": {
34
- "description": "See{@linkHyperlink.url}.",
34
+ "description": "See {@link Hyperlink.url}.",
35
35
  "type": "string"
36
36
  }
37
37
  },
@@ -43,7 +43,7 @@
43
43
  },
44
44
  "@vertigis.arcgis-extensions.data.Feature.FeatureProperties": {
45
45
  "additionalProperties": false,
46
- "description": "Properties that can be passed into the constructor for{@linkdata /Feature!Feature}.",
46
+ "description": "Properties that can be passed into the constructor for {@link data /Feature!Feature}.",
47
47
  "properties": {
48
48
  "attributes": {
49
49
  "anyOf": [
@@ -56,7 +56,7 @@
56
56
  },
57
57
  "failureMode": {
58
58
  "$ref": "#/definitions/@vertigis.arcgis-extensions.FailureMode.FailureMode",
59
- "description": "See{@linksupport /InitializableBase!InitializableBase.failureMode}."
59
+ "description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
60
60
  },
61
61
  "geometry": {
62
62
  "anyOf": [
@@ -102,7 +102,7 @@
102
102
  },
103
103
  "@vertigis.arcgis-extensions.data.FeatureSettings.FeatureSettingsProperties": {
104
104
  "additionalProperties": false,
105
- "description": "Properties that can be passed into the constructor for{@linkdata /FeatureSettings!FeatureSettings}.",
105
+ "description": "Properties that can be passed into the constructor for {@link data /FeatureSettings!FeatureSettings}.",
106
106
  "properties": {
107
107
  "formatSettings": {
108
108
  "$ref": "#/definitions/@vertigis.arcgis-extensions.support.FormatSettings.FormatSettingsProperties",
@@ -123,11 +123,11 @@
123
123
  "type": "array"
124
124
  },
125
125
  "maxAllowableOffset": {
126
- "description": "See{@linkdata /FeatureSettings!FeatureSettings.maxAllowableOffset}.",
126
+ "description": "See {@link data /FeatureSettings!FeatureSettings.maxAllowableOffset}.",
127
127
  "type": "number"
128
128
  },
129
129
  "outFields": {
130
- "description": "See{@linkdata /FeatureSettings!FeatureSettings.outFields}.",
130
+ "description": "See {@link data /FeatureSettings!FeatureSettings.outFields}.",
131
131
  "items": {
132
132
  "type": "string"
133
133
  },
@@ -135,10 +135,10 @@
135
135
  },
136
136
  "outSpatialReference": {
137
137
  "$ref": "#/definitions/esri.SpatialReference",
138
- "description": "See{@linkdata /FeatureSettings!FeatureSettings.outSpatialReference}."
138
+ "description": "See {@link data /FeatureSettings!FeatureSettings.outSpatialReference}."
139
139
  },
140
140
  "popupContentExtensions": {
141
- "description": "See{@linkdata /FeatureSettings!FeatureSettings.popupContentExtensions}.",
141
+ "description": "See {@link data /FeatureSettings!FeatureSettings.popupContentExtensions}.",
142
142
  "items": {
143
143
  "anyOf": [
144
144
  {
@@ -154,24 +154,24 @@
154
154
  "popupTemplate": {
155
155
  "anyOf": [
156
156
  {
157
- "$ref": "#/definitions/esri.PopupTemplate"
157
+ "$ref": "#/definitions/esri.rest-api.PopupInfo.PopupInfo"
158
158
  },
159
159
  {
160
- "$ref": "#/definitions/esri.rest-api.PopupInfo.PopupInfo"
160
+ "$ref": "#/definitions/esri.PopupTemplate"
161
161
  }
162
162
  ],
163
163
  "description": "The template for displaying content in a pop-up when the feature is selected. If not explicitly set, it will be inherited from the associated layer extension if there is one."
164
164
  },
165
165
  "returnGeometry": {
166
- "description": "See{@linkdata /FeatureSettings!FeatureSettings.returnGeometry}.",
166
+ "description": "See {@link data /FeatureSettings!FeatureSettings.returnGeometry}.",
167
167
  "type": "boolean"
168
168
  },
169
169
  "zoomFactor": {
170
- "description": "See{@linkdata /FeatureSettings!FeatureSettings.zoomFactor}.",
170
+ "description": "See {@link data /FeatureSettings!FeatureSettings.zoomFactor}.",
171
171
  "type": "number"
172
172
  },
173
173
  "zoomScale": {
174
- "description": "See{@linkdata /FeatureSettings!FeatureSettings.zoomScale}.",
174
+ "description": "See {@link data /FeatureSettings!FeatureSettings.zoomScale}.",
175
175
  "type": "number"
176
176
  }
177
177
  },
@@ -179,11 +179,11 @@
179
179
  },
180
180
  "@vertigis.arcgis-extensions.data.FieldExtension.FieldExtensionProperties": {
181
181
  "additionalProperties": false,
182
- "description": "Properties that can be passed into the constructor for{@linkdata /FieldExtension!FieldExtension}.",
182
+ "description": "Properties that can be passed into the constructor for {@link data /FieldExtension!FieldExtension}.",
183
183
  "properties": {
184
184
  "failureMode": {
185
185
  "$ref": "#/definitions/@vertigis.arcgis-extensions.FailureMode.FailureMode",
186
- "description": "See{@linksupport /InitializableBase!InitializableBase.failureMode}."
186
+ "description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
187
187
  },
188
188
  "field": {
189
189
  "anyOf": [
@@ -256,7 +256,7 @@
256
256
  },
257
257
  "type": {
258
258
  "$ref": "#/definitions/esri.rest-api.Field.FieldType",
259
- "description": "Type of the Field. See{@linkportal /Field!FieldType}."
259
+ "description": "Type of the Field. See {@link portal /Field!FieldType}."
260
260
  }
261
261
  },
262
262
  "type": "object"
@@ -330,7 +330,7 @@
330
330
  },
331
331
  "@vertigis.arcgis-extensions.data.PopupContentExtension.PopupContentExtensionProperties": {
332
332
  "additionalProperties": false,
333
- "description": "Properties that can be passed into the constructor for{@linkPopupContentExtension}.",
333
+ "description": "Properties that can be passed into the constructor for {@link PopupContentExtension}.",
334
334
  "properties": {
335
335
  "content": {
336
336
  "anyOf": [
@@ -345,7 +345,7 @@
345
345
  },
346
346
  "failureMode": {
347
347
  "$ref": "#/definitions/@vertigis.arcgis-extensions.FailureMode.FailureMode",
348
- "description": "See{@linksupport /InitializableBase!InitializableBase.failureMode}."
348
+ "description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
349
349
  },
350
350
  "id": {
351
351
  "description": "The unique ID to assign to the entity. If not specified, one will be generated.",
@@ -367,14 +367,14 @@
367
367
  },
368
368
  "@vertigis.arcgis-extensions.data.Schema.SchemaProperties": {
369
369
  "additionalProperties": false,
370
- "description": "Properties that can be passed into the constructor for{@linkdata /Schema!Schema}.",
370
+ "description": "Properties that can be passed into the constructor for {@link data /Schema!Schema}.",
371
371
  "properties": {
372
372
  "displayField": {
373
- "description": "See{@linkdata /Schema!Schema.displayField}.",
373
+ "description": "See {@link data /Schema!Schema.displayField}.",
374
374
  "type": "string"
375
375
  },
376
376
  "fieldExtensions": {
377
- "description": "See{@linkdata /Schema!Schema.fieldExtensions}.",
377
+ "description": "See {@link data /Schema!Schema.fieldExtensions}.",
378
378
  "items": {
379
379
  "anyOf": [
380
380
  {
@@ -388,7 +388,7 @@
388
388
  "type": "array"
389
389
  },
390
390
  "fields": {
391
- "description": "See{@linkdata /Schema!Schema.fields}.",
391
+ "description": "See {@link data /Schema!Schema.fields}.",
392
392
  "items": {
393
393
  "anyOf": [
394
394
  {
@@ -402,27 +402,27 @@
402
402
  "type": "array"
403
403
  },
404
404
  "geometryType": {
405
- "description": "See{@linkdata /Schema!Schema.geometryType}.",
405
+ "description": "See {@link data /Schema!Schema.geometryType}.",
406
406
  "type": "string"
407
407
  },
408
408
  "primaryKeyField": {
409
- "description": "See{@linkdata /Schema!Schema.primaryKeyField}.",
409
+ "description": "See {@link data /Schema!Schema.primaryKeyField}.",
410
410
  "type": "string"
411
411
  },
412
412
  "spatialReference": {
413
413
  "$ref": "#/definitions/esri.SpatialReference",
414
- "description": "See{@linkdata /Schema!Schema.spatialReference}."
414
+ "description": "See {@link data /Schema!Schema.spatialReference}."
415
415
  },
416
416
  "timeZone": {
417
- "description": "See{@linkdata /Schema!Schema.timeZone}.",
417
+ "description": "See {@link data /Schema!Schema.timeZone}.",
418
418
  "type": "string"
419
419
  },
420
420
  "typeIdField": {
421
- "description": "See{@linkdata /Schema!Schema.typeIdField}.",
421
+ "description": "See {@link data /Schema!Schema.typeIdField}.",
422
422
  "type": "string"
423
423
  },
424
424
  "types": {
425
- "description": "See{@linkdata /Schema!Schema.types}.",
425
+ "description": "See {@link data /Schema!Schema.types}.",
426
426
  "items": {
427
427
  "anyOf": [
428
428
  {
@@ -453,9 +453,39 @@
453
453
  },
454
454
  "type": "object"
455
455
  },
456
+ "@vertigis.arcgis-extensions.data.convert.CellData": {
457
+ "additionalProperties": false,
458
+ "description": "Data for a cell in a table.",
459
+ "properties": {
460
+ "formatted": {
461
+ "description": "The formatted value of the cell.",
462
+ "type": "string"
463
+ },
464
+ "raw": {
465
+ "anyOf": [
466
+ {
467
+ "format": "date-time",
468
+ "type": "string"
469
+ },
470
+ {
471
+ "type": [
472
+ "string",
473
+ "number",
474
+ "boolean"
475
+ ]
476
+ }
477
+ ],
478
+ "description": "The raw value of the cell."
479
+ }
480
+ },
481
+ "required": [
482
+ "raw"
483
+ ],
484
+ "type": "object"
485
+ },
456
486
  "@vertigis.arcgis-extensions.mapping.Bookmark.BookmarkProperties": {
457
487
  "additionalProperties": false,
458
- "description": "Properties that can be passed into the constructor for{@linkmapping /Bookmark!Bookmark}.",
488
+ "description": "Properties that can be passed into the constructor for {@link mapping /Bookmark!Bookmark}.",
459
489
  "properties": {
460
490
  "id": {
461
491
  "description": "The unique ID to assign to the entity. If not specified, one will be generated.",
@@ -463,10 +493,10 @@
463
493
  },
464
494
  "source": {
465
495
  "$ref": "@vertigis.arcgis-extensions.mapping.Bookmark.BookmarkSource",
466
- "description": "See{@linkmapping /Bookmark!Bookmark.source}."
496
+ "description": "See {@link mapping /Bookmark!Bookmark.source}."
467
497
  },
468
498
  "title": {
469
- "description": "See{@linkmapping /Bookmark!Bookmark.title}.",
499
+ "description": "See {@link mapping /Bookmark!Bookmark.title}.",
470
500
  "type": "string"
471
501
  },
472
502
  "viewpoint": {
@@ -478,7 +508,7 @@
478
508
  "$ref": "#/definitions/esri.rest-api.Viewpoint.Viewpoint"
479
509
  }
480
510
  ],
481
- "description": "See{@linkmapping /Bookmark!Bookmark.viewpoint}."
511
+ "description": "See {@link mapping /Bookmark!Bookmark.viewpoint}."
482
512
  }
483
513
  },
484
514
  "type": "object"
@@ -508,14 +538,14 @@
508
538
  },
509
539
  "@vertigis.arcgis-extensions.support.FormatSettings.FormatSettingsProperties": {
510
540
  "additionalProperties": false,
511
- "description": "Properties that can be passed into the constructor for{@linkFormatSettings}.",
541
+ "description": "Properties that can be passed into the constructor for {@link FormatSettings}.",
512
542
  "properties": {
513
543
  "currency": {
514
544
  "description": "The 3-letter ISO 4217 currency code (e.g \"USD\", \"CAD\"). Required when formatting a number using NumberFormat.CURRENCY or NumberFormat.ACCOUNTING.",
515
545
  "type": "string"
516
546
  },
517
547
  "dateFormat": {
518
- "description": "The default format for date values. Either a{@linkutilities /date!DateFormat}constant, or a custom date format string.",
548
+ "description": "The default format for date values. Either a {@link utilities /date!DateFormat} constant, or a custom date format string.",
519
549
  "type": "string"
520
550
  },
521
551
  "fractionalDigits": {
@@ -527,7 +557,7 @@
527
557
  "type": "string"
528
558
  },
529
559
  "numberFormat": {
530
- "description": "The default format for number values. Either a{@linkutilities /number!NumberFormat}constant, or a custom number format string.",
560
+ "description": "The default format for number values. Either a {@link utilities /number!NumberFormat} constant, or a custom number format string.",
531
561
  "type": "string"
532
562
  },
533
563
  "timeZone": {
@@ -578,10 +608,10 @@
578
608
  "properties": {
579
609
  "cancelToken": {
580
610
  "$ref": "@vertigis.arcgis-extensions.support.Cancellable.CancelToken",
581
- "description": "An optional cancel token from a{@linksupport /Cancellable!Cancellable}that can be used to cancel the geocode operation."
611
+ "description": "An optional cancel token from a {@link support /Cancellable!Cancellable} that can be used to cancel the geocode operation."
582
612
  },
583
613
  "maxResults": {
584
- "description": "The maximum number of results to return. This cannot exceed the maximum supported by the geocoder (see{@linktasks /geocoding/Geocoder!Geocoder.capabilities}).",
614
+ "description": "The maximum number of results to return. This cannot exceed the maximum supported by the geocoder (see {@link tasks /geocoding/Geocoder!Geocoder.capabilities}).",
585
615
  "type": "number"
586
616
  },
587
617
  "outFields": {
@@ -731,7 +761,7 @@
731
761
  },
732
762
  "AddNodeToGeometryArgs": {
733
763
  "additionalProperties": false,
734
- "description": "Deprecated - Mobile users should rather use \"geometry.add-point\"; Web users should use \"sketching.add-point\" with{@linkAddPointArgs}or \"sketching.insert-point\" with{@linkInsertPointArgs}instead.",
764
+ "description": "Deprecated - Mobile users should rather use \"geometry.add-point\"; Web users should use \"sketching.add-point\" with {@link AddPointArgs} or \"sketching.insert-point\" with {@link InsertPointArgs} instead.",
735
765
  "properties": {
736
766
  "geometry": {
737
767
  "$ref": "#/definitions/esri.Geometry",
@@ -818,18 +848,7 @@
818
848
  "anyOf": [
819
849
  {
820
850
  "items": {
821
- "description": "The type of tool used for sketching.",
822
- "enum": [
823
- "circle",
824
- "extent",
825
- "line",
826
- "multipoint",
827
- "point",
828
- "polygon",
829
- "polyline",
830
- "square"
831
- ],
832
- "type": "string"
851
+ "$ref": "#/definitions/SketchTool"
833
852
  },
834
853
  "type": "array"
835
854
  },
@@ -1474,6 +1493,44 @@
1474
1493
  ],
1475
1494
  "type": "string"
1476
1495
  },
1496
+ "EffectFunction": {
1497
+ "anyOf": [
1498
+ {
1499
+ "$ref": "#/definitions/esri.rest-api.Effect.HueRotateEffectFunction"
1500
+ },
1501
+ {
1502
+ "$ref": "#/definitions/esri.rest-api.Effect.BlurEffectFunction"
1503
+ },
1504
+ {
1505
+ "$ref": "#/definitions/esri.rest-api.Effect.DropShadowEffectFunction"
1506
+ },
1507
+ {
1508
+ "$ref": "#/definitions/esri.rest-api.Effect.BloomEffectFunction"
1509
+ },
1510
+ {
1511
+ "$ref": "#/definitions/esri.rest-api.Effect.BrightnessEffectFunction"
1512
+ },
1513
+ {
1514
+ "$ref": "#/definitions/esri.rest-api.Effect.ContrastEffectFunction"
1515
+ },
1516
+ {
1517
+ "$ref": "#/definitions/esri.rest-api.Effect.GrayscaleEffectFunction"
1518
+ },
1519
+ {
1520
+ "$ref": "#/definitions/esri.rest-api.Effect.InvertEffectFunction"
1521
+ },
1522
+ {
1523
+ "$ref": "#/definitions/esri.rest-api.Effect.OpacityEffectFunction"
1524
+ },
1525
+ {
1526
+ "$ref": "#/definitions/esri.rest-api.Effect.SaturateEffectFunction"
1527
+ },
1528
+ {
1529
+ "$ref": "#/definitions/esri.rest-api.Effect.SepiaEffectFunction"
1530
+ }
1531
+ ],
1532
+ "description": "Effect functions that can be combined to build a layer effect."
1533
+ },
1477
1534
  "EvaluateWorkflowArgs": {
1478
1535
  "additionalProperties": false,
1479
1536
  "description": "Arguments for the workflow.evaluate command.",
@@ -1975,6 +2032,35 @@
1975
2032
  "description": "A set of parameters used to run a job.",
1976
2033
  "type": "object"
1977
2034
  },
2035
+ "LayerLike": {
2036
+ "anyOf": [
2037
+ {
2038
+ "$ref": "#/definitions/@vertigis.arcgis-extensions.mapping._LayerExtension.LayerReference"
2039
+ },
2040
+ {
2041
+ "$ref": "#/definitions/@vertigis.arcgis-extensions.data._TableExtension.TableReference"
2042
+ },
2043
+ {
2044
+ "$ref": "#/definitions/esri.Layer"
2045
+ },
2046
+ {
2047
+ "$ref": "@vertigis.arcgis-extensions.mapping._LayerExtension.LayerExtension"
2048
+ },
2049
+ {
2050
+ "$ref": "esri.SublayerLike"
2051
+ },
2052
+ {
2053
+ "$ref": "@vertigis.arcgis-extensions.mapping._SublayerExtension.SublayerExtension"
2054
+ },
2055
+ {
2056
+ "$ref": "@vertigis.arcgis-extensions.data._TableExtension.TableExtension"
2057
+ },
2058
+ {
2059
+ "type": "string"
2060
+ }
2061
+ ],
2062
+ "description": "A (sub)layer extension, or an object that is convertible to one."
2063
+ },
1978
2064
  "LayersLike": {
1979
2065
  "anyOf": [
1980
2066
  {
@@ -2000,33 +2086,7 @@
2000
2086
  },
2001
2087
  {
2002
2088
  "items": {
2003
- "anyOf": [
2004
- {
2005
- "$ref": "#/definitions/@vertigis.arcgis-extensions.mapping._LayerExtension.LayerReference"
2006
- },
2007
- {
2008
- "$ref": "#/definitions/@vertigis.arcgis-extensions.data._TableExtension.TableReference"
2009
- },
2010
- {
2011
- "$ref": "#/definitions/esri.Layer"
2012
- },
2013
- {
2014
- "$ref": "@vertigis.arcgis-extensions.mapping._LayerExtension.LayerExtension"
2015
- },
2016
- {
2017
- "$ref": "esri.SublayerLike"
2018
- },
2019
- {
2020
- "$ref": "@vertigis.arcgis-extensions.mapping._SublayerExtension.SublayerExtension"
2021
- },
2022
- {
2023
- "$ref": "@vertigis.arcgis-extensions.data._TableExtension.TableExtension"
2024
- },
2025
- {
2026
- "type": "string"
2027
- }
2028
- ],
2029
- "description": "A (sub)layer extension, or an object that is convertible to one."
2089
+ "$ref": "#/definitions/LayerLike"
2030
2090
  },
2031
2091
  "type": "array"
2032
2092
  },
@@ -2218,6 +2278,20 @@
2218
2278
  ],
2219
2279
  "description": "An operational layer in a web map/scene."
2220
2280
  },
2281
+ "PointCloudFilter": {
2282
+ "anyOf": [
2283
+ {
2284
+ "$ref": "#/definitions/esri.rest-api.PointCloudBitfieldFilter.PointCloudBitfieldFilter"
2285
+ },
2286
+ {
2287
+ "$ref": "#/definitions/esri.rest-api.PointCloudReturnFilter.PointCloudReturnFilter"
2288
+ },
2289
+ {
2290
+ "$ref": "#/definitions/esri.rest-api.PointCloudValueFilter.PointCloudValueFilter"
2291
+ }
2292
+ ],
2293
+ "description": "Filters applied to the pointCloud which will hide a point. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
2294
+ },
2221
2295
  "Results": {
2222
2296
  "additionalProperties": false,
2223
2297
  "description": "Feature results from an operation.",
@@ -2556,11 +2630,43 @@
2556
2630
  },
2557
2631
  {
2558
2632
  "additionalProperties": false,
2559
- "properties": {}
2633
+ "properties": {
2634
+ "activate": {
2635
+ "description": "Whether to activate the component showing the results of the operation. False by default.",
2636
+ "type": "boolean"
2637
+ },
2638
+ "features": {
2639
+ "$ref": "#/definitions/FeaturesLike",
2640
+ "description": "Features to use for the command/operation."
2641
+ },
2642
+ "results": {
2643
+ "$ref": "#/definitions/ModelRef",
2644
+ "description": "The result component to update, referenced by results model or its ID."
2645
+ },
2646
+ "resultsSetId": {
2647
+ "description": "If specified the results will be updated in the named results set only. Results sets with the prefix 'vgs' are reserved for system use and should not be used unless you are intentionally targeting a well known results set such as the 'vgs-starred' results.",
2648
+ "type": "string"
2649
+ }
2650
+ },
2651
+ "type": "object"
2560
2652
  }
2561
2653
  ],
2562
2654
  "description": "Arguments for various commands that manipulate the current set of shown results."
2563
2655
  },
2656
+ "SketchTool": {
2657
+ "description": "The type of tool used for sketching.",
2658
+ "enum": [
2659
+ "circle",
2660
+ "extent",
2661
+ "line",
2662
+ "multipoint",
2663
+ "point",
2664
+ "polygon",
2665
+ "polyline",
2666
+ "square"
2667
+ ],
2668
+ "type": "string"
2669
+ },
2564
2670
  "SnappingConnections": {
2565
2671
  "additionalProperties": false,
2566
2672
  "description": "Well known connection points for Snapping.",
@@ -2875,11 +2981,11 @@
2875
2981
  "type": "array"
2876
2982
  },
2877
2983
  "currency": {
2878
- "description": "The default unit of currency to use when formatting currency. See{@linkutilities /number!NumberSettings.currency}.",
2984
+ "description": "The default unit of currency to use when formatting currency. See {@link utilities /number!NumberSettings.currency}.",
2879
2985
  "type": "string"
2880
2986
  },
2881
2987
  "dateFormat": {
2882
- "description": "The default format to use when formatting dates. See{@linkutilities /date!DateFormatter.format}.",
2988
+ "description": "The default format to use when formatting dates. See {@link utilities /date!DateFormatter.format}.",
2883
2989
  "type": "string"
2884
2990
  },
2885
2991
  "defaultValue": {
@@ -2887,7 +2993,7 @@
2887
2993
  "type": "string"
2888
2994
  },
2889
2995
  "fractionalDigits": {
2890
- "description": "The default number of digits to show after the decimal point when formatting numbers. See{@linkutilities /number!NumberSettings.fractionalDigits}.",
2996
+ "description": "The default number of digits to show after the decimal point when formatting numbers. See {@link utilities /number!NumberSettings.fractionalDigits}.",
2891
2997
  "type": "number"
2892
2998
  },
2893
2999
  "locale": {
@@ -2895,7 +3001,7 @@
2895
3001
  "type": "string"
2896
3002
  },
2897
3003
  "numberFormat": {
2898
- "description": "The default format to use when formatting numbers. See{@linkutilities /number!NumberFormatter.format}.",
3004
+ "description": "The default format to use when formatting numbers. See {@link utilities /number!NumberFormatter.format}.",
2899
3005
  "type": "string"
2900
3006
  },
2901
3007
  "text": {
@@ -2931,6 +3037,88 @@
2931
3037
  },
2932
3038
  "type": "object"
2933
3039
  },
3040
+ "UploadDataArgs": {
3041
+ "additionalProperties": false,
3042
+ "description": "Arguements for the \"results.upload-data-args-to-feature\" operation.",
3043
+ "properties": {
3044
+ "data": {
3045
+ "description": "The cells in the table.",
3046
+ "items": {
3047
+ "items": {
3048
+ "$ref": "#/definitions/@vertigis.arcgis-extensions.data.convert.CellData"
3049
+ },
3050
+ "type": "array"
3051
+ },
3052
+ "type": "array"
3053
+ },
3054
+ "dateFormat": {
3055
+ "description": "The format for dates. The default is DateFormat.ROUND_TRIP. This can be a defined DateFormat string, the \"timestamp\" pseudo-format, or a custom format string.",
3056
+ "type": "string"
3057
+ },
3058
+ "displayField": {
3059
+ "description": "Typically a string field with text formatted for display.",
3060
+ "type": "string"
3061
+ },
3062
+ "escapeFormulaChars": {
3063
+ "description": "Whether to a prefix values that start with typical formula triggering chars (=,-,+,@).",
3064
+ "type": "boolean"
3065
+ },
3066
+ "generatePrimaryKey": {
3067
+ "description": "Indicates if a primary key should be generated if not found, defaults to true.",
3068
+ "type": "boolean"
3069
+ },
3070
+ "geometryFields": {
3071
+ "description": "The names of the geometry field(s).",
3072
+ "items": {
3073
+ "type": "string"
3074
+ },
3075
+ "type": "array"
3076
+ },
3077
+ "geometryFormat": {
3078
+ "$ref": "@vertigis.arcgis-extensions.data.convert.GeometryFormat",
3079
+ "description": "The format of the geometry in this table."
3080
+ },
3081
+ "inSpatialReference": {
3082
+ "$ref": "#/definitions/esri.SpatialReference",
3083
+ "description": "The spatial reference of the geometry in this table."
3084
+ },
3085
+ "includeHeaderRow": {
3086
+ "description": "The header row contains column names.",
3087
+ "type": "boolean"
3088
+ },
3089
+ "numberFormat": {
3090
+ "description": "The format for numbers. The default is NumberFormat.ROUND_TRIP.",
3091
+ "type": "string"
3092
+ },
3093
+ "outFields": {
3094
+ "description": "A list of fields to include. Defaults to the FeatureSources PopupTemplate outfields if available, otherwise \"*\" meaning all fields.",
3095
+ "items": {
3096
+ "type": "string"
3097
+ },
3098
+ "type": "array"
3099
+ },
3100
+ "outSpatialReference": {
3101
+ "$ref": "#/definitions/esri.SpatialReference",
3102
+ "description": "The output spatial reference of the converted table."
3103
+ },
3104
+ "primaryKeyField": {
3105
+ "description": "Optionally the primary key field.",
3106
+ "type": "string"
3107
+ },
3108
+ "title": {
3109
+ "description": "A title for this dataset.",
3110
+ "type": "string"
3111
+ },
3112
+ "useFormattedValues": {
3113
+ "description": "If true, the configured formatters will be run on the raw values in the supplied data and these values will be output with type information if possible. If false, the formatted or presentable values already present in the supplied data will be taken 'as-is'. Field types configured on the input will be ignored and all values will be output as strings.",
3114
+ "type": "boolean"
3115
+ }
3116
+ },
3117
+ "required": [
3118
+ "data"
3119
+ ],
3120
+ "type": "object"
3121
+ },
2934
3122
  "WebAddAttachmentArgs": {
2935
3123
  "additionalProperties": false,
2936
3124
  "description": "VertiGIS Studio Web's arguments for the \"edit.add-attachment\" command. Not supported by Mobile.",
@@ -3561,7 +3749,7 @@
3561
3749
  },
3562
3750
  "listMode": {
3563
3751
  "$ref": "esri.ListMode",
3564
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
3752
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
3565
3753
  },
3566
3754
  "maxScale": {
3567
3755
  "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.",
@@ -3576,7 +3764,7 @@
3576
3764
  "type": "number"
3577
3765
  },
3578
3766
  "refreshInterval": {
3579
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
3767
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
3580
3768
  "type": "number"
3581
3769
  },
3582
3770
  "showLegend": {
@@ -3595,7 +3783,7 @@
3595
3783
  "type": "string"
3596
3784
  },
3597
3785
  "type": {
3598
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
3786
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
3599
3787
  "enum": [
3600
3788
  "BingMapsAerial",
3601
3789
  "BingMapsHybrid",
@@ -3788,7 +3976,7 @@
3788
3976
  },
3789
3977
  "esri.rest-api.CIMSymbol.CIMSymbol": {
3790
3978
  "additionalProperties": false,
3791
- "description": "Represents a symbol reference that contains a CIM symbol. In addition to type listed below, a symbol reference will contain additional properties. More details on CIM symbol reference and CIM symbols are available on github: https://github.com/Esri/cim-spec/blob/master/docs/v2/Overview-Symbols.md. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}.",
3979
+ "description": "Represents a symbol reference that contains a CIM symbol. In addition to type listed below, a symbol reference will contain additional properties. More details on CIM symbol reference and CIM symbols are available on github: https://github.com/Esri/cim-spec/blob/master/docs/v2/Overview-Symbols.md. See {@link https://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}.",
3792
3980
  "properties": {
3793
3981
  "type": {
3794
3982
  "description": "Specifies the type of symbol used.",
@@ -3805,7 +3993,7 @@
3805
3993
  },
3806
3994
  "esri.rest-api.CSVLayer.CSVLayer": {
3807
3995
  "additionalProperties": false,
3808
- "description": "The CSV layer type references a CSV or TXT file from a publicly-accessible web server. It then dynamically loads into the map at run time. The CSV layer will maintain a reference to the CSV resource. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/csvLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/csvLayer/}.",
3996
+ "description": "The CSV layer type references a CSV or TXT file from a publicly-accessible web server. It then dynamically loads into the map at run time. The CSV layer will maintain a reference to the CSV resource. See {@link https://developers.arcgis.com/web-map-specification/objects/csvLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/csvLayer/}.",
3809
3997
  "properties": {
3810
3998
  "blendMode": {
3811
3999
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -3840,7 +4028,7 @@
3840
4028
  },
3841
4029
  "listMode": {
3842
4030
  "$ref": "esri.ListMode",
3843
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
4031
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
3844
4032
  },
3845
4033
  "locationInfo": {
3846
4034
  "$ref": "#/definitions/esri.rest-api.LocationInfo.LocationInfo",
@@ -3863,7 +4051,7 @@
3863
4051
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
3864
4052
  },
3865
4053
  "refreshInterval": {
3866
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
4054
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
3867
4055
  "type": "number"
3868
4056
  },
3869
4057
  "screenSizePerspective": {
@@ -3883,7 +4071,7 @@
3883
4071
  "type": "string"
3884
4072
  },
3885
4073
  "type": {
3886
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
4074
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
3887
4075
  "enum": [
3888
4076
  "BingMapsAerial",
3889
4077
  "BingMapsHybrid",
@@ -3965,7 +4153,7 @@
3965
4153
  },
3966
4154
  "esri.rest-api.Camera.Camera": {
3967
4155
  "additionalProperties": false,
3968
- "description": "The camera defines the position, tilt, and heading of the point from which the SceneView's visible extent is observed. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/camera/}.",
4156
+ "description": "The camera defines the position, tilt, and heading of the point from which the SceneView's visible extent is observed. See {@link https://developers.arcgis.com/web-scene-specification/objects/camera/}.",
3969
4157
  "properties": {
3970
4158
  "heading": {
3971
4159
  "description": "The heading of the camera in degrees. Heading is zero when north is the top of the screen. It increases as the view rotates clockwise. The angles are always normalized between 0 and 360 degrees.",
@@ -3987,7 +4175,7 @@
3987
4175
  },
3988
4176
  "esri.rest-api.ClassBreaksRenderer.ClassBreakInfo": {
3989
4177
  "additionalProperties": false,
3990
- "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/classBreakInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/classBreakInfo/}.",
4178
+ "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See {@link https://developers.arcgis.com/web-map-specification/objects/classBreakInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/classBreakInfo/}.",
3991
4179
  "properties": {
3992
4180
  "classMaxValue": {
3993
4181
  "description": "A numeric value used to specify the maximum value for a break.",
@@ -4058,7 +4246,7 @@
4058
4246
  },
4059
4247
  "esri.rest-api.ClassBreaksRenderer.ClassBreaksRenderer": {
4060
4248
  "additionalProperties": false,
4061
- "description": "A class breaks renderer symbolizes based on the value of some numeric attribute. The classBreakInfo define the values at which the symbology changes. If the Normalization Type property is defined than the class breaks contain a normalized min/max value instead of the actual value. The data value, obtained from the field property, is normalized using one of the following functions before it is compared with the class breaks. 1. Field - Divide the data value using the attribute value of the field specified by the normalizationField property. 2. Log - Compute the base 10 logarithm of the data value. This can be a useful approach for some data distributions because it reduced the influence of very large data values. 3. Percent-of-total - Divide the data value by the sum of all data values then multiply by 100. Use the normalizationTotal property to determine the total value. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/classBreaks_renderer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/classBreaksRenderer/}.",
4249
+ "description": "A class breaks renderer symbolizes based on the value of some numeric attribute. The classBreakInfo define the values at which the symbology changes. If the Normalization Type property is defined than the class breaks contain a normalized min/max value instead of the actual value. The data value, obtained from the field property, is normalized using one of the following functions before it is compared with the class breaks. 1. Field - Divide the data value using the attribute value of the field specified by the normalizationField property. 2. Log - Compute the base 10 logarithm of the data value. This can be a useful approach for some data distributions because it reduced the influence of very large data values. 3. Percent-of-total - Divide the data value by the sum of all data values then multiply by 100. Use the normalizationTotal property to determine the total value. See {@link https://developers.arcgis.com/web-map-specification/objects/classBreaks_renderer/} {@link https://developers.arcgis.com/web-scene-specification/objects/classBreaksRenderer/}.",
4062
4250
  "properties": {
4063
4251
  "authoringInfo": {
4064
4252
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -4084,7 +4272,7 @@
4084
4272
  },
4085
4273
  "classificationMethod": {
4086
4274
  "$ref": "#/definitions/esri.rest-api.ClassBreaksRenderer.ClassificationMethod",
4087
- "description": "Determines the classification method that was used to generate class breaks. See{@linkClassificationMethod}."
4275
+ "description": "Determines the classification method that was used to generate class breaks. See {@link ClassificationMethod}."
4088
4276
  },
4089
4277
  "defaultLabel": {
4090
4278
  "description": "Default string for the default symbol used to draw unspecified values.",
@@ -4152,7 +4340,7 @@
4152
4340
  },
4153
4341
  "normalizationType": {
4154
4342
  "$ref": "#/definitions/esri.rest-api.ClassBreaksRenderer.NormalizationType",
4155
- "description": "One of the NormalizationType constants. See{@linkNormalizationType}."
4343
+ "description": "One of the NormalizationType constants. See {@link NormalizationType}."
4156
4344
  },
4157
4345
  "rotationExpression": {
4158
4346
  "description": "A constant value or an expression that derives the angle of rotation based on a feature attribute value. When an attribute name is specified, it's enclosed in square brackets.",
@@ -4160,10 +4348,10 @@
4160
4348
  },
4161
4349
  "rotationType": {
4162
4350
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
4163
- "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkportal /Renderer!RotationType}."
4351
+ "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See {@link portal /Renderer!RotationType}."
4164
4352
  },
4165
4353
  "type": {
4166
- "description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
4354
+ "description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
4167
4355
  "enum": [
4168
4356
  "classBreaks"
4169
4357
  ],
@@ -4172,8 +4360,7 @@
4172
4360
  "visualVariables": {
4173
4361
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
4174
4362
  "items": {
4175
- "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
4176
- "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
4363
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
4177
4364
  },
4178
4365
  "type": "array"
4179
4366
  }
@@ -4209,7 +4396,7 @@
4209
4396
  },
4210
4397
  "esri.rest-api.CodedValueDomain.CodedValue": {
4211
4398
  "additionalProperties": false,
4212
- "description": "A set of valid coded values with unique names. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/codedValue/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/codedValue_domain/}.",
4399
+ "description": "A set of valid coded values with unique names. See {@link https://developers.arcgis.com/web-map-specification/objects/codedValue/} {@link https://developers.arcgis.com/web-scene-specification/objects/codedValue_domain/}.",
4213
4400
  "properties": {
4214
4401
  "code": {
4215
4402
  "description": "Value indicating which unique code is used to identify the feature attribute.",
@@ -4231,7 +4418,7 @@
4231
4418
  },
4232
4419
  "esri.rest-api.CodedValueDomain.CodedValueDomain": {
4233
4420
  "additionalProperties": false,
4234
- "description": "Coded value domain specifies an explicit set of valid values for a field. Each valid value is assigned a unique name. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/codedValue_domain/}.",
4421
+ "description": "Coded value domain specifies an explicit set of valid values for a field. Each valid value is assigned a unique name. See {@link https://developers.arcgis.com/web-map-specification/objects/codedValue_domain/}.",
4235
4422
  "properties": {
4236
4423
  "codedValues": {
4237
4424
  "description": "The set of valid coded values.",
@@ -4245,7 +4432,7 @@
4245
4432
  "type": "string"
4246
4433
  },
4247
4434
  "type": {
4248
- "description": "Type of domain. See{@linkportal /Domain!DomainType}.",
4435
+ "description": "Type of domain. See {@link portal /Domain!DomainType}.",
4249
4436
  "enum": [
4250
4437
  "codedValue"
4251
4438
  ],
@@ -4261,7 +4448,7 @@
4261
4448
  },
4262
4449
  "esri.rest-api.ColorClassBreakInfo.ColorClassBreakInfo": {
4263
4450
  "additionalProperties": false,
4264
- "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorClassBreakInfo/}.",
4451
+ "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorClassBreakInfo/}.",
4265
4452
  "properties": {
4266
4453
  "classMaxValue": {
4267
4454
  "description": "A numeric value used to specify the maximum value for a break.",
@@ -4288,7 +4475,7 @@
4288
4475
  },
4289
4476
  "esri.rest-api.ColorUniqueValueInfos.ColorUniqueValueInfos": {
4290
4477
  "additionalProperties": false,
4291
- "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorUniqueValueInfo/}.",
4478
+ "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorUniqueValueInfo/}.",
4292
4479
  "properties": {
4293
4480
  "color": {
4294
4481
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -4327,11 +4514,11 @@
4327
4514
  "$ref": "#/definitions/esri.rest-api.TableDataSource.TableDataSource"
4328
4515
  }
4329
4516
  ],
4330
- "description": "This object applies if the layerDefinition source is set to DynamicDataLayer. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/dataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/dataSource/}."
4517
+ "description": "This object applies if the layerDefinition source is set to DynamicDataLayer. See {@link https://developers.arcgis.com/web-map-specification/objects/dataSource/} {@link https://developers.arcgis.com/web-scene-specification/objects/dataSource/}."
4331
4518
  },
4332
4519
  "esri.rest-api.DefinitionEditor.DefinitionEditor": {
4333
4520
  "additionalProperties": false,
4334
- "description": "The definitionEditor stores interactive filters at the same level as layerDefinition. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/definitionEditor/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/definitionEditor/}.",
4521
+ "description": "The definitionEditor stores interactive filters at the same level as layerDefinition. See {@link https://developers.arcgis.com/web-map-specification/objects/definitionEditor/} {@link https://developers.arcgis.com/web-scene-specification/objects/definitionEditor/}.",
4335
4522
  "properties": {
4336
4523
  "inputs": {
4337
4524
  "description": "An array of input objects.",
@@ -4349,7 +4536,7 @@
4349
4536
  },
4350
4537
  "esri.rest-api.DefinitionEditor.Input": {
4351
4538
  "additionalProperties": false,
4352
- "description": "The input objects specified by the definitionEditor. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/input/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/input/}.",
4539
+ "description": "The input objects specified by the definitionEditor. See {@link https://developers.arcgis.com/web-map-specification/objects/input/} {@link https://developers.arcgis.com/web-scene-specification/objects/input/}.",
4353
4540
  "properties": {
4354
4541
  "hint": {
4355
4542
  "description": "A string value representing a hint for the input.",
@@ -4371,7 +4558,7 @@
4371
4558
  },
4372
4559
  "esri.rest-api.DefinitionEditor.Parameter": {
4373
4560
  "additionalProperties": false,
4374
- "description": "Objects defined by a definitionEditor input. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/parameter/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/parameter/}.",
4561
+ "description": "Objects defined by a definitionEditor input. See {@link https://developers.arcgis.com/web-map-specification/objects/parameter/} {@link https://developers.arcgis.com/web-scene-specification/objects/parameter/}.",
4375
4562
  "properties": {
4376
4563
  "defaultValue": {
4377
4564
  "description": "The default value that is automatically given if nothing is provided.",
@@ -4407,27 +4594,16 @@
4407
4594
  "$ref": "#/definitions/esri.rest-api.RangeDomain.RangeDomain"
4408
4595
  }
4409
4596
  ],
4410
- "description": "A domain specifies the set of valid values for a field. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/domain/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/domain/}."
4597
+ "description": "A domain specifies the set of valid values for a field. See {@link https://developers.arcgis.com/web-map-specification/objects/domain/} {@link https://developers.arcgis.com/web-scene-specification/objects/domain/}."
4411
4598
  },
4412
4599
  "esri.rest-api.DrawingInfo.DrawingInfo": {
4413
4600
  "additionalProperties": false,
4414
- "description": "The drawingInfo object contains drawing information for a feature collection or a single layer in a map service. This object is used in LayerDefinition. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/drawingInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/drawingInfo/}.",
4601
+ "description": "The drawingInfo object contains drawing information for a feature collection or a single layer in a map service. This object is used in LayerDefinition. See {@link https://developers.arcgis.com/web-map-specification/objects/drawingInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/drawingInfo/}.",
4415
4602
  "properties": {
4416
4603
  "filters": {
4417
4604
  "description": "Filters for PointCloud layers.",
4418
4605
  "items": {
4419
- "anyOf": [
4420
- {
4421
- "$ref": "#/definitions/esri.rest-api.PointCloudBitfieldFilter.PointCloudBitfieldFilter"
4422
- },
4423
- {
4424
- "$ref": "#/definitions/esri.rest-api.PointCloudReturnFilter.PointCloudReturnFilter"
4425
- },
4426
- {
4427
- "$ref": "#/definitions/esri.rest-api.PointCloudValueFilter.PointCloudValueFilter"
4428
- }
4429
- ],
4430
- "description": "Filters applied to the pointCloud which will hide a point. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
4606
+ "$ref": "#/definitions/PointCloudFilter"
4431
4607
  },
4432
4608
  "type": "array"
4433
4609
  },
@@ -4463,11 +4639,11 @@
4463
4639
  },
4464
4640
  "esri.rest-api.DynamicDataLayer.DynamicDataLayer": {
4465
4641
  "additionalProperties": false,
4466
- "description": "A dynamic data layer derived from a registered workspace. More information on this can be found in the ArcGIS REST API help. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/dynamicDataLayer_source/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/dynamicDataLayer_source/}.",
4642
+ "description": "A dynamic data layer derived from a registered workspace. More information on this can be found in the ArcGIS REST API help. See {@link https://developers.arcgis.com/web-map-specification/objects/dynamicDataLayer_source/} {@link https://developers.arcgis.com/web-scene-specification/objects/dynamicDataLayer_source/}.",
4467
4643
  "properties": {
4468
4644
  "dataSource": {
4469
4645
  "$ref": "#/definitions/esri.rest-api.DataSource.DataSource",
4470
- "description": "This object applies if the layerDefinition source is set to DynamicDataLayer. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/dataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/dataSource/}."
4646
+ "description": "This object applies if the layerDefinition source is set to DynamicDataLayer. See {@link https://developers.arcgis.com/web-map-specification/objects/dataSource/} {@link https://developers.arcgis.com/web-scene-specification/objects/dataSource/}."
4471
4647
  },
4472
4648
  "fields": {
4473
4649
  "description": "An array of objects specifying information about an attribute field.",
@@ -4491,7 +4667,7 @@
4491
4667
  },
4492
4668
  "esri.rest-api.DynamicMapLayer.DynamicMapLayer": {
4493
4669
  "additionalProperties": false,
4494
- "description": "A dynamic map layer refers to a layer in the current map service. More information on this can be found in the ArcGIS REST API help. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/dynamicMapLayer_source/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/dynamicMapLayer_source/}.",
4670
+ "description": "A dynamic map layer refers to a layer in the current map service. More information on this can be found in the ArcGIS REST API help. See {@link https://developers.arcgis.com/web-map-specification/objects/dynamicMapLayer_source/} {@link https://developers.arcgis.com/web-scene-specification/objects/dynamicMapLayer_source/}.",
4495
4671
  "properties": {
4496
4672
  "gdbVersion": {
4497
4673
  "description": "If applicable, specify this to use an alternate geodatabase version.",
@@ -4735,42 +4911,7 @@
4735
4911
  },
4736
4912
  {
4737
4913
  "items": {
4738
- "anyOf": [
4739
- {
4740
- "$ref": "#/definitions/esri.rest-api.Effect.HueRotateEffectFunction"
4741
- },
4742
- {
4743
- "$ref": "#/definitions/esri.rest-api.Effect.BlurEffectFunction"
4744
- },
4745
- {
4746
- "$ref": "#/definitions/esri.rest-api.Effect.DropShadowEffectFunction"
4747
- },
4748
- {
4749
- "$ref": "#/definitions/esri.rest-api.Effect.BloomEffectFunction"
4750
- },
4751
- {
4752
- "$ref": "#/definitions/esri.rest-api.Effect.BrightnessEffectFunction"
4753
- },
4754
- {
4755
- "$ref": "#/definitions/esri.rest-api.Effect.ContrastEffectFunction"
4756
- },
4757
- {
4758
- "$ref": "#/definitions/esri.rest-api.Effect.GrayscaleEffectFunction"
4759
- },
4760
- {
4761
- "$ref": "#/definitions/esri.rest-api.Effect.InvertEffectFunction"
4762
- },
4763
- {
4764
- "$ref": "#/definitions/esri.rest-api.Effect.OpacityEffectFunction"
4765
- },
4766
- {
4767
- "$ref": "#/definitions/esri.rest-api.Effect.SaturateEffectFunction"
4768
- },
4769
- {
4770
- "$ref": "#/definitions/esri.rest-api.Effect.SepiaEffectFunction"
4771
- }
4772
- ],
4773
- "description": "Effect functions that can be combined to build a layer effect."
4914
+ "$ref": "#/definitions/EffectFunction"
4774
4915
  },
4775
4916
  "type": "array"
4776
4917
  }
@@ -4893,42 +5034,7 @@
4893
5034
  "value": {
4894
5035
  "description": "The effect to be applied at the corresponding scale.",
4895
5036
  "items": {
4896
- "anyOf": [
4897
- {
4898
- "$ref": "#/definitions/esri.rest-api.Effect.HueRotateEffectFunction"
4899
- },
4900
- {
4901
- "$ref": "#/definitions/esri.rest-api.Effect.BlurEffectFunction"
4902
- },
4903
- {
4904
- "$ref": "#/definitions/esri.rest-api.Effect.DropShadowEffectFunction"
4905
- },
4906
- {
4907
- "$ref": "#/definitions/esri.rest-api.Effect.BloomEffectFunction"
4908
- },
4909
- {
4910
- "$ref": "#/definitions/esri.rest-api.Effect.BrightnessEffectFunction"
4911
- },
4912
- {
4913
- "$ref": "#/definitions/esri.rest-api.Effect.ContrastEffectFunction"
4914
- },
4915
- {
4916
- "$ref": "#/definitions/esri.rest-api.Effect.GrayscaleEffectFunction"
4917
- },
4918
- {
4919
- "$ref": "#/definitions/esri.rest-api.Effect.InvertEffectFunction"
4920
- },
4921
- {
4922
- "$ref": "#/definitions/esri.rest-api.Effect.OpacityEffectFunction"
4923
- },
4924
- {
4925
- "$ref": "#/definitions/esri.rest-api.Effect.SaturateEffectFunction"
4926
- },
4927
- {
4928
- "$ref": "#/definitions/esri.rest-api.Effect.SepiaEffectFunction"
4929
- }
4930
- ],
4931
- "description": "Effect functions that can be combined to build a layer effect."
5037
+ "$ref": "#/definitions/EffectFunction"
4932
5038
  },
4933
5039
  "type": "array"
4934
5040
  }
@@ -4962,7 +5068,7 @@
4962
5068
  },
4963
5069
  "esri.rest-api.ElevationInfo.ElevationInfo": {
4964
5070
  "additionalProperties": false,
4965
- "description": "Specifies how graphics are placed on the vertical axis (z). This property may only be used in a SceneView. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/elevationInfo/}.",
5071
+ "description": "Specifies how graphics are placed on the vertical axis (z). This property may only be used in a SceneView. See {@link https://developers.arcgis.com/web-scene-specification/objects/elevationInfo/}.",
4966
5072
  "properties": {
4967
5073
  "featureExpression": {
4968
5074
  "description": "Deprecated with 1.8, use featureExpressionInfo instead. Ignores geometry z-values."
@@ -4973,7 +5079,7 @@
4973
5079
  },
4974
5080
  "mode": {
4975
5081
  "$ref": "#/definitions/esri.rest-api.ElevationInfo.ElevationMode",
4976
- "description": "Determines how the service elevation values are combined with the basemap elevation. See{@linkElevationMode}."
5082
+ "description": "Determines how the service elevation values are combined with the basemap elevation. See {@link ElevationMode}."
4977
5083
  },
4978
5084
  "offset": {
4979
5085
  "description": "Offset is always added to the result of the above logic except for `\"onTheGround\"` where offset is ignored.",
@@ -5013,7 +5119,7 @@
5013
5119
  },
5014
5120
  "esri.rest-api.ElevationLayer.ElevationLayer": {
5015
5121
  "additionalProperties": false,
5016
- "description": "ElevationLayer is a tile layer used for rendering elevation in web scenes. A default world elevation layer can be added to the map by setting the map's ground property to world-elevation. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/elevationLayer/}.",
5122
+ "description": "ElevationLayer is a tile layer used for rendering elevation in web scenes. A default world elevation layer can be added to the map by setting the map's ground property to world-elevation. See {@link https://developers.arcgis.com/web-scene-specification/objects/elevationLayer/}.",
5017
5123
  "properties": {
5018
5124
  "blendMode": {
5019
5125
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -5044,7 +5150,7 @@
5044
5150
  },
5045
5151
  "listMode": {
5046
5152
  "$ref": "esri.ListMode",
5047
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
5153
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
5048
5154
  },
5049
5155
  "maxScale": {
5050
5156
  "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.",
@@ -5059,7 +5165,7 @@
5059
5165
  "type": "number"
5060
5166
  },
5061
5167
  "refreshInterval": {
5062
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
5168
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
5063
5169
  "type": "number"
5064
5170
  },
5065
5171
  "showLegend": {
@@ -5071,7 +5177,7 @@
5071
5177
  "type": "string"
5072
5178
  },
5073
5179
  "type": {
5074
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
5180
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
5075
5181
  "enum": [
5076
5182
  "BingMapsAerial",
5077
5183
  "BingMapsHybrid",
@@ -5100,7 +5206,7 @@
5100
5206
  },
5101
5207
  "esri.rest-api.Extent.Extent": {
5102
5208
  "additionalProperties": false,
5103
- "description": "This object defines the bounding geometry given the lower-left and upper-right corners of the bounding box. A spatial reference is also required. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/envelope_geometry/}{@linkhttps://developers.arcgis.com/web-map-specification/objects/extent/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/extent/}.",
5209
+ "description": "This object defines the bounding geometry given the lower-left and upper-right corners of the bounding box. A spatial reference is also required. See {@link https://developers.arcgis.com/web-map-specification/objects/envelope_geometry/} {@link https://developers.arcgis.com/web-map-specification/objects/extent/} {@link https://developers.arcgis.com/web-scene-specification/objects/extent/}.",
5104
5210
  "properties": {
5105
5211
  "spatialReference": {
5106
5212
  "$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
@@ -5127,7 +5233,7 @@
5127
5233
  },
5128
5234
  "esri.rest-api.ExtrudeSymbol3DLayer.ExtrudeSymbol3DLayer": {
5129
5235
  "additionalProperties": false,
5130
- "description": "ExtrudeSymbol3DLayer is used to render Polygon geometries by extruding them upward from the ground, creating a 3D volumetric object. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/extrudeSymbol3DLayer/}.",
5236
+ "description": "ExtrudeSymbol3DLayer is used to render Polygon geometries by extruding them upward from the ground, creating a 3D volumetric object. See {@link https://developers.arcgis.com/web-scene-specification/objects/extrudeSymbol3DLayer/}.",
5131
5237
  "properties": {
5132
5238
  "enable": {
5133
5239
  "description": "Type: Boolean.",
@@ -5142,7 +5248,7 @@
5142
5248
  "type": "number"
5143
5249
  },
5144
5250
  "type": {
5145
- "description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
5251
+ "description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
5146
5252
  "enum": [
5147
5253
  "Extrude"
5148
5254
  ],
@@ -5156,7 +5262,7 @@
5156
5262
  },
5157
5263
  "esri.rest-api.Feature.Feature": {
5158
5264
  "additionalProperties": false,
5159
- "description": "Contains information about an attribute field and feature geometry. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/feature/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/feature/}.",
5265
+ "description": "Contains information about an attribute field and feature geometry. See {@link https://developers.arcgis.com/web-map-specification/objects/feature/} {@link https://developers.arcgis.com/web-scene-specification/objects/feature/}.",
5160
5266
  "properties": {
5161
5267
  "attributes": {
5162
5268
  "description": "The feature attributes. It is a JSON object that contains a dictionary of name-value pairs. The names are the feature field names. The values are the field values and they can be any of the standard JSON types - string, number and boolean. Note that date values are encoded as numbers. The number represents the number of milliseconds since epoch (January 1, 1970) in UTC."
@@ -5218,7 +5324,7 @@
5218
5324
  },
5219
5325
  "esri.rest-api.FeatureCollection.FeatureCollection": {
5220
5326
  "additionalProperties": false,
5221
- "description": "Defines a layer of features whose geometry and attributes will be stored directly within the web map. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/featureCollection/}.",
5327
+ "description": "Defines a layer of features whose geometry and attributes will be stored directly within the web map. See {@link https://developers.arcgis.com/web-map-specification/objects/featureCollection/}.",
5222
5328
  "properties": {
5223
5329
  "layers": {
5224
5330
  "description": "An array of Layer objects defining all the styling, geometry, and attribute information for the features.",
@@ -5248,7 +5354,7 @@
5248
5354
  },
5249
5355
  "esri.rest-api.FeatureLayer.FeatureLayer": {
5250
5356
  "additionalProperties": false,
5251
- "description": "Feature layers can be created by referencing a layer from either a map service or a feature service or by specifying a feature collection object. Use a map service if you just want to retrieve geometries and attributes from the server and symbolize them yourself. Use a feature service if you want to take advantage of symbols from the service's source map document. Also, use a feature service if you plan on doing editing with the feature layer. Feature layers honor any feature templates configured in the source map document. Feature collection objects are used to create a feature layer based on the supplied definition. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/featureLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/featureLayer/}.",
5357
+ "description": "Feature layers can be created by referencing a layer from either a map service or a feature service or by specifying a feature collection object. Use a map service if you just want to retrieve geometries and attributes from the server and symbolize them yourself. Use a feature service if you want to take advantage of symbols from the service's source map document. Also, use a feature service if you plan on doing editing with the feature layer. Feature layers honor any feature templates configured in the source map document. Feature collection objects are used to create a feature layer based on the supplied definition. See {@link https://developers.arcgis.com/web-map-specification/objects/featureLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/featureLayer/}.",
5252
5358
  "properties": {
5253
5359
  "blendMode": {
5254
5360
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -5306,7 +5412,7 @@
5306
5412
  },
5307
5413
  "listMode": {
5308
5414
  "$ref": "esri.ListMode",
5309
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
5415
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
5310
5416
  },
5311
5417
  "maxScale": {
5312
5418
  "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.",
@@ -5318,7 +5424,7 @@
5318
5424
  },
5319
5425
  "mode": {
5320
5426
  "$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
5321
- "description": "Used with ArcGIS feature services and individual layers in ArcGIS map services, this property determines how the features are retrieved from the server. This property is represented as 0, 1, or 2. - 0: Snapshot mode. Immediately retrieves all features when the map is loaded. - 1: On-demand mode. Features within the current view extent are retrieved as the user navigates the map. This is the default and the most common way to use feature services in web maps. - 2: Selection-only mode. No features are initially retrieved. This mode is used when you have a map service and a feature service from the same parent URL that are working together in the same map, with the map service being used for display and the feature service used for editing. See{@linkportal /FeatureLayer!FeatureLayerMode}."
5427
+ "description": "Used with ArcGIS feature services and individual layers in ArcGIS map services, this property determines how the features are retrieved from the server. This property is represented as 0, 1, or 2. - 0: Snapshot mode. Immediately retrieves all features when the map is loaded. - 1: On-demand mode. Features within the current view extent are retrieved as the user navigates the map. This is the default and the most common way to use feature services in web maps. - 2: Selection-only mode. No features are initially retrieved. This mode is used when you have a map service and a feature service from the same parent URL that are working together in the same map, with the map service being used for display and the feature service used for editing. See {@link portal /FeatureLayer!FeatureLayerMode}."
5322
5428
  },
5323
5429
  "opacity": {
5324
5430
  "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
@@ -5329,7 +5435,7 @@
5329
5435
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
5330
5436
  },
5331
5437
  "refreshInterval": {
5332
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
5438
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
5333
5439
  "type": "number"
5334
5440
  },
5335
5441
  "screenSizePerspective": {
@@ -5356,7 +5462,7 @@
5356
5462
  "type": "string"
5357
5463
  },
5358
5464
  "type": {
5359
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
5465
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
5360
5466
  "enum": [
5361
5467
  "BingMapsAerial",
5362
5468
  "BingMapsHybrid",
@@ -5475,7 +5581,7 @@
5475
5581
  },
5476
5582
  "esri.rest-api.FeatureSet.FeatureSet": {
5477
5583
  "additionalProperties": false,
5478
- "description": "Contains the geometry and attributes of features in a layer. This object is used with feature collections only. For more information, see Layer. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/featureSet/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/featureSet/}.",
5584
+ "description": "Contains the geometry and attributes of features in a layer. This object is used with feature collections only. For more information, see Layer. See {@link https://developers.arcgis.com/web-map-specification/objects/featureSet/} {@link https://developers.arcgis.com/web-scene-specification/objects/featureSet/}.",
5479
5585
  "properties": {
5480
5586
  "features": {
5481
5587
  "description": "An array of Feature objects, each one containing geometry and a set of attributes.",
@@ -5497,7 +5603,7 @@
5497
5603
  },
5498
5604
  "esri.rest-api.Field.Field": {
5499
5605
  "additionalProperties": false,
5500
- "description": "Contains information about an attribute field. This field could come from a feature collection or a single layer in a map service. Used in layerDefinition. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/field/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/field/}.",
5606
+ "description": "Contains information about an attribute field. This field could come from a feature collection or a single layer in a map service. Used in layerDefinition. See {@link https://developers.arcgis.com/web-map-specification/objects/field/} {@link https://developers.arcgis.com/web-scene-specification/objects/field/}.",
5501
5607
  "properties": {
5502
5608
  "alias": {
5503
5609
  "description": "The field alias (human-readable name).",
@@ -5529,7 +5635,7 @@
5529
5635
  },
5530
5636
  "type": {
5531
5637
  "$ref": "#/definitions/esri.rest-api.Field.FieldType",
5532
- "description": "Type of the Field. See{@linkportal /Field!FieldType}."
5638
+ "description": "Type of the Field. See {@link portal /Field!FieldType}."
5533
5639
  }
5534
5640
  },
5535
5641
  "type": "object"
@@ -5555,7 +5661,7 @@
5555
5661
  },
5556
5662
  "esri.rest-api.FieldInfo.FieldInfo": {
5557
5663
  "additionalProperties": false,
5558
- "description": "Defines how a field in the dataset participates (or does not participate) in a pop-up window. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/fieldInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/fieldInfo/}.",
5664
+ "description": "Defines how a field in the dataset participates (or does not participate) in a pop-up window. See {@link https://developers.arcgis.com/web-map-specification/objects/fieldInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/fieldInfo/}.",
5559
5665
  "properties": {
5560
5666
  "fieldName": {
5561
5667
  "description": "The field name as defined by the service.",
@@ -5575,7 +5681,7 @@
5575
5681
  },
5576
5682
  "stringFieldOption": {
5577
5683
  "$ref": "#/definitions/esri.rest-api.FieldInfo.StringFieldOption",
5578
- "description": "The type of input box editors will see when editing the field. Applies only to string fields. See{@linkStringFieldOption}."
5684
+ "description": "The type of input box editors will see when editing the field. Applies only to string fields. See {@link StringFieldOption}."
5579
5685
  },
5580
5686
  "tooltip": {
5581
5687
  "description": "Provides an editing hint for editors of the field. This string could provide a short description of the field and how editors should format or supply its value.",
@@ -5592,7 +5698,7 @@
5592
5698
  "type": "object"
5593
5699
  },
5594
5700
  "esri.rest-api.FieldInfo.StringFieldOption": {
5595
- "description": "The type of string field to use with{@linkportal /FieldInfo!FieldInfo.stringFieldOption}..",
5701
+ "description": "The type of string field to use with {@link portal /FieldInfo!FieldInfo.stringFieldOption}..",
5596
5702
  "enum": [
5597
5703
  "richtext",
5598
5704
  "textarea",
@@ -5602,7 +5708,7 @@
5602
5708
  },
5603
5709
  "esri.rest-api.FillSymbol3DLayer.FillSymbol3DLayer": {
5604
5710
  "additionalProperties": false,
5605
- "description": "FillSymbol3DLayer is used to render the surfaces of flat 2D Polygon geometries and 3D volumetric meshes in a SceneView. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/fillSymbol3DLayer/}.",
5711
+ "description": "FillSymbol3DLayer is used to render the surfaces of flat 2D Polygon geometries and 3D volumetric meshes in a SceneView. See {@link https://developers.arcgis.com/web-scene-specification/objects/fillSymbol3DLayer/}.",
5606
5712
  "properties": {
5607
5713
  "castShadows": {
5608
5714
  "description": "Boolean to control the shadow casting behavior of the rendered geometries.",
@@ -5625,7 +5731,7 @@
5625
5731
  "description": "The outline of the point, line or polygon."
5626
5732
  },
5627
5733
  "type": {
5628
- "description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
5734
+ "description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
5629
5735
  "enum": [
5630
5736
  "Fill"
5631
5737
  ],
@@ -5639,7 +5745,7 @@
5639
5745
  },
5640
5746
  "esri.rest-api.FormInfo.FormAttachmentElement": {
5641
5747
  "additionalProperties": false,
5642
- "description": "Defines how one or more attachments can participate in the form. When present in the form, the user has the ability to upload an attachment specific to the form element. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formAttachmentElement/}.",
5748
+ "description": "Defines how one or more attachments can participate in the form. When present in the form, the user has the ability to upload an attachment specific to the form element. See {@link https://developers.arcgis.com/web-map-specification/objects/formAttachmentElement/}.",
5643
5749
  "properties": {
5644
5750
  "attachmentKeyword": {
5645
5751
  "description": "A string to identify the attachment(s). When a file is attached using the form, this property is used to set the value of the keywords field for the attachment. When a form is displaying existing attachments, this property is used to query attachments using an exact match on the keywords field.",
@@ -5680,7 +5786,7 @@
5680
5786
  },
5681
5787
  "esri.rest-api.FormInfo.FormBarcodeScannerInput": {
5682
5788
  "additionalProperties": false,
5683
- "description": "Defines the desired user interface is a barcode or QR code scanner. If the client does not support barcode scanning, a single-line text box should be used. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formBarcodeScannerInput/}.",
5789
+ "description": "Defines the desired user interface is a barcode or QR code scanner. If the client does not support barcode scanning, a single-line text box should be used. See {@link https://developers.arcgis.com/web-map-specification/objects/formBarcodeScannerInput/}.",
5684
5790
  "properties": {
5685
5791
  "maxLength": {
5686
5792
  "description": "This represents the maximum number of characters allowed. This only applies for string fields. If not supplied, the value is derived from the length property of the referenced field in the service.",
@@ -5705,7 +5811,7 @@
5705
5811
  },
5706
5812
  "esri.rest-api.FormInfo.FormComboBoxInput": {
5707
5813
  "additionalProperties": false,
5708
- "description": "Defines the desired user interface is a list of values in a drop-down that supports typing to filter. Only one value can be selected at a time. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formComboBoxInput/}.",
5814
+ "description": "Defines the desired user interface is a list of values in a drop-down that supports typing to filter. Only one value can be selected at a time. See {@link https://developers.arcgis.com/web-map-specification/objects/formComboBoxInput/}.",
5709
5815
  "properties": {
5710
5816
  "noValueOptionLabel": {
5711
5817
  "description": "The text used to represent a null value.",
@@ -5730,7 +5836,7 @@
5730
5836
  },
5731
5837
  "esri.rest-api.FormInfo.FormDateTimePickerInput": {
5732
5838
  "additionalProperties": false,
5733
- "description": "Defines the desired user interface is a calendar date picker. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formDatetimePickerInput/}.",
5839
+ "description": "Defines the desired user interface is a calendar date picker. See {@link https://developers.arcgis.com/web-map-specification/objects/formDatetimePickerInput/}.",
5734
5840
  "properties": {
5735
5841
  "includeTime": {
5736
5842
  "description": "Indicates if the datetime picker should provide an option to select the time. If not provided, the default value is false.",
@@ -5759,7 +5865,7 @@
5759
5865
  },
5760
5866
  "esri.rest-api.FormInfo.FormExpressionInfo": {
5761
5867
  "additionalProperties": false,
5762
- "description": "Arcade expression used in the form. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formExpressionInfo/}.",
5868
+ "description": "Arcade expression used in the form. See {@link https://developers.arcgis.com/web-map-specification/objects/formExpressionInfo/}.",
5763
5869
  "properties": {
5764
5870
  "expression": {
5765
5871
  "description": "The Arcade expression.",
@@ -5785,7 +5891,7 @@
5785
5891
  },
5786
5892
  "esri.rest-api.FormInfo.FormFieldElement": {
5787
5893
  "additionalProperties": false,
5788
- "description": "Defines how a field in the dataset participates in the form. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formFieldElement/}.",
5894
+ "description": "Defines how a field in the dataset participates in the form. See {@link https://developers.arcgis.com/web-map-specification/objects/formFieldElement/}.",
5789
5895
  "properties": {
5790
5896
  "description": {
5791
5897
  "description": "A string that describes the element in detail.",
@@ -5856,7 +5962,7 @@
5856
5962
  },
5857
5963
  "esri.rest-api.FormInfo.FormGroupElement": {
5858
5964
  "additionalProperties": false,
5859
- "description": "Defines a container that holds a set of form elements that can be expanded, collapsed, or displayed together. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formGroupElement/}.",
5965
+ "description": "Defines a container that holds a set of form elements that can be expanded, collapsed, or displayed together. See {@link https://developers.arcgis.com/web-map-specification/objects/formGroupElement/}.",
5860
5966
  "properties": {
5861
5967
  "description": {
5862
5968
  "description": "A string that describes the element in detail.",
@@ -5910,7 +6016,7 @@
5910
6016
  },
5911
6017
  "esri.rest-api.FormInfo.FormInfo": {
5912
6018
  "additionalProperties": false,
5913
- "description": "Defines the form configuration when a user edits a feature. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formInfo/}.",
6019
+ "description": "Defines the form configuration when a user edits a feature. See {@link https://developers.arcgis.com/web-map-specification/objects/formInfo/}.",
5914
6020
  "properties": {
5915
6021
  "description": {
5916
6022
  "description": "A string that appears in the body of the form as a description.",
@@ -5952,7 +6058,7 @@
5952
6058
  },
5953
6059
  "esri.rest-api.FormInfo.FormRadioButtonsInput": {
5954
6060
  "additionalProperties": false,
5955
- "description": "Defines the desired user interface is a radio button group. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formRadioButtonsInput/}.",
6061
+ "description": "Defines the desired user interface is a radio button group. See {@link https://developers.arcgis.com/web-map-specification/objects/formRadioButtonsInput/}.",
5956
6062
  "properties": {
5957
6063
  "noValueOptionLabel": {
5958
6064
  "description": "The text used to represent a null value.",
@@ -5977,7 +6083,7 @@
5977
6083
  },
5978
6084
  "esri.rest-api.FormInfo.FormRelationshipElement": {
5979
6085
  "additionalProperties": false,
5980
- "description": "Defines how a relationship between feature layers and tables can participate in the form. When present in the form, the user may have the option to add or edit related records. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formRelationshipElement/}.",
6086
+ "description": "Defines how a relationship between feature layers and tables can participate in the form. When present in the form, the user may have the option to add or edit related records. See {@link https://developers.arcgis.com/web-map-specification/objects/formRelationshipElement/}.",
5981
6087
  "properties": {
5982
6088
  "description": {
5983
6089
  "description": "A string that describes the element in detail.",
@@ -6021,7 +6127,7 @@
6021
6127
  },
6022
6128
  "esri.rest-api.FormInfo.FormSwitchInput": {
6023
6129
  "additionalProperties": false,
6024
- "description": "Defines a desired user interface to present a binary switch, or toggle. This should be used when selecting between two options. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formSwitchInput/}.",
6130
+ "description": "Defines a desired user interface to present a binary switch, or toggle. This should be used when selecting between two options. See {@link https://developers.arcgis.com/web-map-specification/objects/formSwitchInput/}.",
6025
6131
  "properties": {
6026
6132
  "offValue": {
6027
6133
  "description": "The coded value when switch state is off.",
@@ -6052,7 +6158,7 @@
6052
6158
  },
6053
6159
  "esri.rest-api.FormInfo.FormTextAreaInput": {
6054
6160
  "additionalProperties": false,
6055
- "description": "Defines the desired user interface is a multi-line text area. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formTextAreaInput/}.",
6161
+ "description": "Defines the desired user interface is a multi-line text area. See {@link https://developers.arcgis.com/web-map-specification/objects/formTextAreaInput/}.",
6056
6162
  "properties": {
6057
6163
  "maxLength": {
6058
6164
  "description": "This represents the maximum number of characters allowed. If not supplied, the value is derived from the length property of the referenced field in the service.",
@@ -6077,7 +6183,7 @@
6077
6183
  },
6078
6184
  "esri.rest-api.FormInfo.FormTextBoxInput": {
6079
6185
  "additionalProperties": false,
6080
- "description": "Defines the desired user interface is a single-line text box. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formTextBoxInput/}.",
6186
+ "description": "Defines the desired user interface is a single-line text box. See {@link https://developers.arcgis.com/web-map-specification/objects/formTextBoxInput/}.",
6081
6187
  "properties": {
6082
6188
  "maxLength": {
6083
6189
  "description": "This represents the maximum number of characters allowed. This only applies for string fields. If not supplied, the value is derived from the length property of the referenced field in the service.",
@@ -6101,7 +6207,7 @@
6101
6207
  "type": "object"
6102
6208
  },
6103
6209
  "esri.rest-api.Format.DateFormat": {
6104
- "description": "Possible date formats for{@linkFormat.dateFormat}.",
6210
+ "description": "Possible date formats for {@link Format.dateFormat}.",
6105
6211
  "enum": [
6106
6212
  "dayShortMonthYear",
6107
6213
  "longDate",
@@ -6124,11 +6230,11 @@
6124
6230
  },
6125
6231
  "esri.rest-api.Format.Format": {
6126
6232
  "additionalProperties": false,
6127
- "description": "The format object can be used with numerical or date fields to provide more detail about how values should be displayed in web map pop-up windows. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/format/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/format/}.",
6233
+ "description": "The format object can be used with numerical or date fields to provide more detail about how values should be displayed in web map pop-up windows. See {@link https://developers.arcgis.com/web-map-specification/objects/format/} {@link https://developers.arcgis.com/web-scene-specification/objects/format/}.",
6128
6234
  "properties": {
6129
6235
  "dateFormat": {
6130
6236
  "$ref": "#/definitions/esri.rest-api.Format.DateFormat",
6131
- "description": "A string used with date fields to specify how the date should appear in pop-up windows. See{@linkutilities /date!DateFormat}."
6237
+ "description": "A string used with date fields to specify how the date should appear in pop-up windows. See {@link utilities /date!DateFormat}."
6132
6238
  },
6133
6239
  "digitSeparator": {
6134
6240
  "description": "A Boolean used with numerical fields. A value of true allows the number to have a digit (or thousands) separator when the value appears in pop-up windows. Depending on the locale, this separator is a decimal point or a comma. A value of false means that no separator will be used.",
@@ -6143,7 +6249,7 @@
6143
6249
  },
6144
6250
  "esri.rest-api.GeoJSONLayer.GeoJSONLayer": {
6145
6251
  "additionalProperties": false,
6146
- "description": "The GeoJSON layer type references a GeoJSON or TXT file from a publicly-accessible web server. It then dynamically loads into the map at run time. The GeoJSON layer will maintain a reference to the GeoJSON resource. Web map spec:{@linkhttps://developers.arcgis.com/web-map-specification/objects/geoJsonLayer/}. Web scene spec:{@linkhttps://developers.arcgis.com/web-scene-specification/objects/geoJsonLayer/}.",
6252
+ "description": "The GeoJSON layer type references a GeoJSON or TXT file from a publicly-accessible web server. It then dynamically loads into the map at run time. The GeoJSON layer will maintain a reference to the GeoJSON resource. Web map spec: {@link https://developers.arcgis.com/web-map-specification/objects/geoJsonLayer/}. Web scene spec: {@link https://developers.arcgis.com/web-scene-specification/objects/geoJsonLayer/}.",
6147
6253
  "properties": {
6148
6254
  "blendMode": {
6149
6255
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -6174,7 +6280,7 @@
6174
6280
  },
6175
6281
  "listMode": {
6176
6282
  "$ref": "esri.ListMode",
6177
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
6283
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
6178
6284
  },
6179
6285
  "maxScale": {
6180
6286
  "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.",
@@ -6193,7 +6299,7 @@
6193
6299
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
6194
6300
  },
6195
6301
  "refreshInterval": {
6196
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
6302
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
6197
6303
  "type": "number"
6198
6304
  },
6199
6305
  "screenSizePerspective": {
@@ -6213,7 +6319,7 @@
6213
6319
  "type": "string"
6214
6320
  },
6215
6321
  "type": {
6216
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
6322
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
6217
6323
  "enum": [
6218
6324
  "BingMapsAerial",
6219
6325
  "BingMapsHybrid",
@@ -6242,7 +6348,7 @@
6242
6348
  },
6243
6349
  "esri.rest-api.GeoRSSLayer.GeoRSSLayer": {
6244
6350
  "additionalProperties": false,
6245
- "description": "GeoRSS feeds may contain any combination of points, lines, and polygons. Web clients use a GeoRSS to JSON request service. This service returns one to many feature collections with different geometry types. The returned JSON specifies the point, lines, and polygons symbols used to display the features in that layer. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/geoRSSLayer/}.",
6351
+ "description": "GeoRSS feeds may contain any combination of points, lines, and polygons. Web clients use a GeoRSS to JSON request service. This service returns one to many feature collections with different geometry types. The returned JSON specifies the point, lines, and polygons symbols used to display the features in that layer. See {@link https://developers.arcgis.com/web-map-specification/objects/geoRSSLayer/}.",
6246
6352
  "properties": {
6247
6353
  "blendMode": {
6248
6354
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -6269,7 +6375,7 @@
6269
6375
  },
6270
6376
  "listMode": {
6271
6377
  "$ref": "esri.ListMode",
6272
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
6378
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
6273
6379
  },
6274
6380
  "maxScale": {
6275
6381
  "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.",
@@ -6292,7 +6398,7 @@
6292
6398
  "description": "Defined by the GeoRSS to JSON request service. If the GeoRSS feed does not have polygons, this property is not added to the layer JSON."
6293
6399
  },
6294
6400
  "refreshInterval": {
6295
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
6401
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
6296
6402
  "type": "number"
6297
6403
  },
6298
6404
  "showLegend": {
@@ -6304,7 +6410,7 @@
6304
6410
  "type": "string"
6305
6411
  },
6306
6412
  "type": {
6307
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
6413
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
6308
6414
  "enum": [
6309
6415
  "BingMapsAerial",
6310
6416
  "BingMapsHybrid",
@@ -6349,11 +6455,11 @@
6349
6455
  "$ref": "#/definitions/esri.rest-api.Extent.Extent"
6350
6456
  }
6351
6457
  ],
6352
- "description": "A geometry as defined in the ArcGIS REST and web map specifications. See{@linkhttp://resources.arcgis.com/en/help/rest/apiref/geometry.html}. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/geometry/}{@linkhttps://developers.arcgis.com/web-map-specification/objects/geometryType/}."
6458
+ "description": "A geometry as defined in the ArcGIS REST and web map specifications. See {@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/}."
6353
6459
  },
6354
6460
  "esri.rest-api.GroupLayer.GroupLayer": {
6355
6461
  "additionalProperties": false,
6356
- "description": "GroupLayer provides the ability to organize several sublayers into one common layer. Suppose there are several FeatureLayers that all represent water features in different dimensions. For example, wells (points), streams (lines), and lakes (polygons). The GroupLayer provides the functionality to treat them as one layer called Water Features even though they are stored as separate feature layers. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/groupLayer/}.",
6462
+ "description": "GroupLayer provides the ability to organize several sublayers into one common layer. Suppose there are several FeatureLayers that all represent water features in different dimensions. For example, wells (points), streams (lines), and lakes (polygons). The GroupLayer provides the functionality to treat them as one layer called Water Features even though they are stored as separate feature layers. See {@link https://developers.arcgis.com/web-scene-specification/objects/groupLayer/}.",
6357
6463
  "properties": {
6358
6464
  "blendMode": {
6359
6465
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -6383,7 +6489,7 @@
6383
6489
  },
6384
6490
  "listMode": {
6385
6491
  "$ref": "esri.ListMode",
6386
- "description": "To show or hide the group layer in the layer list. See{@linksupport /esri!ListMode}."
6492
+ "description": "To show or hide the group layer in the layer list. See {@link support /esri!ListMode}."
6387
6493
  },
6388
6494
  "maxScale": {
6389
6495
  "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.",
@@ -6398,7 +6504,7 @@
6398
6504
  "type": "number"
6399
6505
  },
6400
6506
  "refreshInterval": {
6401
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
6507
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
6402
6508
  "type": "number"
6403
6509
  },
6404
6510
  "showLegend": {
@@ -6410,7 +6516,7 @@
6410
6516
  "type": "string"
6411
6517
  },
6412
6518
  "type": {
6413
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
6519
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
6414
6520
  "enum": [
6415
6521
  "BingMapsAerial",
6416
6522
  "BingMapsHybrid",
@@ -6429,7 +6535,7 @@
6429
6535
  },
6430
6536
  "visibilityMode": {
6431
6537
  "$ref": "#/definitions/esri.rest-api.GroupLayer.GroupLayerVisibilityMode",
6432
- "description": "How visibility of children is affected: independent, exclusive, inherited. See{@linkGroupLayerVisibilityMode}."
6538
+ "description": "How visibility of children is affected: independent, exclusive, inherited. See {@link GroupLayerVisibilityMode}."
6433
6539
  }
6434
6540
  },
6435
6541
  "required": [
@@ -6448,7 +6554,7 @@
6448
6554
  },
6449
6555
  "esri.rest-api.HeatmapRenderer.ColorStop": {
6450
6556
  "additionalProperties": false,
6451
- "description": "A colorStop object describes the renderer's color ramp with more specificity than just colors. Note that either ratio or value is required. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/colorStop/}.",
6557
+ "description": "A colorStop object describes the renderer's color ramp with more specificity than just colors. Note that either ratio or value is required. See {@link https://developers.arcgis.com/web-map-specification/objects/colorStop/}.",
6452
6558
  "properties": {
6453
6559
  "color": {
6454
6560
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -6467,7 +6573,7 @@
6467
6573
  },
6468
6574
  "esri.rest-api.HeatmapRenderer.HeatmapRenderer": {
6469
6575
  "additionalProperties": false,
6470
- "description": "The HeatmapRenderer renders point data into a raster visualization that emphasizes areas of higher density or weighted values. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/heatmapRenderer/}.",
6576
+ "description": "The HeatmapRenderer renders point data into a raster visualization that emphasizes areas of higher density or weighted values. See {@link https://developers.arcgis.com/web-map-specification/objects/heatmapRenderer/}.",
6471
6577
  "properties": {
6472
6578
  "authoringInfo": {
6473
6579
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -6502,10 +6608,10 @@
6502
6608
  },
6503
6609
  "rotationType": {
6504
6610
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
6505
- "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkportal /Renderer!RotationType}."
6611
+ "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See {@link portal /Renderer!RotationType}."
6506
6612
  },
6507
6613
  "type": {
6508
- "description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
6614
+ "description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
6509
6615
  "enum": [
6510
6616
  "heatmap"
6511
6617
  ],
@@ -6514,8 +6620,7 @@
6514
6620
  "visualVariables": {
6515
6621
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
6516
6622
  "items": {
6517
- "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
6518
- "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
6623
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
6519
6624
  },
6520
6625
  "type": "array"
6521
6626
  }
@@ -6527,7 +6632,7 @@
6527
6632
  },
6528
6633
  "esri.rest-api.IconSymbol3DLayer.IconSymbol3DLayer": {
6529
6634
  "additionalProperties": false,
6530
- "description": "IconSymbol3DLayer is used to render Point geometries using a flat 2D icon (e.g. a circle) with a PointSymbol3D in a SceneView. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer/}.",
6635
+ "description": "IconSymbol3DLayer is used to render Point geometries using a flat 2D icon (e.g. a circle) with a PointSymbol3D in a SceneView. See {@link https://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer/}.",
6531
6636
  "properties": {
6532
6637
  "anchor": {
6533
6638
  "description": "Must be one of the following values: center, left, right, top, bottom, topLeft, topRight, bottomLeft, bottomRight.",
@@ -6565,7 +6670,7 @@
6565
6670
  "type": "number"
6566
6671
  },
6567
6672
  "type": {
6568
- "description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
6673
+ "description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
6569
6674
  "enum": [
6570
6675
  "Icon"
6571
6676
  ],
@@ -6579,7 +6684,7 @@
6579
6684
  },
6580
6685
  "esri.rest-api.ImageServiceLayer.ImageServiceLayer": {
6581
6686
  "additionalProperties": false,
6582
- "description": "An image service provides access to raster data through a web service. Multiple rasters can be served as one image service through mosaic dataset technology, dynamically processed and mosaiced on the fly. An image service supports accessing both the mosaicked image and its catalog, as well as individual rasters in the catalog. Also, image services can be cached (tiled) or uncached (dynamic). This object specifically details properties within uncached image services. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/imageServiceLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/imageServiceLayer/}.",
6687
+ "description": "An image service provides access to raster data through a web service. Multiple rasters can be served as one image service through mosaic dataset technology, dynamically processed and mosaiced on the fly. An image service supports accessing both the mosaicked image and its catalog, as well as individual rasters in the catalog. Also, image services can be cached (tiled) or uncached (dynamic). This object specifically details properties within uncached image services. See {@link https://developers.arcgis.com/web-map-specification/objects/imageServiceLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/imageServiceLayer/}.",
6583
6688
  "properties": {
6584
6689
  "bandIds": {
6585
6690
  "description": "An array of bandIds that are visible, can specify bands to export or rearrange band order(from image service).",
@@ -6660,7 +6765,7 @@
6660
6765
  },
6661
6766
  "listMode": {
6662
6767
  "$ref": "esri.ListMode",
6663
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
6768
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
6664
6769
  },
6665
6770
  "maxScale": {
6666
6771
  "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.",
@@ -6695,7 +6800,7 @@
6695
6800
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
6696
6801
  },
6697
6802
  "refreshInterval": {
6698
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
6803
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
6699
6804
  "type": "number"
6700
6805
  },
6701
6806
  "renderingRule": {
@@ -6715,7 +6820,7 @@
6715
6820
  "type": "string"
6716
6821
  },
6717
6822
  "type": {
6718
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
6823
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
6719
6824
  "enum": [
6720
6825
  "BingMapsAerial",
6721
6826
  "BingMapsHybrid",
@@ -6744,7 +6849,7 @@
6744
6849
  },
6745
6850
  "esri.rest-api.ImageServiceVectorLayer.ImageServiceVectorLayer": {
6746
6851
  "additionalProperties": false,
6747
- "description": "The imageServiceVectorLayer displays pixel values as vectors. To do this, the image service layer must be a two-band raster in which one band holds magnitude values and one band holds direction values. The imageServiceVectorLayer also supports time-enabled data. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/imageServiceVectorLayer/}.",
6852
+ "description": "The imageServiceVectorLayer displays pixel values as vectors. To do this, the image service layer must be a two-band raster in which one band holds magnitude values and one band holds direction values. The imageServiceVectorLayer also supports time-enabled data. See {@link https://developers.arcgis.com/web-map-specification/objects/imageServiceVectorLayer/}.",
6748
6853
  "properties": {
6749
6854
  "blendMode": {
6750
6855
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -6790,7 +6895,7 @@
6790
6895
  },
6791
6896
  "listMode": {
6792
6897
  "$ref": "esri.ListMode",
6793
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
6898
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
6794
6899
  },
6795
6900
  "maxScale": {
6796
6901
  "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.",
@@ -6809,7 +6914,7 @@
6809
6914
  "type": "number"
6810
6915
  },
6811
6916
  "refreshInterval": {
6812
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
6917
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
6813
6918
  "type": "number"
6814
6919
  },
6815
6920
  "showLegend": {
@@ -6825,7 +6930,7 @@
6825
6930
  "type": "string"
6826
6931
  },
6827
6932
  "type": {
6828
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
6933
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
6829
6934
  "enum": [
6830
6935
  "BingMapsAerial",
6831
6936
  "BingMapsHybrid",
@@ -6856,7 +6961,7 @@
6856
6961
  },
6857
6962
  "esri.rest-api.InheritedDomain.InheritedDomain": {
6858
6963
  "additionalProperties": false,
6859
- "description": "This domain applies to domains on subtypes. It implies that the domain for a field at the subtype level is the same as the domain for the field at the layer level. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/inherited_domain/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/inherited_domain/}.",
6964
+ "description": "This domain applies to domains on subtypes. It implies that the domain for a field at the subtype level is the same as the domain for the field at the layer level. See {@link https://developers.arcgis.com/web-map-specification/objects/inherited_domain/} {@link https://developers.arcgis.com/web-scene-specification/objects/inherited_domain/}.",
6860
6965
  "properties": {
6861
6966
  "type": {
6862
6967
  "description": "The type of domain.",
@@ -6873,7 +6978,7 @@
6873
6978
  },
6874
6979
  "esri.rest-api.IntegratedMeshLayer.IntegratedMeshLayer": {
6875
6980
  "additionalProperties": false,
6876
- "description": "An integrated mesh can represent built and natural 3D features, such as building walls, trees, valleys, and cliffs, with realistic textures and includes elevation information. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/integratedMeshLayer/}.",
6981
+ "description": "An integrated mesh can represent built and natural 3D features, such as building walls, trees, valleys, and cliffs, with realistic textures and includes elevation information. See {@link https://developers.arcgis.com/web-scene-specification/objects/integratedMeshLayer/}.",
6877
6982
  "properties": {
6878
6983
  "blendMode": {
6879
6984
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -6900,7 +7005,7 @@
6900
7005
  },
6901
7006
  "listMode": {
6902
7007
  "$ref": "esri.ListMode",
6903
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
7008
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
6904
7009
  },
6905
7010
  "maxScale": {
6906
7011
  "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.",
@@ -6915,7 +7020,7 @@
6915
7020
  "type": "number"
6916
7021
  },
6917
7022
  "refreshInterval": {
6918
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
7023
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
6919
7024
  "type": "number"
6920
7025
  },
6921
7026
  "showLegend": {
@@ -6927,7 +7032,7 @@
6927
7032
  "type": "string"
6928
7033
  },
6929
7034
  "type": {
6930
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
7035
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
6931
7036
  "enum": [
6932
7037
  "BingMapsAerial",
6933
7038
  "BingMapsHybrid",
@@ -6956,7 +7061,7 @@
6956
7061
  },
6957
7062
  "esri.rest-api.Item.Item": {
6958
7063
  "additionalProperties": false,
6959
- "description": "An item (a unit of content) in the portal. Each item has a unique identifier and a well known URL that is independent of the user owning the item. An item can have associated binary or textual data that's available via the item data resource. For example, an item of type Map Package returns the actual bits corresponding to the map package via the item data resource. The numViews is incremented when an item is opened. See{@linkhttp://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Item/02r30000007w000000/}.",
7064
+ "description": "An item (a unit of content) in the portal. Each item has a unique identifier and a well known URL that is independent of the user owning the item. An item can have associated binary or textual data that's available via the item data resource. For example, an item of type Map Package returns the actual bits corresponding to the map package via the item data resource. The numViews is incremented when an item is opened. See {@link http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Item/02r30000007w000000/}.",
6960
7065
  "properties": {
6961
7066
  "$portal": {
6962
7067
  "description": "The portal to load the item from.",
@@ -7163,7 +7268,7 @@
7163
7268
  "type": "string"
7164
7269
  },
7165
7270
  "type": {
7166
- "description": "The GIS content type of this item. Example types include Web Map, Map Service, Shapefile, and Web Mapping Application. See{@linkhttp://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r3000000ms000000}.",
7271
+ "description": "The GIS content type of this item. Example types include Web Map, Map Service, Shapefile, and Web Mapping Application. See {@link http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r3000000ms000000}.",
7167
7272
  "type": "string"
7168
7273
  },
7169
7274
  "typeKeywords": {
@@ -7185,11 +7290,11 @@
7185
7290
  },
7186
7291
  "esri.rest-api.JoinTableDataSource.JoinTableDataSource": {
7187
7292
  "additionalProperties": false,
7188
- "description": "Join Table data source is the result of a join operation. Nested joins are supported. To use nested joins, set either leftTableSource or rightTableSource to be a joinTable. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/joinTableDataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/joinTableDataSource/}.",
7293
+ "description": "Join Table data source is the result of a join operation. Nested joins are supported. To use nested joins, set either leftTableSource or rightTableSource to be a joinTable. See {@link https://developers.arcgis.com/web-map-specification/objects/joinTableDataSource/} {@link https://developers.arcgis.com/web-scene-specification/objects/joinTableDataSource/}.",
7189
7294
  "properties": {
7190
7295
  "joinType": {
7191
7296
  "$ref": "#/definitions/esri.rest-api.JoinTableDataSource.JoinType",
7192
- "description": "The type of join (left outer or left inner). See{@linkJoinType}."
7297
+ "description": "The type of join (left outer or left inner). See {@link JoinType}."
7193
7298
  },
7194
7299
  "leftTableKey": {
7195
7300
  "description": "Field name from the left table.",
@@ -7222,7 +7327,7 @@
7222
7327
  "description": "The right table source."
7223
7328
  },
7224
7329
  "type": {
7225
- "description": "Type of the DataSource. See{@linkportal /DataSource!DataSourceType}.",
7330
+ "description": "Type of the DataSource. See {@link portal /DataSource!DataSourceType}.",
7226
7331
  "enum": [
7227
7332
  "joinTable"
7228
7333
  ],
@@ -7248,7 +7353,7 @@
7248
7353
  },
7249
7354
  "esri.rest-api.KMLLayer.KMLLayer": {
7250
7355
  "additionalProperties": false,
7251
- "description": "Keyhole Markup Language (KML) is an XML-based format for storing geographic data and associated content and is an official Open Geospatial Consortium (OGC) standard. KML is a common format for sharing geographic data with non-GIS users as it can be easily delivered on the Internet. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/kmlLayer/}.",
7356
+ "description": "Keyhole Markup Language (KML) is an XML-based format for storing geographic data and associated content and is an official Open Geospatial Consortium (OGC) standard. KML is a common format for sharing geographic data with non-GIS users as it can be easily delivered on the Internet. See {@link https://developers.arcgis.com/web-map-specification/objects/kmlLayer/}.",
7252
7357
  "properties": {
7253
7358
  "blendMode": {
7254
7359
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -7275,7 +7380,7 @@
7275
7380
  },
7276
7381
  "listMode": {
7277
7382
  "$ref": "esri.ListMode",
7278
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
7383
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
7279
7384
  },
7280
7385
  "maxScale": {
7281
7386
  "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.",
@@ -7290,7 +7395,7 @@
7290
7395
  "type": "number"
7291
7396
  },
7292
7397
  "refreshInterval": {
7293
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
7398
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
7294
7399
  "type": "number"
7295
7400
  },
7296
7401
  "showLegend": {
@@ -7302,7 +7407,7 @@
7302
7407
  "type": "string"
7303
7408
  },
7304
7409
  "type": {
7305
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
7410
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
7306
7411
  "enum": [
7307
7412
  "BingMapsAerial",
7308
7413
  "BingMapsHybrid",
@@ -7338,7 +7443,7 @@
7338
7443
  },
7339
7444
  "esri.rest-api.LabelSymbol3D.LabelSymbol3D": {
7340
7445
  "additionalProperties": false,
7341
- "description": "LabelSymbol3D is used to render labels for features from a FeatureLayer in a 3D SceneView. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/labelSymbol3D/}.",
7446
+ "description": "LabelSymbol3D is used to render labels for features from a FeatureLayer in a 3D SceneView. See {@link https://developers.arcgis.com/web-scene-specification/objects/labelSymbol3D/}.",
7342
7447
  "properties": {
7343
7448
  "callout": {
7344
7449
  "$ref": "#/definitions/esri.rest-api.Callout.Callout",
@@ -7352,7 +7457,7 @@
7352
7457
  "type": "array"
7353
7458
  },
7354
7459
  "type": {
7355
- "description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
7460
+ "description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
7356
7461
  "enum": [
7357
7462
  "LabelSymbol3D"
7358
7463
  ],
@@ -7370,7 +7475,7 @@
7370
7475
  "type": "object"
7371
7476
  },
7372
7477
  "esri.rest-api.LabelingInfo.LabelPlacement": {
7373
- "description": "Possible values used with{@linkLabelingInfo.labelPlacement}.",
7478
+ "description": "Possible values used with {@link LabelingInfo.labelPlacement}.",
7374
7479
  "enum": [
7375
7480
  "esriServerLinePlacementAboveAfter",
7376
7481
  "esriServerLinePlacementAboveAlong",
@@ -7402,7 +7507,7 @@
7402
7507
  },
7403
7508
  "esri.rest-api.LabelingInfo.LabelingInfo": {
7404
7509
  "additionalProperties": false,
7405
- "description": "The labelingInfo object specifies the label definition for a layer. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/labelingInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/labelingInfo/}.",
7510
+ "description": "The labelingInfo object specifies the label definition for a layer. See {@link https://developers.arcgis.com/web-map-specification/objects/labelingInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/labelingInfo/}.",
7406
7511
  "properties": {
7407
7512
  "labelExpression": {
7408
7513
  "description": "This read-only web map property allows formatting of labels. Use labelExpressionInfo instead.",
@@ -7410,11 +7515,11 @@
7410
7515
  },
7411
7516
  "labelExpressionInfo": {
7412
7517
  "$ref": "__type",
7413
- "description": "This object allows label text to be read similar to that of the popupInfo's description property. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/labelExpressionInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/labelExpressionInfo/}."
7518
+ "description": "This object allows label text to be read similar to that of the popupInfo's description property. See {@link https://developers.arcgis.com/web-map-specification/objects/labelExpressionInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/labelExpressionInfo/}."
7414
7519
  },
7415
7520
  "labelPlacement": {
7416
7521
  "$ref": "#/definitions/esri.rest-api.LabelingInfo.LabelPlacement",
7417
- "description": "This string property specifies the label placement with respect to that of its feature. A list of label placement values categorized by feature geometry types. See{@linkLabelPlacement}."
7522
+ "description": "This string property specifies the label placement with respect to that of its feature. A list of label placement values categorized by feature geometry types. See {@link LabelPlacement}."
7418
7523
  },
7419
7524
  "maxScale": {
7420
7525
  "description": "Represents the maximum scale at which the layer definition will be applied.",
@@ -7452,7 +7557,7 @@
7452
7557
  },
7453
7558
  "esri.rest-api.Layer.Layer": {
7454
7559
  "additionalProperties": false,
7455
- "description": "This object allows overrides on pop-up content and drawing behavior for individual layers of a web service. When used with a feature collection, this object also contains geographic features and their attributes. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/layer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/layer/}.",
7560
+ "description": "This object allows overrides on pop-up content and drawing behavior for individual layers of a web service. When used with a feature collection, this object also contains geographic features and their attributes. See {@link https://developers.arcgis.com/web-map-specification/objects/layer/} {@link https://developers.arcgis.com/web-scene-specification/objects/layer/}.",
7456
7561
  "properties": {
7457
7562
  "defaultVisibility": {
7458
7563
  "description": "Default visibility of the layers in the map service.",
@@ -7529,7 +7634,7 @@
7529
7634
  },
7530
7635
  "esri.rest-api.LayerDefinition.FieldOverride": {
7531
7636
  "additionalProperties": false,
7532
- "description": "Defines overridden properties on a field for a specific view of the data. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/fieldOverride/}.",
7637
+ "description": "Defines overridden properties on a field for a specific view of the data. See {@link https://developers.arcgis.com/web-map-specification/objects/fieldOverride/}.",
7533
7638
  "properties": {
7534
7639
  "alias": {
7535
7640
  "description": "A string containing the overridden field alias.",
@@ -7557,7 +7662,7 @@
7557
7662
  },
7558
7663
  "esri.rest-api.LayerDefinition.LayerDefinition": {
7559
7664
  "additionalProperties": false,
7560
- "description": "The LayerDefinition object defines the attribute schema and drawing information for a layer drawn using client-side graphics. This could include a feature collection, a CSV file referenced through the web, or a single layer in an ArcGIS map service. Also used for dynamic layers. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/layerDefinition/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/layerDefinition/}.",
7665
+ "description": "The LayerDefinition object defines the attribute schema and drawing information for a layer drawn using client-side graphics. This could include a feature collection, a CSV file referenced through the web, or a single layer in an ArcGIS map service. Also used for dynamic layers. See {@link https://developers.arcgis.com/web-map-specification/objects/layerDefinition/} {@link https://developers.arcgis.com/web-scene-specification/objects/layerDefinition/}.",
7561
7666
  "properties": {
7562
7667
  "allowGeometryUpdates": {
7563
7668
  "description": "Boolean value indicating whether the geometry of the features in the layer can be edited.",
@@ -7627,7 +7732,7 @@
7627
7732
  },
7628
7733
  "floorInfo": {
7629
7734
  "$ref": "__type",
7630
- "description": "Contains floor-awareness information for the layer. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/layerFloorInfo/}."
7735
+ "description": "Contains floor-awareness information for the layer. See {@link https://developers.arcgis.com/web-map-specification/objects/layerFloorInfo/}."
7631
7736
  },
7632
7737
  "geometryType": {
7633
7738
  "description": "The type of geometry used in the layer definition. One of the GeometryType constants.",
@@ -7655,7 +7760,7 @@
7655
7760
  },
7656
7761
  "htmlPopupType": {
7657
7762
  "$ref": "#/definitions/esri.rest-api.LayerDefinition.HtmlPopupType",
7658
- "description": "String value indicating the HTML popup type. Possible values are listed in the htmlPopupType table below. See{@linkHtmlPopupType}."
7763
+ "description": "String value indicating the HTML popup type. Possible values are listed in the htmlPopupType table below. See {@link HtmlPopupType}."
7659
7764
  },
7660
7765
  "id": {
7661
7766
  "description": "The identifier assigned to the layer.",
@@ -7712,7 +7817,7 @@
7712
7817
  "$ref": "#/definitions/esri.rest-api.DynamicDataLayer.DynamicDataLayer"
7713
7818
  }
7714
7819
  ],
7715
- "description": "An object indicating the layerDefinition's layer source. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/source/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/source/}."
7820
+ "description": "An object indicating the layerDefinition's layer source. See {@link https://developers.arcgis.com/web-map-specification/objects/source/} {@link https://developers.arcgis.com/web-scene-specification/objects/source/}."
7716
7821
  },
7717
7822
  "spatialReference": {
7718
7823
  "$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
@@ -7781,7 +7886,7 @@
7781
7886
  },
7782
7887
  "esri.rest-api.LayerDefinition.LayerTimeInfo": {
7783
7888
  "additionalProperties": false,
7784
- "description": "Time info if the layer/table supports querying and exporting maps based on time. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/layerTimeInfo/}.",
7889
+ "description": "Time info if the layer/table supports querying and exporting maps based on time. See {@link https://developers.arcgis.com/web-map-specification/objects/layerTimeInfo/}.",
7785
7890
  "properties": {
7786
7891
  "endTimeField": {
7787
7892
  "description": "The name of the attribute field that contains the end time information.",
@@ -7823,7 +7928,7 @@
7823
7928
  },
7824
7929
  "timeReference": {
7825
7930
  "$ref": "__type",
7826
- "description": "Defines information about daylight savings time and the time zone in which data was collected. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/timeReference/}."
7931
+ "description": "Defines information about daylight savings time and the time zone in which data was collected. See {@link https://developers.arcgis.com/web-map-specification/objects/timeReference/}."
7827
7932
  },
7828
7933
  "trackIdField": {
7829
7934
  "description": "The field that contains the trackId.",
@@ -7900,7 +8005,7 @@
7900
8005
  },
7901
8006
  "esri.rest-api.LineSymbol3D.LineSymbol3D": {
7902
8007
  "additionalProperties": false,
7903
- "description": "LineSymbol3D is used to render features with Polyline geometry in a 3D SceneView. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/lineSymbol3D/}.",
8008
+ "description": "LineSymbol3D is used to render features with Polyline geometry in a 3D SceneView. See {@link https://developers.arcgis.com/web-scene-specification/objects/lineSymbol3D/}.",
7904
8009
  "properties": {
7905
8010
  "symbolLayers": {
7906
8011
  "description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
@@ -7917,7 +8022,7 @@
7917
8022
  "type": "array"
7918
8023
  },
7919
8024
  "type": {
7920
- "description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
8025
+ "description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
7921
8026
  "enum": [
7922
8027
  "LineSymbol3D"
7923
8028
  ],
@@ -7932,7 +8037,7 @@
7932
8037
  },
7933
8038
  "esri.rest-api.LineSymbol3DLayer.LineSymbol3DLayer": {
7934
8039
  "additionalProperties": false,
7935
- "description": "LineSymbol3DLayer renders Polyline geometries using a flat 2D line with a LineSymbol3D in a 3D SceneView. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/lineSymbol3DLayer/}.",
8040
+ "description": "LineSymbol3DLayer renders Polyline geometries using a flat 2D line with a LineSymbol3D in a 3D SceneView. See {@link https://developers.arcgis.com/web-scene-specification/objects/lineSymbol3DLayer/}.",
7936
8041
  "properties": {
7937
8042
  "enable": {
7938
8043
  "description": "Type: Boolean.",
@@ -7947,7 +8052,7 @@
7947
8052
  "type": "number"
7948
8053
  },
7949
8054
  "type": {
7950
- "description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
8055
+ "description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
7951
8056
  "enum": [
7952
8057
  "Line"
7953
8058
  ],
@@ -7961,7 +8066,7 @@
7961
8066
  },
7962
8067
  "esri.rest-api.LocationInfo.LocationInfo": {
7963
8068
  "additionalProperties": false,
7964
- "description": "Defines how location information will be retrieved from a CSV file referenced through the web. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/locationInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/locationInfo/}.",
8069
+ "description": "Defines how location information will be retrieved from a CSV file referenced through the web. See {@link https://developers.arcgis.com/web-map-specification/objects/locationInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/locationInfo/}.",
7965
8070
  "properties": {
7966
8071
  "latitudeFieldName": {
7967
8072
  "description": "A string defining the field name that holds the latitude (Y) coordinate.",
@@ -7980,7 +8085,7 @@
7980
8085
  },
7981
8086
  "esri.rest-api.MapServiceLayer.MapServiceLayer": {
7982
8087
  "additionalProperties": false,
7983
- "description": "ArcGIS web maps are designed to work with web services hosted on ArcGIS Server and ArcGIS Online, in addition to other types of servers. Map services can be cached (tiled) or uncached (dynamic). This object specifically details properties within uncached map services. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/mapServiceLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/mapServiceLayer/}.",
8088
+ "description": "ArcGIS web maps are designed to work with web services hosted on ArcGIS Server and ArcGIS Online, in addition to other types of servers. Map services can be cached (tiled) or uncached (dynamic). This object specifically details properties within uncached map services. See {@link https://developers.arcgis.com/web-map-specification/objects/mapServiceLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/mapServiceLayer/}.",
7984
8089
  "properties": {
7985
8090
  "blendMode": {
7986
8091
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -8021,7 +8126,7 @@
8021
8126
  },
8022
8127
  "listMode": {
8023
8128
  "$ref": "esri.ListMode",
8024
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
8129
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
8025
8130
  },
8026
8131
  "maxScale": {
8027
8132
  "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.",
@@ -8036,7 +8141,7 @@
8036
8141
  "type": "number"
8037
8142
  },
8038
8143
  "refreshInterval": {
8039
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
8144
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
8040
8145
  "type": "number"
8041
8146
  },
8042
8147
  "showLegend": {
@@ -8052,7 +8157,7 @@
8052
8157
  "type": "string"
8053
8158
  },
8054
8159
  "type": {
8055
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
8160
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
8056
8161
  "enum": [
8057
8162
  "BingMapsAerial",
8058
8163
  "BingMapsHybrid",
@@ -8107,7 +8212,7 @@
8107
8212
  "type": "string"
8108
8213
  },
8109
8214
  "type": {
8110
- "description": "Defines the type of media. One of the{@linkMediaType}constants.",
8215
+ "description": "Defines the type of media. One of the {@link MediaType} constants.",
8111
8216
  "type": "string"
8112
8217
  },
8113
8218
  "value": {
@@ -8119,7 +8224,7 @@
8119
8224
  },
8120
8225
  "esri.rest-api.MeshSymbol3D.MeshSymbol3D": {
8121
8226
  "additionalProperties": false,
8122
- "description": "MeshSymbol3D is used to render 3D mesh features in a SceneLayer in a 3D SceneView. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/meshSymbol3D/}.",
8227
+ "description": "MeshSymbol3D is used to render 3D mesh features in a SceneLayer in a 3D SceneView. See {@link https://developers.arcgis.com/web-scene-specification/objects/meshSymbol3D/}.",
8123
8228
  "properties": {
8124
8229
  "symbolLayers": {
8125
8230
  "description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
@@ -8129,7 +8234,7 @@
8129
8234
  "type": "array"
8130
8235
  },
8131
8236
  "type": {
8132
- "description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
8237
+ "description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
8133
8238
  "enum": [
8134
8239
  "MeshSymbol3D"
8135
8240
  ],
@@ -8171,7 +8276,7 @@
8171
8276
  },
8172
8277
  "esri.rest-api.MosaicRule.MosaicRule": {
8173
8278
  "additionalProperties": false,
8174
- "description": "Specifies the mosaic rule when defining how individual images should be mosaiced. It specifies selection, mosaic method, sort order, overlapping pixel resolution, etc. Mosaic rules are for mosaicing rasters in the mosaic dataset. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/mosaicRule/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/mosaicRule/}.",
8279
+ "description": "Specifies the mosaic rule when defining how individual images should be mosaiced. It specifies selection, mosaic method, sort order, overlapping pixel resolution, etc. Mosaic rules are for mosaicing rasters in the mosaic dataset. See {@link https://developers.arcgis.com/web-map-specification/objects/mosaicRule/} {@link https://developers.arcgis.com/web-scene-specification/objects/mosaicRule/}.",
8175
8280
  "properties": {
8176
8281
  "ascending": {
8177
8282
  "description": "Indicates whether the sort should be ascending.",
@@ -8197,11 +8302,11 @@
8197
8302
  },
8198
8303
  "mosaicMethod": {
8199
8304
  "$ref": "#/definitions/esri.rest-api.MosaicRule.MosaicMethodType",
8200
- "description": "The mosaic method determines how the selected rasters are ordered. See{@linkMosaicMethodType}."
8305
+ "description": "The mosaic method determines how the selected rasters are ordered. See {@link MosaicMethodType}."
8201
8306
  },
8202
8307
  "mosaicOperation": {
8203
8308
  "$ref": "#/definitions/esri.rest-api.MosaicRule.MosaicOperationType",
8204
- "description": "Use the mosaic operation to resolve overlap pixel values: from first or last raster, use the min, max or mean of the pixel values, or blend them. See{@linkMosaicOperationType}."
8309
+ "description": "Use the mosaic operation to resolve overlap pixel values: from first or last raster, use the min, max or mean of the pixel values, or blend them. See {@link MosaicOperationType}."
8205
8310
  },
8206
8311
  "multidimensionalDefinition": {
8207
8312
  "description": "Definition of multidimensional variables. See https://developers.arcgis.com/web-map-specification/objects/multidimensionalDefinition/ and https://developers.arcgis.com/web-scene-specification/objects/multidimensionalDefinition/.",
@@ -8234,7 +8339,7 @@
8234
8339
  },
8235
8340
  "esri.rest-api.Multipoint.Multipoint": {
8236
8341
  "additionalProperties": false,
8237
- "description": "Contains an array of points, along with a spatial reference field. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/multipoint_geometry/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/multipoint_geometry/}.",
8342
+ "description": "Contains an array of points, along with a spatial reference field. See {@link https://developers.arcgis.com/web-map-specification/objects/multipoint_geometry/} {@link https://developers.arcgis.com/web-scene-specification/objects/multipoint_geometry/}.",
8238
8343
  "properties": {
8239
8344
  "hasM": {
8240
8345
  "description": "Indicates whether the geometry contains M coordinate values.",
@@ -8266,7 +8371,7 @@
8266
8371
  },
8267
8372
  "esri.rest-api.ObjectSymbol3DLayer.ObjectSymbol3DLayer": {
8268
8373
  "additionalProperties": false,
8269
- "description": "ObjectSymbol3DLayer is used to render Point geometries using a volumetric 3D shape (e.g., a sphere or cylinder) with a PointSymbol3D in a SceneView. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/objectSymbol3DLayer/}.",
8374
+ "description": "ObjectSymbol3DLayer is used to render Point geometries using a volumetric 3D shape (e.g., a sphere or cylinder) with a PointSymbol3D in a SceneView. See {@link https://developers.arcgis.com/web-scene-specification/objects/objectSymbol3DLayer/}.",
8270
8375
  "properties": {
8271
8376
  "anchor": {
8272
8377
  "description": "The positioning of the object relative to the geometry. Must be one of the following values: center, bottom, origin.",
@@ -8301,7 +8406,7 @@
8301
8406
  "description": "The shape (primitive) or image URL (href) used to visualize the features."
8302
8407
  },
8303
8408
  "type": {
8304
- "description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
8409
+ "description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
8305
8410
  "enum": [
8306
8411
  "Object"
8307
8412
  ],
@@ -8319,7 +8424,7 @@
8319
8424
  },
8320
8425
  "esri.rest-api.PathSymbol3DLayer.PathSymbol3DLayer": {
8321
8426
  "additionalProperties": false,
8322
- "description": "PathSymbol3DLayer renders Polyline geometries using a volumetric 3D tube with a LineSymbol3D in a SceneView. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pathSymbol3DLayer/}.",
8427
+ "description": "PathSymbol3DLayer renders Polyline geometries using a volumetric 3D tube with a LineSymbol3D in a SceneView. See {@link https://developers.arcgis.com/web-scene-specification/objects/pathSymbol3DLayer/}.",
8323
8428
  "properties": {
8324
8429
  "material": {
8325
8430
  "$ref": "#/definitions/esri.rest-api.Symbol3D.Material",
@@ -8330,7 +8435,7 @@
8330
8435
  "type": "number"
8331
8436
  },
8332
8437
  "type": {
8333
- "description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
8438
+ "description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
8334
8439
  "enum": [
8335
8440
  "Path"
8336
8441
  ],
@@ -8348,7 +8453,7 @@
8348
8453
  },
8349
8454
  "esri.rest-api.PictureFillSymbol.PictureFillSymbol": {
8350
8455
  "additionalProperties": false,
8351
- "description": "Picture fill symbols can be used to symbolize polygon geometries. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriPFS_symbol/}.",
8456
+ "description": "Picture fill symbols can be used to symbolize polygon geometries. See {@link https://developers.arcgis.com/web-map-specification/objects/esriPFS_symbol/}.",
8352
8457
  "properties": {
8353
8458
  "angle": {
8354
8459
  "description": "Numeric value that defines the number of degrees ranging from 0-360, that a marker symbol is rotated. The rotation is from East in a counter-clockwise direction where East is the 0° axis.",
@@ -8371,7 +8476,7 @@
8371
8476
  "description": "Sets the outline of the symbol."
8372
8477
  },
8373
8478
  "type": {
8374
- "description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
8479
+ "description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
8375
8480
  "enum": [
8376
8481
  "esriPFS"
8377
8482
  ],
@@ -8409,7 +8514,7 @@
8409
8514
  },
8410
8515
  "esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol": {
8411
8516
  "additionalProperties": false,
8412
- "description": "Picture marker symbols can be used to symbolize point geometries. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriPMS_symbol/}.",
8517
+ "description": "Picture marker symbols can be used to symbolize point geometries. See {@link https://developers.arcgis.com/web-map-specification/objects/esriPMS_symbol/}.",
8413
8518
  "properties": {
8414
8519
  "angle": {
8415
8520
  "description": "Numeric value that defines the number of degrees ranging from 0-360, that a marker symbol is rotated. The rotation is from East in a counter-clockwise direction where East is the 0° axis.",
@@ -8428,7 +8533,7 @@
8428
8533
  "type": "string"
8429
8534
  },
8430
8535
  "type": {
8431
- "description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
8536
+ "description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
8432
8537
  "enum": [
8433
8538
  "esriPMS"
8434
8539
  ],
@@ -8458,7 +8563,7 @@
8458
8563
  },
8459
8564
  "esri.rest-api.Point.Point": {
8460
8565
  "additionalProperties": false,
8461
- "description": "Defines the JSON formats of the point and spatial reference objects. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/point_geometry/}. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/point_geometry/}.",
8566
+ "description": "Defines the JSON formats of the point and spatial reference objects. See {@link https://developers.arcgis.com/web-map-specification/objects/point_geometry/}. See {@link https://developers.arcgis.com/web-map-specification/objects/point_geometry/}.",
8462
8567
  "properties": {
8463
8568
  "m": {
8464
8569
  "description": "M coordinate which contains measures used for linear referencing.",
@@ -8498,7 +8603,7 @@
8498
8603
  },
8499
8604
  "esri.rest-api.PointCloudBitfieldFilter.PointCloudBitfieldFilter": {
8500
8605
  "additionalProperties": false,
8501
- "description": "Filters points based on the value of the specified bitfield attribute. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudBitfieldFilter/}.",
8606
+ "description": "Filters points based on the value of the specified bitfield attribute. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudBitfieldFilter/}.",
8502
8607
  "properties": {
8503
8608
  "field": {
8504
8609
  "description": "The name of the field that is used for the filter.",
@@ -8533,7 +8638,7 @@
8533
8638
  },
8534
8639
  "esri.rest-api.PointCloudClassBreaksRenderer.PointCloudClassBreaksRenderer": {
8535
8640
  "additionalProperties": false,
8536
- "description": "PointCloudClassBreaksRenderer defines the color of each point in a PointCloudLayer based on the value of a numeric attribute. Colors are assigned based on classes or ranges of data. Each point is assigned a symbol based on the class break in which the value of the attribute falls. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudClassBreaksRenderer/}.",
8641
+ "description": "PointCloudClassBreaksRenderer defines the color of each point in a PointCloudLayer based on the value of a numeric attribute. Colors are assigned based on classes or ranges of data. Each point is assigned a symbol based on the class break in which the value of the attribute falls. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudClassBreaksRenderer/}.",
8537
8642
  "properties": {
8538
8643
  "authoringInfo": {
8539
8644
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -8548,7 +8653,7 @@
8548
8653
  },
8549
8654
  "colorModulation": {
8550
8655
  "$ref": "__type",
8551
- "description": "Indicates whether modulation should be used to render the point. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
8656
+ "description": "Indicates whether modulation should be used to render the point. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
8552
8657
  },
8553
8658
  "field": {
8554
8659
  "description": "The name of the field that is used for the renderer.",
@@ -8586,10 +8691,10 @@
8586
8691
  },
8587
8692
  "rotationType": {
8588
8693
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
8589
- "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkportal /Renderer!RotationType}."
8694
+ "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See {@link portal /Renderer!RotationType}."
8590
8695
  },
8591
8696
  "type": {
8592
- "description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
8697
+ "description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
8593
8698
  "enum": [
8594
8699
  "pointCloudClassBreaksRenderer"
8595
8700
  ],
@@ -8598,8 +8703,7 @@
8598
8703
  "visualVariables": {
8599
8704
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
8600
8705
  "items": {
8601
- "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
8602
- "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
8706
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
8603
8707
  },
8604
8708
  "type": "array"
8605
8709
  }
@@ -8611,7 +8715,7 @@
8611
8715
  },
8612
8716
  "esri.rest-api.PointCloudFixedSizeAlgorithm.PointCloudFixedSizeAlgorithm": {
8613
8717
  "additionalProperties": false,
8614
- "description": "Render points with fixed real world or screen space size. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudFixedSizeAlgorithm/}.",
8718
+ "description": "Render points with fixed real world or screen space size. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFixedSizeAlgorithm/}.",
8615
8719
  "properties": {
8616
8720
  "size": {
8617
8721
  "description": "Symbol size in real world units or display unit.",
@@ -8636,7 +8740,7 @@
8636
8740
  },
8637
8741
  "esri.rest-api.PointCloudLayer.PointCloudLayer": {
8638
8742
  "additionalProperties": false,
8639
- "description": "Point cloud data is post-processed spatially organized lidar data that consists of large collections of 3D points. Elevations for the ground, buildings, forest canopy, highway overpasses, and anything else encountered during the lidar survey make up the point cloud data. Point cloud layers allow for fast visualization of point cloud data in the browser. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudLayer/}.",
8743
+ "description": "Point cloud data is post-processed spatially organized lidar data that consists of large collections of 3D points. Elevations for the ground, buildings, forest canopy, highway overpasses, and anything else encountered during the lidar survey make up the point cloud data. Point cloud layers allow for fast visualization of point cloud data in the browser. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudLayer/}.",
8640
8744
  "properties": {
8641
8745
  "blendMode": {
8642
8746
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -8667,7 +8771,7 @@
8667
8771
  },
8668
8772
  "listMode": {
8669
8773
  "$ref": "esri.ListMode",
8670
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
8774
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
8671
8775
  },
8672
8776
  "maxScale": {
8673
8777
  "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.",
@@ -8686,7 +8790,7 @@
8686
8790
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
8687
8791
  },
8688
8792
  "refreshInterval": {
8689
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
8793
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
8690
8794
  "type": "number"
8691
8795
  },
8692
8796
  "showLegend": {
@@ -8698,7 +8802,7 @@
8698
8802
  "type": "string"
8699
8803
  },
8700
8804
  "type": {
8701
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
8805
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
8702
8806
  "enum": [
8703
8807
  "BingMapsAerial",
8704
8808
  "BingMapsHybrid",
@@ -8727,7 +8831,7 @@
8727
8831
  },
8728
8832
  "esri.rest-api.PointCloudRGBRenderer.PointCloudRGBRenderer": {
8729
8833
  "additionalProperties": false,
8730
- "description": "PointCloudRGBRenderer defines the color of each point in a PointCloudLayer based on the value of a color attribute. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudRGBRenderer/}.",
8834
+ "description": "PointCloudRGBRenderer defines the color of each point in a PointCloudLayer based on the value of a color attribute. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudRGBRenderer/}.",
8731
8835
  "properties": {
8732
8836
  "authoringInfo": {
8733
8837
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -8735,7 +8839,7 @@
8735
8839
  },
8736
8840
  "colorModulation": {
8737
8841
  "$ref": "__type",
8738
- "description": "Indicates whether modulation should be used to render the point. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
8842
+ "description": "Indicates whether modulation should be used to render the point. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
8739
8843
  },
8740
8844
  "field": {
8741
8845
  "description": "The name of the field that is used for the renderer.",
@@ -8773,10 +8877,10 @@
8773
8877
  },
8774
8878
  "rotationType": {
8775
8879
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
8776
- "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkportal /Renderer!RotationType}."
8880
+ "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See {@link portal /Renderer!RotationType}."
8777
8881
  },
8778
8882
  "type": {
8779
- "description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
8883
+ "description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
8780
8884
  "enum": [
8781
8885
  "pointCloudRGBRenderer"
8782
8886
  ],
@@ -8785,8 +8889,7 @@
8785
8889
  "visualVariables": {
8786
8890
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
8787
8891
  "items": {
8788
- "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
8789
- "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
8892
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
8790
8893
  },
8791
8894
  "type": "array"
8792
8895
  }
@@ -8798,7 +8901,7 @@
8798
8901
  },
8799
8902
  "esri.rest-api.PointCloudReturnFilter.PointCloudReturnFilter": {
8800
8903
  "additionalProperties": false,
8801
- "description": "Filters points based on the value of the return number/return count. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudReturnFilter/}.",
8904
+ "description": "Filters points based on the value of the return number/return count. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudReturnFilter/}.",
8802
8905
  "properties": {
8803
8906
  "field": {
8804
8907
  "description": "The name of the field that is used for the filter.",
@@ -8826,7 +8929,7 @@
8826
8929
  },
8827
8930
  "esri.rest-api.PointCloudSplatAlgorithm.PointCloudSplatAlgorithm": {
8828
8931
  "additionalProperties": false,
8829
- "description": "Render points using sizes depending on point density. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudSplatAlgorithm/}.",
8932
+ "description": "Render points using sizes depending on point density. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudSplatAlgorithm/}.",
8830
8933
  "properties": {
8831
8934
  "minSize": {
8832
8935
  "description": "Minimum display space point size in points.",
@@ -8851,7 +8954,7 @@
8851
8954
  },
8852
8955
  "esri.rest-api.PointCloudStretchRenderer.PointCloudStretchRenderer": {
8853
8956
  "additionalProperties": false,
8854
- "description": "PointCloudStretchRenderer defines the color of each point in a PointCloudLayer based on the value of a numeric attribute. They allow you to easily map continuous color ramps to minimum and maximum data values of one of the layer's numeric attribute fields. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudStretchRenderer/}.",
8957
+ "description": "PointCloudStretchRenderer defines the color of each point in a PointCloudLayer based on the value of a numeric attribute. They allow you to easily map continuous color ramps to minimum and maximum data values of one of the layer's numeric attribute fields. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudStretchRenderer/}.",
8855
8958
  "properties": {
8856
8959
  "authoringInfo": {
8857
8960
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -8859,7 +8962,7 @@
8859
8962
  },
8860
8963
  "colorModulation": {
8861
8964
  "$ref": "__type",
8862
- "description": "Indicates whether modulation should be used to render the point. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
8965
+ "description": "Indicates whether modulation should be used to render the point. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
8863
8966
  },
8864
8967
  "field": {
8865
8968
  "description": "The name of the field that is used for the renderer.",
@@ -8897,10 +9000,10 @@
8897
9000
  },
8898
9001
  "rotationType": {
8899
9002
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
8900
- "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkportal /Renderer!RotationType}."
9003
+ "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See {@link portal /Renderer!RotationType}."
8901
9004
  },
8902
9005
  "type": {
8903
- "description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
9006
+ "description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
8904
9007
  "enum": [
8905
9008
  "pointCloudStretchRenderer"
8906
9009
  ],
@@ -8909,8 +9012,7 @@
8909
9012
  "visualVariables": {
8910
9013
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
8911
9014
  "items": {
8912
- "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
8913
- "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
9015
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
8914
9016
  },
8915
9017
  "type": "array"
8916
9018
  }
@@ -8922,7 +9024,7 @@
8922
9024
  },
8923
9025
  "esri.rest-api.PointCloudUniqueValueRenderer.PointCloudUniqueValueRenderer": {
8924
9026
  "additionalProperties": false,
8925
- "description": "PointCloudUniqueValueRenderer allows you to colorize points in a PointCloudLayer based on an attribute. This is done by using unique colors to represent points with equal attribute values. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudUniqueValueRenderer/}.",
9027
+ "description": "PointCloudUniqueValueRenderer allows you to colorize points in a PointCloudLayer based on an attribute. This is done by using unique colors to represent points with equal attribute values. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudUniqueValueRenderer/}.",
8926
9028
  "properties": {
8927
9029
  "authoringInfo": {
8928
9030
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -8930,7 +9032,7 @@
8930
9032
  },
8931
9033
  "colorModulation": {
8932
9034
  "$ref": "__type",
8933
- "description": "Indicates whether modulation should be used to render the point. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
9035
+ "description": "Indicates whether modulation should be used to render the point. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
8934
9036
  },
8935
9037
  "colorUniqueValueInfos": {
8936
9038
  "description": "Unique value infos.",
@@ -8975,10 +9077,10 @@
8975
9077
  },
8976
9078
  "rotationType": {
8977
9079
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
8978
- "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkportal /Renderer!RotationType}."
9080
+ "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See {@link portal /Renderer!RotationType}."
8979
9081
  },
8980
9082
  "type": {
8981
- "description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
9083
+ "description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
8982
9084
  "enum": [
8983
9085
  "pointCloudUniqueValueRenderer"
8984
9086
  ],
@@ -8987,8 +9089,7 @@
8987
9089
  "visualVariables": {
8988
9090
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
8989
9091
  "items": {
8990
- "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
8991
- "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
9092
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
8992
9093
  },
8993
9094
  "type": "array"
8994
9095
  }
@@ -9000,7 +9101,7 @@
9000
9101
  },
9001
9102
  "esri.rest-api.PointCloudValueFilter.PointCloudValueFilter": {
9002
9103
  "additionalProperties": false,
9003
- "description": "Filters points based on the value of an specified attribute. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudValueFilter/}.",
9104
+ "description": "Filters points based on the value of an specified attribute. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudValueFilter/}.",
9004
9105
  "properties": {
9005
9106
  "field": {
9006
9107
  "description": "The name of the field that is used for the filter.",
@@ -9032,7 +9133,7 @@
9032
9133
  },
9033
9134
  "esri.rest-api.PointSymbol3D.PointSymbol3D": {
9034
9135
  "additionalProperties": false,
9035
- "description": "PointSymbol3D is used to render features with Point geometry in a 3D SceneView. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointSymbol3D/}.",
9136
+ "description": "PointSymbol3D is used to render features with Point geometry in a 3D SceneView. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointSymbol3D/}.",
9036
9137
  "properties": {
9037
9138
  "callout": {
9038
9139
  "$ref": "#/definitions/esri.rest-api.Callout.Callout",
@@ -9040,7 +9141,7 @@
9040
9141
  },
9041
9142
  "styleOrigin": {
9042
9143
  "$ref": "__type",
9043
- "description": "The origin of the style from which the symbol was originally referenced. A reference to the style origin can be either by styleName or by styleUrl (but not both). It may be used to understand where a symbol was originally sourced from, but does not affect actual appearance or rendering of the symbol. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/styleOrigin/}."
9144
+ "description": "The origin of the style from which the symbol was originally referenced. A reference to the style origin can be either by styleName or by styleUrl (but not both). It may be used to understand where a symbol was originally sourced from, but does not affect actual appearance or rendering of the symbol. See {@link https://developers.arcgis.com/web-scene-specification/objects/styleOrigin/}."
9044
9145
  },
9045
9146
  "symbolLayers": {
9046
9147
  "description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
@@ -9057,7 +9158,7 @@
9057
9158
  "type": "array"
9058
9159
  },
9059
9160
  "type": {
9060
- "description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
9161
+ "description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
9061
9162
  "enum": [
9062
9163
  "PointSymbol3D"
9063
9164
  ],
@@ -9076,7 +9177,7 @@
9076
9177
  },
9077
9178
  "esri.rest-api.Polygon.Polygon": {
9078
9179
  "additionalProperties": false,
9079
- "description": "A polygon contains an array of rings and a spatial reference. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/polygon_geometry/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/polygon_geometry/}.",
9180
+ "description": "A polygon contains an array of rings and a spatial reference. See {@link https://developers.arcgis.com/web-map-specification/objects/polygon_geometry/} {@link https://developers.arcgis.com/web-scene-specification/objects/polygon_geometry/}.",
9080
9181
  "properties": {
9081
9182
  "hasM": {
9082
9183
  "description": "Indicates whether the geometry contains M coordinate values.",
@@ -9111,7 +9212,7 @@
9111
9212
  },
9112
9213
  "esri.rest-api.PolygonSymbol3D.PolygonSymbol3D": {
9113
9214
  "additionalProperties": false,
9114
- "description": "PolygonSymbol3D is used to render features with Polygon geometry in a 3D SceneView. Polygon features may also be rendered as points with icons or objects at the centroid of each polygon. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}.",
9215
+ "description": "PolygonSymbol3D is used to render features with Polygon geometry in a 3D SceneView. Polygon features may also be rendered as points with icons or objects at the centroid of each polygon. See {@link https://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}.",
9115
9216
  "properties": {
9116
9217
  "symbolLayers": {
9117
9218
  "description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
@@ -9131,7 +9232,7 @@
9131
9232
  "type": "array"
9132
9233
  },
9133
9234
  "type": {
9134
- "description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
9235
+ "description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
9135
9236
  "enum": [
9136
9237
  "PolygonSymbol3D"
9137
9238
  ],
@@ -9146,7 +9247,7 @@
9146
9247
  },
9147
9248
  "esri.rest-api.Polyline.Polyline": {
9148
9249
  "additionalProperties": false,
9149
- "description": "Contains an array of paths and a spatialReference. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/polyline_geometry/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/polyline_geometry/}.",
9250
+ "description": "Contains an array of paths and a spatialReference. See {@link https://developers.arcgis.com/web-map-specification/objects/polyline_geometry/} {@link https://developers.arcgis.com/web-scene-specification/objects/polyline_geometry/}.",
9150
9251
  "properties": {
9151
9252
  "hasM": {
9152
9253
  "description": "Indicates whether the geometry contains M coordinate values.",
@@ -9189,7 +9290,7 @@
9189
9290
  },
9190
9291
  "esri.rest-api.PopupExpressionInfo.PopupExpressionInfo": {
9191
9292
  "additionalProperties": false,
9192
- "description": "Arcade expression added to the pop-up. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/popupExpressionInfo/}.",
9293
+ "description": "Arcade expression added to the pop-up. See {@link https://developers.arcgis.com/web-map-specification/objects/popupExpressionInfo/}.",
9193
9294
  "properties": {
9194
9295
  "expression": {
9195
9296
  "description": "The Arcade expression.",
@@ -9212,7 +9313,7 @@
9212
9313
  },
9213
9314
  "esri.rest-api.PopupInfo.OrderByFields": {
9214
9315
  "additionalProperties": false,
9215
- "description": "Object indicating the field display order for the related records and whether they should be sorted in ascending or descending order. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/orderByFields/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/orderByFields/}.",
9316
+ "description": "Object indicating the field display order for the related records and whether they should be sorted in ascending or descending order. See {@link https://developers.arcgis.com/web-map-specification/objects/orderByFields/} {@link https://developers.arcgis.com/web-scene-specification/objects/orderByFields/}.",
9216
9317
  "properties": {
9217
9318
  "field": {
9218
9319
  "description": "The attribute value of the field selected that will drive the sorting of related records.",
@@ -9316,7 +9417,7 @@
9316
9417
  "type": "array"
9317
9418
  },
9318
9419
  "fieldInfos": {
9319
- "description": "An array of{@linkportal /FieldInfo!FieldInfo}objects defining how each field in the dataset participates (or does not participate) in the pop-up window. The order of the array is the order that fields are shown in the pop-up window.",
9420
+ "description": "An array of {@link portal /FieldInfo!FieldInfo} objects defining how each field in the dataset participates (or does not participate) in the pop-up window. The order of the array is the order that fields are shown in the pop-up window.",
9320
9421
  "items": {
9321
9422
  "$ref": "#/definitions/esri.rest-api.FieldInfo.FieldInfo"
9322
9423
  },
@@ -9353,7 +9454,7 @@
9353
9454
  },
9354
9455
  "esri.rest-api.PopupInfo.RelatedRecordsInfo": {
9355
9456
  "additionalProperties": false,
9356
- "description": "The sort in the popupInfo for the parent feature. This impacts the sorting order for the returned child records. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/relatedRecordsInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/relatedRecordsInfo/}.",
9457
+ "description": "The sort in the popupInfo for the parent feature. This impacts the sorting order for the returned child records. See {@link https://developers.arcgis.com/web-map-specification/objects/relatedRecordsInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/relatedRecordsInfo/}.",
9357
9458
  "properties": {
9358
9459
  "orderByFields": {
9359
9460
  "description": "Array of orderByFields objects indicating the field display order for the related records and whether they should be sorted in ascending 'asc' or descending 'desc' order.",
@@ -9374,7 +9475,7 @@
9374
9475
  },
9375
9476
  "esri.rest-api.PredominanceRenderer.PredominanceRenderer": {
9376
9477
  "additionalProperties": false,
9377
- "description": "This renderer is a type of UniqueValue renderer which is based off the valueExpression property rather than field. Optionally, size and/or transparency visual variables may be included with valueExpression. Note that this renderer is supported for ArcGIS Online hosted feature services and feature collections. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/predominance_renderer/}.",
9478
+ "description": "This renderer is a type of UniqueValue renderer which is based off the valueExpression property rather than field. Optionally, size and/or transparency visual variables may be included with valueExpression. Note that this renderer is supported for ArcGIS Online hosted feature services and feature collections. See {@link https://developers.arcgis.com/web-map-specification/objects/predominance_renderer/}.",
9378
9479
  "properties": {
9379
9480
  "authoringInfo": {
9380
9481
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -9398,10 +9499,10 @@
9398
9499
  },
9399
9500
  "rotationType": {
9400
9501
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
9401
- "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkportal /Renderer!RotationType}."
9502
+ "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See {@link portal /Renderer!RotationType}."
9402
9503
  },
9403
9504
  "type": {
9404
- "description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
9505
+ "description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
9405
9506
  "enum": [
9406
9507
  "predominance"
9407
9508
  ],
@@ -9417,8 +9518,7 @@
9417
9518
  "visualVariables": {
9418
9519
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
9419
9520
  "items": {
9420
- "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
9421
- "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
9521
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
9422
9522
  },
9423
9523
  "type": "array"
9424
9524
  }
@@ -9432,7 +9532,7 @@
9432
9532
  },
9433
9533
  "esri.rest-api.QueryTableDataSource.QueryTableDataSource": {
9434
9534
  "additionalProperties": false,
9435
- "description": "Query table data source is a layer/table that is defined by a SQL query. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/queryTableDataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/queryTableDataSource/}.",
9535
+ "description": "Query table data source is a layer/table that is defined by a SQL query. See {@link https://developers.arcgis.com/web-map-specification/objects/queryTableDataSource/} {@link https://developers.arcgis.com/web-scene-specification/objects/queryTableDataSource/}.",
9436
9536
  "properties": {
9437
9537
  "geometryType": {
9438
9538
  "description": "The geometry type. When querying a table that does not have a geometry column, do not include geometryType.",
@@ -9457,7 +9557,7 @@
9457
9557
  "description": "The spatial reference of the geometry column. When querying a table that does not have a geometry column, do not include spatialReference."
9458
9558
  },
9459
9559
  "type": {
9460
- "description": "Type of the DataSource. See{@linkportal /DataSource!DataSourceType}.",
9560
+ "description": "Type of the DataSource. See {@link portal /DataSource!DataSourceType}.",
9461
9561
  "enum": [
9462
9562
  "queryTable"
9463
9563
  ],
@@ -9475,7 +9575,7 @@
9475
9575
  },
9476
9576
  "esri.rest-api.RangeDomain.RangeDomain": {
9477
9577
  "additionalProperties": false,
9478
- "description": "Range domain specifies a range of valid values for a field. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/range_domain/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/range_domain/}.",
9578
+ "description": "Range domain specifies a range of valid values for a field. See {@link https://developers.arcgis.com/web-map-specification/objects/range_domain/} {@link https://developers.arcgis.com/web-scene-specification/objects/range_domain/}.",
9479
9579
  "properties": {
9480
9580
  "name": {
9481
9581
  "description": "The name of the domain.",
@@ -9489,7 +9589,7 @@
9489
9589
  "type": "array"
9490
9590
  },
9491
9591
  "type": {
9492
- "description": "Type of domain. See{@linkportal /Domain!DomainType}.",
9592
+ "description": "Type of domain. See {@link portal /Domain!DomainType}.",
9493
9593
  "enum": [
9494
9594
  "range"
9495
9595
  ],
@@ -9505,7 +9605,7 @@
9505
9605
  },
9506
9606
  "esri.rest-api.RangeInfo.RangeInfo": {
9507
9607
  "additionalProperties": false,
9508
- "description": "Range Information. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/rangeInfo/}.",
9608
+ "description": "Range Information. See {@link https://developers.arcgis.com/web-scene-specification/objects/rangeInfo/}.",
9509
9609
  "properties": {
9510
9610
  "currentRangeExtent": {
9511
9611
  "description": "Contains the min and max values within which the features are visible.",
@@ -9558,14 +9658,14 @@
9558
9658
  },
9559
9659
  "esri.rest-api.RasterDataSource.RasterDataSource": {
9560
9660
  "additionalProperties": false,
9561
- "description": "Raster data source is a file-based raster that resides in a registered raster workspace. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/rasterDataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/rasterDataSource/}.",
9661
+ "description": "Raster data source is a file-based raster that resides in a registered raster workspace. See {@link https://developers.arcgis.com/web-map-specification/objects/rasterDataSource/} {@link https://developers.arcgis.com/web-scene-specification/objects/rasterDataSource/}.",
9562
9662
  "properties": {
9563
9663
  "dataSourceName": {
9564
9664
  "description": "The fully-qualified string value used to specify where the dataSource is derived.",
9565
9665
  "type": "string"
9566
9666
  },
9567
9667
  "type": {
9568
- "description": "Type of the DataSource. See{@linkportal /DataSource!DataSourceType}.",
9668
+ "description": "Type of the DataSource. See {@link portal /DataSource!DataSourceType}.",
9569
9669
  "enum": [
9570
9670
  "raster"
9571
9671
  ],
@@ -9583,11 +9683,11 @@
9583
9683
  },
9584
9684
  "esri.rest-api.Renderer.AuthoringInfo": {
9585
9685
  "additionalProperties": false,
9586
- "description": "The authoringInfo is an object containing metadata about the authoring process for creating a renderer object. This allows the authoring clients to save specific overridable settings so that next time it is accessed via the UI, their selections are remembered. Non-authoring clients should ignore it. In order to support the slider with color/size/transparency information, the selection of the various themes, classification, and additional properties are saved within this object. Note: The authoringInfo object is not required with a renderer. It is only used if rendering was generated using Map Viewer rendering tools. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/authoringInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/authoringInfo/}.",
9686
+ "description": "The authoringInfo is an object containing metadata about the authoring process for creating a renderer object. This allows the authoring clients to save specific overridable settings so that next time it is accessed via the UI, their selections are remembered. Non-authoring clients should ignore it. In order to support the slider with color/size/transparency information, the selection of the various themes, classification, and additional properties are saved within this object. Note: The authoringInfo object is not required with a renderer. It is only used if rendering was generated using Map Viewer rendering tools. See {@link https://developers.arcgis.com/web-map-specification/objects/authoringInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/authoringInfo/}.",
9587
9687
  "properties": {
9588
9688
  "classificationMethod": {
9589
9689
  "$ref": "#/definitions/esri.rest-api.Renderer.ClassificationMethod",
9590
- "description": "Used for classed color or size. The default value is esriClassifyManual. See{@linkClassificationMethod}."
9690
+ "description": "Used for classed color or size. The default value is esriClassifyManual. See {@link ClassificationMethod}."
9591
9691
  },
9592
9692
  "colorRamp": {
9593
9693
  "$ref": "#/definitions/esri.rest-api.Renderer.ColorRamp",
@@ -9607,7 +9707,7 @@
9607
9707
  },
9608
9708
  "type": {
9609
9709
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfoType",
9610
- "description": "In case of classed renderers this is set to either classedSize or classedColor. See{@linkAuthoringInfoType}."
9710
+ "description": "In case of classed renderers this is set to either classedSize or classedColor. See {@link AuthoringInfoType}."
9611
9711
  },
9612
9712
  "visualVariables": {
9613
9713
  "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
@@ -9638,7 +9738,7 @@
9638
9738
  },
9639
9739
  "esri.rest-api.Renderer.ColorRamp": {
9640
9740
  "additionalProperties": false,
9641
- "description": "A colorRamp object is used to specify a range of colors that are applied to a group of symbols. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/colorRamp/}.",
9741
+ "description": "A colorRamp object is used to specify a range of colors that are applied to a group of symbols. See {@link https://developers.arcgis.com/web-map-specification/objects/colorRamp/}.",
9642
9742
  "properties": {
9643
9743
  "algorithm": {
9644
9744
  "description": "Algorithm used for calculating the ramp.",
@@ -9781,14 +9881,14 @@
9781
9881
  },
9782
9882
  "esri.rest-api.RenderingRule.RenderingRule": {
9783
9883
  "additionalProperties": false,
9784
- "description": "Specifies the rendering rule for how the requested image should be rendered. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/renderingRule/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/renderingRule/}.",
9884
+ "description": "Specifies the rendering rule for how the requested image should be rendered. See {@link https://developers.arcgis.com/web-map-specification/objects/renderingRule/} {@link https://developers.arcgis.com/web-scene-specification/objects/renderingRule/}.",
9785
9885
  "properties": {
9786
9886
  "outputPixelType": {
9787
9887
  "$ref": "#/definitions/esri.rest-api.RenderingRule.PixelType",
9788
- "description": "Defines the pixel type of the output image. See{@linkPixelType}."
9888
+ "description": "Defines the pixel type of the output image. See {@link PixelType}."
9789
9889
  },
9790
9890
  "rasterFunction": {
9791
- "description": "The raster function name identifies the processing or rendering to be performed. See{@linkhttp://resources.arcgis.com/en/help/arcgis-rest-api/#/Raster_Function_Objects/02r3000000rv000000/}.",
9891
+ "description": "The raster function name identifies the processing or rendering to be performed. See {@link http://resources.arcgis.com/en/help/arcgis-rest-api/#/Raster_Function_Objects/02r3000000rv000000/}.",
9792
9892
  "type": "string"
9793
9893
  },
9794
9894
  "rasterFunctionArguments": {
@@ -9803,7 +9903,7 @@
9803
9903
  },
9804
9904
  "esri.rest-api.SceneLayer.SceneLayer": {
9805
9905
  "additionalProperties": false,
9806
- "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). See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/sceneLayer/}.",
9906
+ "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). See {@link https://developers.arcgis.com/web-scene-specification/objects/sceneLayer/}.",
9807
9907
  "properties": {
9808
9908
  "blendMode": {
9809
9909
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -9838,7 +9938,7 @@
9838
9938
  },
9839
9939
  "listMode": {
9840
9940
  "$ref": "esri.ListMode",
9841
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
9941
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
9842
9942
  },
9843
9943
  "maxScale": {
9844
9944
  "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.",
@@ -9857,7 +9957,7 @@
9857
9957
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
9858
9958
  },
9859
9959
  "refreshInterval": {
9860
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
9960
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
9861
9961
  "type": "number"
9862
9962
  },
9863
9963
  "screenSizePerspective": {
@@ -9877,7 +9977,7 @@
9877
9977
  "type": "string"
9878
9978
  },
9879
9979
  "type": {
9880
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
9980
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
9881
9981
  "enum": [
9882
9982
  "BingMapsAerial",
9883
9983
  "BingMapsHybrid",
@@ -9920,7 +10020,7 @@
9920
10020
  },
9921
10021
  "esri.rest-api.SimpleFillSymbol.SimpleFillSymbol": {
9922
10022
  "additionalProperties": false,
9923
- "description": "Simple fill symbols can be used to symbolize polygon geometries. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriSFS_symbol/}.",
10023
+ "description": "Simple fill symbols can be used to symbolize polygon geometries. See {@link https://developers.arcgis.com/web-map-specification/objects/esriSFS_symbol/}.",
9924
10024
  "properties": {
9925
10025
  "color": {
9926
10026
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -9932,10 +10032,10 @@
9932
10032
  },
9933
10033
  "style": {
9934
10034
  "$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillStyle",
9935
- "description": "The fill style. See{@linkSimpleFillStyle}."
10035
+ "description": "The fill style. See {@link SimpleFillStyle}."
9936
10036
  },
9937
10037
  "type": {
9938
- "description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
10038
+ "description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
9939
10039
  "enum": [
9940
10040
  "esriSFS"
9941
10041
  ],
@@ -9961,7 +10061,7 @@
9961
10061
  },
9962
10062
  "esri.rest-api.SimpleLineSymbol.SimpleLineSymbol": {
9963
10063
  "additionalProperties": false,
9964
- "description": "Simple line symbols can be used to symbolize polyline geometries or outlines for polygon fills. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriSLS_symbol/}.",
10064
+ "description": "Simple line symbols can be used to symbolize polyline geometries or outlines for polygon fills. See {@link https://developers.arcgis.com/web-map-specification/objects/esriSLS_symbol/}.",
9965
10065
  "properties": {
9966
10066
  "color": {
9967
10067
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -9969,10 +10069,10 @@
9969
10069
  },
9970
10070
  "style": {
9971
10071
  "$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineStyle",
9972
- "description": "The line style. See{@linkSimpleLineStyle}."
10072
+ "description": "The line style. See {@link SimpleLineStyle}."
9973
10073
  },
9974
10074
  "type": {
9975
- "description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
10075
+ "description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
9976
10076
  "enum": [
9977
10077
  "esriSLS"
9978
10078
  ],
@@ -10003,7 +10103,7 @@
10003
10103
  },
10004
10104
  "esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol": {
10005
10105
  "additionalProperties": false,
10006
- "description": "Simple marker symbols can be used to symbolize point geometries. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriSMS_symbol/}.",
10106
+ "description": "Simple marker symbols can be used to symbolize point geometries. See {@link https://developers.arcgis.com/web-map-specification/objects/esriSMS_symbol/}.",
10007
10107
  "properties": {
10008
10108
  "angle": {
10009
10109
  "description": "Numeric value used to rotate the symbol. The symbol is rotated counter-clockwise. For example, The following, angle=-30, in will create a symbol rotated -30 degrees counter-clockwise; that is, 30 degrees clockwise.",
@@ -10023,10 +10123,10 @@
10023
10123
  },
10024
10124
  "style": {
10025
10125
  "$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerStyle",
10026
- "description": "The marker style. See{@linkSimpleMarkerStyle}."
10126
+ "description": "The marker style. See {@link SimpleMarkerStyle}."
10027
10127
  },
10028
10128
  "type": {
10029
- "description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
10129
+ "description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
10030
10130
  "enum": [
10031
10131
  "esriSMS"
10032
10132
  ],
@@ -10048,7 +10148,7 @@
10048
10148
  },
10049
10149
  "esri.rest-api.SimpleRenderer.SimpleRenderer": {
10050
10150
  "additionalProperties": false,
10051
- "description": "A simple renderer is a renderer that uses one symbol only. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/simple_renderer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/simpleRenderer/}.",
10151
+ "description": "A simple renderer is a renderer that uses one symbol only. See {@link https://developers.arcgis.com/web-map-specification/objects/simple_renderer/} {@link https://developers.arcgis.com/web-scene-specification/objects/simpleRenderer/}.",
10052
10152
  "properties": {
10053
10153
  "authoringInfo": {
10054
10154
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -10068,7 +10168,7 @@
10068
10168
  },
10069
10169
  "rotationType": {
10070
10170
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
10071
- "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkportal /Renderer!RotationType}."
10171
+ "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See {@link portal /Renderer!RotationType}."
10072
10172
  },
10073
10173
  "symbol": {
10074
10174
  "anyOf": [
@@ -10115,7 +10215,7 @@
10115
10215
  "description": "An object that represents how all features will be drawn."
10116
10216
  },
10117
10217
  "type": {
10118
- "description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
10218
+ "description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
10119
10219
  "enum": [
10120
10220
  "simple"
10121
10221
  ],
@@ -10124,8 +10224,7 @@
10124
10224
  "visualVariables": {
10125
10225
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
10126
10226
  "items": {
10127
- "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
10128
- "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
10227
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
10129
10228
  },
10130
10229
  "type": "array"
10131
10230
  }
@@ -10138,7 +10237,7 @@
10138
10237
  },
10139
10238
  "esri.rest-api.SpatialReference.SpatialReference": {
10140
10239
  "additionalProperties": false,
10141
- "description": "The spatialReference object is located at the top level of the web map JSON hierarchy. In addition to this, it is also available within the operationalLayer and basemap objects. Many predefined spatial references have already been defined and are available for use. A spatial reference can be defined using a well-known ID (WKID) or well-known text (WKT). The default tolerance and resolution values for the associated coordinate system are used. All operational layers in the map are drawn or requested in the spatial reference of the basemap layers. The basemap defines the map spatial reference and tiling scheme. Each basemapLayer must be in the same spatial reference and tiling scheme. For additional information on working with spatial references, and their associated WKIDs, please refer to the ArcGIS REST API documentation which discusses this. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/spatialReference/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/spatialReference/}.",
10240
+ "description": "The spatialReference object is located at the top level of the web map JSON hierarchy. In addition to this, it is also available within the operationalLayer and basemap objects. Many predefined spatial references have already been defined and are available for use. A spatial reference can be defined using a well-known ID (WKID) or well-known text (WKT). The default tolerance and resolution values for the associated coordinate system are used. All operational layers in the map are drawn or requested in the spatial reference of the basemap layers. The basemap defines the map spatial reference and tiling scheme. Each basemapLayer must be in the same spatial reference and tiling scheme. For additional information on working with spatial references, and their associated WKIDs, please refer to the ArcGIS REST API documentation which discusses this. See {@link https://developers.arcgis.com/web-map-specification/objects/spatialReference/} {@link https://developers.arcgis.com/web-scene-specification/objects/spatialReference/}.",
10142
10241
  "properties": {
10143
10242
  "latestVcsWkid": {
10144
10243
  "description": "(Optional) The current wkid value of the vertical coordinate system.",
@@ -10165,7 +10264,7 @@
10165
10264
  },
10166
10265
  "esri.rest-api.StreamLayer.StreamLayer": {
10167
10266
  "additionalProperties": false,
10168
- "description": "A stream layer in a web map. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/streamLayer/}.",
10267
+ "description": "A stream layer in a web map. See {@link https://developers.arcgis.com/web-map-specification/objects/streamLayer/}.",
10169
10268
  "properties": {
10170
10269
  "blendMode": {
10171
10270
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -10223,7 +10322,7 @@
10223
10322
  },
10224
10323
  "listMode": {
10225
10324
  "$ref": "esri.ListMode",
10226
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
10325
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
10227
10326
  },
10228
10327
  "maxScale": {
10229
10328
  "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.",
@@ -10235,7 +10334,7 @@
10235
10334
  },
10236
10335
  "mode": {
10237
10336
  "$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
10238
- "description": "Used with ArcGIS feature services and individual layers in ArcGIS map services, this property determines how the features are retrieved from the server. This property is represented as 0, 1, or 2. - 0: Snapshot mode. Immediately retrieves all features when the map is loaded. - 1: On-demand mode. Features within the current view extent are retrieved as the user navigates the map. This is the default and the most common way to use feature services in web maps. - 2: Selection-only mode. No features are initially retrieved. This mode is used when you have a map service and a feature service from the same parent URL that are working together in the same map, with the map service being used for display and the feature service used for editing. See{@linkportal /FeatureLayer!FeatureLayerMode}."
10337
+ "description": "Used with ArcGIS feature services and individual layers in ArcGIS map services, this property determines how the features are retrieved from the server. This property is represented as 0, 1, or 2. - 0: Snapshot mode. Immediately retrieves all features when the map is loaded. - 1: On-demand mode. Features within the current view extent are retrieved as the user navigates the map. This is the default and the most common way to use feature services in web maps. - 2: Selection-only mode. No features are initially retrieved. This mode is used when you have a map service and a feature service from the same parent URL that are working together in the same map, with the map service being used for display and the feature service used for editing. See {@link portal /FeatureLayer!FeatureLayerMode}."
10239
10338
  },
10240
10339
  "opacity": {
10241
10340
  "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
@@ -10246,7 +10345,7 @@
10246
10345
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
10247
10346
  },
10248
10347
  "refreshInterval": {
10249
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
10348
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
10250
10349
  "type": "number"
10251
10350
  },
10252
10351
  "screenSizePerspective": {
@@ -10273,7 +10372,7 @@
10273
10372
  "type": "string"
10274
10373
  },
10275
10374
  "type": {
10276
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
10375
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
10277
10376
  "enum": [
10278
10377
  "BingMapsAerial",
10279
10378
  "BingMapsHybrid",
@@ -10309,7 +10408,7 @@
10309
10408
  },
10310
10409
  "esri.rest-api.StyleSymbolReference.StyleSymbolReference": {
10311
10410
  "additionalProperties": false,
10312
- "description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/styleSymbolReference/}.",
10411
+ "description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem. See {@link https://developers.arcgis.com/web-scene-specification/objects/styleSymbolReference/}.",
10313
10412
  "properties": {
10314
10413
  "name": {
10315
10414
  "description": "Identifies a symbol in the style by name.",
@@ -10337,7 +10436,7 @@
10337
10436
  },
10338
10437
  "esri.rest-api.SubtypeGroupLayer.SubtypeGroupLayer": {
10339
10438
  "additionalProperties": false,
10340
- "description": "SubtypeGroupLayer provides the ability to organize several sublayers into one common layer. Suppose there are several FeatureLayers that all represent water features in different dimensions. For example, wells (points), streams (lines), and lakes (polygons). The SubtypeGroupLayer provides the functionality to treat them as one layer called Water Features even though they are stored as separate feature layers. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/subtypeGroupLayer/}.",
10439
+ "description": "SubtypeGroupLayer provides the ability to organize several sublayers into one common layer. Suppose there are several FeatureLayers that all represent water features in different dimensions. For example, wells (points), streams (lines), and lakes (polygons). The SubtypeGroupLayer provides the functionality to treat them as one layer called Water Features even though they are stored as separate feature layers. See {@link https://developers.arcgis.com/web-scene-specification/objects/subtypeGroupLayer/}.",
10341
10440
  "properties": {
10342
10441
  "blendMode": {
10343
10442
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -10374,7 +10473,7 @@
10374
10473
  },
10375
10474
  "listMode": {
10376
10475
  "$ref": "esri.ListMode",
10377
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
10476
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
10378
10477
  },
10379
10478
  "maxScale": {
10380
10479
  "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.",
@@ -10389,7 +10488,7 @@
10389
10488
  "type": "number"
10390
10489
  },
10391
10490
  "refreshInterval": {
10392
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
10491
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
10393
10492
  "type": "number"
10394
10493
  },
10395
10494
  "showLegend": {
@@ -10401,7 +10500,7 @@
10401
10500
  "type": "string"
10402
10501
  },
10403
10502
  "type": {
10404
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
10503
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
10405
10504
  "enum": [
10406
10505
  "BingMapsAerial",
10407
10506
  "BingMapsHybrid",
@@ -10429,7 +10528,7 @@
10429
10528
  "type": "object"
10430
10529
  },
10431
10530
  "esri.rest-api.Symbol.Color": {
10432
- "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{@linkhttps://developers.arcgis.com/web-map-specification/objects/color/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/color/}.",
10531
+ "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/}.",
10433
10532
  "items": {
10434
10533
  "type": "number"
10435
10534
  },
@@ -10437,11 +10536,11 @@
10437
10536
  },
10438
10537
  "esri.rest-api.Symbol.Font": {
10439
10538
  "additionalProperties": false,
10440
- "description": "Font used for text symbols. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/font/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/font/}.",
10539
+ "description": "Font used for text symbols. See {@link https://developers.arcgis.com/web-map-specification/objects/font/} {@link https://developers.arcgis.com/web-scene-specification/objects/font/}.",
10441
10540
  "properties": {
10442
10541
  "decoration": {
10443
10542
  "$ref": "#/definitions/esri.rest-api.Symbol.TextDecoration",
10444
- "description": "The text decoration. See{@linkTextDecoration}."
10543
+ "description": "The text decoration. See {@link TextDecoration}."
10445
10544
  },
10446
10545
  "family": {
10447
10546
  "description": "The font family.",
@@ -10453,11 +10552,11 @@
10453
10552
  },
10454
10553
  "style": {
10455
10554
  "$ref": "#/definitions/esri.rest-api.Symbol.FontStyle",
10456
- "description": "The text style. See{@linkFontStyle}."
10555
+ "description": "The text style. See {@link FontStyle}."
10457
10556
  },
10458
10557
  "weight": {
10459
10558
  "$ref": "#/definitions/esri.rest-api.Symbol.FontWeight",
10460
- "description": "The text weight. See{@linkFontWeight}."
10559
+ "description": "The text weight. See {@link FontWeight}."
10461
10560
  }
10462
10561
  },
10463
10562
  "type": "object"
@@ -10515,7 +10614,7 @@
10515
10614
  "$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
10516
10615
  }
10517
10616
  ],
10518
- "description": "A symbol representing a feature on the map. Part of the Esri ArcGIS REST API (see http://resources.arcgis.com/en/help/rest/apiref/symbol.html). See{@linkhttps://developers.arcgis.com/web-map-specification/objects/symbol/}."
10617
+ "description": "A symbol representing a feature on the map. Part of the Esri ArcGIS REST API (see http://resources.arcgis.com/en/help/rest/apiref/symbol.html). See {@link https://developers.arcgis.com/web-map-specification/objects/symbol/}."
10519
10618
  },
10520
10619
  "esri.rest-api.Symbol.TextDecoration": {
10521
10620
  "description": "The text decoration for the Font.",
@@ -10538,7 +10637,7 @@
10538
10637
  },
10539
10638
  "esri.rest-api.Symbol3D.Material": {
10540
10639
  "additionalProperties": false,
10541
- "description": "The material used to shade the geometry. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/material/}.",
10640
+ "description": "The material used to shade the geometry. See {@link https://developers.arcgis.com/web-scene-specification/objects/material/}.",
10542
10641
  "properties": {
10543
10642
  "color": {
10544
10643
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -10565,7 +10664,7 @@
10565
10664
  },
10566
10665
  "esri.rest-api.Symbol3D.Outline": {
10567
10666
  "additionalProperties": false,
10568
- "description": "The outline of the point, line or polygon. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/outline/}.",
10667
+ "description": "The outline of the point, line or polygon. See {@link https://developers.arcgis.com/web-scene-specification/objects/outline/}.",
10569
10668
  "properties": {
10570
10669
  "color": {
10571
10670
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -10588,7 +10687,7 @@
10588
10687
  },
10589
10688
  "esri.rest-api.Symbol3D.ResourceIconSymbol": {
10590
10689
  "additionalProperties": false,
10591
- "description": "The shape (primitive) or image URL (href) used to visualize the features. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer_resource/}.",
10690
+ "description": "The shape (primitive) or image URL (href) used to visualize the features. See {@link https://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer_resource/}.",
10592
10691
  "properties": {
10593
10692
  "dataURI": {
10594
10693
  "description": "An image encoded as base64 string, starting with data:image.",
@@ -10607,7 +10706,7 @@
10607
10706
  },
10608
10707
  "esri.rest-api.Symbol3D.ResourceObjectSymbol": {
10609
10708
  "additionalProperties": false,
10610
- "description": "The primitive shape (primitive) or external 3D model (href) used to visualize the points. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/objectSymbol3DLayer_resource/}.",
10709
+ "description": "The primitive shape (primitive) or external 3D model (href) used to visualize the points. See {@link https://developers.arcgis.com/web-scene-specification/objects/objectSymbol3DLayer_resource/}.",
10611
10710
  "properties": {
10612
10711
  "href": {
10613
10712
  "description": "Must be an absolute URL or a relative path starting with \"./\".",
@@ -10641,11 +10740,11 @@
10641
10740
  "$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
10642
10741
  }
10643
10742
  ],
10644
- "description": "Symbol3D is the base class for all 3D symbols. It is used to render 2D Point, Polyline, and Polygon features in a FeatureLayer and 3D mesh features in a SceneLayer. All 3D symbols must be used in a SceneView instance; there is no support for 3D rendering in MapViews. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/symbol3D/}."
10743
+ "description": "Symbol3D is the base class for all 3D symbols. It is used to render 2D Point, Polyline, and Polygon features in a FeatureLayer and 3D mesh features in a SceneLayer. All 3D symbols must be used in a SceneView instance; there is no support for 3D rendering in MapViews. See {@link https://developers.arcgis.com/web-scene-specification/objects/symbol3D/}."
10645
10744
  },
10646
10745
  "esri.rest-api.TableDataSource.TableDataSource": {
10647
10746
  "additionalProperties": false,
10648
- "description": "Table data source is a table, feature class, or raster that resides in a registered workspace (either a folder or geodatabase). In the case of a geodatabase, if versioned, use version to switch to an alternate geodatabase version. If version is empty or missing, the registered geodatabase version will be used. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/tableDataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tableDataSource/}.",
10747
+ "description": "Table data source is a table, feature class, or raster that resides in a registered workspace (either a folder or geodatabase). In the case of a geodatabase, if versioned, use version to switch to an alternate geodatabase version. If version is empty or missing, the registered geodatabase version will be used. See {@link https://developers.arcgis.com/web-map-specification/objects/tableDataSource/} {@link https://developers.arcgis.com/web-scene-specification/objects/tableDataSource/}.",
10649
10748
  "properties": {
10650
10749
  "dataSourceName": {
10651
10750
  "description": "The fully-qualified string value used to specify where the dataSource is derived.",
@@ -10656,7 +10755,7 @@
10656
10755
  "type": "string"
10657
10756
  },
10658
10757
  "type": {
10659
- "description": "Type of the DataSource. See{@linkportal /DataSource!DataSourceType}.",
10758
+ "description": "Type of the DataSource. See {@link portal /DataSource!DataSourceType}.",
10660
10759
  "enum": [
10661
10760
  "table"
10662
10761
  ],
@@ -10673,7 +10772,7 @@
10673
10772
  "type": "object"
10674
10773
  },
10675
10774
  "esri.rest-api.Template.DrawingTool": {
10676
- "description": "Possible drawing tool value to use with{@linkTemplate.drawingTool}.",
10775
+ "description": "Possible drawing tool value to use with {@link Template.drawingTool}.",
10677
10776
  "enum": [
10678
10777
  "esriFeatureEditToolCircle",
10679
10778
  "esriFeatureEditToolDownArrow",
@@ -10693,7 +10792,7 @@
10693
10792
  },
10694
10793
  "esri.rest-api.Template.Template": {
10695
10794
  "additionalProperties": false,
10696
- "description": "Templates describe features that can be created in a layer. Templates are used with map notes, other feature collections, and editable web-based CSV layers. They are not used with ArcGIS feature services, which already have feature templates defined in the service. Templates are defined as a property of the layer definition when there are no types defined; otherwise, templates are defined as properties of the types. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/template/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/template/}.",
10795
+ "description": "Templates describe features that can be created in a layer. Templates are used with map notes, other feature collections, and editable web-based CSV layers. They are not used with ArcGIS feature services, which already have feature templates defined in the service. Templates are defined as a property of the layer definition when there are no types defined; otherwise, templates are defined as properties of the types. See {@link https://developers.arcgis.com/web-map-specification/objects/template/} {@link https://developers.arcgis.com/web-scene-specification/objects/template/}.",
10697
10796
  "properties": {
10698
10797
  "description": {
10699
10798
  "description": "A detailed description of the template.",
@@ -10701,7 +10800,7 @@
10701
10800
  },
10702
10801
  "drawingTool": {
10703
10802
  "$ref": "#/definitions/esri.rest-api.Template.DrawingTool",
10704
- "description": "An optional string that can define a client-side drawing tool to be used with this feature. See the web map specification for more details. See{@linkDrawingTool}."
10803
+ "description": "An optional string that can define a client-side drawing tool to be used with this feature. See the web map specification for more details. See {@link DrawingTool}."
10705
10804
  },
10706
10805
  "name": {
10707
10806
  "description": "A string containing a user-friendly name for the template. This name could appear on a menu of feature choices displayed in the client editing environment.",
@@ -10716,7 +10815,7 @@
10716
10815
  },
10717
10816
  "esri.rest-api.TemporalRenderer.TemporalRenderer": {
10718
10817
  "additionalProperties": false,
10719
- "description": "A temporal renderer is used to perform time-based rendering of features in a feature layer. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/temporalRenderer/}.",
10818
+ "description": "A temporal renderer is used to perform time-based rendering of features in a feature layer. See {@link https://developers.arcgis.com/web-map-specification/objects/temporalRenderer/}.",
10720
10819
  "properties": {
10721
10820
  "authoringInfo": {
10722
10821
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -10736,14 +10835,14 @@
10736
10835
  },
10737
10836
  "rotationType": {
10738
10837
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
10739
- "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkportal /Renderer!RotationType}."
10838
+ "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See {@link portal /Renderer!RotationType}."
10740
10839
  },
10741
10840
  "trackRenderer": {
10742
10841
  "$ref": "#/definitions/esri.rest-api.SimpleRenderer.SimpleRenderer",
10743
10842
  "description": "Simple renderer used to symbolize the tracks."
10744
10843
  },
10745
10844
  "type": {
10746
- "description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
10845
+ "description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
10747
10846
  "enum": [
10748
10847
  "temporal"
10749
10848
  ],
@@ -10752,8 +10851,7 @@
10752
10851
  "visualVariables": {
10753
10852
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
10754
10853
  "items": {
10755
- "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
10756
- "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
10854
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
10757
10855
  },
10758
10856
  "type": "array"
10759
10857
  }
@@ -10765,7 +10863,7 @@
10765
10863
  },
10766
10864
  "esri.rest-api.TextSymbol.TextSymbol": {
10767
10865
  "additionalProperties": false,
10768
- "description": "Text symbols are used to add text to a feature (labeling). See{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriTS_symbol/}.",
10866
+ "description": "Text symbols are used to add text to a feature (labeling). See {@link https://developers.arcgis.com/web-map-specification/objects/esriTS_symbol/}.",
10769
10867
  "properties": {
10770
10868
  "angle": {
10771
10869
  "description": "A numeric value that defines the number of degrees (0 to 360) that a text symbol is rotated. The rotation is from East in a counter-clockwise direction where East is the 0° axis.",
@@ -10801,7 +10899,7 @@
10801
10899
  },
10802
10900
  "horizontalAlignment": {
10803
10901
  "$ref": "#/definitions/esri.rest-api.Symbol.HorizontalAlignment",
10804
- "description": "The horizontal alignment of the text. See{@linkportal /Symbol!HorizontalAlignment}."
10902
+ "description": "The horizontal alignment of the text. See {@link portal /Symbol!HorizontalAlignment}."
10805
10903
  },
10806
10904
  "kerning": {
10807
10905
  "description": "Boolean value indicating whether to adjust the spacing between characters in the text string.",
@@ -10820,7 +10918,7 @@
10820
10918
  "type": "string"
10821
10919
  },
10822
10920
  "type": {
10823
- "description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
10921
+ "description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
10824
10922
  "enum": [
10825
10923
  "esriTS"
10826
10924
  ],
@@ -10828,7 +10926,7 @@
10828
10926
  },
10829
10927
  "verticalAlignment": {
10830
10928
  "$ref": "#/definitions/esri.rest-api.Symbol.VerticalAlignment",
10831
- "description": "The vertical alignment of the text. See{@linkportal /Symbol!VerticalAlignment}."
10929
+ "description": "The vertical alignment of the text. See {@link portal /Symbol!VerticalAlignment}."
10832
10930
  },
10833
10931
  "xoffset": {
10834
10932
  "description": "Numeric value indicating the offset on the x-axis in pixels.",
@@ -10846,7 +10944,7 @@
10846
10944
  },
10847
10945
  "esri.rest-api.TextSymbol3DLayer.TextSymbol3DLayer": {
10848
10946
  "additionalProperties": false,
10849
- "description": "TextSymbol3DLayer is used to draw text labels for features of any geometry type. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/textSymbol3DLayer/}.",
10947
+ "description": "TextSymbol3DLayer is used to draw text labels for features of any geometry type. See {@link https://developers.arcgis.com/web-scene-specification/objects/textSymbol3DLayer/}.",
10850
10948
  "properties": {
10851
10949
  "font": {
10852
10950
  "$ref": "#/definitions/esri.rest-api.Symbol.Font",
@@ -10865,7 +10963,7 @@
10865
10963
  "type": "string"
10866
10964
  },
10867
10965
  "type": {
10868
- "description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
10966
+ "description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
10869
10967
  "enum": [
10870
10968
  "Text"
10871
10969
  ],
@@ -10879,7 +10977,7 @@
10879
10977
  },
10880
10978
  "esri.rest-api.TileInfo.TileInfo": {
10881
10979
  "additionalProperties": false,
10882
- "description": "Tile information, returned from the WMTS OGC Web Service. The tileInfo will contain the spatial reference of the layer. TileInfo is the same json representation as the ArcGIS Map/Image service tileInfo except that it may contain a levelValue on the lod objects that should be used instead of the level in the templateUrl. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/tileInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tileInfo/}.",
10980
+ "description": "Tile information, returned from the WMTS OGC Web Service. The tileInfo will contain the spatial reference of the layer. TileInfo is the same json representation as the ArcGIS Map/Image service tileInfo except that it may contain a levelValue on the lod objects that should be used instead of the level in the templateUrl. See {@link https://developers.arcgis.com/web-map-specification/objects/tileInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/tileInfo/}.",
10883
10981
  "properties": {
10884
10982
  "cols": {
10885
10983
  "description": "Requested tile's column.",
@@ -10898,7 +10996,7 @@
10898
10996
  "type": "string"
10899
10997
  },
10900
10998
  "lods": {
10901
- "description": "An array of levels of detail that define the tiling scheme. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/lod/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/lod/}.",
10999
+ "description": "An array of levels of detail that define the tiling scheme. See {@link https://developers.arcgis.com/web-map-specification/objects/lod/} {@link https://developers.arcgis.com/web-scene-specification/objects/lod/}.",
10902
11000
  "items": {
10903
11001
  "$ref": "__type"
10904
11002
  },
@@ -10921,7 +11019,7 @@
10921
11019
  },
10922
11020
  "esri.rest-api.TiledImageServiceLayer.TiledImageServiceLayer": {
10923
11021
  "additionalProperties": false,
10924
- "description": "An ArcGIS Tiled Image Service layer displays map content from an ArcGIS Server Image service that has been cached (tiled). See{@linkhttps://developers.arcgis.com/web-map-specification/objects/tiledImageServiceLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tiledImageServiceLayer/}.",
11022
+ "description": "An ArcGIS Tiled Image Service layer displays map content from an ArcGIS Server Image service that has been cached (tiled). See {@link https://developers.arcgis.com/web-map-specification/objects/tiledImageServiceLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/tiledImageServiceLayer/}.",
10925
11023
  "properties": {
10926
11024
  "blendMode": {
10927
11025
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -10955,7 +11053,7 @@
10955
11053
  },
10956
11054
  "listMode": {
10957
11055
  "$ref": "esri.ListMode",
10958
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
11056
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
10959
11057
  },
10960
11058
  "maxScale": {
10961
11059
  "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.",
@@ -10970,7 +11068,7 @@
10970
11068
  "type": "number"
10971
11069
  },
10972
11070
  "refreshInterval": {
10973
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
11071
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
10974
11072
  "type": "number"
10975
11073
  },
10976
11074
  "showLegend": {
@@ -10982,7 +11080,7 @@
10982
11080
  "type": "string"
10983
11081
  },
10984
11082
  "type": {
10985
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
11083
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
10986
11084
  "enum": [
10987
11085
  "BingMapsAerial",
10988
11086
  "BingMapsHybrid",
@@ -11012,7 +11110,7 @@
11012
11110
  },
11013
11111
  "esri.rest-api.TiledMapServiceLayer.TiledMapServiceLayer": {
11014
11112
  "additionalProperties": false,
11015
- "description": "An ArcGIS Tiled Map Service layer displays map content from an ArcGIS Server Map service that has been cached (tiled). See{@linkhttps://developers.arcgis.com/web-map-specification/objects/tiledMapServiceLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tiledMapServiceLayer/}.",
11113
+ "description": "An ArcGIS Tiled Map Service layer displays map content from an ArcGIS Server Map service that has been cached (tiled). See {@link https://developers.arcgis.com/web-map-specification/objects/tiledMapServiceLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/tiledMapServiceLayer/}.",
11016
11114
  "properties": {
11017
11115
  "blendMode": {
11018
11116
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -11034,7 +11132,7 @@
11034
11132
  },
11035
11133
  "exclusionAreas": {
11036
11134
  "$ref": "__type",
11037
- "description": "Exclusion areas define extent areas where no data will be fetched for a layer. NOTE: Applicable if used as a baseMapLayer. An array of exclusionArea objects defining the layer exclusions. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/exclusionArea/}."
11135
+ "description": "Exclusion areas define extent areas where no data will be fetched for a layer. NOTE: Applicable if used as a baseMapLayer. An array of exclusionArea objects defining the layer exclusions. See {@link https://developers.arcgis.com/web-map-specification/objects/exclusionArea/}."
11038
11136
  },
11039
11137
  "id": {
11040
11138
  "description": "A unique identifying string for the layer.",
@@ -11064,7 +11162,7 @@
11064
11162
  },
11065
11163
  "listMode": {
11066
11164
  "$ref": "esri.ListMode",
11067
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
11165
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
11068
11166
  },
11069
11167
  "maxScale": {
11070
11168
  "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.",
@@ -11083,7 +11181,7 @@
11083
11181
  "type": "string"
11084
11182
  },
11085
11183
  "refreshInterval": {
11086
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
11184
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
11087
11185
  "type": "number"
11088
11186
  },
11089
11187
  "showLegend": {
@@ -11095,7 +11193,7 @@
11095
11193
  "type": "string"
11096
11194
  },
11097
11195
  "type": {
11098
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
11196
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
11099
11197
  "enum": [
11100
11198
  "BingMapsAerial",
11101
11199
  "BingMapsHybrid",
@@ -11124,7 +11222,7 @@
11124
11222
  },
11125
11223
  "esri.rest-api.Type.Type": {
11126
11224
  "additionalProperties": false,
11127
- "description": "Types contain information about the combinations of attributes allowed for features in the dataset. Each feature in the dataset can have a type, indicated in its typeIdField, which is used in LayerDefinition. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/type/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/type/}.",
11225
+ "description": "Types contain information about the combinations of attributes allowed for features in the dataset. Each feature in the dataset can have a type, indicated in its typeIdField, which is used in LayerDefinition. See {@link https://developers.arcgis.com/web-map-specification/objects/type/} {@link https://developers.arcgis.com/web-scene-specification/objects/type/}.",
11128
11226
  "properties": {
11129
11227
  "domains": {
11130
11228
  "description": "A set of domain objects for each domain in the type."
@@ -11152,7 +11250,7 @@
11152
11250
  },
11153
11251
  "esri.rest-api.UniqueValueFromStyle.UniqueValueFromStyle": {
11154
11252
  "additionalProperties": false,
11155
- "description": "This is a special version of UniqueValue Renderer, which loads uniqueValue infos from a portal style. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/uniqueValueFromStyleRenderer/}.",
11253
+ "description": "This is a special version of UniqueValue Renderer, which loads uniqueValue infos from a portal style. See {@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueFromStyleRenderer/}.",
11156
11254
  "properties": {
11157
11255
  "authoringInfo": {
11158
11256
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -11176,7 +11274,7 @@
11176
11274
  },
11177
11275
  "rotationType": {
11178
11276
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
11179
- "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkportal /Renderer!RotationType}."
11277
+ "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See {@link portal /Renderer!RotationType}."
11180
11278
  },
11181
11279
  "styleName": {
11182
11280
  "description": "A registered web style name. Can not be used in conjunction with styleName.",
@@ -11187,7 +11285,7 @@
11187
11285
  "type": "string"
11188
11286
  },
11189
11287
  "type": {
11190
- "description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
11288
+ "description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
11191
11289
  "enum": [
11192
11290
  "uniqueValue"
11193
11291
  ],
@@ -11196,8 +11294,7 @@
11196
11294
  "visualVariables": {
11197
11295
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
11198
11296
  "items": {
11199
- "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
11200
- "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
11297
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
11201
11298
  },
11202
11299
  "type": "array"
11203
11300
  }
@@ -11210,7 +11307,7 @@
11210
11307
  },
11211
11308
  "esri.rest-api.UniqueValueRenderer.UniqueValueInfo": {
11212
11309
  "additionalProperties": false,
11213
- "description": "The following is a list of properties found on the uniqueValueInfo object, which is one of the properties on the renderer object. The uniqueValueInfo object contains the symbology for each uniquely drawn value in the renderer. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/uniqueValueInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/uniqueValueInfo/}.",
11310
+ "description": "The following is a list of properties found on the uniqueValueInfo object, which is one of the properties on the renderer object. The uniqueValueInfo object contains the symbology for each uniquely drawn value in the renderer. See {@link https://developers.arcgis.com/web-map-specification/objects/uniqueValueInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueInfo/}.",
11214
11311
  "properties": {
11215
11312
  "description": {
11216
11313
  "description": "String value used to describe the drawn symbol.",
@@ -11277,7 +11374,7 @@
11277
11374
  },
11278
11375
  "esri.rest-api.UniqueValueRenderer.UniqueValueRenderer": {
11279
11376
  "additionalProperties": false,
11280
- "description": "A unique value renderer symbolizes groups of features that have matching field values. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/uniqueValue_renderer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/uniqueValueRenderer/}.",
11377
+ "description": "A unique value renderer symbolizes groups of features that have matching field values. See {@link https://developers.arcgis.com/web-map-specification/objects/uniqueValue_renderer/} {@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueRenderer/}.",
11281
11378
  "properties": {
11282
11379
  "authoringInfo": {
11283
11380
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -11357,10 +11454,10 @@
11357
11454
  },
11358
11455
  "rotationType": {
11359
11456
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
11360
- "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkportal /Renderer!RotationType}."
11457
+ "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See {@link portal /Renderer!RotationType}."
11361
11458
  },
11362
11459
  "type": {
11363
- "description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
11460
+ "description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
11364
11461
  "enum": [
11365
11462
  "uniqueValue"
11366
11463
  ],
@@ -11376,8 +11473,7 @@
11376
11473
  "visualVariables": {
11377
11474
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
11378
11475
  "items": {
11379
- "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
11380
- "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
11476
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
11381
11477
  },
11382
11478
  "type": "array"
11383
11479
  }
@@ -11391,7 +11487,7 @@
11391
11487
  },
11392
11488
  "esri.rest-api.Value.Value": {
11393
11489
  "additionalProperties": false,
11394
- "description": "The value object contains information for pop-up windows about how images should be retrieved or charts constructed. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/value/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/value/}.",
11490
+ "description": "The value object contains information for pop-up windows about how images should be retrieved or charts constructed. See {@link https://developers.arcgis.com/web-map-specification/objects/value/} {@link https://developers.arcgis.com/web-scene-specification/objects/value/}.",
11395
11491
  "properties": {
11396
11492
  "fields": {
11397
11493
  "description": "Used with charts. An array of field names to display in the chart.",
@@ -11467,7 +11563,7 @@
11467
11563
  },
11468
11564
  "rotationType": {
11469
11565
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
11470
- "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkportal /Renderer!RotationType}."
11566
+ "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See {@link portal /Renderer!RotationType}."
11471
11567
  },
11472
11568
  "style": {
11473
11569
  "description": "A predefined style.",
@@ -11491,7 +11587,7 @@
11491
11587
  "type": "number"
11492
11588
  },
11493
11589
  "type": {
11494
- "description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
11590
+ "description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
11495
11591
  "enum": [
11496
11592
  "vectorField"
11497
11593
  ],
@@ -11500,8 +11596,7 @@
11500
11596
  "visualVariables": {
11501
11597
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
11502
11598
  "items": {
11503
- "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
11504
- "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
11599
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
11505
11600
  },
11506
11601
  "type": "array"
11507
11602
  }
@@ -11516,7 +11611,7 @@
11516
11611
  },
11517
11612
  "esri.rest-api.VectorTileLayer.VectorTileLayer": {
11518
11613
  "additionalProperties": false,
11519
- "description": "A vector tile layer references a set of web-accessible vector tiles and the corresponding style for how those tiles should be drawn. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/vectorTileLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/vectorTileLayer/}.",
11614
+ "description": "A vector tile layer references a set of web-accessible vector tiles and the corresponding style for how those tiles should be drawn. See {@link https://developers.arcgis.com/web-map-specification/objects/vectorTileLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/vectorTileLayer/}.",
11520
11615
  "properties": {
11521
11616
  "blendMode": {
11522
11617
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -11550,7 +11645,7 @@
11550
11645
  },
11551
11646
  "listMode": {
11552
11647
  "$ref": "esri.ListMode",
11553
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
11648
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
11554
11649
  },
11555
11650
  "maxScale": {
11556
11651
  "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.",
@@ -11569,7 +11664,7 @@
11569
11664
  "type": "string"
11570
11665
  },
11571
11666
  "refreshInterval": {
11572
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
11667
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
11573
11668
  "type": "number"
11574
11669
  },
11575
11670
  "showLegend": {
@@ -11585,7 +11680,7 @@
11585
11680
  "type": "string"
11586
11681
  },
11587
11682
  "type": {
11588
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
11683
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
11589
11684
  "enum": [
11590
11685
  "BingMapsAerial",
11591
11686
  "BingMapsHybrid",
@@ -11610,7 +11705,7 @@
11610
11705
  },
11611
11706
  "esri.rest-api.VerticalOffset.VerticalOffset": {
11612
11707
  "additionalProperties": false,
11613
- "description": "Shifts the symbol along the vertical world axis by a given length. The length is set in screen space units. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/verticalOffset/}.",
11708
+ "description": "Shifts the symbol along the vertical world axis by a given length. The length is set in screen space units. See {@link https://developers.arcgis.com/web-scene-specification/objects/verticalOffset/}.",
11614
11709
  "properties": {
11615
11710
  "maxWorldLength": {
11616
11711
  "description": "The maximum vertical symbol lift in world units. It acts as an upper bound to avoid lift becoming too big.",
@@ -11632,7 +11727,7 @@
11632
11727
  },
11633
11728
  "esri.rest-api.Viewpoint.Viewpoint": {
11634
11729
  "additionalProperties": false,
11635
- "description": "Describes a point of view for a 2D or 3D view. In a 2D view, the viewpoint is determined using a center point and scale value. In a 3D view, it is determined using a camera position. The Viewpoint can be bookmarked for later use, or used for navigation purposes. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/viewpoint/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/viewpoint/}.",
11730
+ "description": "Describes a point of view for a 2D or 3D view. In a 2D view, the viewpoint is determined using a center point and scale value. In a 3D view, it is determined using a camera position. The Viewpoint can be bookmarked for later use, or used for navigation purposes. See {@link https://developers.arcgis.com/web-map-specification/objects/viewpoint/} {@link https://developers.arcgis.com/web-scene-specification/objects/viewpoint/}.",
11636
11731
  "properties": {
11637
11732
  "camera": {
11638
11733
  "$ref": "#/definitions/esri.rest-api.Camera.Camera",
@@ -11655,13 +11750,13 @@
11655
11750
  },
11656
11751
  "esri.rest-api.VisualVariable.ColorInfo": {
11657
11752
  "additionalProperties": false,
11658
- "description": "The colorInfo visual variable defines how a continuous color ramp is applied to features based on the values of a numeric field attribute. The minimum and maximum values of the data should be indicated along with their respective color values. You must specify either colors or stops to construct the color ramp. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/colorInfo_visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorInfo_visualVariable/}.",
11753
+ "description": "The colorInfo visual variable defines how a continuous color ramp is applied to features based on the values of a numeric field attribute. The minimum and maximum values of the data should be indicated along with their respective color values. You must specify either colors or stops to construct the color ramp. See {@link https://developers.arcgis.com/web-map-specification/objects/colorInfo_visualVariable/} {@link https://developers.arcgis.com/web-scene-specification/objects/colorInfo_visualVariable/}.",
11659
11754
  "properties": {
11660
11755
  "colors": {
11661
11756
  "description": "An array of colors that define the color ramp. Either colors or stops must be specified to construct the color ramp.",
11662
11757
  "items": {
11663
11758
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
11664
- "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{@linkhttps://developers.arcgis.com/web-map-specification/objects/color/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/color/}."
11759
+ "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/}."
11665
11760
  },
11666
11761
  "type": "array"
11667
11762
  },
@@ -11671,7 +11766,7 @@
11671
11766
  },
11672
11767
  "legendOptions": {
11673
11768
  "$ref": "__type",
11674
- "description": "Options available for the legend. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/legendOptions/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
11769
+ "description": "Options available for the legend. See {@link https://developers.arcgis.com/web-map-specification/objects/legendOptions/} {@link https://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
11675
11770
  },
11676
11771
  "maxDataValue": {
11677
11772
  "description": "The maximum data value.",
@@ -11693,7 +11788,7 @@
11693
11788
  "type": "array"
11694
11789
  },
11695
11790
  "type": {
11696
- "description": "The type of the VisualVariable. See{@linkVisualVariableType}.",
11791
+ "description": "The type of the VisualVariable. See {@link VisualVariableType}.",
11697
11792
  "enum": [
11698
11793
  "colorInfo"
11699
11794
  ],
@@ -11714,7 +11809,7 @@
11714
11809
  "anyOf": [
11715
11810
  {
11716
11811
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
11717
- "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{@linkhttps://developers.arcgis.com/web-map-specification/objects/color/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/color/}."
11812
+ "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/}."
11718
11813
  },
11719
11814
  {
11720
11815
  "type": "string"
@@ -11735,7 +11830,7 @@
11735
11830
  },
11736
11831
  "esri.rest-api.VisualVariable.RotationInfo": {
11737
11832
  "additionalProperties": false,
11738
- "description": "The rotation visual variable defines how features rendered with marker symbols are rotated. The rotation value is determined by mapping the values to data in a field, or by other arithmetic means with a function. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/rotationInfo_visualVariable/}{@linkhttps://developers.arcgis.com/web-map-specification/objects/rotationInfo_visualVariable/}.",
11833
+ "description": "The rotation visual variable defines how features rendered with marker symbols are rotated. The rotation value is determined by mapping the values to data in a field, or by other arithmetic means with a function. See {@link https://developers.arcgis.com/web-scene-specification/objects/rotationInfo_visualVariable/} {@link https://developers.arcgis.com/web-map-specification/objects/rotationInfo_visualVariable/}.",
11739
11834
  "properties": {
11740
11835
  "field": {
11741
11836
  "description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
@@ -11743,7 +11838,7 @@
11743
11838
  },
11744
11839
  "legendOptions": {
11745
11840
  "$ref": "__type",
11746
- "description": "Options available for the legend. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/legendOptions/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
11841
+ "description": "Options available for the legend. See {@link https://developers.arcgis.com/web-map-specification/objects/legendOptions/} {@link https://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
11747
11842
  },
11748
11843
  "normalizationField": {
11749
11844
  "description": "String value indicating the name of the attribute field used to normalize the data.",
@@ -11754,7 +11849,7 @@
11754
11849
  "description": "Defines the origin and direction of rotation depending on how the angle of rotation was measured. Possible values are geographic which rotates the symbol from the north in a clockwise direction and arithmetic which rotates the symbol from the east in a counter-clockwise direction. Must be one of the following values: geographic, arithmetic."
11755
11850
  },
11756
11851
  "type": {
11757
- "description": "The type of the VisualVariable. See{@linkVisualVariableType}.",
11852
+ "description": "The type of the VisualVariable. See {@link VisualVariableType}.",
11758
11853
  "enum": [
11759
11854
  "rotationInfo"
11760
11855
  ],
@@ -11781,7 +11876,7 @@
11781
11876
  },
11782
11877
  "esri.rest-api.VisualVariable.Size": {
11783
11878
  "additionalProperties": false,
11784
- "description": "Specifies the largest marker size to use at any given map scale. This is required if valueUnit is set to unknown. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/maxSize/}{@linkhttps://developers.arcgis.com/web-map-specification/objects/minSize/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/maxSize/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/minSize/}.",
11879
+ "description": "Specifies the largest marker size to use at any given map scale. This is required if valueUnit is set to unknown. See {@link https://developers.arcgis.com/web-map-specification/objects/maxSize/} {@link https://developers.arcgis.com/web-map-specification/objects/minSize/} {@link https://developers.arcgis.com/web-scene-specification/objects/maxSize/} {@link https://developers.arcgis.com/web-scene-specification/objects/minSize/}.",
11785
11880
  "properties": {
11786
11881
  "expression": {
11787
11882
  "description": "The value which allows a size to be defined based on the map scale. Currently, the only supported expression is, view.scale.",
@@ -11807,7 +11902,7 @@
11807
11902
  },
11808
11903
  "esri.rest-api.VisualVariable.SizeInfo": {
11809
11904
  "additionalProperties": false,
11810
- "description": "The sizeInfo visual variable defines how a continuous color ramp is applied to features based on the values of a numeric field attribute. The minimum and maximum values of the data should be indicated along with their respective color values. You must specify either colors or stops to construct the color ramp. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/sizeInfo_visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/sizeInfo_visualVariable/}.",
11905
+ "description": "The sizeInfo visual variable defines how a continuous color ramp is applied to features based on the values of a numeric field attribute. The minimum and maximum values of the data should be indicated along with their respective color values. You must specify either colors or stops to construct the color ramp. See {@link https://developers.arcgis.com/web-map-specification/objects/sizeInfo_visualVariable/} {@link https://developers.arcgis.com/web-scene-specification/objects/sizeInfo_visualVariable/}.",
11811
11906
  "properties": {
11812
11907
  "axis": {
11813
11908
  "description": "Defines the axis the size visual variable should be applied to when rendering features with an ObjectSymbol3DLayer.",
@@ -11826,7 +11921,7 @@
11826
11921
  },
11827
11922
  "legendOptions": {
11828
11923
  "$ref": "__type",
11829
- "description": "Options available for the legend. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/legendOptions/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
11924
+ "description": "Options available for the legend. See {@link https://developers.arcgis.com/web-map-specification/objects/legendOptions/} {@link https://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
11830
11925
  },
11831
11926
  "maxDataValue": {
11832
11927
  "description": "The maximum data value.",
@@ -11863,7 +11958,7 @@
11863
11958
  "type": "string"
11864
11959
  },
11865
11960
  "type": {
11866
- "description": "The type of the VisualVariable. See{@linkVisualVariableType}.",
11961
+ "description": "The type of the VisualVariable. See {@link VisualVariableType}.",
11867
11962
  "enum": [
11868
11963
  "sizeInfo"
11869
11964
  ],
@@ -11930,7 +12025,7 @@
11930
12025
  },
11931
12026
  "esri.rest-api.VisualVariable.TransparencyInfo": {
11932
12027
  "additionalProperties": false,
11933
- "description": "TransparencyInfo is supported by opacityInfo in the JavaScript API. Except type and axis, all properties follow the syntax of the JavaScript API's opacityInfo property. It applies transparency to each feature based on the attribute values in a field. The exception is that the webmap JSON uses transparency (range 0 - 100, with 100 as completely transparent) instead of opacity (range 0 - 1, with 0 as completely transparent). See{@linkhttps://developers.arcgis.com/web-map-specification/objects/transparencyInfo_visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/transparencyInfo_visualVariable/}.",
12028
+ "description": "TransparencyInfo is supported by opacityInfo in the JavaScript API. Except type and axis, all properties follow the syntax of the JavaScript API's opacityInfo property. It applies transparency to each feature based on the attribute values in a field. The exception is that the webmap JSON uses transparency (range 0 - 100, with 100 as completely transparent) instead of opacity (range 0 - 1, with 0 as completely transparent). See {@link https://developers.arcgis.com/web-map-specification/objects/transparencyInfo_visualVariable/} {@link https://developers.arcgis.com/web-scene-specification/objects/transparencyInfo_visualVariable/}.",
11934
12029
  "properties": {
11935
12030
  "field": {
11936
12031
  "description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
@@ -11952,7 +12047,7 @@
11952
12047
  "type": "array"
11953
12048
  },
11954
12049
  "type": {
11955
- "description": "The type of the VisualVariable. See{@linkVisualVariableType}.",
12050
+ "description": "The type of the VisualVariable. See {@link VisualVariableType}.",
11956
12051
  "enum": [
11957
12052
  "transparencyInfo"
11958
12053
  ],
@@ -12004,11 +12099,11 @@
12004
12099
  "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
12005
12100
  }
12006
12101
  ],
12007
- "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
12102
+ "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'. See {@link https://developers.arcgis.com/web-map-specification/objects/visualVariable/} {@link https://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
12008
12103
  },
12009
12104
  "esri.rest-api.WMSLayer.WMSLayer": {
12010
12105
  "additionalProperties": false,
12011
- "description": "A layer consuming a Web Map Service (WMS). The WMS specification is an international specification for serving and consuming dynamic maps on the web. For additional information on publishing WMS services, please see the ArcGIS Server help. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/wmsLayer/}.",
12106
+ "description": "A layer consuming a Web Map Service (WMS). The WMS specification is an international specification for serving and consuming dynamic maps on the web. For additional information on publishing WMS services, please see the ArcGIS Server help. See {@link https://developers.arcgis.com/web-map-specification/objects/wmsLayer/}.",
12012
12107
  "properties": {
12013
12108
  "blendMode": {
12014
12109
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -12086,7 +12181,7 @@
12086
12181
  },
12087
12182
  "listMode": {
12088
12183
  "$ref": "esri.ListMode",
12089
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
12184
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
12090
12185
  },
12091
12186
  "mapUrl": {
12092
12187
  "description": "The URL of the WMS map. You should also supply the url property, which is the URL of the WMS capabilities document.",
@@ -12113,7 +12208,7 @@
12113
12208
  "type": "number"
12114
12209
  },
12115
12210
  "refreshInterval": {
12116
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
12211
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
12117
12212
  "type": "number"
12118
12213
  },
12119
12214
  "showLegend": {
@@ -12132,7 +12227,7 @@
12132
12227
  "type": "string"
12133
12228
  },
12134
12229
  "type": {
12135
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
12230
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
12136
12231
  "enum": [
12137
12232
  "BingMapsAerial",
12138
12233
  "BingMapsHybrid",
@@ -12172,7 +12267,7 @@
12172
12267
  },
12173
12268
  "esri.rest-api.WMSSublayer.WMSSublayer": {
12174
12269
  "additionalProperties": false,
12175
- "description": "A layer object may allow overrides on popup content and drawing behavior for individual layers of a web service. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/wmsLayer_layer/}.",
12270
+ "description": "A layer object may allow overrides on popup content and drawing behavior for individual layers of a web service. See {@link https://developers.arcgis.com/web-map-specification/objects/wmsLayer_layer/}.",
12176
12271
  "properties": {
12177
12272
  "legendUrl": {
12178
12273
  "description": "A string URL to a legend graphic for the layer.",
@@ -12199,7 +12294,7 @@
12199
12294
  },
12200
12295
  "esri.rest-api.WMTSInfo.WMTSInfo": {
12201
12296
  "additionalProperties": false,
12202
- "description": "Object containing layerIdentifier, tileMatrixSet, and URL for WMTSLayer layer types. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/wmtsInfo/}.",
12297
+ "description": "Object containing layerIdentifier, tileMatrixSet, and URL for WMTSLayer layer types. See {@link https://developers.arcgis.com/web-map-specification/objects/wmtsInfo/}.",
12203
12298
  "properties": {
12204
12299
  "customLayerParameters": {
12205
12300
  "description": "A sequence of parameters used to append different custom parameters to a WMTS tile request. These parameters are applied to GetTile. The customLayerParameters property takes precedence if customParameters is also present."
@@ -12224,7 +12319,7 @@
12224
12319
  },
12225
12320
  "esri.rest-api.WebTileLayer.WebTileLayer": {
12226
12321
  "additionalProperties": false,
12227
- "description": "A tile layer is a derived from a set of web-accessible tiles which reside on a server. The tiles are accessed by a direct URL request from the web browser. Because the tiles in a tile layer are not available as a service, they must be in a specific format for a web app such as the ArcGIS.com map viewer to display the layer on a map. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/tiledLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tiledLayer/}.",
12322
+ "description": "A tile layer is a derived from a set of web-accessible tiles which reside on a server. The tiles are accessed by a direct URL request from the web browser. Because the tiles in a tile layer are not available as a service, they must be in a specific format for a web app such as the ArcGIS.com map viewer to display the layer on a map. See {@link https://developers.arcgis.com/web-map-specification/objects/tiledLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/tiledLayer/}.",
12228
12323
  "properties": {
12229
12324
  "blendMode": {
12230
12325
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -12263,7 +12358,7 @@
12263
12358
  },
12264
12359
  "listMode": {
12265
12360
  "$ref": "esri.ListMode",
12266
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
12361
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
12267
12362
  },
12268
12363
  "maxScale": {
12269
12364
  "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.",
@@ -12278,7 +12373,7 @@
12278
12373
  "type": "number"
12279
12374
  },
12280
12375
  "refreshInterval": {
12281
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
12376
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
12282
12377
  "type": "number"
12283
12378
  },
12284
12379
  "showLegend": {
@@ -12305,7 +12400,7 @@
12305
12400
  "type": "string"
12306
12401
  },
12307
12402
  "type": {
12308
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
12403
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link portal /OperationalLayer!LegacyOperationalLayerType} and {@link portal /BaseMapLayer!LegacyBaseMapLayerType}.",
12309
12404
  "enum": [
12310
12405
  "BingMapsAerial",
12311
12406
  "BingMapsHybrid",
@@ -12955,6 +13050,24 @@
12955
13050
  },
12956
13051
  "type": "array"
12957
13052
  },
13053
+ "results.upload-data-to-features": {
13054
+ "description": "Convert the supplied upload data args to features.",
13055
+ "enum": [
13056
+ "results.upload-data-to-features"
13057
+ ]
13058
+ },
13059
+ "results.upload-data-to-features:input": {
13060
+ "items": {
13061
+ "$ref": "#/definitions/UploadDataArgs"
13062
+ },
13063
+ "type": "array"
13064
+ },
13065
+ "results.upload-data-to-features:output": {
13066
+ "items": {
13067
+ "$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
13068
+ },
13069
+ "type": "array"
13070
+ },
12958
13071
  "search.clear": {
12959
13072
  "description": "Clears the search input.",
12960
13073
  "enum": [
@@ -14423,6 +14536,22 @@
14423
14536
  ],
14424
14537
  "type": "object"
14425
14538
  },
14539
+ {
14540
+ "additionalProperties": false,
14541
+ "properties": {
14542
+ "arguments": {
14543
+ "$ref": "#/definitions/results.upload-data-to-features:input"
14544
+ },
14545
+ "name": {
14546
+ "$ref": "#/definitions/results.upload-data-to-features"
14547
+ }
14548
+ },
14549
+ "required": [
14550
+ "name",
14551
+ "arguments"
14552
+ ],
14553
+ "type": "object"
14554
+ },
14426
14555
  {
14427
14556
  "additionalProperties": false,
14428
14557
  "properties": {
@@ -14574,6 +14703,9 @@
14574
14703
  {
14575
14704
  "$ref": "#/definitions/results.to-graphics"
14576
14705
  },
14706
+ {
14707
+ "$ref": "#/definitions/results.upload-data-to-features"
14708
+ },
14577
14709
  {
14578
14710
  "$ref": "#/definitions/sketching.add-node-to-geometry"
14579
14711
  },