@vertigis/viewer-spec 52.0.0 → 53.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) 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-common.xsd +11 -0
  14. package/layout/schema/layout-web.xsd +13 -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/project.d.ts +141 -0
  23. package/messaging/registry/project.js +1 -0
  24. package/messaging/registry/system.d.ts +17 -2
  25. package/messaging/registry/ui.d.ts +29 -0
  26. package/messaging/registry/ui.js +1 -1
  27. package/messaging/schema/common-action.schema.json +483 -500
  28. package/messaging/schema/common-event.schema.json +371 -412
  29. package/messaging/schema/mobile-action.schema.json +584 -522
  30. package/messaging/schema/mobile-event.schema.json +404 -445
  31. package/messaging/schema/web-action.schema.json +1454 -770
  32. package/messaging/schema/web-event.schema.json +540 -479
  33. package/package.json +4 -1
  34. package/version.d.ts +1 -1
  35. package/version.js +1 -1
@@ -3,7 +3,7 @@
3
3
  "definitions": {
4
4
  "@vertigis.arcgis-extensions.Entity.EntityProperties": {
5
5
  "additionalProperties": false,
6
- "description": "Serializable properties for{@linkEntity}.",
6
+ "description": "Serializable properties for {@link Entity}.",
7
7
  "properties": {
8
8
  "id": {
9
9
  "description": "The unique ID to assign to the entity. If not specified, one will be generated.",
@@ -26,23 +26,23 @@
26
26
  "description": "A hyperlink associated with a feature or layer.",
27
27
  "properties": {
28
28
  "iconUrl": {
29
- "description": "See{@linkHyperlink.iconUrl}.",
29
+ "description": "See {@link Hyperlink.iconUrl}.",
30
30
  "type": "string"
31
31
  },
32
32
  "target": {
33
- "description": "See{@linkHyperlink.target}.",
33
+ "description": "See {@link Hyperlink.target}.",
34
34
  "type": "string"
35
35
  },
36
36
  "text": {
37
- "description": "See{@linkHyperlink.text}.",
37
+ "description": "See {@link Hyperlink.text}.",
38
38
  "type": "string"
39
39
  },
40
40
  "tooltip": {
41
- "description": "See{@linkHyperlink.tooltip}.",
41
+ "description": "See {@link Hyperlink.tooltip}.",
42
42
  "type": "string"
43
43
  },
44
44
  "url": {
45
- "description": "See{@linkHyperlink.url}.",
45
+ "description": "See {@link Hyperlink.url}.",
46
46
  "type": "string"
47
47
  }
48
48
  },
@@ -54,7 +54,7 @@
54
54
  },
55
55
  "@vertigis.arcgis-extensions.data.Feature.FeatureProperties": {
56
56
  "additionalProperties": false,
57
- "description": "Properties that can be passed into the constructor for{@linkdata /Feature!Feature}.",
57
+ "description": "Properties that can be passed into the constructor for {@link data /Feature!Feature}.",
58
58
  "properties": {
59
59
  "attributes": {
60
60
  "anyOf": [
@@ -67,7 +67,7 @@
67
67
  },
68
68
  "failureMode": {
69
69
  "$ref": "#/definitions/@vertigis.arcgis-extensions.FailureMode.FailureMode",
70
- "description": "See{@linksupport /InitializableBase!InitializableBase.failureMode}."
70
+ "description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
71
71
  },
72
72
  "geometry": {
73
73
  "anyOf": [
@@ -113,7 +113,7 @@
113
113
  },
114
114
  "@vertigis.arcgis-extensions.data.FeatureSettings.FeatureSettingsProperties": {
115
115
  "additionalProperties": false,
116
- "description": "Properties that can be passed into the constructor for{@linkdata /FeatureSettings!FeatureSettings}.",
116
+ "description": "Properties that can be passed into the constructor for {@link data /FeatureSettings!FeatureSettings}.",
117
117
  "properties": {
118
118
  "formatSettings": {
119
119
  "$ref": "#/definitions/@vertigis.arcgis-extensions.support.FormatSettings.FormatSettingsProperties",
@@ -134,11 +134,11 @@
134
134
  "type": "array"
135
135
  },
136
136
  "maxAllowableOffset": {
137
- "description": "See{@linkdata /FeatureSettings!FeatureSettings.maxAllowableOffset}.",
137
+ "description": "See {@link data /FeatureSettings!FeatureSettings.maxAllowableOffset}.",
138
138
  "type": "number"
139
139
  },
140
140
  "outFields": {
141
- "description": "See{@linkdata /FeatureSettings!FeatureSettings.outFields}.",
141
+ "description": "See {@link data /FeatureSettings!FeatureSettings.outFields}.",
142
142
  "items": {
143
143
  "type": "string"
144
144
  },
@@ -146,10 +146,10 @@
146
146
  },
147
147
  "outSpatialReference": {
148
148
  "$ref": "#/definitions/esri.SpatialReference",
149
- "description": "See{@linkdata /FeatureSettings!FeatureSettings.outSpatialReference}."
149
+ "description": "See {@link data /FeatureSettings!FeatureSettings.outSpatialReference}."
150
150
  },
151
151
  "popupContentExtensions": {
152
- "description": "See{@linkdata /FeatureSettings!FeatureSettings.popupContentExtensions}.",
152
+ "description": "See {@link data /FeatureSettings!FeatureSettings.popupContentExtensions}.",
153
153
  "items": {
154
154
  "anyOf": [
155
155
  {
@@ -174,15 +174,15 @@
174
174
  "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."
175
175
  },
176
176
  "returnGeometry": {
177
- "description": "See{@linkdata /FeatureSettings!FeatureSettings.returnGeometry}.",
177
+ "description": "See {@link data /FeatureSettings!FeatureSettings.returnGeometry}.",
178
178
  "type": "boolean"
179
179
  },
180
180
  "zoomFactor": {
181
- "description": "See{@linkdata /FeatureSettings!FeatureSettings.zoomFactor}.",
181
+ "description": "See {@link data /FeatureSettings!FeatureSettings.zoomFactor}.",
182
182
  "type": "number"
183
183
  },
184
184
  "zoomScale": {
185
- "description": "See{@linkdata /FeatureSettings!FeatureSettings.zoomScale}.",
185
+ "description": "See {@link data /FeatureSettings!FeatureSettings.zoomScale}.",
186
186
  "type": "number"
187
187
  }
188
188
  },
@@ -190,11 +190,11 @@
190
190
  },
191
191
  "@vertigis.arcgis-extensions.data.FieldExtension.FieldExtensionProperties": {
192
192
  "additionalProperties": false,
193
- "description": "Properties that can be passed into the constructor for{@linkdata /FieldExtension!FieldExtension}.",
193
+ "description": "Properties that can be passed into the constructor for {@link data /FieldExtension!FieldExtension}.",
194
194
  "properties": {
195
195
  "failureMode": {
196
196
  "$ref": "#/definitions/@vertigis.arcgis-extensions.FailureMode.FailureMode",
197
- "description": "See{@linksupport /InitializableBase!InitializableBase.failureMode}."
197
+ "description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
198
198
  },
199
199
  "field": {
200
200
  "anyOf": [
@@ -267,7 +267,7 @@
267
267
  },
268
268
  "type": {
269
269
  "$ref": "#/definitions/esri.rest-api.Field.FieldType",
270
- "description": "Type of the Field. See{@linkportal /Field!FieldType}."
270
+ "description": "Type of the Field. See {@link portal /Field!FieldType}."
271
271
  }
272
272
  },
273
273
  "type": "object"
@@ -341,7 +341,7 @@
341
341
  },
342
342
  "@vertigis.arcgis-extensions.data.PopupContentExtension.PopupContentExtensionProperties": {
343
343
  "additionalProperties": false,
344
- "description": "Properties that can be passed into the constructor for{@linkPopupContentExtension}.",
344
+ "description": "Properties that can be passed into the constructor for {@link PopupContentExtension}.",
345
345
  "properties": {
346
346
  "content": {
347
347
  "anyOf": [
@@ -356,7 +356,7 @@
356
356
  },
357
357
  "failureMode": {
358
358
  "$ref": "#/definitions/@vertigis.arcgis-extensions.FailureMode.FailureMode",
359
- "description": "See{@linksupport /InitializableBase!InitializableBase.failureMode}."
359
+ "description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
360
360
  },
361
361
  "id": {
362
362
  "description": "The unique ID to assign to the entity. If not specified, one will be generated.",
@@ -378,14 +378,14 @@
378
378
  },
379
379
  "@vertigis.arcgis-extensions.data.Schema.SchemaProperties": {
380
380
  "additionalProperties": false,
381
- "description": "Properties that can be passed into the constructor for{@linkdata /Schema!Schema}.",
381
+ "description": "Properties that can be passed into the constructor for {@link data /Schema!Schema}.",
382
382
  "properties": {
383
383
  "displayField": {
384
- "description": "See{@linkdata /Schema!Schema.displayField}.",
384
+ "description": "See {@link data /Schema!Schema.displayField}.",
385
385
  "type": "string"
386
386
  },
387
387
  "fieldExtensions": {
388
- "description": "See{@linkdata /Schema!Schema.fieldExtensions}.",
388
+ "description": "See {@link data /Schema!Schema.fieldExtensions}.",
389
389
  "items": {
390
390
  "anyOf": [
391
391
  {
@@ -399,7 +399,7 @@
399
399
  "type": "array"
400
400
  },
401
401
  "fields": {
402
- "description": "See{@linkdata /Schema!Schema.fields}.",
402
+ "description": "See {@link data /Schema!Schema.fields}.",
403
403
  "items": {
404
404
  "anyOf": [
405
405
  {
@@ -413,27 +413,27 @@
413
413
  "type": "array"
414
414
  },
415
415
  "geometryType": {
416
- "description": "See{@linkdata /Schema!Schema.geometryType}.",
416
+ "description": "See {@link data /Schema!Schema.geometryType}.",
417
417
  "type": "string"
418
418
  },
419
419
  "primaryKeyField": {
420
- "description": "See{@linkdata /Schema!Schema.primaryKeyField}.",
420
+ "description": "See {@link data /Schema!Schema.primaryKeyField}.",
421
421
  "type": "string"
422
422
  },
423
423
  "spatialReference": {
424
424
  "$ref": "#/definitions/esri.SpatialReference",
425
- "description": "See{@linkdata /Schema!Schema.spatialReference}."
425
+ "description": "See {@link data /Schema!Schema.spatialReference}."
426
426
  },
427
427
  "timeZone": {
428
- "description": "See{@linkdata /Schema!Schema.timeZone}.",
428
+ "description": "See {@link data /Schema!Schema.timeZone}.",
429
429
  "type": "string"
430
430
  },
431
431
  "typeIdField": {
432
- "description": "See{@linkdata /Schema!Schema.typeIdField}.",
432
+ "description": "See {@link data /Schema!Schema.typeIdField}.",
433
433
  "type": "string"
434
434
  },
435
435
  "types": {
436
- "description": "See{@linkdata /Schema!Schema.types}.",
436
+ "description": "See {@link data /Schema!Schema.types}.",
437
437
  "items": {
438
438
  "anyOf": [
439
439
  {
@@ -492,14 +492,14 @@
492
492
  },
493
493
  "@vertigis.arcgis-extensions.support.FormatSettings.FormatSettingsProperties": {
494
494
  "additionalProperties": false,
495
- "description": "Properties that can be passed into the constructor for{@linkFormatSettings}.",
495
+ "description": "Properties that can be passed into the constructor for {@link FormatSettings}.",
496
496
  "properties": {
497
497
  "currency": {
498
498
  "description": "The 3-letter ISO 4217 currency code (e.g \"USD\", \"CAD\"). Required when formatting a number using NumberFormat.CURRENCY or NumberFormat.ACCOUNTING.",
499
499
  "type": "string"
500
500
  },
501
501
  "dateFormat": {
502
- "description": "The default format for date values. Either a{@linkutilities /date!DateFormat}constant, or a custom date format string.",
502
+ "description": "The default format for date values. Either a {@link utilities /date!DateFormat} constant, or a custom date format string.",
503
503
  "type": "string"
504
504
  },
505
505
  "fractionalDigits": {
@@ -511,7 +511,7 @@
511
511
  "type": "string"
512
512
  },
513
513
  "numberFormat": {
514
- "description": "The default format for number values. Either a{@linkutilities /number!NumberFormat}constant, or a custom number format string.",
514
+ "description": "The default format for number values. Either a {@link utilities /number!NumberFormat} constant, or a custom number format string.",
515
515
  "type": "string"
516
516
  },
517
517
  "timeZone": {
@@ -562,10 +562,10 @@
562
562
  "properties": {
563
563
  "cancelToken": {
564
564
  "$ref": "@vertigis.arcgis-extensions.support.Cancellable.CancelToken",
565
- "description": "An optional cancel token from a{@linksupport /Cancellable!Cancellable}that can be used to cancel the geocode operation."
565
+ "description": "An optional cancel token from a {@link support /Cancellable!Cancellable} that can be used to cancel the geocode operation."
566
566
  },
567
567
  "maxResults": {
568
- "description": "The maximum number of results to return. This cannot exceed the maximum supported by the geocoder (see{@linktasks /geocoding/Geocoder!Geocoder.capabilities}).",
568
+ "description": "The maximum number of results to return. This cannot exceed the maximum supported by the geocoder (see {@link tasks /geocoding/Geocoder!Geocoder.capabilities}).",
569
569
  "type": "number"
570
570
  },
571
571
  "outFields": {
@@ -715,7 +715,7 @@
715
715
  },
716
716
  "AddNodeToGeometryArgs": {
717
717
  "additionalProperties": false,
718
- "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.",
718
+ "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.",
719
719
  "properties": {
720
720
  "geometry": {
721
721
  "$ref": "#/definitions/esri.Geometry",
@@ -919,18 +919,7 @@
919
919
  "anyOf": [
920
920
  {
921
921
  "items": {
922
- "description": "The type of tool used for sketching.",
923
- "enum": [
924
- "circle",
925
- "extent",
926
- "line",
927
- "multipoint",
928
- "point",
929
- "polygon",
930
- "polyline",
931
- "square"
932
- ],
933
- "type": "string"
922
+ "$ref": "#/definitions/SketchTool"
934
923
  },
935
924
  "type": "array"
936
925
  },
@@ -1748,6 +1737,44 @@
1748
1737
  ],
1749
1738
  "type": "string"
1750
1739
  },
1740
+ "EffectFunction": {
1741
+ "anyOf": [
1742
+ {
1743
+ "$ref": "#/definitions/esri.rest-api.Effect.HueRotateEffectFunction"
1744
+ },
1745
+ {
1746
+ "$ref": "#/definitions/esri.rest-api.Effect.BlurEffectFunction"
1747
+ },
1748
+ {
1749
+ "$ref": "#/definitions/esri.rest-api.Effect.DropShadowEffectFunction"
1750
+ },
1751
+ {
1752
+ "$ref": "#/definitions/esri.rest-api.Effect.BloomEffectFunction"
1753
+ },
1754
+ {
1755
+ "$ref": "#/definitions/esri.rest-api.Effect.BrightnessEffectFunction"
1756
+ },
1757
+ {
1758
+ "$ref": "#/definitions/esri.rest-api.Effect.ContrastEffectFunction"
1759
+ },
1760
+ {
1761
+ "$ref": "#/definitions/esri.rest-api.Effect.GrayscaleEffectFunction"
1762
+ },
1763
+ {
1764
+ "$ref": "#/definitions/esri.rest-api.Effect.InvertEffectFunction"
1765
+ },
1766
+ {
1767
+ "$ref": "#/definitions/esri.rest-api.Effect.OpacityEffectFunction"
1768
+ },
1769
+ {
1770
+ "$ref": "#/definitions/esri.rest-api.Effect.SaturateEffectFunction"
1771
+ },
1772
+ {
1773
+ "$ref": "#/definitions/esri.rest-api.Effect.SepiaEffectFunction"
1774
+ }
1775
+ ],
1776
+ "description": "Effect functions that can be combined to build a layer effect."
1777
+ },
1751
1778
  "EnableBackgroundLocationUpdateArgs": {
1752
1779
  "additionalProperties": false,
1753
1780
  "description": "Arguments for the system.enable-background-location-updates command.",
@@ -2298,6 +2325,18 @@
2298
2325
  ],
2299
2326
  "description": "An object that is convertible to Esri Graphic or set of graphics."
2300
2327
  },
2328
+ "HapticStyle": {
2329
+ "description": "The haptic style.",
2330
+ "enum": [
2331
+ "error",
2332
+ "heavy",
2333
+ "light",
2334
+ "medium",
2335
+ "success",
2336
+ "warning"
2337
+ ],
2338
+ "type": "string"
2339
+ },
2301
2340
  "HasMaps": {
2302
2341
  "additionalProperties": false,
2303
2342
  "description": "Defines an object that has a `maps` property.",
@@ -2472,6 +2511,35 @@
2472
2511
  "description": "A set of parameters used to run a job.",
2473
2512
  "type": "object"
2474
2513
  },
2514
+ "LayerLike": {
2515
+ "anyOf": [
2516
+ {
2517
+ "$ref": "#/definitions/@vertigis.arcgis-extensions.mapping._LayerExtension.LayerReference"
2518
+ },
2519
+ {
2520
+ "$ref": "#/definitions/@vertigis.arcgis-extensions.data._TableExtension.TableReference"
2521
+ },
2522
+ {
2523
+ "$ref": "#/definitions/esri.Layer"
2524
+ },
2525
+ {
2526
+ "$ref": "@vertigis.arcgis-extensions.mapping._LayerExtension.LayerExtension"
2527
+ },
2528
+ {
2529
+ "$ref": "esri.SublayerLike"
2530
+ },
2531
+ {
2532
+ "$ref": "@vertigis.arcgis-extensions.mapping._SublayerExtension.SublayerExtension"
2533
+ },
2534
+ {
2535
+ "$ref": "@vertigis.arcgis-extensions.data._TableExtension.TableExtension"
2536
+ },
2537
+ {
2538
+ "type": "string"
2539
+ }
2540
+ ],
2541
+ "description": "A (sub)layer extension, or an object that is convertible to one."
2542
+ },
2475
2543
  "LayerPresetsArgs": {
2476
2544
  "additionalProperties": false,
2477
2545
  "description": "Arguments for the 'layer-presets.apply' command.",
@@ -2515,33 +2583,7 @@
2515
2583
  },
2516
2584
  {
2517
2585
  "items": {
2518
- "anyOf": [
2519
- {
2520
- "$ref": "#/definitions/@vertigis.arcgis-extensions.mapping._LayerExtension.LayerReference"
2521
- },
2522
- {
2523
- "$ref": "#/definitions/@vertigis.arcgis-extensions.data._TableExtension.TableReference"
2524
- },
2525
- {
2526
- "$ref": "#/definitions/esri.Layer"
2527
- },
2528
- {
2529
- "$ref": "@vertigis.arcgis-extensions.mapping._LayerExtension.LayerExtension"
2530
- },
2531
- {
2532
- "$ref": "esri.SublayerLike"
2533
- },
2534
- {
2535
- "$ref": "@vertigis.arcgis-extensions.mapping._SublayerExtension.SublayerExtension"
2536
- },
2537
- {
2538
- "$ref": "@vertigis.arcgis-extensions.data._TableExtension.TableExtension"
2539
- },
2540
- {
2541
- "type": "string"
2542
- }
2543
- ],
2544
- "description": "A (sub)layer extension, or an object that is convertible to one."
2586
+ "$ref": "#/definitions/LayerLike"
2545
2587
  },
2546
2588
  "type": "array"
2547
2589
  },
@@ -2631,6 +2673,16 @@
2631
2673
  ],
2632
2674
  "description": "A reference to a model (using its ID or model instance)."
2633
2675
  },
2676
+ "NetworkStatus": {
2677
+ "description": "The status of a connection to a network host.",
2678
+ "enum": [
2679
+ "ConnectedToCarrierDataNetwork",
2680
+ "ConnectedToWiFiOrEthernet",
2681
+ "NoConnection",
2682
+ "Restricted"
2683
+ ],
2684
+ "type": "string"
2685
+ },
2634
2686
  "NotificationCategory": {
2635
2687
  "description": "A category for a notification that affects the color and icon used.",
2636
2688
  "enum": [
@@ -2920,6 +2972,20 @@
2920
2972
  ],
2921
2973
  "type": "object"
2922
2974
  },
2975
+ "PointCloudFilter": {
2976
+ "anyOf": [
2977
+ {
2978
+ "$ref": "#/definitions/esri.rest-api.PointCloudBitfieldFilter.PointCloudBitfieldFilter"
2979
+ },
2980
+ {
2981
+ "$ref": "#/definitions/esri.rest-api.PointCloudReturnFilter.PointCloudReturnFilter"
2982
+ },
2983
+ {
2984
+ "$ref": "#/definitions/esri.rest-api.PointCloudValueFilter.PointCloudValueFilter"
2985
+ }
2986
+ ],
2987
+ "description": "Filters applied to the pointCloud which will hide a point. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
2988
+ },
2923
2989
  "PublishEventArgs": {
2924
2990
  "additionalProperties": false,
2925
2991
  "description": "Arguments for the 'viewer.publish-event' command.",
@@ -3233,6 +3299,14 @@
3233
3299
  ],
3234
3300
  "type": "object"
3235
3301
  },
3302
+ "SearchSource": {
3303
+ "description": "The search source.",
3304
+ "enum": [
3305
+ "addresses",
3306
+ "features"
3307
+ ],
3308
+ "type": "string"
3309
+ },
3236
3310
  "SetBasemapArg": {
3237
3311
  "anyOf": [
3238
3312
  {
@@ -3386,7 +3460,7 @@
3386
3460
  },
3387
3461
  {
3388
3462
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
3389
- "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/}."
3463
+ "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/}."
3390
3464
  },
3391
3465
  {
3392
3466
  "type": "string"
@@ -3471,11 +3545,43 @@
3471
3545
  },
3472
3546
  {
3473
3547
  "additionalProperties": false,
3474
- "properties": {}
3548
+ "properties": {
3549
+ "activate": {
3550
+ "description": "Whether to activate the component showing the results of the operation. False by default.",
3551
+ "type": "boolean"
3552
+ },
3553
+ "features": {
3554
+ "$ref": "#/definitions/FeaturesLike",
3555
+ "description": "Features to use for the command/operation."
3556
+ },
3557
+ "results": {
3558
+ "$ref": "#/definitions/ModelRef",
3559
+ "description": "The result component to update, referenced by results model or its ID."
3560
+ },
3561
+ "resultsSetId": {
3562
+ "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.",
3563
+ "type": "string"
3564
+ }
3565
+ },
3566
+ "type": "object"
3475
3567
  }
3476
3568
  ],
3477
3569
  "description": "Arguments for various commands that manipulate the current set of shown results."
3478
3570
  },
3571
+ "SketchTool": {
3572
+ "description": "The type of tool used for sketching.",
3573
+ "enum": [
3574
+ "circle",
3575
+ "extent",
3576
+ "line",
3577
+ "multipoint",
3578
+ "point",
3579
+ "polygon",
3580
+ "polyline",
3581
+ "square"
3582
+ ],
3583
+ "type": "string"
3584
+ },
3479
3585
  "SnapHostPanelArgs": {
3480
3586
  "additionalProperties": false,
3481
3587
  "description": "Arguments for the \"panel.snap-host-panel\" command.",
@@ -3882,11 +3988,11 @@
3882
3988
  "type": "array"
3883
3989
  },
3884
3990
  "currency": {
3885
- "description": "The default unit of currency to use when formatting currency. See{@linkutilities /number!NumberSettings.currency}.",
3991
+ "description": "The default unit of currency to use when formatting currency. See {@link utilities /number!NumberSettings.currency}.",
3886
3992
  "type": "string"
3887
3993
  },
3888
3994
  "dateFormat": {
3889
- "description": "The default format to use when formatting dates. See{@linkutilities /date!DateFormatter.format}.",
3995
+ "description": "The default format to use when formatting dates. See {@link utilities /date!DateFormatter.format}.",
3890
3996
  "type": "string"
3891
3997
  },
3892
3998
  "defaultValue": {
@@ -3894,7 +4000,7 @@
3894
4000
  "type": "string"
3895
4001
  },
3896
4002
  "fractionalDigits": {
3897
- "description": "The default number of digits to show after the decimal point when formatting numbers. See{@linkutilities /number!NumberSettings.fractionalDigits}.",
4003
+ "description": "The default number of digits to show after the decimal point when formatting numbers. See {@link utilities /number!NumberSettings.fractionalDigits}.",
3898
4004
  "type": "number"
3899
4005
  },
3900
4006
  "locale": {
@@ -3902,7 +4008,7 @@
3902
4008
  "type": "string"
3903
4009
  },
3904
4010
  "numberFormat": {
3905
- "description": "The default format to use when formatting numbers. See{@linkutilities /number!NumberFormatter.format}.",
4011
+ "description": "The default format to use when formatting numbers. See {@link utilities /number!NumberFormatter.format}.",
3906
4012
  "type": "string"
3907
4013
  },
3908
4014
  "text": {
@@ -4655,7 +4761,7 @@
4655
4761
  },
4656
4762
  "listMode": {
4657
4763
  "$ref": "esri.ListMode",
4658
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
4764
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
4659
4765
  },
4660
4766
  "maxScale": {
4661
4767
  "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.",
@@ -4670,7 +4776,7 @@
4670
4776
  "type": "number"
4671
4777
  },
4672
4778
  "refreshInterval": {
4673
- "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}.",
4779
+ "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}.",
4674
4780
  "type": "number"
4675
4781
  },
4676
4782
  "showLegend": {
@@ -4689,7 +4795,7 @@
4689
4795
  "type": "string"
4690
4796
  },
4691
4797
  "type": {
4692
- "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}.",
4798
+ "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}.",
4693
4799
  "enum": [
4694
4800
  "BingMapsAerial",
4695
4801
  "BingMapsHybrid",
@@ -4882,7 +4988,7 @@
4882
4988
  },
4883
4989
  "esri.rest-api.CIMSymbol.CIMSymbol": {
4884
4990
  "additionalProperties": false,
4885
- "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/}.",
4991
+ "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/}.",
4886
4992
  "properties": {
4887
4993
  "type": {
4888
4994
  "description": "Specifies the type of symbol used.",
@@ -4899,7 +5005,7 @@
4899
5005
  },
4900
5006
  "esri.rest-api.CSVLayer.CSVLayer": {
4901
5007
  "additionalProperties": false,
4902
- "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/}.",
5008
+ "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/}.",
4903
5009
  "properties": {
4904
5010
  "blendMode": {
4905
5011
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -4934,7 +5040,7 @@
4934
5040
  },
4935
5041
  "listMode": {
4936
5042
  "$ref": "esri.ListMode",
4937
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
5043
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
4938
5044
  },
4939
5045
  "locationInfo": {
4940
5046
  "$ref": "#/definitions/esri.rest-api.LocationInfo.LocationInfo",
@@ -4957,7 +5063,7 @@
4957
5063
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
4958
5064
  },
4959
5065
  "refreshInterval": {
4960
- "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}.",
5066
+ "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}.",
4961
5067
  "type": "number"
4962
5068
  },
4963
5069
  "screenSizePerspective": {
@@ -4977,7 +5083,7 @@
4977
5083
  "type": "string"
4978
5084
  },
4979
5085
  "type": {
4980
- "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}.",
5086
+ "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}.",
4981
5087
  "enum": [
4982
5088
  "BingMapsAerial",
4983
5089
  "BingMapsHybrid",
@@ -5059,7 +5165,7 @@
5059
5165
  },
5060
5166
  "esri.rest-api.Camera.Camera": {
5061
5167
  "additionalProperties": false,
5062
- "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/}.",
5168
+ "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/}.",
5063
5169
  "properties": {
5064
5170
  "heading": {
5065
5171
  "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.",
@@ -5081,7 +5187,7 @@
5081
5187
  },
5082
5188
  "esri.rest-api.ClassBreaksRenderer.ClassBreakInfo": {
5083
5189
  "additionalProperties": false,
5084
- "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/}.",
5190
+ "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/}.",
5085
5191
  "properties": {
5086
5192
  "classMaxValue": {
5087
5193
  "description": "A numeric value used to specify the maximum value for a break.",
@@ -5152,7 +5258,7 @@
5152
5258
  },
5153
5259
  "esri.rest-api.ClassBreaksRenderer.ClassBreaksRenderer": {
5154
5260
  "additionalProperties": false,
5155
- "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/}.",
5261
+ "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/}.",
5156
5262
  "properties": {
5157
5263
  "authoringInfo": {
5158
5264
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -5178,7 +5284,7 @@
5178
5284
  },
5179
5285
  "classificationMethod": {
5180
5286
  "$ref": "#/definitions/esri.rest-api.ClassBreaksRenderer.ClassificationMethod",
5181
- "description": "Determines the classification method that was used to generate class breaks. See{@linkClassificationMethod}."
5287
+ "description": "Determines the classification method that was used to generate class breaks. See {@link ClassificationMethod}."
5182
5288
  },
5183
5289
  "defaultLabel": {
5184
5290
  "description": "Default string for the default symbol used to draw unspecified values.",
@@ -5246,7 +5352,7 @@
5246
5352
  },
5247
5353
  "normalizationType": {
5248
5354
  "$ref": "#/definitions/esri.rest-api.ClassBreaksRenderer.NormalizationType",
5249
- "description": "One of the NormalizationType constants. See{@linkNormalizationType}."
5355
+ "description": "One of the NormalizationType constants. See {@link NormalizationType}."
5250
5356
  },
5251
5357
  "rotationExpression": {
5252
5358
  "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.",
@@ -5254,10 +5360,10 @@
5254
5360
  },
5255
5361
  "rotationType": {
5256
5362
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
5257
- "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}."
5363
+ "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}."
5258
5364
  },
5259
5365
  "type": {
5260
- "description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
5366
+ "description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
5261
5367
  "enum": [
5262
5368
  "classBreaks"
5263
5369
  ],
@@ -5266,8 +5372,7 @@
5266
5372
  "visualVariables": {
5267
5373
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
5268
5374
  "items": {
5269
- "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
5270
- "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/}."
5375
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
5271
5376
  },
5272
5377
  "type": "array"
5273
5378
  }
@@ -5303,7 +5408,7 @@
5303
5408
  },
5304
5409
  "esri.rest-api.CodedValueDomain.CodedValue": {
5305
5410
  "additionalProperties": false,
5306
- "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/}.",
5411
+ "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/}.",
5307
5412
  "properties": {
5308
5413
  "code": {
5309
5414
  "description": "Value indicating which unique code is used to identify the feature attribute.",
@@ -5325,7 +5430,7 @@
5325
5430
  },
5326
5431
  "esri.rest-api.CodedValueDomain.CodedValueDomain": {
5327
5432
  "additionalProperties": false,
5328
- "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/}.",
5433
+ "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/}.",
5329
5434
  "properties": {
5330
5435
  "codedValues": {
5331
5436
  "description": "The set of valid coded values.",
@@ -5339,7 +5444,7 @@
5339
5444
  "type": "string"
5340
5445
  },
5341
5446
  "type": {
5342
- "description": "Type of domain. See{@linkportal /Domain!DomainType}.",
5447
+ "description": "Type of domain. See {@link portal /Domain!DomainType}.",
5343
5448
  "enum": [
5344
5449
  "codedValue"
5345
5450
  ],
@@ -5355,7 +5460,7 @@
5355
5460
  },
5356
5461
  "esri.rest-api.ColorClassBreakInfo.ColorClassBreakInfo": {
5357
5462
  "additionalProperties": false,
5358
- "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorClassBreakInfo/}.",
5463
+ "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/}.",
5359
5464
  "properties": {
5360
5465
  "classMaxValue": {
5361
5466
  "description": "A numeric value used to specify the maximum value for a break.",
@@ -5382,7 +5487,7 @@
5382
5487
  },
5383
5488
  "esri.rest-api.ColorUniqueValueInfos.ColorUniqueValueInfos": {
5384
5489
  "additionalProperties": false,
5385
- "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorUniqueValueInfo/}.",
5490
+ "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/}.",
5386
5491
  "properties": {
5387
5492
  "color": {
5388
5493
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -5421,11 +5526,11 @@
5421
5526
  "$ref": "#/definitions/esri.rest-api.TableDataSource.TableDataSource"
5422
5527
  }
5423
5528
  ],
5424
- "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/}."
5529
+ "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/}."
5425
5530
  },
5426
5531
  "esri.rest-api.DefinitionEditor.DefinitionEditor": {
5427
5532
  "additionalProperties": false,
5428
- "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/}.",
5533
+ "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/}.",
5429
5534
  "properties": {
5430
5535
  "inputs": {
5431
5536
  "description": "An array of input objects.",
@@ -5443,7 +5548,7 @@
5443
5548
  },
5444
5549
  "esri.rest-api.DefinitionEditor.Input": {
5445
5550
  "additionalProperties": false,
5446
- "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/}.",
5551
+ "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/}.",
5447
5552
  "properties": {
5448
5553
  "hint": {
5449
5554
  "description": "A string value representing a hint for the input.",
@@ -5465,7 +5570,7 @@
5465
5570
  },
5466
5571
  "esri.rest-api.DefinitionEditor.Parameter": {
5467
5572
  "additionalProperties": false,
5468
- "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/}.",
5573
+ "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/}.",
5469
5574
  "properties": {
5470
5575
  "defaultValue": {
5471
5576
  "description": "The default value that is automatically given if nothing is provided.",
@@ -5501,27 +5606,16 @@
5501
5606
  "$ref": "#/definitions/esri.rest-api.RangeDomain.RangeDomain"
5502
5607
  }
5503
5608
  ],
5504
- "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/}."
5609
+ "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/}."
5505
5610
  },
5506
5611
  "esri.rest-api.DrawingInfo.DrawingInfo": {
5507
5612
  "additionalProperties": false,
5508
- "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/}.",
5613
+ "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/}.",
5509
5614
  "properties": {
5510
5615
  "filters": {
5511
5616
  "description": "Filters for PointCloud layers.",
5512
5617
  "items": {
5513
- "anyOf": [
5514
- {
5515
- "$ref": "#/definitions/esri.rest-api.PointCloudBitfieldFilter.PointCloudBitfieldFilter"
5516
- },
5517
- {
5518
- "$ref": "#/definitions/esri.rest-api.PointCloudReturnFilter.PointCloudReturnFilter"
5519
- },
5520
- {
5521
- "$ref": "#/definitions/esri.rest-api.PointCloudValueFilter.PointCloudValueFilter"
5522
- }
5523
- ],
5524
- "description": "Filters applied to the pointCloud which will hide a point. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
5618
+ "$ref": "#/definitions/PointCloudFilter"
5525
5619
  },
5526
5620
  "type": "array"
5527
5621
  },
@@ -5557,11 +5651,11 @@
5557
5651
  },
5558
5652
  "esri.rest-api.DynamicDataLayer.DynamicDataLayer": {
5559
5653
  "additionalProperties": false,
5560
- "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/}.",
5654
+ "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/}.",
5561
5655
  "properties": {
5562
5656
  "dataSource": {
5563
5657
  "$ref": "#/definitions/esri.rest-api.DataSource.DataSource",
5564
- "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/}."
5658
+ "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/}."
5565
5659
  },
5566
5660
  "fields": {
5567
5661
  "description": "An array of objects specifying information about an attribute field.",
@@ -5585,7 +5679,7 @@
5585
5679
  },
5586
5680
  "esri.rest-api.DynamicMapLayer.DynamicMapLayer": {
5587
5681
  "additionalProperties": false,
5588
- "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/}.",
5682
+ "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/}.",
5589
5683
  "properties": {
5590
5684
  "gdbVersion": {
5591
5685
  "description": "If applicable, specify this to use an alternate geodatabase version.",
@@ -5829,42 +5923,7 @@
5829
5923
  },
5830
5924
  {
5831
5925
  "items": {
5832
- "anyOf": [
5833
- {
5834
- "$ref": "#/definitions/esri.rest-api.Effect.HueRotateEffectFunction"
5835
- },
5836
- {
5837
- "$ref": "#/definitions/esri.rest-api.Effect.BlurEffectFunction"
5838
- },
5839
- {
5840
- "$ref": "#/definitions/esri.rest-api.Effect.DropShadowEffectFunction"
5841
- },
5842
- {
5843
- "$ref": "#/definitions/esri.rest-api.Effect.BloomEffectFunction"
5844
- },
5845
- {
5846
- "$ref": "#/definitions/esri.rest-api.Effect.BrightnessEffectFunction"
5847
- },
5848
- {
5849
- "$ref": "#/definitions/esri.rest-api.Effect.ContrastEffectFunction"
5850
- },
5851
- {
5852
- "$ref": "#/definitions/esri.rest-api.Effect.GrayscaleEffectFunction"
5853
- },
5854
- {
5855
- "$ref": "#/definitions/esri.rest-api.Effect.InvertEffectFunction"
5856
- },
5857
- {
5858
- "$ref": "#/definitions/esri.rest-api.Effect.OpacityEffectFunction"
5859
- },
5860
- {
5861
- "$ref": "#/definitions/esri.rest-api.Effect.SaturateEffectFunction"
5862
- },
5863
- {
5864
- "$ref": "#/definitions/esri.rest-api.Effect.SepiaEffectFunction"
5865
- }
5866
- ],
5867
- "description": "Effect functions that can be combined to build a layer effect."
5926
+ "$ref": "#/definitions/EffectFunction"
5868
5927
  },
5869
5928
  "type": "array"
5870
5929
  }
@@ -5987,42 +6046,7 @@
5987
6046
  "value": {
5988
6047
  "description": "The effect to be applied at the corresponding scale.",
5989
6048
  "items": {
5990
- "anyOf": [
5991
- {
5992
- "$ref": "#/definitions/esri.rest-api.Effect.HueRotateEffectFunction"
5993
- },
5994
- {
5995
- "$ref": "#/definitions/esri.rest-api.Effect.BlurEffectFunction"
5996
- },
5997
- {
5998
- "$ref": "#/definitions/esri.rest-api.Effect.DropShadowEffectFunction"
5999
- },
6000
- {
6001
- "$ref": "#/definitions/esri.rest-api.Effect.BloomEffectFunction"
6002
- },
6003
- {
6004
- "$ref": "#/definitions/esri.rest-api.Effect.BrightnessEffectFunction"
6005
- },
6006
- {
6007
- "$ref": "#/definitions/esri.rest-api.Effect.ContrastEffectFunction"
6008
- },
6009
- {
6010
- "$ref": "#/definitions/esri.rest-api.Effect.GrayscaleEffectFunction"
6011
- },
6012
- {
6013
- "$ref": "#/definitions/esri.rest-api.Effect.InvertEffectFunction"
6014
- },
6015
- {
6016
- "$ref": "#/definitions/esri.rest-api.Effect.OpacityEffectFunction"
6017
- },
6018
- {
6019
- "$ref": "#/definitions/esri.rest-api.Effect.SaturateEffectFunction"
6020
- },
6021
- {
6022
- "$ref": "#/definitions/esri.rest-api.Effect.SepiaEffectFunction"
6023
- }
6024
- ],
6025
- "description": "Effect functions that can be combined to build a layer effect."
6049
+ "$ref": "#/definitions/EffectFunction"
6026
6050
  },
6027
6051
  "type": "array"
6028
6052
  }
@@ -6056,7 +6080,7 @@
6056
6080
  },
6057
6081
  "esri.rest-api.ElevationInfo.ElevationInfo": {
6058
6082
  "additionalProperties": false,
6059
- "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/}.",
6083
+ "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/}.",
6060
6084
  "properties": {
6061
6085
  "featureExpression": {
6062
6086
  "description": "Deprecated with 1.8, use featureExpressionInfo instead. Ignores geometry z-values."
@@ -6067,7 +6091,7 @@
6067
6091
  },
6068
6092
  "mode": {
6069
6093
  "$ref": "#/definitions/esri.rest-api.ElevationInfo.ElevationMode",
6070
- "description": "Determines how the service elevation values are combined with the basemap elevation. See{@linkElevationMode}."
6094
+ "description": "Determines how the service elevation values are combined with the basemap elevation. See {@link ElevationMode}."
6071
6095
  },
6072
6096
  "offset": {
6073
6097
  "description": "Offset is always added to the result of the above logic except for `\"onTheGround\"` where offset is ignored.",
@@ -6107,7 +6131,7 @@
6107
6131
  },
6108
6132
  "esri.rest-api.ElevationLayer.ElevationLayer": {
6109
6133
  "additionalProperties": false,
6110
- "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/}.",
6134
+ "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/}.",
6111
6135
  "properties": {
6112
6136
  "blendMode": {
6113
6137
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -6138,7 +6162,7 @@
6138
6162
  },
6139
6163
  "listMode": {
6140
6164
  "$ref": "esri.ListMode",
6141
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
6165
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
6142
6166
  },
6143
6167
  "maxScale": {
6144
6168
  "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.",
@@ -6153,7 +6177,7 @@
6153
6177
  "type": "number"
6154
6178
  },
6155
6179
  "refreshInterval": {
6156
- "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}.",
6180
+ "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}.",
6157
6181
  "type": "number"
6158
6182
  },
6159
6183
  "showLegend": {
@@ -6165,7 +6189,7 @@
6165
6189
  "type": "string"
6166
6190
  },
6167
6191
  "type": {
6168
- "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}.",
6192
+ "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}.",
6169
6193
  "enum": [
6170
6194
  "BingMapsAerial",
6171
6195
  "BingMapsHybrid",
@@ -6194,7 +6218,7 @@
6194
6218
  },
6195
6219
  "esri.rest-api.Extent.Extent": {
6196
6220
  "additionalProperties": false,
6197
- "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/}.",
6221
+ "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/}.",
6198
6222
  "properties": {
6199
6223
  "spatialReference": {
6200
6224
  "$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
@@ -6221,7 +6245,7 @@
6221
6245
  },
6222
6246
  "esri.rest-api.ExtrudeSymbol3DLayer.ExtrudeSymbol3DLayer": {
6223
6247
  "additionalProperties": false,
6224
- "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/}.",
6248
+ "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/}.",
6225
6249
  "properties": {
6226
6250
  "enable": {
6227
6251
  "description": "Type: Boolean.",
@@ -6236,7 +6260,7 @@
6236
6260
  "type": "number"
6237
6261
  },
6238
6262
  "type": {
6239
- "description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
6263
+ "description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
6240
6264
  "enum": [
6241
6265
  "Extrude"
6242
6266
  ],
@@ -6250,7 +6274,7 @@
6250
6274
  },
6251
6275
  "esri.rest-api.Feature.Feature": {
6252
6276
  "additionalProperties": false,
6253
- "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/}.",
6277
+ "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/}.",
6254
6278
  "properties": {
6255
6279
  "attributes": {
6256
6280
  "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."
@@ -6312,7 +6336,7 @@
6312
6336
  },
6313
6337
  "esri.rest-api.FeatureCollection.FeatureCollection": {
6314
6338
  "additionalProperties": false,
6315
- "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/}.",
6339
+ "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/}.",
6316
6340
  "properties": {
6317
6341
  "layers": {
6318
6342
  "description": "An array of Layer objects defining all the styling, geometry, and attribute information for the features.",
@@ -6342,7 +6366,7 @@
6342
6366
  },
6343
6367
  "esri.rest-api.FeatureLayer.FeatureLayer": {
6344
6368
  "additionalProperties": false,
6345
- "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/}.",
6369
+ "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/}.",
6346
6370
  "properties": {
6347
6371
  "blendMode": {
6348
6372
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -6400,7 +6424,7 @@
6400
6424
  },
6401
6425
  "listMode": {
6402
6426
  "$ref": "esri.ListMode",
6403
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
6427
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
6404
6428
  },
6405
6429
  "maxScale": {
6406
6430
  "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.",
@@ -6412,7 +6436,7 @@
6412
6436
  },
6413
6437
  "mode": {
6414
6438
  "$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
6415
- "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}."
6439
+ "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}."
6416
6440
  },
6417
6441
  "opacity": {
6418
6442
  "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
@@ -6423,7 +6447,7 @@
6423
6447
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
6424
6448
  },
6425
6449
  "refreshInterval": {
6426
- "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}.",
6450
+ "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}.",
6427
6451
  "type": "number"
6428
6452
  },
6429
6453
  "screenSizePerspective": {
@@ -6450,7 +6474,7 @@
6450
6474
  "type": "string"
6451
6475
  },
6452
6476
  "type": {
6453
- "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}.",
6477
+ "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}.",
6454
6478
  "enum": [
6455
6479
  "BingMapsAerial",
6456
6480
  "BingMapsHybrid",
@@ -6569,7 +6593,7 @@
6569
6593
  },
6570
6594
  "esri.rest-api.FeatureSet.FeatureSet": {
6571
6595
  "additionalProperties": false,
6572
- "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/}.",
6596
+ "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/}.",
6573
6597
  "properties": {
6574
6598
  "features": {
6575
6599
  "description": "An array of Feature objects, each one containing geometry and a set of attributes.",
@@ -6591,7 +6615,7 @@
6591
6615
  },
6592
6616
  "esri.rest-api.Field.Field": {
6593
6617
  "additionalProperties": false,
6594
- "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/}.",
6618
+ "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/}.",
6595
6619
  "properties": {
6596
6620
  "alias": {
6597
6621
  "description": "The field alias (human-readable name).",
@@ -6623,7 +6647,7 @@
6623
6647
  },
6624
6648
  "type": {
6625
6649
  "$ref": "#/definitions/esri.rest-api.Field.FieldType",
6626
- "description": "Type of the Field. See{@linkportal /Field!FieldType}."
6650
+ "description": "Type of the Field. See {@link portal /Field!FieldType}."
6627
6651
  }
6628
6652
  },
6629
6653
  "type": "object"
@@ -6649,7 +6673,7 @@
6649
6673
  },
6650
6674
  "esri.rest-api.FieldInfo.FieldInfo": {
6651
6675
  "additionalProperties": false,
6652
- "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/}.",
6676
+ "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/}.",
6653
6677
  "properties": {
6654
6678
  "fieldName": {
6655
6679
  "description": "The field name as defined by the service.",
@@ -6669,7 +6693,7 @@
6669
6693
  },
6670
6694
  "stringFieldOption": {
6671
6695
  "$ref": "#/definitions/esri.rest-api.FieldInfo.StringFieldOption",
6672
- "description": "The type of input box editors will see when editing the field. Applies only to string fields. See{@linkStringFieldOption}."
6696
+ "description": "The type of input box editors will see when editing the field. Applies only to string fields. See {@link StringFieldOption}."
6673
6697
  },
6674
6698
  "tooltip": {
6675
6699
  "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.",
@@ -6686,7 +6710,7 @@
6686
6710
  "type": "object"
6687
6711
  },
6688
6712
  "esri.rest-api.FieldInfo.StringFieldOption": {
6689
- "description": "The type of string field to use with{@linkportal /FieldInfo!FieldInfo.stringFieldOption}..",
6713
+ "description": "The type of string field to use with {@link portal /FieldInfo!FieldInfo.stringFieldOption}..",
6690
6714
  "enum": [
6691
6715
  "richtext",
6692
6716
  "textarea",
@@ -6696,7 +6720,7 @@
6696
6720
  },
6697
6721
  "esri.rest-api.FillSymbol3DLayer.FillSymbol3DLayer": {
6698
6722
  "additionalProperties": false,
6699
- "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/}.",
6723
+ "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/}.",
6700
6724
  "properties": {
6701
6725
  "castShadows": {
6702
6726
  "description": "Boolean to control the shadow casting behavior of the rendered geometries.",
@@ -6719,7 +6743,7 @@
6719
6743
  "description": "The outline of the point, line or polygon."
6720
6744
  },
6721
6745
  "type": {
6722
- "description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
6746
+ "description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
6723
6747
  "enum": [
6724
6748
  "Fill"
6725
6749
  ],
@@ -6733,7 +6757,7 @@
6733
6757
  },
6734
6758
  "esri.rest-api.FormInfo.FormAttachmentElement": {
6735
6759
  "additionalProperties": false,
6736
- "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/}.",
6760
+ "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/}.",
6737
6761
  "properties": {
6738
6762
  "attachmentKeyword": {
6739
6763
  "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.",
@@ -6774,7 +6798,7 @@
6774
6798
  },
6775
6799
  "esri.rest-api.FormInfo.FormBarcodeScannerInput": {
6776
6800
  "additionalProperties": false,
6777
- "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/}.",
6801
+ "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/}.",
6778
6802
  "properties": {
6779
6803
  "maxLength": {
6780
6804
  "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.",
@@ -6799,7 +6823,7 @@
6799
6823
  },
6800
6824
  "esri.rest-api.FormInfo.FormComboBoxInput": {
6801
6825
  "additionalProperties": false,
6802
- "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/}.",
6826
+ "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/}.",
6803
6827
  "properties": {
6804
6828
  "noValueOptionLabel": {
6805
6829
  "description": "The text used to represent a null value.",
@@ -6824,7 +6848,7 @@
6824
6848
  },
6825
6849
  "esri.rest-api.FormInfo.FormDateTimePickerInput": {
6826
6850
  "additionalProperties": false,
6827
- "description": "Defines the desired user interface is a calendar date picker. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formDatetimePickerInput/}.",
6851
+ "description": "Defines the desired user interface is a calendar date picker. See {@link https://developers.arcgis.com/web-map-specification/objects/formDatetimePickerInput/}.",
6828
6852
  "properties": {
6829
6853
  "includeTime": {
6830
6854
  "description": "Indicates if the datetime picker should provide an option to select the time. If not provided, the default value is false.",
@@ -6853,7 +6877,7 @@
6853
6877
  },
6854
6878
  "esri.rest-api.FormInfo.FormExpressionInfo": {
6855
6879
  "additionalProperties": false,
6856
- "description": "Arcade expression used in the form. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formExpressionInfo/}.",
6880
+ "description": "Arcade expression used in the form. See {@link https://developers.arcgis.com/web-map-specification/objects/formExpressionInfo/}.",
6857
6881
  "properties": {
6858
6882
  "expression": {
6859
6883
  "description": "The Arcade expression.",
@@ -6879,7 +6903,7 @@
6879
6903
  },
6880
6904
  "esri.rest-api.FormInfo.FormFieldElement": {
6881
6905
  "additionalProperties": false,
6882
- "description": "Defines how a field in the dataset participates in the form. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formFieldElement/}.",
6906
+ "description": "Defines how a field in the dataset participates in the form. See {@link https://developers.arcgis.com/web-map-specification/objects/formFieldElement/}.",
6883
6907
  "properties": {
6884
6908
  "description": {
6885
6909
  "description": "A string that describes the element in detail.",
@@ -6950,7 +6974,7 @@
6950
6974
  },
6951
6975
  "esri.rest-api.FormInfo.FormGroupElement": {
6952
6976
  "additionalProperties": false,
6953
- "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/}.",
6977
+ "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/}.",
6954
6978
  "properties": {
6955
6979
  "description": {
6956
6980
  "description": "A string that describes the element in detail.",
@@ -7004,7 +7028,7 @@
7004
7028
  },
7005
7029
  "esri.rest-api.FormInfo.FormInfo": {
7006
7030
  "additionalProperties": false,
7007
- "description": "Defines the form configuration when a user edits a feature. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formInfo/}.",
7031
+ "description": "Defines the form configuration when a user edits a feature. See {@link https://developers.arcgis.com/web-map-specification/objects/formInfo/}.",
7008
7032
  "properties": {
7009
7033
  "description": {
7010
7034
  "description": "A string that appears in the body of the form as a description.",
@@ -7046,7 +7070,7 @@
7046
7070
  },
7047
7071
  "esri.rest-api.FormInfo.FormRadioButtonsInput": {
7048
7072
  "additionalProperties": false,
7049
- "description": "Defines the desired user interface is a radio button group. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formRadioButtonsInput/}.",
7073
+ "description": "Defines the desired user interface is a radio button group. See {@link https://developers.arcgis.com/web-map-specification/objects/formRadioButtonsInput/}.",
7050
7074
  "properties": {
7051
7075
  "noValueOptionLabel": {
7052
7076
  "description": "The text used to represent a null value.",
@@ -7071,7 +7095,7 @@
7071
7095
  },
7072
7096
  "esri.rest-api.FormInfo.FormRelationshipElement": {
7073
7097
  "additionalProperties": false,
7074
- "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/}.",
7098
+ "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/}.",
7075
7099
  "properties": {
7076
7100
  "description": {
7077
7101
  "description": "A string that describes the element in detail.",
@@ -7115,7 +7139,7 @@
7115
7139
  },
7116
7140
  "esri.rest-api.FormInfo.FormSwitchInput": {
7117
7141
  "additionalProperties": false,
7118
- "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/}.",
7142
+ "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/}.",
7119
7143
  "properties": {
7120
7144
  "offValue": {
7121
7145
  "description": "The coded value when switch state is off.",
@@ -7146,7 +7170,7 @@
7146
7170
  },
7147
7171
  "esri.rest-api.FormInfo.FormTextAreaInput": {
7148
7172
  "additionalProperties": false,
7149
- "description": "Defines the desired user interface is a multi-line text area. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formTextAreaInput/}.",
7173
+ "description": "Defines the desired user interface is a multi-line text area. See {@link https://developers.arcgis.com/web-map-specification/objects/formTextAreaInput/}.",
7150
7174
  "properties": {
7151
7175
  "maxLength": {
7152
7176
  "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.",
@@ -7171,7 +7195,7 @@
7171
7195
  },
7172
7196
  "esri.rest-api.FormInfo.FormTextBoxInput": {
7173
7197
  "additionalProperties": false,
7174
- "description": "Defines the desired user interface is a single-line text box. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formTextBoxInput/}.",
7198
+ "description": "Defines the desired user interface is a single-line text box. See {@link https://developers.arcgis.com/web-map-specification/objects/formTextBoxInput/}.",
7175
7199
  "properties": {
7176
7200
  "maxLength": {
7177
7201
  "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.",
@@ -7195,7 +7219,7 @@
7195
7219
  "type": "object"
7196
7220
  },
7197
7221
  "esri.rest-api.Format.DateFormat": {
7198
- "description": "Possible date formats for{@linkFormat.dateFormat}.",
7222
+ "description": "Possible date formats for {@link Format.dateFormat}.",
7199
7223
  "enum": [
7200
7224
  "dayShortMonthYear",
7201
7225
  "longDate",
@@ -7218,11 +7242,11 @@
7218
7242
  },
7219
7243
  "esri.rest-api.Format.Format": {
7220
7244
  "additionalProperties": false,
7221
- "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/}.",
7245
+ "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/}.",
7222
7246
  "properties": {
7223
7247
  "dateFormat": {
7224
7248
  "$ref": "#/definitions/esri.rest-api.Format.DateFormat",
7225
- "description": "A string used with date fields to specify how the date should appear in pop-up windows. See{@linkutilities /date!DateFormat}."
7249
+ "description": "A string used with date fields to specify how the date should appear in pop-up windows. See {@link utilities /date!DateFormat}."
7226
7250
  },
7227
7251
  "digitSeparator": {
7228
7252
  "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.",
@@ -7237,7 +7261,7 @@
7237
7261
  },
7238
7262
  "esri.rest-api.GeoJSONLayer.GeoJSONLayer": {
7239
7263
  "additionalProperties": false,
7240
- "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/}.",
7264
+ "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/}.",
7241
7265
  "properties": {
7242
7266
  "blendMode": {
7243
7267
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -7268,7 +7292,7 @@
7268
7292
  },
7269
7293
  "listMode": {
7270
7294
  "$ref": "esri.ListMode",
7271
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
7295
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
7272
7296
  },
7273
7297
  "maxScale": {
7274
7298
  "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.",
@@ -7287,7 +7311,7 @@
7287
7311
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
7288
7312
  },
7289
7313
  "refreshInterval": {
7290
- "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}.",
7314
+ "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}.",
7291
7315
  "type": "number"
7292
7316
  },
7293
7317
  "screenSizePerspective": {
@@ -7307,7 +7331,7 @@
7307
7331
  "type": "string"
7308
7332
  },
7309
7333
  "type": {
7310
- "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}.",
7334
+ "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}.",
7311
7335
  "enum": [
7312
7336
  "BingMapsAerial",
7313
7337
  "BingMapsHybrid",
@@ -7336,7 +7360,7 @@
7336
7360
  },
7337
7361
  "esri.rest-api.GeoRSSLayer.GeoRSSLayer": {
7338
7362
  "additionalProperties": false,
7339
- "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/}.",
7363
+ "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/}.",
7340
7364
  "properties": {
7341
7365
  "blendMode": {
7342
7366
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -7363,7 +7387,7 @@
7363
7387
  },
7364
7388
  "listMode": {
7365
7389
  "$ref": "esri.ListMode",
7366
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
7390
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
7367
7391
  },
7368
7392
  "maxScale": {
7369
7393
  "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.",
@@ -7386,7 +7410,7 @@
7386
7410
  "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."
7387
7411
  },
7388
7412
  "refreshInterval": {
7389
- "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}.",
7413
+ "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}.",
7390
7414
  "type": "number"
7391
7415
  },
7392
7416
  "showLegend": {
@@ -7398,7 +7422,7 @@
7398
7422
  "type": "string"
7399
7423
  },
7400
7424
  "type": {
7401
- "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}.",
7425
+ "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}.",
7402
7426
  "enum": [
7403
7427
  "BingMapsAerial",
7404
7428
  "BingMapsHybrid",
@@ -7443,7 +7467,7 @@
7443
7467
  "$ref": "#/definitions/esri.rest-api.Extent.Extent"
7444
7468
  }
7445
7469
  ],
7446
- "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/}."
7470
+ "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/}."
7447
7471
  },
7448
7472
  "esri.rest-api.Geometry.GeometryType": {
7449
7473
  "description": "The type of the Geometry.",
@@ -7458,7 +7482,7 @@
7458
7482
  },
7459
7483
  "esri.rest-api.GroupLayer.GroupLayer": {
7460
7484
  "additionalProperties": false,
7461
- "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/}.",
7485
+ "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/}.",
7462
7486
  "properties": {
7463
7487
  "blendMode": {
7464
7488
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -7488,7 +7512,7 @@
7488
7512
  },
7489
7513
  "listMode": {
7490
7514
  "$ref": "esri.ListMode",
7491
- "description": "To show or hide the group layer in the layer list. See{@linksupport /esri!ListMode}."
7515
+ "description": "To show or hide the group layer in the layer list. See {@link support /esri!ListMode}."
7492
7516
  },
7493
7517
  "maxScale": {
7494
7518
  "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.",
@@ -7503,7 +7527,7 @@
7503
7527
  "type": "number"
7504
7528
  },
7505
7529
  "refreshInterval": {
7506
- "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}.",
7530
+ "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}.",
7507
7531
  "type": "number"
7508
7532
  },
7509
7533
  "showLegend": {
@@ -7515,7 +7539,7 @@
7515
7539
  "type": "string"
7516
7540
  },
7517
7541
  "type": {
7518
- "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}.",
7542
+ "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}.",
7519
7543
  "enum": [
7520
7544
  "BingMapsAerial",
7521
7545
  "BingMapsHybrid",
@@ -7534,7 +7558,7 @@
7534
7558
  },
7535
7559
  "visibilityMode": {
7536
7560
  "$ref": "#/definitions/esri.rest-api.GroupLayer.GroupLayerVisibilityMode",
7537
- "description": "How visibility of children is affected: independent, exclusive, inherited. See{@linkGroupLayerVisibilityMode}."
7561
+ "description": "How visibility of children is affected: independent, exclusive, inherited. See {@link GroupLayerVisibilityMode}."
7538
7562
  }
7539
7563
  },
7540
7564
  "required": [
@@ -7553,7 +7577,7 @@
7553
7577
  },
7554
7578
  "esri.rest-api.HeatmapRenderer.ColorStop": {
7555
7579
  "additionalProperties": false,
7556
- "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/}.",
7580
+ "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/}.",
7557
7581
  "properties": {
7558
7582
  "color": {
7559
7583
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -7572,7 +7596,7 @@
7572
7596
  },
7573
7597
  "esri.rest-api.HeatmapRenderer.HeatmapRenderer": {
7574
7598
  "additionalProperties": false,
7575
- "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/}.",
7599
+ "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/}.",
7576
7600
  "properties": {
7577
7601
  "authoringInfo": {
7578
7602
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -7607,10 +7631,10 @@
7607
7631
  },
7608
7632
  "rotationType": {
7609
7633
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
7610
- "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}."
7634
+ "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}."
7611
7635
  },
7612
7636
  "type": {
7613
- "description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
7637
+ "description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
7614
7638
  "enum": [
7615
7639
  "heatmap"
7616
7640
  ],
@@ -7619,8 +7643,7 @@
7619
7643
  "visualVariables": {
7620
7644
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
7621
7645
  "items": {
7622
- "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
7623
- "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/}."
7646
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
7624
7647
  },
7625
7648
  "type": "array"
7626
7649
  }
@@ -7632,7 +7655,7 @@
7632
7655
  },
7633
7656
  "esri.rest-api.IconSymbol3DLayer.IconSymbol3DLayer": {
7634
7657
  "additionalProperties": false,
7635
- "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/}.",
7658
+ "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/}.",
7636
7659
  "properties": {
7637
7660
  "anchor": {
7638
7661
  "description": "Must be one of the following values: center, left, right, top, bottom, topLeft, topRight, bottomLeft, bottomRight.",
@@ -7670,7 +7693,7 @@
7670
7693
  "type": "number"
7671
7694
  },
7672
7695
  "type": {
7673
- "description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
7696
+ "description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
7674
7697
  "enum": [
7675
7698
  "Icon"
7676
7699
  ],
@@ -7684,7 +7707,7 @@
7684
7707
  },
7685
7708
  "esri.rest-api.ImageServiceLayer.ImageServiceLayer": {
7686
7709
  "additionalProperties": false,
7687
- "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/}.",
7710
+ "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/}.",
7688
7711
  "properties": {
7689
7712
  "bandIds": {
7690
7713
  "description": "An array of bandIds that are visible, can specify bands to export or rearrange band order(from image service).",
@@ -7765,7 +7788,7 @@
7765
7788
  },
7766
7789
  "listMode": {
7767
7790
  "$ref": "esri.ListMode",
7768
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
7791
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
7769
7792
  },
7770
7793
  "maxScale": {
7771
7794
  "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.",
@@ -7800,7 +7823,7 @@
7800
7823
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
7801
7824
  },
7802
7825
  "refreshInterval": {
7803
- "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}.",
7826
+ "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}.",
7804
7827
  "type": "number"
7805
7828
  },
7806
7829
  "renderingRule": {
@@ -7820,7 +7843,7 @@
7820
7843
  "type": "string"
7821
7844
  },
7822
7845
  "type": {
7823
- "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}.",
7846
+ "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}.",
7824
7847
  "enum": [
7825
7848
  "BingMapsAerial",
7826
7849
  "BingMapsHybrid",
@@ -7849,7 +7872,7 @@
7849
7872
  },
7850
7873
  "esri.rest-api.ImageServiceVectorLayer.ImageServiceVectorLayer": {
7851
7874
  "additionalProperties": false,
7852
- "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/}.",
7875
+ "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/}.",
7853
7876
  "properties": {
7854
7877
  "blendMode": {
7855
7878
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -7895,7 +7918,7 @@
7895
7918
  },
7896
7919
  "listMode": {
7897
7920
  "$ref": "esri.ListMode",
7898
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
7921
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
7899
7922
  },
7900
7923
  "maxScale": {
7901
7924
  "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.",
@@ -7914,7 +7937,7 @@
7914
7937
  "type": "number"
7915
7938
  },
7916
7939
  "refreshInterval": {
7917
- "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}.",
7940
+ "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}.",
7918
7941
  "type": "number"
7919
7942
  },
7920
7943
  "showLegend": {
@@ -7930,7 +7953,7 @@
7930
7953
  "type": "string"
7931
7954
  },
7932
7955
  "type": {
7933
- "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}.",
7956
+ "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}.",
7934
7957
  "enum": [
7935
7958
  "BingMapsAerial",
7936
7959
  "BingMapsHybrid",
@@ -7961,7 +7984,7 @@
7961
7984
  },
7962
7985
  "esri.rest-api.InheritedDomain.InheritedDomain": {
7963
7986
  "additionalProperties": false,
7964
- "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/}.",
7987
+ "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/}.",
7965
7988
  "properties": {
7966
7989
  "type": {
7967
7990
  "description": "The type of domain.",
@@ -7978,7 +8001,7 @@
7978
8001
  },
7979
8002
  "esri.rest-api.IntegratedMeshLayer.IntegratedMeshLayer": {
7980
8003
  "additionalProperties": false,
7981
- "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/}.",
8004
+ "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/}.",
7982
8005
  "properties": {
7983
8006
  "blendMode": {
7984
8007
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -8005,7 +8028,7 @@
8005
8028
  },
8006
8029
  "listMode": {
8007
8030
  "$ref": "esri.ListMode",
8008
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
8031
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
8009
8032
  },
8010
8033
  "maxScale": {
8011
8034
  "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.",
@@ -8020,7 +8043,7 @@
8020
8043
  "type": "number"
8021
8044
  },
8022
8045
  "refreshInterval": {
8023
- "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}.",
8046
+ "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}.",
8024
8047
  "type": "number"
8025
8048
  },
8026
8049
  "showLegend": {
@@ -8032,7 +8055,7 @@
8032
8055
  "type": "string"
8033
8056
  },
8034
8057
  "type": {
8035
- "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}.",
8058
+ "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}.",
8036
8059
  "enum": [
8037
8060
  "BingMapsAerial",
8038
8061
  "BingMapsHybrid",
@@ -8061,7 +8084,7 @@
8061
8084
  },
8062
8085
  "esri.rest-api.Item.Item": {
8063
8086
  "additionalProperties": false,
8064
- "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/}.",
8087
+ "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/}.",
8065
8088
  "properties": {
8066
8089
  "$portal": {
8067
8090
  "description": "The portal to load the item from.",
@@ -8268,7 +8291,7 @@
8268
8291
  "type": "string"
8269
8292
  },
8270
8293
  "type": {
8271
- "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}.",
8294
+ "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}.",
8272
8295
  "type": "string"
8273
8296
  },
8274
8297
  "typeKeywords": {
@@ -8290,11 +8313,11 @@
8290
8313
  },
8291
8314
  "esri.rest-api.JoinTableDataSource.JoinTableDataSource": {
8292
8315
  "additionalProperties": false,
8293
- "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/}.",
8316
+ "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/}.",
8294
8317
  "properties": {
8295
8318
  "joinType": {
8296
8319
  "$ref": "#/definitions/esri.rest-api.JoinTableDataSource.JoinType",
8297
- "description": "The type of join (left outer or left inner). See{@linkJoinType}."
8320
+ "description": "The type of join (left outer or left inner). See {@link JoinType}."
8298
8321
  },
8299
8322
  "leftTableKey": {
8300
8323
  "description": "Field name from the left table.",
@@ -8327,7 +8350,7 @@
8327
8350
  "description": "The right table source."
8328
8351
  },
8329
8352
  "type": {
8330
- "description": "Type of the DataSource. See{@linkportal /DataSource!DataSourceType}.",
8353
+ "description": "Type of the DataSource. See {@link portal /DataSource!DataSourceType}.",
8331
8354
  "enum": [
8332
8355
  "joinTable"
8333
8356
  ],
@@ -8353,7 +8376,7 @@
8353
8376
  },
8354
8377
  "esri.rest-api.KMLLayer.KMLLayer": {
8355
8378
  "additionalProperties": false,
8356
- "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/}.",
8379
+ "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/}.",
8357
8380
  "properties": {
8358
8381
  "blendMode": {
8359
8382
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -8380,7 +8403,7 @@
8380
8403
  },
8381
8404
  "listMode": {
8382
8405
  "$ref": "esri.ListMode",
8383
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
8406
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
8384
8407
  },
8385
8408
  "maxScale": {
8386
8409
  "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.",
@@ -8395,7 +8418,7 @@
8395
8418
  "type": "number"
8396
8419
  },
8397
8420
  "refreshInterval": {
8398
- "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}.",
8421
+ "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}.",
8399
8422
  "type": "number"
8400
8423
  },
8401
8424
  "showLegend": {
@@ -8407,7 +8430,7 @@
8407
8430
  "type": "string"
8408
8431
  },
8409
8432
  "type": {
8410
- "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}.",
8433
+ "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}.",
8411
8434
  "enum": [
8412
8435
  "BingMapsAerial",
8413
8436
  "BingMapsHybrid",
@@ -8443,7 +8466,7 @@
8443
8466
  },
8444
8467
  "esri.rest-api.LabelSymbol3D.LabelSymbol3D": {
8445
8468
  "additionalProperties": false,
8446
- "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/}.",
8469
+ "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/}.",
8447
8470
  "properties": {
8448
8471
  "callout": {
8449
8472
  "$ref": "#/definitions/esri.rest-api.Callout.Callout",
@@ -8457,7 +8480,7 @@
8457
8480
  "type": "array"
8458
8481
  },
8459
8482
  "type": {
8460
- "description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
8483
+ "description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
8461
8484
  "enum": [
8462
8485
  "LabelSymbol3D"
8463
8486
  ],
@@ -8475,7 +8498,7 @@
8475
8498
  "type": "object"
8476
8499
  },
8477
8500
  "esri.rest-api.LabelingInfo.LabelPlacement": {
8478
- "description": "Possible values used with{@linkLabelingInfo.labelPlacement}.",
8501
+ "description": "Possible values used with {@link LabelingInfo.labelPlacement}.",
8479
8502
  "enum": [
8480
8503
  "esriServerLinePlacementAboveAfter",
8481
8504
  "esriServerLinePlacementAboveAlong",
@@ -8507,7 +8530,7 @@
8507
8530
  },
8508
8531
  "esri.rest-api.LabelingInfo.LabelingInfo": {
8509
8532
  "additionalProperties": false,
8510
- "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/}.",
8533
+ "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/}.",
8511
8534
  "properties": {
8512
8535
  "labelExpression": {
8513
8536
  "description": "This read-only web map property allows formatting of labels. Use labelExpressionInfo instead.",
@@ -8515,11 +8538,11 @@
8515
8538
  },
8516
8539
  "labelExpressionInfo": {
8517
8540
  "$ref": "__type",
8518
- "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/}."
8541
+ "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/}."
8519
8542
  },
8520
8543
  "labelPlacement": {
8521
8544
  "$ref": "#/definitions/esri.rest-api.LabelingInfo.LabelPlacement",
8522
- "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}."
8545
+ "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}."
8523
8546
  },
8524
8547
  "maxScale": {
8525
8548
  "description": "Represents the maximum scale at which the layer definition will be applied.",
@@ -8557,7 +8580,7 @@
8557
8580
  },
8558
8581
  "esri.rest-api.Layer.Layer": {
8559
8582
  "additionalProperties": false,
8560
- "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/}.",
8583
+ "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/}.",
8561
8584
  "properties": {
8562
8585
  "defaultVisibility": {
8563
8586
  "description": "Default visibility of the layers in the map service.",
@@ -8634,7 +8657,7 @@
8634
8657
  },
8635
8658
  "esri.rest-api.LayerDefinition.FieldOverride": {
8636
8659
  "additionalProperties": false,
8637
- "description": "Defines overridden properties on a field for a specific view of the data. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/fieldOverride/}.",
8660
+ "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/}.",
8638
8661
  "properties": {
8639
8662
  "alias": {
8640
8663
  "description": "A string containing the overridden field alias.",
@@ -8662,7 +8685,7 @@
8662
8685
  },
8663
8686
  "esri.rest-api.LayerDefinition.LayerDefinition": {
8664
8687
  "additionalProperties": false,
8665
- "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/}.",
8688
+ "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/}.",
8666
8689
  "properties": {
8667
8690
  "allowGeometryUpdates": {
8668
8691
  "description": "Boolean value indicating whether the geometry of the features in the layer can be edited.",
@@ -8732,7 +8755,7 @@
8732
8755
  },
8733
8756
  "floorInfo": {
8734
8757
  "$ref": "__type",
8735
- "description": "Contains floor-awareness information for the layer. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/layerFloorInfo/}."
8758
+ "description": "Contains floor-awareness information for the layer. See {@link https://developers.arcgis.com/web-map-specification/objects/layerFloorInfo/}."
8736
8759
  },
8737
8760
  "geometryType": {
8738
8761
  "description": "The type of geometry used in the layer definition. One of the GeometryType constants.",
@@ -8760,7 +8783,7 @@
8760
8783
  },
8761
8784
  "htmlPopupType": {
8762
8785
  "$ref": "#/definitions/esri.rest-api.LayerDefinition.HtmlPopupType",
8763
- "description": "String value indicating the HTML popup type. Possible values are listed in the htmlPopupType table below. See{@linkHtmlPopupType}."
8786
+ "description": "String value indicating the HTML popup type. Possible values are listed in the htmlPopupType table below. See {@link HtmlPopupType}."
8764
8787
  },
8765
8788
  "id": {
8766
8789
  "description": "The identifier assigned to the layer.",
@@ -8817,7 +8840,7 @@
8817
8840
  "$ref": "#/definitions/esri.rest-api.DynamicDataLayer.DynamicDataLayer"
8818
8841
  }
8819
8842
  ],
8820
- "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/}."
8843
+ "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/}."
8821
8844
  },
8822
8845
  "spatialReference": {
8823
8846
  "$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
@@ -8886,7 +8909,7 @@
8886
8909
  },
8887
8910
  "esri.rest-api.LayerDefinition.LayerTimeInfo": {
8888
8911
  "additionalProperties": false,
8889
- "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/}.",
8912
+ "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/}.",
8890
8913
  "properties": {
8891
8914
  "endTimeField": {
8892
8915
  "description": "The name of the attribute field that contains the end time information.",
@@ -8928,7 +8951,7 @@
8928
8951
  },
8929
8952
  "timeReference": {
8930
8953
  "$ref": "__type",
8931
- "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/}."
8954
+ "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/}."
8932
8955
  },
8933
8956
  "trackIdField": {
8934
8957
  "description": "The field that contains the trackId.",
@@ -9005,7 +9028,7 @@
9005
9028
  },
9006
9029
  "esri.rest-api.LineSymbol3D.LineSymbol3D": {
9007
9030
  "additionalProperties": false,
9008
- "description": "LineSymbol3D is used to render features with Polyline geometry in a 3D SceneView. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/lineSymbol3D/}.",
9031
+ "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/}.",
9009
9032
  "properties": {
9010
9033
  "symbolLayers": {
9011
9034
  "description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
@@ -9022,7 +9045,7 @@
9022
9045
  "type": "array"
9023
9046
  },
9024
9047
  "type": {
9025
- "description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
9048
+ "description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
9026
9049
  "enum": [
9027
9050
  "LineSymbol3D"
9028
9051
  ],
@@ -9037,7 +9060,7 @@
9037
9060
  },
9038
9061
  "esri.rest-api.LineSymbol3DLayer.LineSymbol3DLayer": {
9039
9062
  "additionalProperties": false,
9040
- "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/}.",
9063
+ "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/}.",
9041
9064
  "properties": {
9042
9065
  "enable": {
9043
9066
  "description": "Type: Boolean.",
@@ -9052,7 +9075,7 @@
9052
9075
  "type": "number"
9053
9076
  },
9054
9077
  "type": {
9055
- "description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
9078
+ "description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
9056
9079
  "enum": [
9057
9080
  "Line"
9058
9081
  ],
@@ -9066,7 +9089,7 @@
9066
9089
  },
9067
9090
  "esri.rest-api.LocationInfo.LocationInfo": {
9068
9091
  "additionalProperties": false,
9069
- "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/}.",
9092
+ "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/}.",
9070
9093
  "properties": {
9071
9094
  "latitudeFieldName": {
9072
9095
  "description": "A string defining the field name that holds the latitude (Y) coordinate.",
@@ -9085,7 +9108,7 @@
9085
9108
  },
9086
9109
  "esri.rest-api.MapServiceLayer.MapServiceLayer": {
9087
9110
  "additionalProperties": false,
9088
- "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/}.",
9111
+ "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/}.",
9089
9112
  "properties": {
9090
9113
  "blendMode": {
9091
9114
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -9126,7 +9149,7 @@
9126
9149
  },
9127
9150
  "listMode": {
9128
9151
  "$ref": "esri.ListMode",
9129
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
9152
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
9130
9153
  },
9131
9154
  "maxScale": {
9132
9155
  "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.",
@@ -9141,7 +9164,7 @@
9141
9164
  "type": "number"
9142
9165
  },
9143
9166
  "refreshInterval": {
9144
- "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}.",
9167
+ "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}.",
9145
9168
  "type": "number"
9146
9169
  },
9147
9170
  "showLegend": {
@@ -9157,7 +9180,7 @@
9157
9180
  "type": "string"
9158
9181
  },
9159
9182
  "type": {
9160
- "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}.",
9183
+ "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}.",
9161
9184
  "enum": [
9162
9185
  "BingMapsAerial",
9163
9186
  "BingMapsHybrid",
@@ -9212,7 +9235,7 @@
9212
9235
  "type": "string"
9213
9236
  },
9214
9237
  "type": {
9215
- "description": "Defines the type of media. One of the{@linkMediaType}constants.",
9238
+ "description": "Defines the type of media. One of the {@link MediaType} constants.",
9216
9239
  "type": "string"
9217
9240
  },
9218
9241
  "value": {
@@ -9224,7 +9247,7 @@
9224
9247
  },
9225
9248
  "esri.rest-api.MeshSymbol3D.MeshSymbol3D": {
9226
9249
  "additionalProperties": false,
9227
- "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/}.",
9250
+ "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/}.",
9228
9251
  "properties": {
9229
9252
  "symbolLayers": {
9230
9253
  "description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
@@ -9234,7 +9257,7 @@
9234
9257
  "type": "array"
9235
9258
  },
9236
9259
  "type": {
9237
- "description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
9260
+ "description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
9238
9261
  "enum": [
9239
9262
  "MeshSymbol3D"
9240
9263
  ],
@@ -9276,7 +9299,7 @@
9276
9299
  },
9277
9300
  "esri.rest-api.MosaicRule.MosaicRule": {
9278
9301
  "additionalProperties": false,
9279
- "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/}.",
9302
+ "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/}.",
9280
9303
  "properties": {
9281
9304
  "ascending": {
9282
9305
  "description": "Indicates whether the sort should be ascending.",
@@ -9302,11 +9325,11 @@
9302
9325
  },
9303
9326
  "mosaicMethod": {
9304
9327
  "$ref": "#/definitions/esri.rest-api.MosaicRule.MosaicMethodType",
9305
- "description": "The mosaic method determines how the selected rasters are ordered. See{@linkMosaicMethodType}."
9328
+ "description": "The mosaic method determines how the selected rasters are ordered. See {@link MosaicMethodType}."
9306
9329
  },
9307
9330
  "mosaicOperation": {
9308
9331
  "$ref": "#/definitions/esri.rest-api.MosaicRule.MosaicOperationType",
9309
- "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}."
9332
+ "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}."
9310
9333
  },
9311
9334
  "multidimensionalDefinition": {
9312
9335
  "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/.",
@@ -9339,7 +9362,7 @@
9339
9362
  },
9340
9363
  "esri.rest-api.Multipoint.Multipoint": {
9341
9364
  "additionalProperties": false,
9342
- "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/}.",
9365
+ "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/}.",
9343
9366
  "properties": {
9344
9367
  "hasM": {
9345
9368
  "description": "Indicates whether the geometry contains M coordinate values.",
@@ -9371,7 +9394,7 @@
9371
9394
  },
9372
9395
  "esri.rest-api.ObjectSymbol3DLayer.ObjectSymbol3DLayer": {
9373
9396
  "additionalProperties": false,
9374
- "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/}.",
9397
+ "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/}.",
9375
9398
  "properties": {
9376
9399
  "anchor": {
9377
9400
  "description": "The positioning of the object relative to the geometry. Must be one of the following values: center, bottom, origin.",
@@ -9406,7 +9429,7 @@
9406
9429
  "description": "The shape (primitive) or image URL (href) used to visualize the features."
9407
9430
  },
9408
9431
  "type": {
9409
- "description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
9432
+ "description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
9410
9433
  "enum": [
9411
9434
  "Object"
9412
9435
  ],
@@ -9424,7 +9447,7 @@
9424
9447
  },
9425
9448
  "esri.rest-api.PathSymbol3DLayer.PathSymbol3DLayer": {
9426
9449
  "additionalProperties": false,
9427
- "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/}.",
9450
+ "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/}.",
9428
9451
  "properties": {
9429
9452
  "material": {
9430
9453
  "$ref": "#/definitions/esri.rest-api.Symbol3D.Material",
@@ -9435,7 +9458,7 @@
9435
9458
  "type": "number"
9436
9459
  },
9437
9460
  "type": {
9438
- "description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
9461
+ "description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
9439
9462
  "enum": [
9440
9463
  "Path"
9441
9464
  ],
@@ -9453,7 +9476,7 @@
9453
9476
  },
9454
9477
  "esri.rest-api.PictureFillSymbol.PictureFillSymbol": {
9455
9478
  "additionalProperties": false,
9456
- "description": "Picture fill symbols can be used to symbolize polygon geometries. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriPFS_symbol/}.",
9479
+ "description": "Picture fill symbols can be used to symbolize polygon geometries. See {@link https://developers.arcgis.com/web-map-specification/objects/esriPFS_symbol/}.",
9457
9480
  "properties": {
9458
9481
  "angle": {
9459
9482
  "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.",
@@ -9476,7 +9499,7 @@
9476
9499
  "description": "Sets the outline of the symbol."
9477
9500
  },
9478
9501
  "type": {
9479
- "description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
9502
+ "description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
9480
9503
  "enum": [
9481
9504
  "esriPFS"
9482
9505
  ],
@@ -9514,7 +9537,7 @@
9514
9537
  },
9515
9538
  "esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol": {
9516
9539
  "additionalProperties": false,
9517
- "description": "Picture marker symbols can be used to symbolize point geometries. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriPMS_symbol/}.",
9540
+ "description": "Picture marker symbols can be used to symbolize point geometries. See {@link https://developers.arcgis.com/web-map-specification/objects/esriPMS_symbol/}.",
9518
9541
  "properties": {
9519
9542
  "angle": {
9520
9543
  "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.",
@@ -9533,7 +9556,7 @@
9533
9556
  "type": "string"
9534
9557
  },
9535
9558
  "type": {
9536
- "description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
9559
+ "description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
9537
9560
  "enum": [
9538
9561
  "esriPMS"
9539
9562
  ],
@@ -9563,7 +9586,7 @@
9563
9586
  },
9564
9587
  "esri.rest-api.Point.Point": {
9565
9588
  "additionalProperties": false,
9566
- "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/}.",
9589
+ "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/}.",
9567
9590
  "properties": {
9568
9591
  "m": {
9569
9592
  "description": "M coordinate which contains measures used for linear referencing.",
@@ -9603,7 +9626,7 @@
9603
9626
  },
9604
9627
  "esri.rest-api.PointCloudBitfieldFilter.PointCloudBitfieldFilter": {
9605
9628
  "additionalProperties": false,
9606
- "description": "Filters points based on the value of the specified bitfield attribute. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudBitfieldFilter/}.",
9629
+ "description": "Filters points based on the value of the specified bitfield attribute. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudBitfieldFilter/}.",
9607
9630
  "properties": {
9608
9631
  "field": {
9609
9632
  "description": "The name of the field that is used for the filter.",
@@ -9638,7 +9661,7 @@
9638
9661
  },
9639
9662
  "esri.rest-api.PointCloudClassBreaksRenderer.PointCloudClassBreaksRenderer": {
9640
9663
  "additionalProperties": false,
9641
- "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/}.",
9664
+ "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/}.",
9642
9665
  "properties": {
9643
9666
  "authoringInfo": {
9644
9667
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -9653,7 +9676,7 @@
9653
9676
  },
9654
9677
  "colorModulation": {
9655
9678
  "$ref": "__type",
9656
- "description": "Indicates whether modulation should be used to render the point. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
9679
+ "description": "Indicates whether modulation should be used to render the point. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
9657
9680
  },
9658
9681
  "field": {
9659
9682
  "description": "The name of the field that is used for the renderer.",
@@ -9691,10 +9714,10 @@
9691
9714
  },
9692
9715
  "rotationType": {
9693
9716
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
9694
- "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}."
9717
+ "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}."
9695
9718
  },
9696
9719
  "type": {
9697
- "description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
9720
+ "description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
9698
9721
  "enum": [
9699
9722
  "pointCloudClassBreaksRenderer"
9700
9723
  ],
@@ -9703,8 +9726,7 @@
9703
9726
  "visualVariables": {
9704
9727
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
9705
9728
  "items": {
9706
- "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
9707
- "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/}."
9729
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
9708
9730
  },
9709
9731
  "type": "array"
9710
9732
  }
@@ -9716,7 +9738,7 @@
9716
9738
  },
9717
9739
  "esri.rest-api.PointCloudFixedSizeAlgorithm.PointCloudFixedSizeAlgorithm": {
9718
9740
  "additionalProperties": false,
9719
- "description": "Render points with fixed real world or screen space size. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudFixedSizeAlgorithm/}.",
9741
+ "description": "Render points with fixed real world or screen space size. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFixedSizeAlgorithm/}.",
9720
9742
  "properties": {
9721
9743
  "size": {
9722
9744
  "description": "Symbol size in real world units or display unit.",
@@ -9741,7 +9763,7 @@
9741
9763
  },
9742
9764
  "esri.rest-api.PointCloudLayer.PointCloudLayer": {
9743
9765
  "additionalProperties": false,
9744
- "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/}.",
9766
+ "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/}.",
9745
9767
  "properties": {
9746
9768
  "blendMode": {
9747
9769
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -9772,7 +9794,7 @@
9772
9794
  },
9773
9795
  "listMode": {
9774
9796
  "$ref": "esri.ListMode",
9775
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
9797
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
9776
9798
  },
9777
9799
  "maxScale": {
9778
9800
  "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.",
@@ -9791,7 +9813,7 @@
9791
9813
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
9792
9814
  },
9793
9815
  "refreshInterval": {
9794
- "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}.",
9816
+ "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}.",
9795
9817
  "type": "number"
9796
9818
  },
9797
9819
  "showLegend": {
@@ -9803,7 +9825,7 @@
9803
9825
  "type": "string"
9804
9826
  },
9805
9827
  "type": {
9806
- "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}.",
9828
+ "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}.",
9807
9829
  "enum": [
9808
9830
  "BingMapsAerial",
9809
9831
  "BingMapsHybrid",
@@ -9832,7 +9854,7 @@
9832
9854
  },
9833
9855
  "esri.rest-api.PointCloudRGBRenderer.PointCloudRGBRenderer": {
9834
9856
  "additionalProperties": false,
9835
- "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/}.",
9857
+ "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/}.",
9836
9858
  "properties": {
9837
9859
  "authoringInfo": {
9838
9860
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -9840,7 +9862,7 @@
9840
9862
  },
9841
9863
  "colorModulation": {
9842
9864
  "$ref": "__type",
9843
- "description": "Indicates whether modulation should be used to render the point. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
9865
+ "description": "Indicates whether modulation should be used to render the point. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
9844
9866
  },
9845
9867
  "field": {
9846
9868
  "description": "The name of the field that is used for the renderer.",
@@ -9878,10 +9900,10 @@
9878
9900
  },
9879
9901
  "rotationType": {
9880
9902
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
9881
- "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}."
9903
+ "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}."
9882
9904
  },
9883
9905
  "type": {
9884
- "description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
9906
+ "description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
9885
9907
  "enum": [
9886
9908
  "pointCloudRGBRenderer"
9887
9909
  ],
@@ -9890,8 +9912,7 @@
9890
9912
  "visualVariables": {
9891
9913
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
9892
9914
  "items": {
9893
- "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
9894
- "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/}."
9915
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
9895
9916
  },
9896
9917
  "type": "array"
9897
9918
  }
@@ -9903,7 +9924,7 @@
9903
9924
  },
9904
9925
  "esri.rest-api.PointCloudReturnFilter.PointCloudReturnFilter": {
9905
9926
  "additionalProperties": false,
9906
- "description": "Filters points based on the value of the return number/return count. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudReturnFilter/}.",
9927
+ "description": "Filters points based on the value of the return number/return count. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudReturnFilter/}.",
9907
9928
  "properties": {
9908
9929
  "field": {
9909
9930
  "description": "The name of the field that is used for the filter.",
@@ -9931,7 +9952,7 @@
9931
9952
  },
9932
9953
  "esri.rest-api.PointCloudSplatAlgorithm.PointCloudSplatAlgorithm": {
9933
9954
  "additionalProperties": false,
9934
- "description": "Render points using sizes depending on point density. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudSplatAlgorithm/}.",
9955
+ "description": "Render points using sizes depending on point density. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudSplatAlgorithm/}.",
9935
9956
  "properties": {
9936
9957
  "minSize": {
9937
9958
  "description": "Minimum display space point size in points.",
@@ -9956,7 +9977,7 @@
9956
9977
  },
9957
9978
  "esri.rest-api.PointCloudStretchRenderer.PointCloudStretchRenderer": {
9958
9979
  "additionalProperties": false,
9959
- "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/}.",
9980
+ "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/}.",
9960
9981
  "properties": {
9961
9982
  "authoringInfo": {
9962
9983
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -9964,7 +9985,7 @@
9964
9985
  },
9965
9986
  "colorModulation": {
9966
9987
  "$ref": "__type",
9967
- "description": "Indicates whether modulation should be used to render the point. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
9988
+ "description": "Indicates whether modulation should be used to render the point. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
9968
9989
  },
9969
9990
  "field": {
9970
9991
  "description": "The name of the field that is used for the renderer.",
@@ -10002,10 +10023,10 @@
10002
10023
  },
10003
10024
  "rotationType": {
10004
10025
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
10005
- "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}."
10026
+ "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}."
10006
10027
  },
10007
10028
  "type": {
10008
- "description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
10029
+ "description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
10009
10030
  "enum": [
10010
10031
  "pointCloudStretchRenderer"
10011
10032
  ],
@@ -10014,8 +10035,7 @@
10014
10035
  "visualVariables": {
10015
10036
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
10016
10037
  "items": {
10017
- "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
10018
- "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/}."
10038
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
10019
10039
  },
10020
10040
  "type": "array"
10021
10041
  }
@@ -10027,7 +10047,7 @@
10027
10047
  },
10028
10048
  "esri.rest-api.PointCloudUniqueValueRenderer.PointCloudUniqueValueRenderer": {
10029
10049
  "additionalProperties": false,
10030
- "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/}.",
10050
+ "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/}.",
10031
10051
  "properties": {
10032
10052
  "authoringInfo": {
10033
10053
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -10035,7 +10055,7 @@
10035
10055
  },
10036
10056
  "colorModulation": {
10037
10057
  "$ref": "__type",
10038
- "description": "Indicates whether modulation should be used to render the point. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
10058
+ "description": "Indicates whether modulation should be used to render the point. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
10039
10059
  },
10040
10060
  "colorUniqueValueInfos": {
10041
10061
  "description": "Unique value infos.",
@@ -10080,10 +10100,10 @@
10080
10100
  },
10081
10101
  "rotationType": {
10082
10102
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
10083
- "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}."
10103
+ "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}."
10084
10104
  },
10085
10105
  "type": {
10086
- "description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
10106
+ "description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
10087
10107
  "enum": [
10088
10108
  "pointCloudUniqueValueRenderer"
10089
10109
  ],
@@ -10092,8 +10112,7 @@
10092
10112
  "visualVariables": {
10093
10113
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
10094
10114
  "items": {
10095
- "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
10096
- "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/}."
10115
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
10097
10116
  },
10098
10117
  "type": "array"
10099
10118
  }
@@ -10105,7 +10124,7 @@
10105
10124
  },
10106
10125
  "esri.rest-api.PointCloudValueFilter.PointCloudValueFilter": {
10107
10126
  "additionalProperties": false,
10108
- "description": "Filters points based on the value of an specified attribute. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudValueFilter/}.",
10127
+ "description": "Filters points based on the value of an specified attribute. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudValueFilter/}.",
10109
10128
  "properties": {
10110
10129
  "field": {
10111
10130
  "description": "The name of the field that is used for the filter.",
@@ -10137,7 +10156,7 @@
10137
10156
  },
10138
10157
  "esri.rest-api.PointSymbol3D.PointSymbol3D": {
10139
10158
  "additionalProperties": false,
10140
- "description": "PointSymbol3D is used to render features with Point geometry in a 3D SceneView. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointSymbol3D/}.",
10159
+ "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/}.",
10141
10160
  "properties": {
10142
10161
  "callout": {
10143
10162
  "$ref": "#/definitions/esri.rest-api.Callout.Callout",
@@ -10145,7 +10164,7 @@
10145
10164
  },
10146
10165
  "styleOrigin": {
10147
10166
  "$ref": "__type",
10148
- "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/}."
10167
+ "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/}."
10149
10168
  },
10150
10169
  "symbolLayers": {
10151
10170
  "description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
@@ -10162,7 +10181,7 @@
10162
10181
  "type": "array"
10163
10182
  },
10164
10183
  "type": {
10165
- "description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
10184
+ "description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
10166
10185
  "enum": [
10167
10186
  "PointSymbol3D"
10168
10187
  ],
@@ -10181,7 +10200,7 @@
10181
10200
  },
10182
10201
  "esri.rest-api.Polygon.Polygon": {
10183
10202
  "additionalProperties": false,
10184
- "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/}.",
10203
+ "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/}.",
10185
10204
  "properties": {
10186
10205
  "hasM": {
10187
10206
  "description": "Indicates whether the geometry contains M coordinate values.",
@@ -10216,7 +10235,7 @@
10216
10235
  },
10217
10236
  "esri.rest-api.PolygonSymbol3D.PolygonSymbol3D": {
10218
10237
  "additionalProperties": false,
10219
- "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/}.",
10238
+ "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/}.",
10220
10239
  "properties": {
10221
10240
  "symbolLayers": {
10222
10241
  "description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
@@ -10236,7 +10255,7 @@
10236
10255
  "type": "array"
10237
10256
  },
10238
10257
  "type": {
10239
- "description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
10258
+ "description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
10240
10259
  "enum": [
10241
10260
  "PolygonSymbol3D"
10242
10261
  ],
@@ -10251,7 +10270,7 @@
10251
10270
  },
10252
10271
  "esri.rest-api.Polyline.Polyline": {
10253
10272
  "additionalProperties": false,
10254
- "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/}.",
10273
+ "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/}.",
10255
10274
  "properties": {
10256
10275
  "hasM": {
10257
10276
  "description": "Indicates whether the geometry contains M coordinate values.",
@@ -10294,7 +10313,7 @@
10294
10313
  },
10295
10314
  "esri.rest-api.PopupExpressionInfo.PopupExpressionInfo": {
10296
10315
  "additionalProperties": false,
10297
- "description": "Arcade expression added to the pop-up. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/popupExpressionInfo/}.",
10316
+ "description": "Arcade expression added to the pop-up. See {@link https://developers.arcgis.com/web-map-specification/objects/popupExpressionInfo/}.",
10298
10317
  "properties": {
10299
10318
  "expression": {
10300
10319
  "description": "The Arcade expression.",
@@ -10317,7 +10336,7 @@
10317
10336
  },
10318
10337
  "esri.rest-api.PopupInfo.OrderByFields": {
10319
10338
  "additionalProperties": false,
10320
- "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/}.",
10339
+ "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/}.",
10321
10340
  "properties": {
10322
10341
  "field": {
10323
10342
  "description": "The attribute value of the field selected that will drive the sorting of related records.",
@@ -10421,7 +10440,7 @@
10421
10440
  "type": "array"
10422
10441
  },
10423
10442
  "fieldInfos": {
10424
- "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.",
10443
+ "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.",
10425
10444
  "items": {
10426
10445
  "$ref": "#/definitions/esri.rest-api.FieldInfo.FieldInfo"
10427
10446
  },
@@ -10458,7 +10477,7 @@
10458
10477
  },
10459
10478
  "esri.rest-api.PopupInfo.RelatedRecordsInfo": {
10460
10479
  "additionalProperties": false,
10461
- "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/}.",
10480
+ "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/}.",
10462
10481
  "properties": {
10463
10482
  "orderByFields": {
10464
10483
  "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.",
@@ -10479,7 +10498,7 @@
10479
10498
  },
10480
10499
  "esri.rest-api.PredominanceRenderer.PredominanceRenderer": {
10481
10500
  "additionalProperties": false,
10482
- "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/}.",
10501
+ "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/}.",
10483
10502
  "properties": {
10484
10503
  "authoringInfo": {
10485
10504
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -10503,10 +10522,10 @@
10503
10522
  },
10504
10523
  "rotationType": {
10505
10524
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
10506
- "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}."
10525
+ "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}."
10507
10526
  },
10508
10527
  "type": {
10509
- "description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
10528
+ "description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
10510
10529
  "enum": [
10511
10530
  "predominance"
10512
10531
  ],
@@ -10522,8 +10541,7 @@
10522
10541
  "visualVariables": {
10523
10542
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
10524
10543
  "items": {
10525
- "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
10526
- "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/}."
10544
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
10527
10545
  },
10528
10546
  "type": "array"
10529
10547
  }
@@ -10537,7 +10555,7 @@
10537
10555
  },
10538
10556
  "esri.rest-api.QueryTableDataSource.QueryTableDataSource": {
10539
10557
  "additionalProperties": false,
10540
- "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/}.",
10558
+ "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/}.",
10541
10559
  "properties": {
10542
10560
  "geometryType": {
10543
10561
  "description": "The geometry type. When querying a table that does not have a geometry column, do not include geometryType.",
@@ -10562,7 +10580,7 @@
10562
10580
  "description": "The spatial reference of the geometry column. When querying a table that does not have a geometry column, do not include spatialReference."
10563
10581
  },
10564
10582
  "type": {
10565
- "description": "Type of the DataSource. See{@linkportal /DataSource!DataSourceType}.",
10583
+ "description": "Type of the DataSource. See {@link portal /DataSource!DataSourceType}.",
10566
10584
  "enum": [
10567
10585
  "queryTable"
10568
10586
  ],
@@ -10580,7 +10598,7 @@
10580
10598
  },
10581
10599
  "esri.rest-api.RangeDomain.RangeDomain": {
10582
10600
  "additionalProperties": false,
10583
- "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/}.",
10601
+ "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/}.",
10584
10602
  "properties": {
10585
10603
  "name": {
10586
10604
  "description": "The name of the domain.",
@@ -10594,7 +10612,7 @@
10594
10612
  "type": "array"
10595
10613
  },
10596
10614
  "type": {
10597
- "description": "Type of domain. See{@linkportal /Domain!DomainType}.",
10615
+ "description": "Type of domain. See {@link portal /Domain!DomainType}.",
10598
10616
  "enum": [
10599
10617
  "range"
10600
10618
  ],
@@ -10610,7 +10628,7 @@
10610
10628
  },
10611
10629
  "esri.rest-api.RangeInfo.RangeInfo": {
10612
10630
  "additionalProperties": false,
10613
- "description": "Range Information. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/rangeInfo/}.",
10631
+ "description": "Range Information. See {@link https://developers.arcgis.com/web-scene-specification/objects/rangeInfo/}.",
10614
10632
  "properties": {
10615
10633
  "currentRangeExtent": {
10616
10634
  "description": "Contains the min and max values within which the features are visible.",
@@ -10663,14 +10681,14 @@
10663
10681
  },
10664
10682
  "esri.rest-api.RasterDataSource.RasterDataSource": {
10665
10683
  "additionalProperties": false,
10666
- "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/}.",
10684
+ "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/}.",
10667
10685
  "properties": {
10668
10686
  "dataSourceName": {
10669
10687
  "description": "The fully-qualified string value used to specify where the dataSource is derived.",
10670
10688
  "type": "string"
10671
10689
  },
10672
10690
  "type": {
10673
- "description": "Type of the DataSource. See{@linkportal /DataSource!DataSourceType}.",
10691
+ "description": "Type of the DataSource. See {@link portal /DataSource!DataSourceType}.",
10674
10692
  "enum": [
10675
10693
  "raster"
10676
10694
  ],
@@ -10688,11 +10706,11 @@
10688
10706
  },
10689
10707
  "esri.rest-api.Renderer.AuthoringInfo": {
10690
10708
  "additionalProperties": false,
10691
- "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/}.",
10709
+ "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/}.",
10692
10710
  "properties": {
10693
10711
  "classificationMethod": {
10694
10712
  "$ref": "#/definitions/esri.rest-api.Renderer.ClassificationMethod",
10695
- "description": "Used for classed color or size. The default value is esriClassifyManual. See{@linkClassificationMethod}."
10713
+ "description": "Used for classed color or size. The default value is esriClassifyManual. See {@link ClassificationMethod}."
10696
10714
  },
10697
10715
  "colorRamp": {
10698
10716
  "$ref": "#/definitions/esri.rest-api.Renderer.ColorRamp",
@@ -10712,7 +10730,7 @@
10712
10730
  },
10713
10731
  "type": {
10714
10732
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfoType",
10715
- "description": "In case of classed renderers this is set to either classedSize or classedColor. See{@linkAuthoringInfoType}."
10733
+ "description": "In case of classed renderers this is set to either classedSize or classedColor. See {@link AuthoringInfoType}."
10716
10734
  },
10717
10735
  "visualVariables": {
10718
10736
  "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
@@ -10743,7 +10761,7 @@
10743
10761
  },
10744
10762
  "esri.rest-api.Renderer.ColorRamp": {
10745
10763
  "additionalProperties": false,
10746
- "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/}.",
10764
+ "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/}.",
10747
10765
  "properties": {
10748
10766
  "algorithm": {
10749
10767
  "description": "Algorithm used for calculating the ramp.",
@@ -10886,14 +10904,14 @@
10886
10904
  },
10887
10905
  "esri.rest-api.RenderingRule.RenderingRule": {
10888
10906
  "additionalProperties": false,
10889
- "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/}.",
10907
+ "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/}.",
10890
10908
  "properties": {
10891
10909
  "outputPixelType": {
10892
10910
  "$ref": "#/definitions/esri.rest-api.RenderingRule.PixelType",
10893
- "description": "Defines the pixel type of the output image. See{@linkPixelType}."
10911
+ "description": "Defines the pixel type of the output image. See {@link PixelType}."
10894
10912
  },
10895
10913
  "rasterFunction": {
10896
- "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/}.",
10914
+ "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/}.",
10897
10915
  "type": "string"
10898
10916
  },
10899
10917
  "rasterFunctionArguments": {
@@ -10908,7 +10926,7 @@
10908
10926
  },
10909
10927
  "esri.rest-api.SceneLayer.SceneLayer": {
10910
10928
  "additionalProperties": false,
10911
- "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/}.",
10929
+ "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/}.",
10912
10930
  "properties": {
10913
10931
  "blendMode": {
10914
10932
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -10943,7 +10961,7 @@
10943
10961
  },
10944
10962
  "listMode": {
10945
10963
  "$ref": "esri.ListMode",
10946
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
10964
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
10947
10965
  },
10948
10966
  "maxScale": {
10949
10967
  "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.",
@@ -10962,7 +10980,7 @@
10962
10980
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
10963
10981
  },
10964
10982
  "refreshInterval": {
10965
- "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}.",
10983
+ "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}.",
10966
10984
  "type": "number"
10967
10985
  },
10968
10986
  "screenSizePerspective": {
@@ -10982,7 +11000,7 @@
10982
11000
  "type": "string"
10983
11001
  },
10984
11002
  "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}.",
11003
+ "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
11004
  "enum": [
10987
11005
  "BingMapsAerial",
10988
11006
  "BingMapsHybrid",
@@ -11025,7 +11043,7 @@
11025
11043
  },
11026
11044
  "esri.rest-api.SimpleFillSymbol.SimpleFillSymbol": {
11027
11045
  "additionalProperties": false,
11028
- "description": "Simple fill symbols can be used to symbolize polygon geometries. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriSFS_symbol/}.",
11046
+ "description": "Simple fill symbols can be used to symbolize polygon geometries. See {@link https://developers.arcgis.com/web-map-specification/objects/esriSFS_symbol/}.",
11029
11047
  "properties": {
11030
11048
  "color": {
11031
11049
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -11037,10 +11055,10 @@
11037
11055
  },
11038
11056
  "style": {
11039
11057
  "$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillStyle",
11040
- "description": "The fill style. See{@linkSimpleFillStyle}."
11058
+ "description": "The fill style. See {@link SimpleFillStyle}."
11041
11059
  },
11042
11060
  "type": {
11043
- "description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
11061
+ "description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
11044
11062
  "enum": [
11045
11063
  "esriSFS"
11046
11064
  ],
@@ -11066,7 +11084,7 @@
11066
11084
  },
11067
11085
  "esri.rest-api.SimpleLineSymbol.SimpleLineSymbol": {
11068
11086
  "additionalProperties": false,
11069
- "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/}.",
11087
+ "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/}.",
11070
11088
  "properties": {
11071
11089
  "color": {
11072
11090
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -11074,10 +11092,10 @@
11074
11092
  },
11075
11093
  "style": {
11076
11094
  "$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineStyle",
11077
- "description": "The line style. See{@linkSimpleLineStyle}."
11095
+ "description": "The line style. See {@link SimpleLineStyle}."
11078
11096
  },
11079
11097
  "type": {
11080
- "description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
11098
+ "description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
11081
11099
  "enum": [
11082
11100
  "esriSLS"
11083
11101
  ],
@@ -11108,7 +11126,7 @@
11108
11126
  },
11109
11127
  "esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol": {
11110
11128
  "additionalProperties": false,
11111
- "description": "Simple marker symbols can be used to symbolize point geometries. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriSMS_symbol/}.",
11129
+ "description": "Simple marker symbols can be used to symbolize point geometries. See {@link https://developers.arcgis.com/web-map-specification/objects/esriSMS_symbol/}.",
11112
11130
  "properties": {
11113
11131
  "angle": {
11114
11132
  "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.",
@@ -11128,10 +11146,10 @@
11128
11146
  },
11129
11147
  "style": {
11130
11148
  "$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerStyle",
11131
- "description": "The marker style. See{@linkSimpleMarkerStyle}."
11149
+ "description": "The marker style. See {@link SimpleMarkerStyle}."
11132
11150
  },
11133
11151
  "type": {
11134
- "description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
11152
+ "description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
11135
11153
  "enum": [
11136
11154
  "esriSMS"
11137
11155
  ],
@@ -11153,7 +11171,7 @@
11153
11171
  },
11154
11172
  "esri.rest-api.SimpleRenderer.SimpleRenderer": {
11155
11173
  "additionalProperties": false,
11156
- "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/}.",
11174
+ "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/}.",
11157
11175
  "properties": {
11158
11176
  "authoringInfo": {
11159
11177
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -11173,7 +11191,7 @@
11173
11191
  },
11174
11192
  "rotationType": {
11175
11193
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
11176
- "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}."
11194
+ "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}."
11177
11195
  },
11178
11196
  "symbol": {
11179
11197
  "anyOf": [
@@ -11220,7 +11238,7 @@
11220
11238
  "description": "An object that represents how all features will be drawn."
11221
11239
  },
11222
11240
  "type": {
11223
- "description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
11241
+ "description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
11224
11242
  "enum": [
11225
11243
  "simple"
11226
11244
  ],
@@ -11229,8 +11247,7 @@
11229
11247
  "visualVariables": {
11230
11248
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
11231
11249
  "items": {
11232
- "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
11233
- "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/}."
11250
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
11234
11251
  },
11235
11252
  "type": "array"
11236
11253
  }
@@ -11243,7 +11260,7 @@
11243
11260
  },
11244
11261
  "esri.rest-api.SpatialReference.SpatialReference": {
11245
11262
  "additionalProperties": false,
11246
- "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/}.",
11263
+ "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/}.",
11247
11264
  "properties": {
11248
11265
  "latestVcsWkid": {
11249
11266
  "description": "(Optional) The current wkid value of the vertical coordinate system.",
@@ -11270,7 +11287,7 @@
11270
11287
  },
11271
11288
  "esri.rest-api.StreamLayer.StreamLayer": {
11272
11289
  "additionalProperties": false,
11273
- "description": "A stream layer in a web map. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/streamLayer/}.",
11290
+ "description": "A stream layer in a web map. See {@link https://developers.arcgis.com/web-map-specification/objects/streamLayer/}.",
11274
11291
  "properties": {
11275
11292
  "blendMode": {
11276
11293
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -11328,7 +11345,7 @@
11328
11345
  },
11329
11346
  "listMode": {
11330
11347
  "$ref": "esri.ListMode",
11331
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
11348
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
11332
11349
  },
11333
11350
  "maxScale": {
11334
11351
  "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.",
@@ -11340,7 +11357,7 @@
11340
11357
  },
11341
11358
  "mode": {
11342
11359
  "$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
11343
- "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}."
11360
+ "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}."
11344
11361
  },
11345
11362
  "opacity": {
11346
11363
  "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
@@ -11351,7 +11368,7 @@
11351
11368
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
11352
11369
  },
11353
11370
  "refreshInterval": {
11354
- "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}.",
11371
+ "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}.",
11355
11372
  "type": "number"
11356
11373
  },
11357
11374
  "screenSizePerspective": {
@@ -11378,7 +11395,7 @@
11378
11395
  "type": "string"
11379
11396
  },
11380
11397
  "type": {
11381
- "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}.",
11398
+ "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}.",
11382
11399
  "enum": [
11383
11400
  "BingMapsAerial",
11384
11401
  "BingMapsHybrid",
@@ -11414,7 +11431,7 @@
11414
11431
  },
11415
11432
  "esri.rest-api.StyleSymbolReference.StyleSymbolReference": {
11416
11433
  "additionalProperties": false,
11417
- "description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/styleSymbolReference/}.",
11434
+ "description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem. See {@link https://developers.arcgis.com/web-scene-specification/objects/styleSymbolReference/}.",
11418
11435
  "properties": {
11419
11436
  "name": {
11420
11437
  "description": "Identifies a symbol in the style by name.",
@@ -11442,7 +11459,7 @@
11442
11459
  },
11443
11460
  "esri.rest-api.SubtypeGroupLayer.SubtypeGroupLayer": {
11444
11461
  "additionalProperties": false,
11445
- "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/}.",
11462
+ "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/}.",
11446
11463
  "properties": {
11447
11464
  "blendMode": {
11448
11465
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -11479,7 +11496,7 @@
11479
11496
  },
11480
11497
  "listMode": {
11481
11498
  "$ref": "esri.ListMode",
11482
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
11499
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
11483
11500
  },
11484
11501
  "maxScale": {
11485
11502
  "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.",
@@ -11494,7 +11511,7 @@
11494
11511
  "type": "number"
11495
11512
  },
11496
11513
  "refreshInterval": {
11497
- "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}.",
11514
+ "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}.",
11498
11515
  "type": "number"
11499
11516
  },
11500
11517
  "showLegend": {
@@ -11506,7 +11523,7 @@
11506
11523
  "type": "string"
11507
11524
  },
11508
11525
  "type": {
11509
- "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}.",
11526
+ "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}.",
11510
11527
  "enum": [
11511
11528
  "BingMapsAerial",
11512
11529
  "BingMapsHybrid",
@@ -11534,7 +11551,7 @@
11534
11551
  "type": "object"
11535
11552
  },
11536
11553
  "esri.rest-api.Symbol.Color": {
11537
- "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/}.",
11554
+ "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/}.",
11538
11555
  "items": {
11539
11556
  "type": "number"
11540
11557
  },
@@ -11542,11 +11559,11 @@
11542
11559
  },
11543
11560
  "esri.rest-api.Symbol.Font": {
11544
11561
  "additionalProperties": false,
11545
- "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/}.",
11562
+ "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/}.",
11546
11563
  "properties": {
11547
11564
  "decoration": {
11548
11565
  "$ref": "#/definitions/esri.rest-api.Symbol.TextDecoration",
11549
- "description": "The text decoration. See{@linkTextDecoration}."
11566
+ "description": "The text decoration. See {@link TextDecoration}."
11550
11567
  },
11551
11568
  "family": {
11552
11569
  "description": "The font family.",
@@ -11558,11 +11575,11 @@
11558
11575
  },
11559
11576
  "style": {
11560
11577
  "$ref": "#/definitions/esri.rest-api.Symbol.FontStyle",
11561
- "description": "The text style. See{@linkFontStyle}."
11578
+ "description": "The text style. See {@link FontStyle}."
11562
11579
  },
11563
11580
  "weight": {
11564
11581
  "$ref": "#/definitions/esri.rest-api.Symbol.FontWeight",
11565
- "description": "The text weight. See{@linkFontWeight}."
11582
+ "description": "The text weight. See {@link FontWeight}."
11566
11583
  }
11567
11584
  },
11568
11585
  "type": "object"
@@ -11620,7 +11637,7 @@
11620
11637
  "$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
11621
11638
  }
11622
11639
  ],
11623
- "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/}."
11640
+ "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/}."
11624
11641
  },
11625
11642
  "esri.rest-api.Symbol.TextDecoration": {
11626
11643
  "description": "The text decoration for the Font.",
@@ -11643,7 +11660,7 @@
11643
11660
  },
11644
11661
  "esri.rest-api.Symbol3D.Material": {
11645
11662
  "additionalProperties": false,
11646
- "description": "The material used to shade the geometry. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/material/}.",
11663
+ "description": "The material used to shade the geometry. See {@link https://developers.arcgis.com/web-scene-specification/objects/material/}.",
11647
11664
  "properties": {
11648
11665
  "color": {
11649
11666
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -11670,7 +11687,7 @@
11670
11687
  },
11671
11688
  "esri.rest-api.Symbol3D.Outline": {
11672
11689
  "additionalProperties": false,
11673
- "description": "The outline of the point, line or polygon. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/outline/}.",
11690
+ "description": "The outline of the point, line or polygon. See {@link https://developers.arcgis.com/web-scene-specification/objects/outline/}.",
11674
11691
  "properties": {
11675
11692
  "color": {
11676
11693
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -11693,7 +11710,7 @@
11693
11710
  },
11694
11711
  "esri.rest-api.Symbol3D.ResourceIconSymbol": {
11695
11712
  "additionalProperties": false,
11696
- "description": "The shape (primitive) or image URL (href) used to visualize the features. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer_resource/}.",
11713
+ "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/}.",
11697
11714
  "properties": {
11698
11715
  "dataURI": {
11699
11716
  "description": "An image encoded as base64 string, starting with data:image.",
@@ -11712,7 +11729,7 @@
11712
11729
  },
11713
11730
  "esri.rest-api.Symbol3D.ResourceObjectSymbol": {
11714
11731
  "additionalProperties": false,
11715
- "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/}.",
11732
+ "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/}.",
11716
11733
  "properties": {
11717
11734
  "href": {
11718
11735
  "description": "Must be an absolute URL or a relative path starting with \"./\".",
@@ -11746,11 +11763,11 @@
11746
11763
  "$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
11747
11764
  }
11748
11765
  ],
11749
- "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/}."
11766
+ "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/}."
11750
11767
  },
11751
11768
  "esri.rest-api.TableDataSource.TableDataSource": {
11752
11769
  "additionalProperties": false,
11753
- "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/}.",
11770
+ "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/}.",
11754
11771
  "properties": {
11755
11772
  "dataSourceName": {
11756
11773
  "description": "The fully-qualified string value used to specify where the dataSource is derived.",
@@ -11761,7 +11778,7 @@
11761
11778
  "type": "string"
11762
11779
  },
11763
11780
  "type": {
11764
- "description": "Type of the DataSource. See{@linkportal /DataSource!DataSourceType}.",
11781
+ "description": "Type of the DataSource. See {@link portal /DataSource!DataSourceType}.",
11765
11782
  "enum": [
11766
11783
  "table"
11767
11784
  ],
@@ -11778,7 +11795,7 @@
11778
11795
  "type": "object"
11779
11796
  },
11780
11797
  "esri.rest-api.Template.DrawingTool": {
11781
- "description": "Possible drawing tool value to use with{@linkTemplate.drawingTool}.",
11798
+ "description": "Possible drawing tool value to use with {@link Template.drawingTool}.",
11782
11799
  "enum": [
11783
11800
  "esriFeatureEditToolCircle",
11784
11801
  "esriFeatureEditToolDownArrow",
@@ -11798,7 +11815,7 @@
11798
11815
  },
11799
11816
  "esri.rest-api.Template.Template": {
11800
11817
  "additionalProperties": false,
11801
- "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/}.",
11818
+ "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/}.",
11802
11819
  "properties": {
11803
11820
  "description": {
11804
11821
  "description": "A detailed description of the template.",
@@ -11806,7 +11823,7 @@
11806
11823
  },
11807
11824
  "drawingTool": {
11808
11825
  "$ref": "#/definitions/esri.rest-api.Template.DrawingTool",
11809
- "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}."
11826
+ "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}."
11810
11827
  },
11811
11828
  "name": {
11812
11829
  "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.",
@@ -11821,7 +11838,7 @@
11821
11838
  },
11822
11839
  "esri.rest-api.TemporalRenderer.TemporalRenderer": {
11823
11840
  "additionalProperties": false,
11824
- "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/}.",
11841
+ "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/}.",
11825
11842
  "properties": {
11826
11843
  "authoringInfo": {
11827
11844
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -11841,14 +11858,14 @@
11841
11858
  },
11842
11859
  "rotationType": {
11843
11860
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
11844
- "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}."
11861
+ "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}."
11845
11862
  },
11846
11863
  "trackRenderer": {
11847
11864
  "$ref": "#/definitions/esri.rest-api.SimpleRenderer.SimpleRenderer",
11848
11865
  "description": "Simple renderer used to symbolize the tracks."
11849
11866
  },
11850
11867
  "type": {
11851
- "description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
11868
+ "description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
11852
11869
  "enum": [
11853
11870
  "temporal"
11854
11871
  ],
@@ -11857,8 +11874,7 @@
11857
11874
  "visualVariables": {
11858
11875
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
11859
11876
  "items": {
11860
- "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
11861
- "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/}."
11877
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
11862
11878
  },
11863
11879
  "type": "array"
11864
11880
  }
@@ -11870,7 +11886,7 @@
11870
11886
  },
11871
11887
  "esri.rest-api.TextSymbol.TextSymbol": {
11872
11888
  "additionalProperties": false,
11873
- "description": "Text symbols are used to add text to a feature (labeling). See{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriTS_symbol/}.",
11889
+ "description": "Text symbols are used to add text to a feature (labeling). See {@link https://developers.arcgis.com/web-map-specification/objects/esriTS_symbol/}.",
11874
11890
  "properties": {
11875
11891
  "angle": {
11876
11892
  "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.",
@@ -11906,7 +11922,7 @@
11906
11922
  },
11907
11923
  "horizontalAlignment": {
11908
11924
  "$ref": "#/definitions/esri.rest-api.Symbol.HorizontalAlignment",
11909
- "description": "The horizontal alignment of the text. See{@linkportal /Symbol!HorizontalAlignment}."
11925
+ "description": "The horizontal alignment of the text. See {@link portal /Symbol!HorizontalAlignment}."
11910
11926
  },
11911
11927
  "kerning": {
11912
11928
  "description": "Boolean value indicating whether to adjust the spacing between characters in the text string.",
@@ -11925,7 +11941,7 @@
11925
11941
  "type": "string"
11926
11942
  },
11927
11943
  "type": {
11928
- "description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
11944
+ "description": "The type of symbol. See {@link portal /Symbol!SymbolType}.",
11929
11945
  "enum": [
11930
11946
  "esriTS"
11931
11947
  ],
@@ -11933,7 +11949,7 @@
11933
11949
  },
11934
11950
  "verticalAlignment": {
11935
11951
  "$ref": "#/definitions/esri.rest-api.Symbol.VerticalAlignment",
11936
- "description": "The vertical alignment of the text. See{@linkportal /Symbol!VerticalAlignment}."
11952
+ "description": "The vertical alignment of the text. See {@link portal /Symbol!VerticalAlignment}."
11937
11953
  },
11938
11954
  "xoffset": {
11939
11955
  "description": "Numeric value indicating the offset on the x-axis in pixels.",
@@ -11951,7 +11967,7 @@
11951
11967
  },
11952
11968
  "esri.rest-api.TextSymbol3DLayer.TextSymbol3DLayer": {
11953
11969
  "additionalProperties": false,
11954
- "description": "TextSymbol3DLayer is used to draw text labels for features of any geometry type. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/textSymbol3DLayer/}.",
11970
+ "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/}.",
11955
11971
  "properties": {
11956
11972
  "font": {
11957
11973
  "$ref": "#/definitions/esri.rest-api.Symbol.Font",
@@ -11970,7 +11986,7 @@
11970
11986
  "type": "string"
11971
11987
  },
11972
11988
  "type": {
11973
- "description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
11989
+ "description": "The type of the Symbol3DLayer. See {@link portal /Symbol3D!Symbol3DLayerType}.",
11974
11990
  "enum": [
11975
11991
  "Text"
11976
11992
  ],
@@ -11984,7 +12000,7 @@
11984
12000
  },
11985
12001
  "esri.rest-api.TileInfo.TileInfo": {
11986
12002
  "additionalProperties": false,
11987
- "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/}.",
12003
+ "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/}.",
11988
12004
  "properties": {
11989
12005
  "cols": {
11990
12006
  "description": "Requested tile's column.",
@@ -12003,7 +12019,7 @@
12003
12019
  "type": "string"
12004
12020
  },
12005
12021
  "lods": {
12006
- "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/}.",
12022
+ "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/}.",
12007
12023
  "items": {
12008
12024
  "$ref": "__type"
12009
12025
  },
@@ -12026,7 +12042,7 @@
12026
12042
  },
12027
12043
  "esri.rest-api.TiledImageServiceLayer.TiledImageServiceLayer": {
12028
12044
  "additionalProperties": false,
12029
- "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/}.",
12045
+ "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/}.",
12030
12046
  "properties": {
12031
12047
  "blendMode": {
12032
12048
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -12060,7 +12076,7 @@
12060
12076
  },
12061
12077
  "listMode": {
12062
12078
  "$ref": "esri.ListMode",
12063
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
12079
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
12064
12080
  },
12065
12081
  "maxScale": {
12066
12082
  "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.",
@@ -12075,7 +12091,7 @@
12075
12091
  "type": "number"
12076
12092
  },
12077
12093
  "refreshInterval": {
12078
- "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}.",
12094
+ "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}.",
12079
12095
  "type": "number"
12080
12096
  },
12081
12097
  "showLegend": {
@@ -12087,7 +12103,7 @@
12087
12103
  "type": "string"
12088
12104
  },
12089
12105
  "type": {
12090
- "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}.",
12106
+ "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}.",
12091
12107
  "enum": [
12092
12108
  "BingMapsAerial",
12093
12109
  "BingMapsHybrid",
@@ -12117,7 +12133,7 @@
12117
12133
  },
12118
12134
  "esri.rest-api.TiledMapServiceLayer.TiledMapServiceLayer": {
12119
12135
  "additionalProperties": false,
12120
- "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/}.",
12136
+ "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/}.",
12121
12137
  "properties": {
12122
12138
  "blendMode": {
12123
12139
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -12139,7 +12155,7 @@
12139
12155
  },
12140
12156
  "exclusionAreas": {
12141
12157
  "$ref": "__type",
12142
- "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/}."
12158
+ "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/}."
12143
12159
  },
12144
12160
  "id": {
12145
12161
  "description": "A unique identifying string for the layer.",
@@ -12169,7 +12185,7 @@
12169
12185
  },
12170
12186
  "listMode": {
12171
12187
  "$ref": "esri.ListMode",
12172
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
12188
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
12173
12189
  },
12174
12190
  "maxScale": {
12175
12191
  "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.",
@@ -12188,7 +12204,7 @@
12188
12204
  "type": "string"
12189
12205
  },
12190
12206
  "refreshInterval": {
12191
- "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}.",
12207
+ "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}.",
12192
12208
  "type": "number"
12193
12209
  },
12194
12210
  "showLegend": {
@@ -12200,7 +12216,7 @@
12200
12216
  "type": "string"
12201
12217
  },
12202
12218
  "type": {
12203
- "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}.",
12219
+ "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}.",
12204
12220
  "enum": [
12205
12221
  "BingMapsAerial",
12206
12222
  "BingMapsHybrid",
@@ -12229,7 +12245,7 @@
12229
12245
  },
12230
12246
  "esri.rest-api.Type.Type": {
12231
12247
  "additionalProperties": false,
12232
- "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/}.",
12248
+ "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/}.",
12233
12249
  "properties": {
12234
12250
  "domains": {
12235
12251
  "description": "A set of domain objects for each domain in the type."
@@ -12257,7 +12273,7 @@
12257
12273
  },
12258
12274
  "esri.rest-api.UniqueValueFromStyle.UniqueValueFromStyle": {
12259
12275
  "additionalProperties": false,
12260
- "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/}.",
12276
+ "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/}.",
12261
12277
  "properties": {
12262
12278
  "authoringInfo": {
12263
12279
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -12281,7 +12297,7 @@
12281
12297
  },
12282
12298
  "rotationType": {
12283
12299
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
12284
- "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}."
12300
+ "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}."
12285
12301
  },
12286
12302
  "styleName": {
12287
12303
  "description": "A registered web style name. Can not be used in conjunction with styleName.",
@@ -12292,7 +12308,7 @@
12292
12308
  "type": "string"
12293
12309
  },
12294
12310
  "type": {
12295
- "description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
12311
+ "description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
12296
12312
  "enum": [
12297
12313
  "uniqueValue"
12298
12314
  ],
@@ -12301,8 +12317,7 @@
12301
12317
  "visualVariables": {
12302
12318
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
12303
12319
  "items": {
12304
- "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
12305
- "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/}."
12320
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
12306
12321
  },
12307
12322
  "type": "array"
12308
12323
  }
@@ -12315,7 +12330,7 @@
12315
12330
  },
12316
12331
  "esri.rest-api.UniqueValueRenderer.UniqueValueInfo": {
12317
12332
  "additionalProperties": false,
12318
- "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/}.",
12333
+ "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/}.",
12319
12334
  "properties": {
12320
12335
  "description": {
12321
12336
  "description": "String value used to describe the drawn symbol.",
@@ -12382,7 +12397,7 @@
12382
12397
  },
12383
12398
  "esri.rest-api.UniqueValueRenderer.UniqueValueRenderer": {
12384
12399
  "additionalProperties": false,
12385
- "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/}.",
12400
+ "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/}.",
12386
12401
  "properties": {
12387
12402
  "authoringInfo": {
12388
12403
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -12462,10 +12477,10 @@
12462
12477
  },
12463
12478
  "rotationType": {
12464
12479
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
12465
- "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}."
12480
+ "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}."
12466
12481
  },
12467
12482
  "type": {
12468
- "description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
12483
+ "description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
12469
12484
  "enum": [
12470
12485
  "uniqueValue"
12471
12486
  ],
@@ -12481,8 +12496,7 @@
12481
12496
  "visualVariables": {
12482
12497
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
12483
12498
  "items": {
12484
- "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
12485
- "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/}."
12499
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
12486
12500
  },
12487
12501
  "type": "array"
12488
12502
  }
@@ -12496,7 +12510,7 @@
12496
12510
  },
12497
12511
  "esri.rest-api.Value.Value": {
12498
12512
  "additionalProperties": false,
12499
- "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/}.",
12513
+ "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/}.",
12500
12514
  "properties": {
12501
12515
  "fields": {
12502
12516
  "description": "Used with charts. An array of field names to display in the chart.",
@@ -12572,7 +12586,7 @@
12572
12586
  },
12573
12587
  "rotationType": {
12574
12588
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
12575
- "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}."
12589
+ "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}."
12576
12590
  },
12577
12591
  "style": {
12578
12592
  "description": "A predefined style.",
@@ -12596,7 +12610,7 @@
12596
12610
  "type": "number"
12597
12611
  },
12598
12612
  "type": {
12599
- "description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
12613
+ "description": "The type of renderer. See {@link portal /Renderer!RendererType}.",
12600
12614
  "enum": [
12601
12615
  "vectorField"
12602
12616
  ],
@@ -12605,8 +12619,7 @@
12605
12619
  "visualVariables": {
12606
12620
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
12607
12621
  "items": {
12608
- "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
12609
- "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/}."
12622
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable"
12610
12623
  },
12611
12624
  "type": "array"
12612
12625
  }
@@ -12621,7 +12634,7 @@
12621
12634
  },
12622
12635
  "esri.rest-api.VectorTileLayer.VectorTileLayer": {
12623
12636
  "additionalProperties": false,
12624
- "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/}.",
12637
+ "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/}.",
12625
12638
  "properties": {
12626
12639
  "blendMode": {
12627
12640
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -12655,7 +12668,7 @@
12655
12668
  },
12656
12669
  "listMode": {
12657
12670
  "$ref": "esri.ListMode",
12658
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
12671
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
12659
12672
  },
12660
12673
  "maxScale": {
12661
12674
  "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.",
@@ -12674,7 +12687,7 @@
12674
12687
  "type": "string"
12675
12688
  },
12676
12689
  "refreshInterval": {
12677
- "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}.",
12690
+ "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}.",
12678
12691
  "type": "number"
12679
12692
  },
12680
12693
  "showLegend": {
@@ -12690,7 +12703,7 @@
12690
12703
  "type": "string"
12691
12704
  },
12692
12705
  "type": {
12693
- "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}.",
12706
+ "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}.",
12694
12707
  "enum": [
12695
12708
  "BingMapsAerial",
12696
12709
  "BingMapsHybrid",
@@ -12715,7 +12728,7 @@
12715
12728
  },
12716
12729
  "esri.rest-api.VerticalOffset.VerticalOffset": {
12717
12730
  "additionalProperties": false,
12718
- "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/}.",
12731
+ "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/}.",
12719
12732
  "properties": {
12720
12733
  "maxWorldLength": {
12721
12734
  "description": "The maximum vertical symbol lift in world units. It acts as an upper bound to avoid lift becoming too big.",
@@ -12737,7 +12750,7 @@
12737
12750
  },
12738
12751
  "esri.rest-api.Viewpoint.Viewpoint": {
12739
12752
  "additionalProperties": false,
12740
- "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/}.",
12753
+ "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/}.",
12741
12754
  "properties": {
12742
12755
  "camera": {
12743
12756
  "$ref": "#/definitions/esri.rest-api.Camera.Camera",
@@ -12760,13 +12773,13 @@
12760
12773
  },
12761
12774
  "esri.rest-api.VisualVariable.ColorInfo": {
12762
12775
  "additionalProperties": false,
12763
- "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/}.",
12776
+ "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/}.",
12764
12777
  "properties": {
12765
12778
  "colors": {
12766
12779
  "description": "An array of colors that define the color ramp. Either colors or stops must be specified to construct the color ramp.",
12767
12780
  "items": {
12768
12781
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
12769
- "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/}."
12782
+ "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/}."
12770
12783
  },
12771
12784
  "type": "array"
12772
12785
  },
@@ -12776,7 +12789,7 @@
12776
12789
  },
12777
12790
  "legendOptions": {
12778
12791
  "$ref": "__type",
12779
- "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/}."
12792
+ "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/}."
12780
12793
  },
12781
12794
  "maxDataValue": {
12782
12795
  "description": "The maximum data value.",
@@ -12798,7 +12811,7 @@
12798
12811
  "type": "array"
12799
12812
  },
12800
12813
  "type": {
12801
- "description": "The type of the VisualVariable. See{@linkVisualVariableType}.",
12814
+ "description": "The type of the VisualVariable. See {@link VisualVariableType}.",
12802
12815
  "enum": [
12803
12816
  "colorInfo"
12804
12817
  ],
@@ -12819,7 +12832,7 @@
12819
12832
  "anyOf": [
12820
12833
  {
12821
12834
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
12822
- "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/}."
12835
+ "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/}."
12823
12836
  },
12824
12837
  {
12825
12838
  "type": "string"
@@ -12840,7 +12853,7 @@
12840
12853
  },
12841
12854
  "esri.rest-api.VisualVariable.RotationInfo": {
12842
12855
  "additionalProperties": false,
12843
- "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/}.",
12856
+ "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/}.",
12844
12857
  "properties": {
12845
12858
  "field": {
12846
12859
  "description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
@@ -12848,7 +12861,7 @@
12848
12861
  },
12849
12862
  "legendOptions": {
12850
12863
  "$ref": "__type",
12851
- "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/}."
12864
+ "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/}."
12852
12865
  },
12853
12866
  "normalizationField": {
12854
12867
  "description": "String value indicating the name of the attribute field used to normalize the data.",
@@ -12859,7 +12872,7 @@
12859
12872
  "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."
12860
12873
  },
12861
12874
  "type": {
12862
- "description": "The type of the VisualVariable. See{@linkVisualVariableType}.",
12875
+ "description": "The type of the VisualVariable. See {@link VisualVariableType}.",
12863
12876
  "enum": [
12864
12877
  "rotationInfo"
12865
12878
  ],
@@ -12886,7 +12899,7 @@
12886
12899
  },
12887
12900
  "esri.rest-api.VisualVariable.Size": {
12888
12901
  "additionalProperties": false,
12889
- "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/}.",
12902
+ "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/}.",
12890
12903
  "properties": {
12891
12904
  "expression": {
12892
12905
  "description": "The value which allows a size to be defined based on the map scale. Currently, the only supported expression is, view.scale.",
@@ -12912,7 +12925,7 @@
12912
12925
  },
12913
12926
  "esri.rest-api.VisualVariable.SizeInfo": {
12914
12927
  "additionalProperties": false,
12915
- "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/}.",
12928
+ "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/}.",
12916
12929
  "properties": {
12917
12930
  "axis": {
12918
12931
  "description": "Defines the axis the size visual variable should be applied to when rendering features with an ObjectSymbol3DLayer.",
@@ -12931,7 +12944,7 @@
12931
12944
  },
12932
12945
  "legendOptions": {
12933
12946
  "$ref": "__type",
12934
- "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/}."
12947
+ "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/}."
12935
12948
  },
12936
12949
  "maxDataValue": {
12937
12950
  "description": "The maximum data value.",
@@ -12968,7 +12981,7 @@
12968
12981
  "type": "string"
12969
12982
  },
12970
12983
  "type": {
12971
- "description": "The type of the VisualVariable. See{@linkVisualVariableType}.",
12984
+ "description": "The type of the VisualVariable. See {@link VisualVariableType}.",
12972
12985
  "enum": [
12973
12986
  "sizeInfo"
12974
12987
  ],
@@ -13035,7 +13048,7 @@
13035
13048
  },
13036
13049
  "esri.rest-api.VisualVariable.TransparencyInfo": {
13037
13050
  "additionalProperties": false,
13038
- "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/}.",
13051
+ "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/}.",
13039
13052
  "properties": {
13040
13053
  "field": {
13041
13054
  "description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
@@ -13057,7 +13070,7 @@
13057
13070
  "type": "array"
13058
13071
  },
13059
13072
  "type": {
13060
- "description": "The type of the VisualVariable. See{@linkVisualVariableType}.",
13073
+ "description": "The type of the VisualVariable. See {@link VisualVariableType}.",
13061
13074
  "enum": [
13062
13075
  "transparencyInfo"
13063
13076
  ],
@@ -13109,11 +13122,11 @@
13109
13122
  "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
13110
13123
  }
13111
13124
  ],
13112
- "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/}."
13125
+ "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/}."
13113
13126
  },
13114
13127
  "esri.rest-api.WMSLayer.WMSLayer": {
13115
13128
  "additionalProperties": false,
13116
- "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/}.",
13129
+ "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/}.",
13117
13130
  "properties": {
13118
13131
  "blendMode": {
13119
13132
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -13191,7 +13204,7 @@
13191
13204
  },
13192
13205
  "listMode": {
13193
13206
  "$ref": "esri.ListMode",
13194
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
13207
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
13195
13208
  },
13196
13209
  "mapUrl": {
13197
13210
  "description": "The URL of the WMS map. You should also supply the url property, which is the URL of the WMS capabilities document.",
@@ -13218,7 +13231,7 @@
13218
13231
  "type": "number"
13219
13232
  },
13220
13233
  "refreshInterval": {
13221
- "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}.",
13234
+ "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}.",
13222
13235
  "type": "number"
13223
13236
  },
13224
13237
  "showLegend": {
@@ -13237,7 +13250,7 @@
13237
13250
  "type": "string"
13238
13251
  },
13239
13252
  "type": {
13240
- "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}.",
13253
+ "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}.",
13241
13254
  "enum": [
13242
13255
  "BingMapsAerial",
13243
13256
  "BingMapsHybrid",
@@ -13277,7 +13290,7 @@
13277
13290
  },
13278
13291
  "esri.rest-api.WMSSublayer.WMSSublayer": {
13279
13292
  "additionalProperties": false,
13280
- "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/}.",
13293
+ "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/}.",
13281
13294
  "properties": {
13282
13295
  "legendUrl": {
13283
13296
  "description": "A string URL to a legend graphic for the layer.",
@@ -13304,7 +13317,7 @@
13304
13317
  },
13305
13318
  "esri.rest-api.WMTSInfo.WMTSInfo": {
13306
13319
  "additionalProperties": false,
13307
- "description": "Object containing layerIdentifier, tileMatrixSet, and URL for WMTSLayer layer types. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/wmtsInfo/}.",
13320
+ "description": "Object containing layerIdentifier, tileMatrixSet, and URL for WMTSLayer layer types. See {@link https://developers.arcgis.com/web-map-specification/objects/wmtsInfo/}.",
13308
13321
  "properties": {
13309
13322
  "customLayerParameters": {
13310
13323
  "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."
@@ -13329,7 +13342,7 @@
13329
13342
  },
13330
13343
  "esri.rest-api.WebTileLayer.WebTileLayer": {
13331
13344
  "additionalProperties": false,
13332
- "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/}.",
13345
+ "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/}.",
13333
13346
  "properties": {
13334
13347
  "blendMode": {
13335
13348
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -13368,7 +13381,7 @@
13368
13381
  },
13369
13382
  "listMode": {
13370
13383
  "$ref": "esri.ListMode",
13371
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
13384
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
13372
13385
  },
13373
13386
  "maxScale": {
13374
13387
  "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.",
@@ -13383,7 +13396,7 @@
13383
13396
  "type": "number"
13384
13397
  },
13385
13398
  "refreshInterval": {
13386
- "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}.",
13399
+ "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}.",
13387
13400
  "type": "number"
13388
13401
  },
13389
13402
  "showLegend": {
@@ -13410,7 +13423,7 @@
13410
13423
  "type": "string"
13411
13424
  },
13412
13425
  "type": {
13413
- "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}.",
13426
+ "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}.",
13414
13427
  "enum": [
13415
13428
  "BingMapsAerial",
13416
13429
  "BingMapsHybrid",
@@ -14479,14 +14492,7 @@
14479
14492
  ]
14480
14493
  },
14481
14494
  "network.get-status:output": {
14482
- "description": "The status of a connection to a network host.",
14483
- "enum": [
14484
- "ConnectedToCarrierDataNetwork",
14485
- "ConnectedToWiFiOrEthernet",
14486
- "NoConnection",
14487
- "Restricted"
14488
- ],
14489
- "type": "string"
14495
+ "$ref": "#/definitions/NetworkStatus"
14490
14496
  },
14491
14497
  "network.has-connection": {
14492
14498
  "description": "Determines if the device has a network connection.",
@@ -14959,12 +14965,7 @@
14959
14965
  ]
14960
14966
  },
14961
14967
  "search.set-source:input": {
14962
- "description": "The search source.",
14963
- "enum": [
14964
- "addresses",
14965
- "features"
14966
- ],
14967
- "type": "string"
14968
+ "$ref": "#/definitions/SearchSource"
14968
14969
  },
14969
14970
  "sketching.add-node-to-geometry": {
14970
14971
  "description": "Deprecated - Mobile users should rather use \"geometry.add-point\"; Web users should use \"sketching.add-point\" or \"sketching.insert-point\" instead.",
@@ -15209,16 +15210,7 @@
15209
15210
  ]
15210
15211
  },
15211
15212
  "system.haptics:input": {
15212
- "description": "The haptic style.",
15213
- "enum": [
15214
- "error",
15215
- "heavy",
15216
- "light",
15217
- "medium",
15218
- "success",
15219
- "warning"
15220
- ],
15221
- "type": "string"
15213
+ "$ref": "#/definitions/HapticStyle"
15222
15214
  },
15223
15215
  "system.keep-screen-on": {
15224
15216
  "description": "Allows to control if the screen should be kept on. Passing true as parameter will keep the screen on, ignoring possible system settings for screen timeouts. Passing false as parameter will make the app respect system settings again.",
@@ -15373,6 +15365,38 @@
15373
15365
  "ui.hide-notification"
15374
15366
  ]
15375
15367
  },
15368
+ "ui.make-available": {
15369
+ "description": "Marks a component as being available. The interpretation of what effect this has is up to the component. Currently the only component that will react to this is the task-bar, which will have the effect of showing the tab/button for that component. The argument can be an id of the component, or the model for the component.",
15370
+ "enum": [
15371
+ "ui.make-available"
15372
+ ]
15373
+ },
15374
+ "ui.make-available:input": {
15375
+ "anyOf": [
15376
+ {
15377
+ "$ref": "#/definitions/Model"
15378
+ },
15379
+ {
15380
+ "type": "string"
15381
+ }
15382
+ ]
15383
+ },
15384
+ "ui.make-unavailable": {
15385
+ "description": "Marks a component as being unavailable. The interpretation of what effect this has is up to the component. Currently the only component that will react to this is the task-bar, which will have the effect of hiding the tab/button for that component, and deactivating the component. The argument can be an id of the component, or the model for the component.",
15386
+ "enum": [
15387
+ "ui.make-unavailable"
15388
+ ]
15389
+ },
15390
+ "ui.make-unavailable:input": {
15391
+ "anyOf": [
15392
+ {
15393
+ "$ref": "#/definitions/Model"
15394
+ },
15395
+ {
15396
+ "type": "string"
15397
+ }
15398
+ ]
15399
+ },
15376
15400
  "ui.pause-notifications": {
15377
15401
  "description": "Pauses display of notifications until resumed.",
15378
15402
  "enum": [
@@ -17179,6 +17203,38 @@
17179
17203
  ],
17180
17204
  "type": "object"
17181
17205
  },
17206
+ {
17207
+ "additionalProperties": false,
17208
+ "properties": {
17209
+ "arguments": {
17210
+ "$ref": "#/definitions/ui.make-available:input"
17211
+ },
17212
+ "name": {
17213
+ "$ref": "#/definitions/ui.make-available"
17214
+ }
17215
+ },
17216
+ "required": [
17217
+ "name",
17218
+ "arguments"
17219
+ ],
17220
+ "type": "object"
17221
+ },
17222
+ {
17223
+ "additionalProperties": false,
17224
+ "properties": {
17225
+ "arguments": {
17226
+ "$ref": "#/definitions/ui.make-unavailable:input"
17227
+ },
17228
+ "name": {
17229
+ "$ref": "#/definitions/ui.make-unavailable"
17230
+ }
17231
+ },
17232
+ "required": [
17233
+ "name",
17234
+ "arguments"
17235
+ ],
17236
+ "type": "object"
17237
+ },
17182
17238
  {
17183
17239
  "additionalProperties": false,
17184
17240
  "properties": {
@@ -17659,6 +17715,12 @@
17659
17715
  {
17660
17716
  "$ref": "#/definitions/ui.hide-notification"
17661
17717
  },
17718
+ {
17719
+ "$ref": "#/definitions/ui.make-available"
17720
+ },
17721
+ {
17722
+ "$ref": "#/definitions/ui.make-unavailable"
17723
+ },
17662
17724
  {
17663
17725
  "$ref": "#/definitions/ui.pause-notifications"
17664
17726
  },