@vertigis/viewer-spec 46.4.0 → 47.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.
@@ -15,23 +15,23 @@
15
15
  "description": "A hyperlink associated with a feature or layer.",
16
16
  "properties": {
17
17
  "iconUrl": {
18
- "description": "See {@link Hyperlink.iconUrl}.",
18
+ "description": "See{@linkHyperlink.iconUrl}.",
19
19
  "type": "string"
20
20
  },
21
21
  "target": {
22
- "description": "See {@link Hyperlink.target}.",
22
+ "description": "See{@linkHyperlink.target}.",
23
23
  "type": "string"
24
24
  },
25
25
  "text": {
26
- "description": "See {@link Hyperlink.text}.",
26
+ "description": "See{@linkHyperlink.text}.",
27
27
  "type": "string"
28
28
  },
29
29
  "tooltip": {
30
- "description": "See {@link Hyperlink.tooltip}.",
30
+ "description": "See{@linkHyperlink.tooltip}.",
31
31
  "type": "string"
32
32
  },
33
33
  "url": {
34
- "description": "See {@link Hyperlink.url}.",
34
+ "description": "See{@linkHyperlink.url}.",
35
35
  "type": "string"
36
36
  }
37
37
  },
@@ -43,12 +43,11 @@
43
43
  },
44
44
  "@vertigis.arcgis-extensions.data.Feature.FeatureProperties": {
45
45
  "additionalProperties": false,
46
- "description": "Properties that can be passed into the constructor for {@link Feature}.",
46
+ "description": "Properties that can be passed into the constructor for{@linkFeature}.",
47
47
  "properties": {
48
48
  "attributes": {
49
49
  "anyOf": [
50
- {
51
- },
50
+ {},
52
51
  {
53
52
  "$ref": "Map"
54
53
  }
@@ -57,7 +56,7 @@
57
56
  },
58
57
  "failureMode": {
59
58
  "$ref": "#/definitions/@vertigis.arcgis-extensions.FailureMode.FailureMode",
60
- "description": "See {@link InitializableBase.failureMode}."
59
+ "description": "See{@linkInitializableBase.failureMode}."
61
60
  },
62
61
  "geometry": {
63
62
  "anyOf": [
@@ -103,7 +102,7 @@
103
102
  },
104
103
  "@vertigis.arcgis-extensions.data.FeatureSettings.FeatureSettingsProperties": {
105
104
  "additionalProperties": false,
106
- "description": "Properties that can be passed into the constructor for {@link FeatureSettings}.",
105
+ "description": "Properties that can be passed into the constructor for{@linkFeatureSettings}.",
107
106
  "properties": {
108
107
  "formatSettings": {
109
108
  "$ref": "#/definitions/@vertigis.arcgis-extensions.support.FormatSettings.FormatSettingsProperties",
@@ -124,11 +123,11 @@
124
123
  "type": "array"
125
124
  },
126
125
  "maxAllowableOffset": {
127
- "description": "See {@link FeatureSettings.maxAllowableOffset}.",
126
+ "description": "See{@linkFeatureSettings.maxAllowableOffset}.",
128
127
  "type": "number"
129
128
  },
130
129
  "outFields": {
131
- "description": "See {@link FeatureSettings.outFields}.",
130
+ "description": "See{@linkFeatureSettings.outFields}.",
132
131
  "items": {
133
132
  "type": "string"
134
133
  },
@@ -136,7 +135,7 @@
136
135
  },
137
136
  "outSpatialReference": {
138
137
  "$ref": "#/definitions/esri.SpatialReference",
139
- "description": "See {@link FeatureSettings.outSpatialReference}."
138
+ "description": "See{@linkFeatureSettings.outSpatialReference}."
140
139
  },
141
140
  "popupTemplate": {
142
141
  "anyOf": [
@@ -150,15 +149,15 @@
150
149
  "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."
151
150
  },
152
151
  "returnGeometry": {
153
- "description": "See {@link FeatureSettings.returnGeometry}.",
152
+ "description": "See{@linkFeatureSettings.returnGeometry}.",
154
153
  "type": "boolean"
155
154
  },
156
155
  "zoomFactor": {
157
- "description": "See {@link FeatureSettings.zoomFactor}.",
156
+ "description": "See{@linkFeatureSettings.zoomFactor}.",
158
157
  "type": "number"
159
158
  },
160
159
  "zoomScale": {
161
- "description": "See {@link FeatureSettings.zoomScale}.",
160
+ "description": "See{@linkFeatureSettings.zoomScale}.",
162
161
  "type": "number"
163
162
  }
164
163
  },
@@ -166,11 +165,11 @@
166
165
  },
167
166
  "@vertigis.arcgis-extensions.data.FieldExtension.FieldExtensionProperties": {
168
167
  "additionalProperties": false,
169
- "description": "Properties that can be passed into the constructor for {@link FieldExtension}.",
168
+ "description": "Properties that can be passed into the constructor for{@linkFieldExtension}.",
170
169
  "properties": {
171
170
  "failureMode": {
172
171
  "$ref": "#/definitions/@vertigis.arcgis-extensions.FailureMode.FailureMode",
173
- "description": "See {@link InitializableBase.failureMode}."
172
+ "description": "See{@linkInitializableBase.failureMode}."
174
173
  },
175
174
  "field": {
176
175
  "anyOf": [
@@ -243,21 +242,21 @@
243
242
  },
244
243
  "type": {
245
244
  "$ref": "#/definitions/esri.rest-api.Field.FieldType",
246
- "description": "Type of the Field. See {@link FieldType}."
245
+ "description": "Type of the Field. See{@linkFieldType}."
247
246
  }
248
247
  },
249
248
  "type": "object"
250
249
  },
251
250
  "@vertigis.arcgis-extensions.data.Schema.SchemaProperties": {
252
251
  "additionalProperties": false,
253
- "description": "Properties that can be passed into the constructor for {@link Schema}.",
252
+ "description": "Properties that can be passed into the constructor for{@linkSchema}.",
254
253
  "properties": {
255
254
  "displayField": {
256
- "description": "See {@link Schema.displayField}.",
255
+ "description": "See{@linkSchema.displayField}.",
257
256
  "type": "string"
258
257
  },
259
258
  "fieldExtensions": {
260
- "description": "See {@link Schema.fieldExtensions}.",
259
+ "description": "See{@linkSchema.fieldExtensions}.",
261
260
  "items": {
262
261
  "anyOf": [
263
262
  {
@@ -271,7 +270,7 @@
271
270
  "type": "array"
272
271
  },
273
272
  "fields": {
274
- "description": "See {@link Schema.fields}.",
273
+ "description": "See{@linkSchema.fields}.",
275
274
  "items": {
276
275
  "anyOf": [
277
276
  {
@@ -285,27 +284,27 @@
285
284
  "type": "array"
286
285
  },
287
286
  "geometryType": {
288
- "description": "See {@link Schema.geometryType}.",
287
+ "description": "See{@linkSchema.geometryType}.",
289
288
  "type": "string"
290
289
  },
291
290
  "primaryKeyField": {
292
- "description": "See {@link Schema.primaryKeyField}.",
291
+ "description": "See{@linkSchema.primaryKeyField}.",
293
292
  "type": "string"
294
293
  },
295
294
  "spatialReference": {
296
295
  "$ref": "#/definitions/esri.SpatialReference",
297
- "description": "See {@link Schema.spatialReference}."
296
+ "description": "See{@linkSchema.spatialReference}."
298
297
  },
299
298
  "timeZone": {
300
- "description": "See {@link Schema.timeZone}.",
299
+ "description": "See{@linkSchema.timeZone}.",
301
300
  "type": "string"
302
301
  },
303
302
  "typeIdField": {
304
- "description": "See {@link Schema.typeIdField}.",
303
+ "description": "See{@linkSchema.typeIdField}.",
305
304
  "type": "string"
306
305
  },
307
306
  "types": {
308
- "description": "See {@link Schema.types}.",
307
+ "description": "See{@linkSchema.types}.",
309
308
  "items": {
310
309
  "anyOf": [
311
310
  {
@@ -349,14 +348,14 @@
349
348
  },
350
349
  "@vertigis.arcgis-extensions.support.FormatSettings.FormatSettingsProperties": {
351
350
  "additionalProperties": false,
352
- "description": "Properties that can be passed into the constructor for {@link FormatSettings}.",
351
+ "description": "Properties that can be passed into the constructor for{@linkFormatSettings}.",
353
352
  "properties": {
354
353
  "currency": {
355
354
  "description": "The 3-letter ISO 4217 currency code (e.g \"USD\", \"CAD\"). Required when formatting a number using NumberFormat.CURRENCY or NumberFormat.ACCOUNTING.",
356
355
  "type": "string"
357
356
  },
358
357
  "dateFormat": {
359
- "description": "The default format for date values. Either a {@link DateFormat} constant, or a custom date format string.",
358
+ "description": "The default format for date values. Either a{@linkDateFormat}constant, or a custom date format string.",
360
359
  "type": "string"
361
360
  },
362
361
  "fractionalDigits": {
@@ -368,7 +367,7 @@
368
367
  "type": "string"
369
368
  },
370
369
  "numberFormat": {
371
- "description": "The default format for number values. Either a {@link NumberFormat} constant, or a custom number format string.",
370
+ "description": "The default format for number values. Either a{@linkNumberFormat}constant, or a custom number format string.",
372
371
  "type": "string"
373
372
  },
374
373
  "timeZone": {
@@ -387,8 +386,7 @@
387
386
  {
388
387
  "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
389
388
  },
390
- {
391
- },
389
+ {},
392
390
  {
393
391
  "type": "string"
394
392
  }
@@ -401,10 +399,10 @@
401
399
  "properties": {
402
400
  "cancelToken": {
403
401
  "$ref": "@vertigis.arcgis-extensions.support.Cancellable.CancelToken",
404
- "description": "An optional cancel token from a {@link Cancellable} that can be used to cancel the geocode operation."
402
+ "description": "An optional cancel token from a{@linkCancellable}that can be used to cancel the geocode operation."
405
403
  },
406
404
  "maxResults": {
407
- "description": "The maximum number of results to return. This cannot exceed the maximum supported by the geocoder (see {@link Geocoder.capabilities}).",
405
+ "description": "The maximum number of results to return. This cannot exceed the maximum supported by the geocoder (see{@linkGeocoder.capabilities}).",
408
406
  "type": "number"
409
407
  },
410
408
  "outFields": {
@@ -499,7 +497,7 @@
499
497
  },
500
498
  "AddNodeToGeometryArgs": {
501
499
  "additionalProperties": false,
502
- "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.",
500
+ "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.",
503
501
  "properties": {
504
502
  "geometry": {
505
503
  "$ref": "#/definitions/esri.Geometry",
@@ -635,6 +633,17 @@
635
633
  ],
636
634
  "type": "object"
637
635
  },
636
+ "BackgroundLocationUpdatesArgs": {
637
+ "additionalProperties": false,
638
+ "description": "Arguments for the system.disable-background-location-updates command.",
639
+ "properties": {
640
+ "taskId": {
641
+ "description": "The task ID for enabling and disabling background location updates. Once enabled using a certain task ID, background location updates can only be stopped once they are disabled with that same task ID. Cannot be set to null, but if this argument is not provided, a preset default value will be used.",
642
+ "type": "string"
643
+ }
644
+ },
645
+ "type": "object"
646
+ },
638
647
  "CalculatePointArgs": {
639
648
  "additionalProperties": false,
640
649
  "description": "Arguments for the geometry.calculate-point operation.",
@@ -1324,6 +1333,25 @@
1324
1333
  ],
1325
1334
  "type": "string"
1326
1335
  },
1336
+ "EnableBackgroundLocationUpdateArgs": {
1337
+ "additionalProperties": false,
1338
+ "description": "Arguments for the system.enable-background-location-updates command.",
1339
+ "properties": {
1340
+ "androidNotificationMessage": {
1341
+ "description": "The message used in the sticky notification on Android.",
1342
+ "type": "string"
1343
+ },
1344
+ "androidNotificationTitle": {
1345
+ "description": "The title used in the sticky notification on Android. If null or an empty string, a default title will be used.",
1346
+ "type": "string"
1347
+ },
1348
+ "taskId": {
1349
+ "description": "The task ID for enabling and disabling background location updates. Once enabled using a certain task ID, background location updates can only be stopped once they are disabled with that same task ID. Cannot be set to null, but if this argument is not provided, a preset default value will be used.",
1350
+ "type": "string"
1351
+ }
1352
+ },
1353
+ "type": "object"
1354
+ },
1327
1355
  "ExportMapImageArgs": {
1328
1356
  "additionalProperties": false,
1329
1357
  "description": "Arguments for the \"map.export-image\" operation.",
@@ -1966,7 +1994,8 @@
1966
1994
  {
1967
1995
  "type": "string"
1968
1996
  }
1969
- ]
1997
+ ],
1998
+ "description": "A (sub)layer extension, or an object that is convertible to one."
1970
1999
  },
1971
2000
  "type": "array"
1972
2001
  },
@@ -2236,6 +2265,68 @@
2236
2265
  ],
2237
2266
  "type": "object"
2238
2267
  },
2268
+ "OperationalLayer": {
2269
+ "anyOf": [
2270
+ {
2271
+ "$ref": "#/definitions/esri.rest-api.BuildingSceneLayer.BuildingSceneLayer"
2272
+ },
2273
+ {
2274
+ "$ref": "#/definitions/esri.rest-api.CSVLayer.CSVLayer"
2275
+ },
2276
+ {
2277
+ "$ref": "#/definitions/esri.rest-api.ElevationLayer.ElevationLayer"
2278
+ },
2279
+ {
2280
+ "$ref": "#/definitions/esri.rest-api.StreamLayer.StreamLayer"
2281
+ },
2282
+ {
2283
+ "$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayer"
2284
+ },
2285
+ {
2286
+ "$ref": "#/definitions/esri.rest-api.GeoRSSLayer.GeoRSSLayer"
2287
+ },
2288
+ {
2289
+ "$ref": "#/definitions/esri.rest-api.GroupLayer.GroupLayer"
2290
+ },
2291
+ {
2292
+ "$ref": "#/definitions/esri.rest-api.ImageServiceVectorLayer.ImageServiceVectorLayer"
2293
+ },
2294
+ {
2295
+ "$ref": "#/definitions/esri.rest-api.IntegratedMeshLayer.IntegratedMeshLayer"
2296
+ },
2297
+ {
2298
+ "$ref": "#/definitions/esri.rest-api.KMLLayer.KMLLayer"
2299
+ },
2300
+ {
2301
+ "$ref": "#/definitions/esri.rest-api.MapServiceLayer.MapServiceLayer"
2302
+ },
2303
+ {
2304
+ "$ref": "#/definitions/esri.rest-api.PointCloudLayer.PointCloudLayer"
2305
+ },
2306
+ {
2307
+ "$ref": "#/definitions/esri.rest-api.SceneLayer.SceneLayer"
2308
+ },
2309
+ {
2310
+ "$ref": "#/definitions/esri.rest-api.TiledImageServiceLayer.TiledImageServiceLayer"
2311
+ },
2312
+ {
2313
+ "$ref": "#/definitions/esri.rest-api.TiledMapServiceLayer.TiledMapServiceLayer"
2314
+ },
2315
+ {
2316
+ "$ref": "#/definitions/esri.rest-api.VectorTileLayer.VectorTileLayer"
2317
+ },
2318
+ {
2319
+ "$ref": "#/definitions/esri.rest-api.WMSLayer.WMSLayer"
2320
+ },
2321
+ {
2322
+ "$ref": "#/definitions/esri.rest-api.WebTileLayer.WebTileLayer"
2323
+ },
2324
+ {
2325
+ "$ref": "#/definitions/esri.rest-api.ImageServiceLayer.ImageServiceLayer"
2326
+ }
2327
+ ],
2328
+ "description": "An operational layer in a web map/scene."
2329
+ },
2239
2330
  "PickFileArgs": {
2240
2331
  "additionalProperties": false,
2241
2332
  "description": "Arguments to pick a file.",
@@ -2448,10 +2539,8 @@
2448
2539
  "type": "string"
2449
2540
  },
2450
2541
  "inputs": {
2451
- "additionalProperties": {
2452
- },
2453
- "description": "The inputs to be passed into the workflow.",
2454
- "type": "object"
2542
+ "$ref": "__type",
2543
+ "description": "The inputs to be passed into the workflow."
2455
2544
  },
2456
2545
  "instanceId": {
2457
2546
  "description": "A unique Id to identify an instance of this workflow running.",
@@ -2702,24 +2791,7 @@
2702
2791
  },
2703
2792
  {
2704
2793
  "additionalProperties": false,
2705
- "properties": {
2706
- "activate": {
2707
- "description": "Whether to activate the component showing the results of the operation. False by default.",
2708
- "type": "boolean"
2709
- },
2710
- "features": {
2711
- "$ref": "#/definitions/FeaturesLike",
2712
- "description": "Features to use for the command/operation."
2713
- },
2714
- "results": {
2715
- "$ref": "#/definitions/ModelRef",
2716
- "description": "The result component to update, referenced by results model or its ID."
2717
- }
2718
- },
2719
- "required": [
2720
- "results"
2721
- ],
2722
- "type": "object"
2794
+ "properties": {}
2723
2795
  }
2724
2796
  ],
2725
2797
  "description": "Arguments for various commands that manipulate the current set of shown results."
@@ -2950,20 +3022,19 @@
2950
3022
  "properties": {
2951
3023
  "args": {
2952
3024
  "description": "The values to substitute into the format string if it contains substitution placeholders (see utilities/string/format in Geocortex API).",
2953
- "items": {
2954
- },
3025
+ "items": {},
2955
3026
  "type": "array"
2956
3027
  },
2957
3028
  "currency": {
2958
- "description": "The default unit of currency to use when formatting currency. See {@link NumberSettings.currency}.",
3029
+ "description": "The default unit of currency to use when formatting currency. See{@linkNumberSettings.currency}.",
2959
3030
  "type": "string"
2960
3031
  },
2961
3032
  "dateFormat": {
2962
- "description": "The default format to use when formatting dates. See {@link DateFormatter.format}.",
3033
+ "description": "The default format to use when formatting dates. See{@linkDateFormatter.format}.",
2963
3034
  "type": "string"
2964
3035
  },
2965
3036
  "fractionalDigits": {
2966
- "description": "The default number of digits to show after the decimal point when formatting numbers. See {@link NumberSettings.fractionalDigits}.",
3037
+ "description": "The default number of digits to show after the decimal point when formatting numbers. See{@linkNumberSettings.fractionalDigits}.",
2967
3038
  "type": "number"
2968
3039
  },
2969
3040
  "locale": {
@@ -2971,7 +3042,7 @@
2971
3042
  "type": "string"
2972
3043
  },
2973
3044
  "numberFormat": {
2974
- "description": "The default format to use when formatting numbers. See {@link NumberFormatter.format}.",
3045
+ "description": "The default format to use when formatting numbers. See{@linkNumberFormatter.format}.",
2975
3046
  "type": "string"
2976
3047
  },
2977
3048
  "text": {
@@ -3185,12 +3256,18 @@
3185
3256
  "debug-console.close"
3186
3257
  ]
3187
3258
  },
3259
+ "debug-console.close:output": {
3260
+ "type": "undefined"
3261
+ },
3188
3262
  "debug-console.display": {
3189
3263
  "description": "Displays the Debug Console. Deprecated; use log-viewer.display instead.",
3190
3264
  "enum": [
3191
3265
  "debug-console.display"
3192
3266
  ]
3193
3267
  },
3268
+ "debug-console.display:output": {
3269
+ "type": "undefined"
3270
+ },
3194
3271
  "drawing.set-sync": {
3195
3272
  "description": "Sets a value that determines whether drawings will be synced automatically across maps.",
3196
3273
  "enum": [
@@ -3460,7 +3537,7 @@
3460
3537
  },
3461
3538
  "listMode": {
3462
3539
  "$ref": "esri.ListMode",
3463
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
3540
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
3464
3541
  },
3465
3542
  "maxScale": {
3466
3543
  "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.",
@@ -3475,7 +3552,7 @@
3475
3552
  "type": "number"
3476
3553
  },
3477
3554
  "refreshInterval": {
3478
- "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. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
3555
+ "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.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
3479
3556
  "type": "number"
3480
3557
  },
3481
3558
  "showLegend": {
@@ -3494,7 +3571,7 @@
3494
3571
  "type": "string"
3495
3572
  },
3496
3573
  "type": {
3497
- "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 OperationalLayerType} and {@link BaseMapLayerType}.",
3574
+ "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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
3498
3575
  "enum": [
3499
3576
  "BingMapsAerial",
3500
3577
  "BingMapsHybrid",
@@ -3687,7 +3764,7 @@
3687
3764
  },
3688
3765
  "esri.rest-api.CSVLayer.CSVLayer": {
3689
3766
  "additionalProperties": false,
3690
- "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. {@link https://developers.arcgis.com/web-map-specification/objects/csvLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/csvLayer/}.",
3767
+ "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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/csvLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/csvLayer/}.",
3691
3768
  "properties": {
3692
3769
  "blendMode": {
3693
3770
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -3718,7 +3795,7 @@
3718
3795
  },
3719
3796
  "listMode": {
3720
3797
  "$ref": "esri.ListMode",
3721
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
3798
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
3722
3799
  },
3723
3800
  "locationInfo": {
3724
3801
  "$ref": "#/definitions/esri.rest-api.LocationInfo.LocationInfo",
@@ -3741,7 +3818,7 @@
3741
3818
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
3742
3819
  },
3743
3820
  "refreshInterval": {
3744
- "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. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
3821
+ "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.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
3745
3822
  "type": "number"
3746
3823
  },
3747
3824
  "screenSizePerspective": {
@@ -3761,7 +3838,7 @@
3761
3838
  "type": "string"
3762
3839
  },
3763
3840
  "type": {
3764
- "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 OperationalLayerType} and {@link BaseMapLayerType}.",
3841
+ "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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
3765
3842
  "enum": [
3766
3843
  "BingMapsAerial",
3767
3844
  "BingMapsHybrid",
@@ -3843,7 +3920,7 @@
3843
3920
  },
3844
3921
  "esri.rest-api.Camera.Camera": {
3845
3922
  "additionalProperties": false,
3846
- "description": "The camera defines the position, tilt, and heading of the point from which the SceneView's visible extent is observed. {@link https://developers.arcgis.com/web-scene-specification/objects/camera/}.",
3923
+ "description": "The camera defines the position, tilt, and heading of the point from which the SceneView's visible extent is observed.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/camera/}.",
3847
3924
  "properties": {
3848
3925
  "heading": {
3849
3926
  "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.",
@@ -3865,7 +3942,7 @@
3865
3942
  },
3866
3943
  "esri.rest-api.ClassBreaksRenderer.ClassBreakInfo": {
3867
3944
  "additionalProperties": false,
3868
- "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. {@link https://developers.arcgis.com/web-map-specification/objects/classBreakInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/classBreakInfo/}.",
3945
+ "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/classBreakInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/classBreakInfo/}.",
3869
3946
  "properties": {
3870
3947
  "classMaxValue": {
3871
3948
  "description": "A numeric value used to specify the maximum value for a break.",
@@ -3933,7 +4010,7 @@
3933
4010
  },
3934
4011
  "esri.rest-api.ClassBreaksRenderer.ClassBreaksRenderer": {
3935
4012
  "additionalProperties": false,
3936
- "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. {@link https://developers.arcgis.com/web-map-specification/objects/classBreaks_renderer/} {@link https://developers.arcgis.com/web-scene-specification/objects/classBreaksRenderer/}.",
4013
+ "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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/classBreaks_renderer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/classBreaksRenderer/}.",
3937
4014
  "properties": {
3938
4015
  "authoringInfo": {
3939
4016
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -3959,7 +4036,7 @@
3959
4036
  },
3960
4037
  "classificationMethod": {
3961
4038
  "$ref": "#/definitions/esri.rest-api.ClassBreaksRenderer.ClassificationMethod",
3962
- "description": "Determines the classification method that was used to generate class breaks. See {@link ClassificationMethod}."
4039
+ "description": "Determines the classification method that was used to generate class breaks. See{@linkClassificationMethod}."
3963
4040
  },
3964
4041
  "defaultLabel": {
3965
4042
  "description": "Default string for the default symbol used to draw unspecified values.",
@@ -4024,7 +4101,7 @@
4024
4101
  },
4025
4102
  "normalizationType": {
4026
4103
  "$ref": "#/definitions/esri.rest-api.ClassBreaksRenderer.NormalizationType",
4027
- "description": "One of the NormalizationType constants. See {@link NormalizationType}."
4104
+ "description": "One of the NormalizationType constants. See{@linkNormalizationType}."
4028
4105
  },
4029
4106
  "rotationExpression": {
4030
4107
  "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.",
@@ -4032,10 +4109,10 @@
4032
4109
  },
4033
4110
  "rotationType": {
4034
4111
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
4035
- "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 RotationType}."
4112
+ "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{@linkRotationType}."
4036
4113
  },
4037
4114
  "type": {
4038
- "description": "The type of renderer. See {@link RendererType}.",
4115
+ "description": "The type of renderer. See{@linkRendererType}.",
4039
4116
  "enum": [
4040
4117
  "classBreaks"
4041
4118
  ],
@@ -4044,20 +4121,8 @@
4044
4121
  "visualVariables": {
4045
4122
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
4046
4123
  "items": {
4047
- "anyOf": [
4048
- {
4049
- "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
4050
- },
4051
- {
4052
- "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
4053
- },
4054
- {
4055
- "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
4056
- },
4057
- {
4058
- "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
4059
- }
4060
- ]
4124
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
4125
+ "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'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
4061
4126
  },
4062
4127
  "type": "array"
4063
4128
  }
@@ -4093,7 +4158,7 @@
4093
4158
  },
4094
4159
  "esri.rest-api.CodedValueDomain.CodedValue": {
4095
4160
  "additionalProperties": false,
4096
- "description": "A set of valid coded values with unique names. {@link https://developers.arcgis.com/web-map-specification/objects/codedValue/} {@link https://developers.arcgis.com/web-scene-specification/objects/codedValue_domain/}.",
4161
+ "description": "A set of valid coded values with unique names.{@linkhttps://developers.arcgis.com/web-map-specification/objects/codedValue/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/codedValue_domain/}.",
4097
4162
  "properties": {
4098
4163
  "code": {
4099
4164
  "description": "Value indicating which unique code is used to identify the feature attribute.",
@@ -4115,7 +4180,7 @@
4115
4180
  },
4116
4181
  "esri.rest-api.CodedValueDomain.CodedValueDomain": {
4117
4182
  "additionalProperties": false,
4118
- "description": "Coded value domain specifies an explicit set of valid values for a field. Each valid value is assigned a unique name. {@link https://developers.arcgis.com/web-map-specification/objects/codedValue_domain/}.",
4183
+ "description": "Coded value domain specifies an explicit set of valid values for a field. Each valid value is assigned a unique name.{@linkhttps://developers.arcgis.com/web-map-specification/objects/codedValue_domain/}.",
4119
4184
  "properties": {
4120
4185
  "codedValues": {
4121
4186
  "description": "The set of valid coded values.",
@@ -4129,7 +4194,7 @@
4129
4194
  "type": "string"
4130
4195
  },
4131
4196
  "type": {
4132
- "description": "Type of domain. See {@link DomainType}.",
4197
+ "description": "Type of domain. See{@linkDomainType}.",
4133
4198
  "enum": [
4134
4199
  "codedValue"
4135
4200
  ],
@@ -4145,7 +4210,7 @@
4145
4210
  },
4146
4211
  "esri.rest-api.ColorClassBreakInfo.ColorClassBreakInfo": {
4147
4212
  "additionalProperties": false,
4148
- "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. {@link https://developers.arcgis.com/web-scene-specification/objects/colorClassBreakInfo/}.",
4213
+ "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorClassBreakInfo/}.",
4149
4214
  "properties": {
4150
4215
  "classMaxValue": {
4151
4216
  "description": "A numeric value used to specify the maximum value for a break.",
@@ -4172,7 +4237,7 @@
4172
4237
  },
4173
4238
  "esri.rest-api.ColorUniqueValueInfos.ColorUniqueValueInfos": {
4174
4239
  "additionalProperties": false,
4175
- "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. {@link https://developers.arcgis.com/web-scene-specification/objects/colorUniqueValueInfo/}.",
4240
+ "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorUniqueValueInfo/}.",
4176
4241
  "properties": {
4177
4242
  "color": {
4178
4243
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -4211,11 +4276,11 @@
4211
4276
  "$ref": "#/definitions/esri.rest-api.TableDataSource.TableDataSource"
4212
4277
  }
4213
4278
  ],
4214
- "description": "This object applies if the layerDefinition source is set to DynamicDataLayer. {@link https://developers.arcgis.com/web-map-specification/objects/dataSource/} {@link https://developers.arcgis.com/web-scene-specification/objects/dataSource/}."
4279
+ "description": "This object applies if the layerDefinition source is set to DynamicDataLayer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/dataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/dataSource/}."
4215
4280
  },
4216
4281
  "esri.rest-api.DefinitionEditor.DefinitionEditor": {
4217
4282
  "additionalProperties": false,
4218
- "description": "The definitionEditor stores interactive filters at the same level as layerDefinition. {@link https://developers.arcgis.com/web-map-specification/objects/definitionEditor/} {@link https://developers.arcgis.com/web-scene-specification/objects/definitionEditor/}.",
4283
+ "description": "The definitionEditor stores interactive filters at the same level as layerDefinition.{@linkhttps://developers.arcgis.com/web-map-specification/objects/definitionEditor/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/definitionEditor/}.",
4219
4284
  "properties": {
4220
4285
  "inputs": {
4221
4286
  "description": "An array of input objects.",
@@ -4233,7 +4298,7 @@
4233
4298
  },
4234
4299
  "esri.rest-api.DefinitionEditor.Input": {
4235
4300
  "additionalProperties": false,
4236
- "description": "The input objects specified by the definitionEditor. {@link https://developers.arcgis.com/web-map-specification/objects/input/} {@link https://developers.arcgis.com/web-scene-specification/objects/input/}.",
4301
+ "description": "The input objects specified by the definitionEditor.{@linkhttps://developers.arcgis.com/web-map-specification/objects/input/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/input/}.",
4237
4302
  "properties": {
4238
4303
  "hint": {
4239
4304
  "description": "A string value representing a hint for the input.",
@@ -4255,7 +4320,7 @@
4255
4320
  },
4256
4321
  "esri.rest-api.DefinitionEditor.Parameter": {
4257
4322
  "additionalProperties": false,
4258
- "description": "Objects defined by a definitionEditor input. {@link https://developers.arcgis.com/web-map-specification/objects/parameter/} {@link https://developers.arcgis.com/web-scene-specification/objects/parameter/}.",
4323
+ "description": "Objects defined by a definitionEditor input.{@linkhttps://developers.arcgis.com/web-map-specification/objects/parameter/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/parameter/}.",
4259
4324
  "properties": {
4260
4325
  "defaultValue": {
4261
4326
  "description": "The default value that is automatically given if nothing is provided.",
@@ -4291,11 +4356,11 @@
4291
4356
  "$ref": "#/definitions/esri.rest-api.RangeDomain.RangeDomain"
4292
4357
  }
4293
4358
  ],
4294
- "description": "A domain specifies the set of valid values for a field. {@link https://developers.arcgis.com/web-map-specification/objects/domain/} {@link https://developers.arcgis.com/web-scene-specification/objects/domain/}."
4359
+ "description": "A domain specifies the set of valid values for a field.{@linkhttps://developers.arcgis.com/web-map-specification/objects/domain/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/domain/}."
4295
4360
  },
4296
4361
  "esri.rest-api.DrawingInfo.DrawingInfo": {
4297
4362
  "additionalProperties": false,
4298
- "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. {@link https://developers.arcgis.com/web-map-specification/objects/drawingInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/drawingInfo/}.",
4363
+ "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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/drawingInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/drawingInfo/}.",
4299
4364
  "properties": {
4300
4365
  "filters": {
4301
4366
  "description": "Filters for PointCloud layers.",
@@ -4310,7 +4375,8 @@
4310
4375
  {
4311
4376
  "$ref": "#/definitions/esri.rest-api.PointCloudValueFilter.PointCloudValueFilter"
4312
4377
  }
4313
- ]
4378
+ ],
4379
+ "description": "Filters applied to the pointCloud which will hide a point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
4314
4380
  },
4315
4381
  "type": "array"
4316
4382
  },
@@ -4346,11 +4412,11 @@
4346
4412
  },
4347
4413
  "esri.rest-api.DynamicDataLayer.DynamicDataLayer": {
4348
4414
  "additionalProperties": false,
4349
- "description": "A dynamic data layer derived from a registered workspace. More information on this can be found in the ArcGIS REST API help. {@link https://developers.arcgis.com/web-map-specification/objects/dynamicDataLayer_source/} {@link https://developers.arcgis.com/web-scene-specification/objects/dynamicDataLayer_source/}.",
4415
+ "description": "A dynamic data layer derived from a registered workspace. More information on this can be found in the ArcGIS REST API help.{@linkhttps://developers.arcgis.com/web-map-specification/objects/dynamicDataLayer_source/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/dynamicDataLayer_source/}.",
4350
4416
  "properties": {
4351
4417
  "dataSource": {
4352
4418
  "$ref": "#/definitions/esri.rest-api.DataSource.DataSource",
4353
- "description": "This object applies if the layerDefinition source is set to DynamicDataLayer. {@link https://developers.arcgis.com/web-map-specification/objects/dataSource/} {@link https://developers.arcgis.com/web-scene-specification/objects/dataSource/}."
4419
+ "description": "This object applies if the layerDefinition source is set to DynamicDataLayer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/dataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/dataSource/}."
4354
4420
  },
4355
4421
  "fields": {
4356
4422
  "description": "An array of objects specifying information about an attribute field.",
@@ -4374,7 +4440,7 @@
4374
4440
  },
4375
4441
  "esri.rest-api.DynamicMapLayer.DynamicMapLayer": {
4376
4442
  "additionalProperties": false,
4377
- "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. {@link https://developers.arcgis.com/web-map-specification/objects/dynamicMapLayer_source/} {@link https://developers.arcgis.com/web-scene-specification/objects/dynamicMapLayer_source/}.",
4443
+ "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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/dynamicMapLayer_source/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/dynamicMapLayer_source/}.",
4378
4444
  "properties": {
4379
4445
  "gdbVersion": {
4380
4446
  "description": "If applicable, specify this to use an alternate geodatabase version.",
@@ -4482,7 +4548,7 @@
4482
4548
  },
4483
4549
  "esri.rest-api.ElevationInfo.ElevationInfo": {
4484
4550
  "additionalProperties": false,
4485
- "description": "Specifies how graphics are placed on the vertical axis (z). This property may only be used in a SceneView. {@link https://developers.arcgis.com/web-scene-specification/objects/elevationInfo/}.",
4551
+ "description": "Specifies how graphics are placed on the vertical axis (z). This property may only be used in a SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/elevationInfo/}.",
4486
4552
  "properties": {
4487
4553
  "featureExpression": {
4488
4554
  "description": "Deprecated with 1.8, use featureExpressionInfo instead. {\"value\":0} Ignores geometry z-values."
@@ -4493,10 +4559,10 @@
4493
4559
  },
4494
4560
  "mode": {
4495
4561
  "$ref": "#/definitions/esri.rest-api.ElevationInfo.ElevationMode",
4496
- "description": "Determines how the service elevation values are combined with the basemap elevation. See {@link ElevationMode}."
4562
+ "description": "Determines how the service elevation values are combined with the basemap elevation. See{@linkElevationMode}."
4497
4563
  },
4498
4564
  "offset": {
4499
- "description": "Offset is always added to the result of the above logic except for {@link \"onTheGround\"} where offset is ignored.",
4565
+ "description": "Offset is always added to the result of the above logic except for{@link\"onTheGround\"}where offset is ignored.",
4500
4566
  "type": "number"
4501
4567
  },
4502
4568
  "unit": {
@@ -4533,7 +4599,7 @@
4533
4599
  },
4534
4600
  "esri.rest-api.ElevationLayer.ElevationLayer": {
4535
4601
  "additionalProperties": false,
4536
- "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. {@link https://developers.arcgis.com/web-scene-specification/objects/elevationLayer/}.",
4602
+ "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.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/elevationLayer/}.",
4537
4603
  "properties": {
4538
4604
  "blendMode": {
4539
4605
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -4560,7 +4626,7 @@
4560
4626
  },
4561
4627
  "listMode": {
4562
4628
  "$ref": "esri.ListMode",
4563
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
4629
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
4564
4630
  },
4565
4631
  "maxScale": {
4566
4632
  "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.",
@@ -4575,7 +4641,7 @@
4575
4641
  "type": "number"
4576
4642
  },
4577
4643
  "refreshInterval": {
4578
- "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. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
4644
+ "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.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
4579
4645
  "type": "number"
4580
4646
  },
4581
4647
  "showLegend": {
@@ -4587,7 +4653,7 @@
4587
4653
  "type": "string"
4588
4654
  },
4589
4655
  "type": {
4590
- "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 OperationalLayerType} and {@link BaseMapLayerType}.",
4656
+ "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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
4591
4657
  "enum": [
4592
4658
  "BingMapsAerial",
4593
4659
  "BingMapsHybrid",
@@ -4616,7 +4682,7 @@
4616
4682
  },
4617
4683
  "esri.rest-api.Extent.Extent": {
4618
4684
  "additionalProperties": false,
4619
- "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. {@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/}.",
4685
+ "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.{@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/}.",
4620
4686
  "properties": {
4621
4687
  "spatialReference": {
4622
4688
  "$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
@@ -4643,7 +4709,7 @@
4643
4709
  },
4644
4710
  "esri.rest-api.ExtrudeSymbol3DLayer.ExtrudeSymbol3DLayer": {
4645
4711
  "additionalProperties": false,
4646
- "description": "ExtrudeSymbol3DLayer is used to render Polygon geometries by extruding them upward from the ground, creating a 3D volumetric object. {@link https://developers.arcgis.com/web-scene-specification/objects/extrudeSymbol3DLayer/}.",
4712
+ "description": "ExtrudeSymbol3DLayer is used to render Polygon geometries by extruding them upward from the ground, creating a 3D volumetric object.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/extrudeSymbol3DLayer/}.",
4647
4713
  "properties": {
4648
4714
  "enable": {
4649
4715
  "description": "Type: Boolean.",
@@ -4658,7 +4724,7 @@
4658
4724
  "type": "number"
4659
4725
  },
4660
4726
  "type": {
4661
- "description": "The type of the Symbol3DLayer. See {@link Symbol3DLayerType}.",
4727
+ "description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
4662
4728
  "enum": [
4663
4729
  "Extrude"
4664
4730
  ],
@@ -4672,7 +4738,7 @@
4672
4738
  },
4673
4739
  "esri.rest-api.Feature.Feature": {
4674
4740
  "additionalProperties": false,
4675
- "description": "Contains information about an attribute field and feature geometry. {@link https://developers.arcgis.com/web-map-specification/objects/feature/} {@link https://developers.arcgis.com/web-scene-specification/objects/feature/}.",
4741
+ "description": "Contains information about an attribute field and feature geometry.{@linkhttps://developers.arcgis.com/web-map-specification/objects/feature/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/feature/}.",
4676
4742
  "properties": {
4677
4743
  "attributes": {
4678
4744
  "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."
@@ -4727,7 +4793,7 @@
4727
4793
  },
4728
4794
  "esri.rest-api.FeatureCollection.FeatureCollection": {
4729
4795
  "additionalProperties": false,
4730
- "description": "Defines a layer of features whose geometry and attributes will be stored directly within the web map. {@link https://developers.arcgis.com/web-map-specification/objects/featureCollection/}.",
4796
+ "description": "Defines a layer of features whose geometry and attributes will be stored directly within the web map.{@linkhttps://developers.arcgis.com/web-map-specification/objects/featureCollection/}.",
4731
4797
  "properties": {
4732
4798
  "layers": {
4733
4799
  "description": "An array of Layer objects defining all the styling, geometry, and attribute information for the features.",
@@ -4757,7 +4823,7 @@
4757
4823
  },
4758
4824
  "esri.rest-api.FeatureLayer.FeatureLayer": {
4759
4825
  "additionalProperties": false,
4760
- "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. {@link https://developers.arcgis.com/web-map-specification/objects/featureLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/featureLayer/}.",
4826
+ "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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/featureLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/featureLayer/}.",
4761
4827
  "properties": {
4762
4828
  "blendMode": {
4763
4829
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -4811,7 +4877,7 @@
4811
4877
  },
4812
4878
  "listMode": {
4813
4879
  "$ref": "esri.ListMode",
4814
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
4880
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
4815
4881
  },
4816
4882
  "maxScale": {
4817
4883
  "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.",
@@ -4823,7 +4889,7 @@
4823
4889
  },
4824
4890
  "mode": {
4825
4891
  "$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
4826
- "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 FeatureLayerMode}."
4892
+ "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{@linkFeatureLayerMode}."
4827
4893
  },
4828
4894
  "opacity": {
4829
4895
  "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
@@ -4834,7 +4900,7 @@
4834
4900
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
4835
4901
  },
4836
4902
  "refreshInterval": {
4837
- "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. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
4903
+ "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.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
4838
4904
  "type": "number"
4839
4905
  },
4840
4906
  "screenSizePerspective": {
@@ -4861,7 +4927,7 @@
4861
4927
  "type": "string"
4862
4928
  },
4863
4929
  "type": {
4864
- "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 OperationalLayerType} and {@link BaseMapLayerType}.",
4930
+ "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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
4865
4931
  "enum": [
4866
4932
  "BingMapsAerial",
4867
4933
  "BingMapsHybrid",
@@ -4973,7 +5039,7 @@
4973
5039
  },
4974
5040
  "esri.rest-api.FeatureSet.FeatureSet": {
4975
5041
  "additionalProperties": false,
4976
- "description": "Contains the geometry and attributes of features in a layer. This object is used with feature collections only. For more information, see Layer. {@link https://developers.arcgis.com/web-map-specification/objects/featureSet/} {@link https://developers.arcgis.com/web-scene-specification/objects/featureSet/}.",
5042
+ "description": "Contains the geometry and attributes of features in a layer. This object is used with feature collections only. For more information, see Layer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/featureSet/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/featureSet/}.",
4977
5043
  "properties": {
4978
5044
  "features": {
4979
5045
  "description": "An array of Feature objects, each one containing geometry and a set of attributes.",
@@ -4995,7 +5061,7 @@
4995
5061
  },
4996
5062
  "esri.rest-api.Field.Field": {
4997
5063
  "additionalProperties": false,
4998
- "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. {@link https://developers.arcgis.com/web-map-specification/objects/field/} {@link https://developers.arcgis.com/web-scene-specification/objects/field/}.",
5064
+ "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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/field/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/field/}.",
4999
5065
  "properties": {
5000
5066
  "alias": {
5001
5067
  "description": "The field alias (human-readable name).",
@@ -5027,7 +5093,7 @@
5027
5093
  },
5028
5094
  "type": {
5029
5095
  "$ref": "#/definitions/esri.rest-api.Field.FieldType",
5030
- "description": "Type of the Field. See {@link FieldType}."
5096
+ "description": "Type of the Field. See{@linkFieldType}."
5031
5097
  }
5032
5098
  },
5033
5099
  "type": "object"
@@ -5053,7 +5119,7 @@
5053
5119
  },
5054
5120
  "esri.rest-api.FieldInfo.FieldInfo": {
5055
5121
  "additionalProperties": false,
5056
- "description": "Defines how a field in the dataset participates (or does not participate) in a pop-up window. {@link https://developers.arcgis.com/web-map-specification/objects/fieldInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/fieldInfo/}.",
5122
+ "description": "Defines how a field in the dataset participates (or does not participate) in a pop-up window.{@linkhttps://developers.arcgis.com/web-map-specification/objects/fieldInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/fieldInfo/}.",
5057
5123
  "properties": {
5058
5124
  "fieldName": {
5059
5125
  "description": "The field name as defined by the service.",
@@ -5073,7 +5139,7 @@
5073
5139
  },
5074
5140
  "stringFieldOption": {
5075
5141
  "$ref": "#/definitions/esri.rest-api.FieldInfo.StringFieldOption",
5076
- "description": "The type of input box editors will see when editing the field. Applies only to string fields. See {@link StringFieldOption}."
5142
+ "description": "The type of input box editors will see when editing the field. Applies only to string fields. See{@linkStringFieldOption}."
5077
5143
  },
5078
5144
  "tooltip": {
5079
5145
  "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.",
@@ -5090,7 +5156,7 @@
5090
5156
  "type": "object"
5091
5157
  },
5092
5158
  "esri.rest-api.FieldInfo.StringFieldOption": {
5093
- "description": "The type of string field to use with {@link FieldInfo.stringFieldOption}..",
5159
+ "description": "The type of string field to use with{@linkFieldInfo.stringFieldOption}..",
5094
5160
  "enum": [
5095
5161
  "richtext",
5096
5162
  "textarea",
@@ -5100,7 +5166,7 @@
5100
5166
  },
5101
5167
  "esri.rest-api.FillSymbol3DLayer.FillSymbol3DLayer": {
5102
5168
  "additionalProperties": false,
5103
- "description": "FillSymbol3DLayer is used to render the surfaces of flat 2D Polygon geometries and 3D volumetric meshes in a SceneView. {@link https://developers.arcgis.com/web-scene-specification/objects/fillSymbol3DLayer/}.",
5169
+ "description": "FillSymbol3DLayer is used to render the surfaces of flat 2D Polygon geometries and 3D volumetric meshes in a SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/fillSymbol3DLayer/}.",
5104
5170
  "properties": {
5105
5171
  "castShadows": {
5106
5172
  "description": "Boolean to control the shadow casting behavior of the rendered geometries.",
@@ -5123,7 +5189,7 @@
5123
5189
  "description": "The outline of the point, line or polygon."
5124
5190
  },
5125
5191
  "type": {
5126
- "description": "The type of the Symbol3DLayer. See {@link Symbol3DLayerType}.",
5192
+ "description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
5127
5193
  "enum": [
5128
5194
  "Fill"
5129
5195
  ],
@@ -5137,7 +5203,7 @@
5137
5203
  },
5138
5204
  "esri.rest-api.FormInfo.FormAttachmentElement": {
5139
5205
  "additionalProperties": false,
5140
- "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. {@link https://developers.arcgis.com/web-map-specification/objects/formAttachmentElement/}.",
5206
+ "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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formAttachmentElement/}.",
5141
5207
  "properties": {
5142
5208
  "attachmentKeyword": {
5143
5209
  "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.",
@@ -5152,26 +5218,8 @@
5152
5218
  "type": "boolean"
5153
5219
  },
5154
5220
  "inputType": {
5155
- "additionalProperties": false,
5156
- "description": "The input user interface to use for the attachment.",
5157
- "properties": {
5158
- "type": {
5159
- "description": "The input type identifier.",
5160
- "enum": [
5161
- "attachment",
5162
- "audio",
5163
- "document",
5164
- "image",
5165
- "signature",
5166
- "video"
5167
- ],
5168
- "type": "string"
5169
- }
5170
- },
5171
- "required": [
5172
- "type"
5173
- ],
5174
- "type": "object"
5221
+ "$ref": "__type",
5222
+ "description": "The input user interface to use for the attachment."
5175
5223
  },
5176
5224
  "label": {
5177
5225
  "description": "A string value indicating what the element represents.",
@@ -5196,7 +5244,7 @@
5196
5244
  },
5197
5245
  "esri.rest-api.FormInfo.FormBarcodeScannerInput": {
5198
5246
  "additionalProperties": false,
5199
- "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. {@link https://developers.arcgis.com/web-map-specification/objects/formBarcodeScannerInput/}.",
5247
+ "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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formBarcodeScannerInput/}.",
5200
5248
  "properties": {
5201
5249
  "maxLength": {
5202
5250
  "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.",
@@ -5221,7 +5269,7 @@
5221
5269
  },
5222
5270
  "esri.rest-api.FormInfo.FormComboBoxInput": {
5223
5271
  "additionalProperties": false,
5224
- "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. {@link https://developers.arcgis.com/web-map-specification/objects/formComboBoxInput/}.",
5272
+ "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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formComboBoxInput/}.",
5225
5273
  "properties": {
5226
5274
  "noValueOptionLabel": {
5227
5275
  "description": "The text used to represent a null value.",
@@ -5246,7 +5294,7 @@
5246
5294
  },
5247
5295
  "esri.rest-api.FormInfo.FormDateTimePickerInput": {
5248
5296
  "additionalProperties": false,
5249
- "description": "Defines the desired user interface is a calendar date picker. {@link https://developers.arcgis.com/web-map-specification/objects/formDatetimePickerInput/}.",
5297
+ "description": "Defines the desired user interface is a calendar date picker.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formDatetimePickerInput/}.",
5250
5298
  "properties": {
5251
5299
  "includeTime": {
5252
5300
  "description": "Indicates if the datetime picker should provide an option to select the time. If not provided, the default value is false.",
@@ -5275,7 +5323,7 @@
5275
5323
  },
5276
5324
  "esri.rest-api.FormInfo.FormExpressionInfo": {
5277
5325
  "additionalProperties": false,
5278
- "description": "Arcade expression used in the form. {@link https://developers.arcgis.com/web-map-specification/objects/formExpressionInfo/}.",
5326
+ "description": "Arcade expression used in the form.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formExpressionInfo/}.",
5279
5327
  "properties": {
5280
5328
  "expression": {
5281
5329
  "description": "The Arcade expression.",
@@ -5301,7 +5349,7 @@
5301
5349
  },
5302
5350
  "esri.rest-api.FormInfo.FormFieldElement": {
5303
5351
  "additionalProperties": false,
5304
- "description": "Defines how a field in the dataset participates in the form. {@link https://developers.arcgis.com/web-map-specification/objects/formFieldElement/}.",
5352
+ "description": "Defines how a field in the dataset participates in the form.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formFieldElement/}.",
5305
5353
  "properties": {
5306
5354
  "description": {
5307
5355
  "description": "A string that describes the element in detail.",
@@ -5372,7 +5420,7 @@
5372
5420
  },
5373
5421
  "esri.rest-api.FormInfo.FormGroupElement": {
5374
5422
  "additionalProperties": false,
5375
- "description": "Defines a container that holds a set of form elements that can be expanded, collapsed, or displayed together. {@link https://developers.arcgis.com/web-map-specification/objects/formGroupElement/}.",
5423
+ "description": "Defines a container that holds a set of form elements that can be expanded, collapsed, or displayed together.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formGroupElement/}.",
5376
5424
  "properties": {
5377
5425
  "description": {
5378
5426
  "description": "A string that describes the element in detail.",
@@ -5426,7 +5474,7 @@
5426
5474
  },
5427
5475
  "esri.rest-api.FormInfo.FormInfo": {
5428
5476
  "additionalProperties": false,
5429
- "description": "Defines the form configuration when a user edits a feature. {@link https://developers.arcgis.com/web-map-specification/objects/formInfo/}.",
5477
+ "description": "Defines the form configuration when a user edits a feature.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formInfo/}.",
5430
5478
  "properties": {
5431
5479
  "description": {
5432
5480
  "description": "A string that appears in the body of the form as a description.",
@@ -5468,7 +5516,7 @@
5468
5516
  },
5469
5517
  "esri.rest-api.FormInfo.FormRadioButtonsInput": {
5470
5518
  "additionalProperties": false,
5471
- "description": "Defines the desired user interface is a radio button group. {@link https://developers.arcgis.com/web-map-specification/objects/formRadioButtonsInput/}.",
5519
+ "description": "Defines the desired user interface is a radio button group.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formRadioButtonsInput/}.",
5472
5520
  "properties": {
5473
5521
  "noValueOptionLabel": {
5474
5522
  "description": "The text used to represent a null value.",
@@ -5493,7 +5541,7 @@
5493
5541
  },
5494
5542
  "esri.rest-api.FormInfo.FormRelationshipElement": {
5495
5543
  "additionalProperties": false,
5496
- "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. {@link https://developers.arcgis.com/web-map-specification/objects/formRelationshipElement/}.",
5544
+ "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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formRelationshipElement/}.",
5497
5545
  "properties": {
5498
5546
  "description": {
5499
5547
  "description": "A string that describes the element in detail.",
@@ -5537,7 +5585,7 @@
5537
5585
  },
5538
5586
  "esri.rest-api.FormInfo.FormSwitchInput": {
5539
5587
  "additionalProperties": false,
5540
- "description": "Defines a desired user interface to present a binary switch, or toggle. This should be used when selecting between two options. {@link https://developers.arcgis.com/web-map-specification/objects/formSwitchInput/}.",
5588
+ "description": "Defines a desired user interface to present a binary switch, or toggle. This should be used when selecting between two options.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formSwitchInput/}.",
5541
5589
  "properties": {
5542
5590
  "offValue": {
5543
5591
  "description": "The coded value when switch state is off.",
@@ -5568,7 +5616,7 @@
5568
5616
  },
5569
5617
  "esri.rest-api.FormInfo.FormTextAreaInput": {
5570
5618
  "additionalProperties": false,
5571
- "description": "Defines the desired user interface is a multi-line text area. {@link https://developers.arcgis.com/web-map-specification/objects/formTextAreaInput/}.",
5619
+ "description": "Defines the desired user interface is a multi-line text area.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formTextAreaInput/}.",
5572
5620
  "properties": {
5573
5621
  "maxLength": {
5574
5622
  "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.",
@@ -5593,7 +5641,7 @@
5593
5641
  },
5594
5642
  "esri.rest-api.FormInfo.FormTextBoxInput": {
5595
5643
  "additionalProperties": false,
5596
- "description": "Defines the desired user interface is a single-line text box. {@link https://developers.arcgis.com/web-map-specification/objects/formTextBoxInput/}.",
5644
+ "description": "Defines the desired user interface is a single-line text box.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formTextBoxInput/}.",
5597
5645
  "properties": {
5598
5646
  "maxLength": {
5599
5647
  "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.",
@@ -5617,7 +5665,7 @@
5617
5665
  "type": "object"
5618
5666
  },
5619
5667
  "esri.rest-api.Format.DateFormat": {
5620
- "description": "Possible date formats for {@link Format.dateFormat}.",
5668
+ "description": "Possible date formats for{@linkFormat.dateFormat}.",
5621
5669
  "enum": [
5622
5670
  "dayShortMonthYear",
5623
5671
  "longDate",
@@ -5640,11 +5688,11 @@
5640
5688
  },
5641
5689
  "esri.rest-api.Format.Format": {
5642
5690
  "additionalProperties": false,
5643
- "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. {@link https://developers.arcgis.com/web-map-specification/objects/format/} {@link https://developers.arcgis.com/web-scene-specification/objects/format/}.",
5691
+ "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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/format/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/format/}.",
5644
5692
  "properties": {
5645
5693
  "dateFormat": {
5646
5694
  "$ref": "#/definitions/esri.rest-api.Format.DateFormat",
5647
- "description": "A string used with date fields to specify how the date should appear in pop-up windows. See {@link DateFormat}."
5695
+ "description": "A string used with date fields to specify how the date should appear in pop-up windows. See{@linkDateFormat}."
5648
5696
  },
5649
5697
  "digitSeparator": {
5650
5698
  "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.",
@@ -5659,7 +5707,7 @@
5659
5707
  },
5660
5708
  "esri.rest-api.GeoRSSLayer.GeoRSSLayer": {
5661
5709
  "additionalProperties": false,
5662
- "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. {@link https://developers.arcgis.com/web-map-specification/objects/geoRSSLayer/}.",
5710
+ "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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/geoRSSLayer/}.",
5663
5711
  "properties": {
5664
5712
  "blendMode": {
5665
5713
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -5682,7 +5730,7 @@
5682
5730
  },
5683
5731
  "listMode": {
5684
5732
  "$ref": "esri.ListMode",
5685
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
5733
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
5686
5734
  },
5687
5735
  "maxScale": {
5688
5736
  "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.",
@@ -5705,7 +5753,7 @@
5705
5753
  "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."
5706
5754
  },
5707
5755
  "refreshInterval": {
5708
- "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. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
5756
+ "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.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
5709
5757
  "type": "number"
5710
5758
  },
5711
5759
  "showLegend": {
@@ -5717,7 +5765,7 @@
5717
5765
  "type": "string"
5718
5766
  },
5719
5767
  "type": {
5720
- "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 OperationalLayerType} and {@link BaseMapLayerType}.",
5768
+ "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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
5721
5769
  "enum": [
5722
5770
  "BingMapsAerial",
5723
5771
  "BingMapsHybrid",
@@ -5762,7 +5810,7 @@
5762
5810
  "$ref": "#/definitions/esri.rest-api.Point.Point"
5763
5811
  }
5764
5812
  ],
5765
- "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}. {@link https://developers.arcgis.com/web-map-specification/objects/geometry/} {@link https://developers.arcgis.com/web-map-specification/objects/geometryType/}."
5813
+ "description": "A geometry as defined in the ArcGIS REST and web map specifications. See{@linkhttp://resources.arcgis.com/en/help/rest/apiref/geometry.html}.{@linkhttps://developers.arcgis.com/web-map-specification/objects/geometry/}{@linkhttps://developers.arcgis.com/web-map-specification/objects/geometryType/}."
5766
5814
  },
5767
5815
  "esri.rest-api.Geometry.GeometryType": {
5768
5816
  "description": "The type of the Geometry.",
@@ -5777,7 +5825,7 @@
5777
5825
  },
5778
5826
  "esri.rest-api.GroupLayer.GroupLayer": {
5779
5827
  "additionalProperties": false,
5780
- "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. {@link https://developers.arcgis.com/web-scene-specification/objects/groupLayer/}.",
5828
+ "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.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/groupLayer/}.",
5781
5829
  "properties": {
5782
5830
  "blendMode": {
5783
5831
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -5797,71 +5845,13 @@
5797
5845
  "layers": {
5798
5846
  "description": "List of child operationalLayers.",
5799
5847
  "items": {
5800
- "anyOf": [
5801
- {
5802
- "$ref": "#/definitions/esri.rest-api.BuildingSceneLayer.BuildingSceneLayer"
5803
- },
5804
- {
5805
- "$ref": "#/definitions/esri.rest-api.CSVLayer.CSVLayer"
5806
- },
5807
- {
5808
- "$ref": "#/definitions/esri.rest-api.ElevationLayer.ElevationLayer"
5809
- },
5810
- {
5811
- "$ref": "#/definitions/esri.rest-api.StreamLayer.StreamLayer"
5812
- },
5813
- {
5814
- "$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayer"
5815
- },
5816
- {
5817
- "$ref": "#/definitions/esri.rest-api.GeoRSSLayer.GeoRSSLayer"
5818
- },
5819
- {
5820
- "$ref": "#/definitions/esri.rest-api.GroupLayer.GroupLayer"
5821
- },
5822
- {
5823
- "$ref": "#/definitions/esri.rest-api.ImageServiceVectorLayer.ImageServiceVectorLayer"
5824
- },
5825
- {
5826
- "$ref": "#/definitions/esri.rest-api.IntegratedMeshLayer.IntegratedMeshLayer"
5827
- },
5828
- {
5829
- "$ref": "#/definitions/esri.rest-api.KMLLayer.KMLLayer"
5830
- },
5831
- {
5832
- "$ref": "#/definitions/esri.rest-api.MapServiceLayer.MapServiceLayer"
5833
- },
5834
- {
5835
- "$ref": "#/definitions/esri.rest-api.PointCloudLayer.PointCloudLayer"
5836
- },
5837
- {
5838
- "$ref": "#/definitions/esri.rest-api.SceneLayer.SceneLayer"
5839
- },
5840
- {
5841
- "$ref": "#/definitions/esri.rest-api.TiledImageServiceLayer.TiledImageServiceLayer"
5842
- },
5843
- {
5844
- "$ref": "#/definitions/esri.rest-api.TiledMapServiceLayer.TiledMapServiceLayer"
5845
- },
5846
- {
5847
- "$ref": "#/definitions/esri.rest-api.VectorTileLayer.VectorTileLayer"
5848
- },
5849
- {
5850
- "$ref": "#/definitions/esri.rest-api.WMSLayer.WMSLayer"
5851
- },
5852
- {
5853
- "$ref": "#/definitions/esri.rest-api.WebTileLayer.WebTileLayer"
5854
- },
5855
- {
5856
- "$ref": "#/definitions/esri.rest-api.ImageServiceLayer.ImageServiceLayer"
5857
- }
5858
- ]
5848
+ "$ref": "#/definitions/OperationalLayer"
5859
5849
  },
5860
5850
  "type": "array"
5861
5851
  },
5862
5852
  "listMode": {
5863
5853
  "$ref": "esri.ListMode",
5864
- "description": "To show or hide the group layer in the layer list. See {@link ListMode}."
5854
+ "description": "To show or hide the group layer in the layer list. See{@linkListMode}."
5865
5855
  },
5866
5856
  "maxScale": {
5867
5857
  "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.",
@@ -5876,7 +5866,7 @@
5876
5866
  "type": "number"
5877
5867
  },
5878
5868
  "refreshInterval": {
5879
- "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. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
5869
+ "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.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
5880
5870
  "type": "number"
5881
5871
  },
5882
5872
  "showLegend": {
@@ -5888,7 +5878,7 @@
5888
5878
  "type": "string"
5889
5879
  },
5890
5880
  "type": {
5891
- "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 OperationalLayerType} and {@link BaseMapLayerType}.",
5881
+ "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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
5892
5882
  "enum": [
5893
5883
  "BingMapsAerial",
5894
5884
  "BingMapsHybrid",
@@ -5907,7 +5897,7 @@
5907
5897
  },
5908
5898
  "visibilityMode": {
5909
5899
  "$ref": "#/definitions/esri.rest-api.GroupLayer.GroupLayerVisibilityMode",
5910
- "description": "How visibility of children is affected: independent, exclusive, inherited. See {@link GroupLayerVisibilityMode}."
5900
+ "description": "How visibility of children is affected: independent, exclusive, inherited. See{@linkGroupLayerVisibilityMode}."
5911
5901
  }
5912
5902
  },
5913
5903
  "required": [
@@ -5926,7 +5916,7 @@
5926
5916
  },
5927
5917
  "esri.rest-api.HeatmapRenderer.ColorStop": {
5928
5918
  "additionalProperties": false,
5929
- "description": "A colorStop object describes the renderer's color ramp with more specificity than just colors. Note that either ratio or value is required. {@link https://developers.arcgis.com/web-map-specification/objects/colorStop/}.",
5919
+ "description": "A colorStop object describes the renderer's color ramp with more specificity than just colors. Note that either ratio or value is required.{@linkhttps://developers.arcgis.com/web-map-specification/objects/colorStop/}.",
5930
5920
  "properties": {
5931
5921
  "color": {
5932
5922
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -5945,7 +5935,7 @@
5945
5935
  },
5946
5936
  "esri.rest-api.HeatmapRenderer.HeatmapRenderer": {
5947
5937
  "additionalProperties": false,
5948
- "description": "The HeatmapRenderer renders point data into a raster visualization that emphasizes areas of higher density or weighted values. {@link https://developers.arcgis.com/web-map-specification/objects/heatmapRenderer/}.",
5938
+ "description": "The HeatmapRenderer renders point data into a raster visualization that emphasizes areas of higher density or weighted values.{@linkhttps://developers.arcgis.com/web-map-specification/objects/heatmapRenderer/}.",
5949
5939
  "properties": {
5950
5940
  "authoringInfo": {
5951
5941
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -5980,10 +5970,10 @@
5980
5970
  },
5981
5971
  "rotationType": {
5982
5972
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
5983
- "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 RotationType}."
5973
+ "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{@linkRotationType}."
5984
5974
  },
5985
5975
  "type": {
5986
- "description": "The type of renderer. See {@link RendererType}.",
5976
+ "description": "The type of renderer. See{@linkRendererType}.",
5987
5977
  "enum": [
5988
5978
  "heatmap"
5989
5979
  ],
@@ -5992,20 +5982,8 @@
5992
5982
  "visualVariables": {
5993
5983
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
5994
5984
  "items": {
5995
- "anyOf": [
5996
- {
5997
- "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
5998
- },
5999
- {
6000
- "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
6001
- },
6002
- {
6003
- "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
6004
- },
6005
- {
6006
- "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
6007
- }
6008
- ]
5985
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
5986
+ "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'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
6009
5987
  },
6010
5988
  "type": "array"
6011
5989
  }
@@ -6017,7 +5995,7 @@
6017
5995
  },
6018
5996
  "esri.rest-api.IconSymbol3DLayer.IconSymbol3DLayer": {
6019
5997
  "additionalProperties": false,
6020
- "description": "IconSymbol3DLayer is used to render Point geometries using a flat 2D icon (e.g. a circle) with a PointSymbol3D in a SceneView. {@link https://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer/}.",
5998
+ "description": "IconSymbol3DLayer is used to render Point geometries using a flat 2D icon (e.g. a circle) with a PointSymbol3D in a SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer/}.",
6021
5999
  "properties": {
6022
6000
  "anchor": {
6023
6001
  "description": "Must be one of the following values: center, left, right, top, bottom, topLeft, topRight, bottomLeft, bottomRight.",
@@ -6055,7 +6033,7 @@
6055
6033
  "type": "number"
6056
6034
  },
6057
6035
  "type": {
6058
- "description": "The type of the Symbol3DLayer. See {@link Symbol3DLayerType}.",
6036
+ "description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
6059
6037
  "enum": [
6060
6038
  "Icon"
6061
6039
  ],
@@ -6069,12 +6047,11 @@
6069
6047
  },
6070
6048
  "esri.rest-api.ImageServiceLayer.ImageServiceLayer": {
6071
6049
  "additionalProperties": false,
6072
- "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. {@link https://developers.arcgis.com/web-map-specification/objects/imageServiceLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/imageServiceLayer/}.",
6050
+ "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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/imageServiceLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/imageServiceLayer/}.",
6073
6051
  "properties": {
6074
6052
  "bandIds": {
6075
6053
  "description": "An array of bandIds that are visible, can specify bands to export or rearrange band order(from image service).",
6076
- "items": {
6077
- },
6054
+ "items": {},
6078
6055
  "type": "array"
6079
6056
  },
6080
6057
  "blendMode": {
@@ -6145,7 +6122,7 @@
6145
6122
  },
6146
6123
  "listMode": {
6147
6124
  "$ref": "esri.ListMode",
6148
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
6125
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
6149
6126
  },
6150
6127
  "maxScale": {
6151
6128
  "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.",
@@ -6180,7 +6157,7 @@
6180
6157
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
6181
6158
  },
6182
6159
  "refreshInterval": {
6183
- "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. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
6160
+ "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.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
6184
6161
  "type": "number"
6185
6162
  },
6186
6163
  "renderingRule": {
@@ -6200,7 +6177,7 @@
6200
6177
  "type": "string"
6201
6178
  },
6202
6179
  "type": {
6203
- "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 OperationalLayerType} and {@link BaseMapLayerType}.",
6180
+ "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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
6204
6181
  "enum": [
6205
6182
  "BingMapsAerial",
6206
6183
  "BingMapsHybrid",
@@ -6229,7 +6206,7 @@
6229
6206
  },
6230
6207
  "esri.rest-api.ImageServiceVectorLayer.ImageServiceVectorLayer": {
6231
6208
  "additionalProperties": false,
6232
- "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. {@link https://developers.arcgis.com/web-map-specification/objects/imageServiceVectorLayer/}.",
6209
+ "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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/imageServiceVectorLayer/}.",
6233
6210
  "properties": {
6234
6211
  "blendMode": {
6235
6212
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -6271,7 +6248,7 @@
6271
6248
  },
6272
6249
  "listMode": {
6273
6250
  "$ref": "esri.ListMode",
6274
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
6251
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
6275
6252
  },
6276
6253
  "maxScale": {
6277
6254
  "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.",
@@ -6290,7 +6267,7 @@
6290
6267
  "type": "number"
6291
6268
  },
6292
6269
  "refreshInterval": {
6293
- "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. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
6270
+ "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.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
6294
6271
  "type": "number"
6295
6272
  },
6296
6273
  "showLegend": {
@@ -6306,7 +6283,7 @@
6306
6283
  "type": "string"
6307
6284
  },
6308
6285
  "type": {
6309
- "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 OperationalLayerType} and {@link BaseMapLayerType}.",
6286
+ "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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
6310
6287
  "enum": [
6311
6288
  "BingMapsAerial",
6312
6289
  "BingMapsHybrid",
@@ -6337,7 +6314,7 @@
6337
6314
  },
6338
6315
  "esri.rest-api.InheritedDomain.InheritedDomain": {
6339
6316
  "additionalProperties": false,
6340
- "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. {@link https://developers.arcgis.com/web-map-specification/objects/inherited_domain/} {@link https://developers.arcgis.com/web-scene-specification/objects/inherited_domain/}.",
6317
+ "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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/inherited_domain/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/inherited_domain/}.",
6341
6318
  "properties": {
6342
6319
  "type": {
6343
6320
  "description": "The type of domain.",
@@ -6354,7 +6331,7 @@
6354
6331
  },
6355
6332
  "esri.rest-api.IntegratedMeshLayer.IntegratedMeshLayer": {
6356
6333
  "additionalProperties": false,
6357
- "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. {@link https://developers.arcgis.com/web-scene-specification/objects/integratedMeshLayer/}.",
6334
+ "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.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/integratedMeshLayer/}.",
6358
6335
  "properties": {
6359
6336
  "blendMode": {
6360
6337
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -6377,7 +6354,7 @@
6377
6354
  },
6378
6355
  "listMode": {
6379
6356
  "$ref": "esri.ListMode",
6380
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
6357
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
6381
6358
  },
6382
6359
  "maxScale": {
6383
6360
  "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.",
@@ -6392,7 +6369,7 @@
6392
6369
  "type": "number"
6393
6370
  },
6394
6371
  "refreshInterval": {
6395
- "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. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
6372
+ "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.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
6396
6373
  "type": "number"
6397
6374
  },
6398
6375
  "showLegend": {
@@ -6404,7 +6381,7 @@
6404
6381
  "type": "string"
6405
6382
  },
6406
6383
  "type": {
6407
- "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 OperationalLayerType} and {@link BaseMapLayerType}.",
6384
+ "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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
6408
6385
  "enum": [
6409
6386
  "BingMapsAerial",
6410
6387
  "BingMapsHybrid",
@@ -6433,7 +6410,7 @@
6433
6410
  },
6434
6411
  "esri.rest-api.Item.Item": {
6435
6412
  "additionalProperties": false,
6436
- "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. {@link http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Item/02r30000007w000000/}.",
6413
+ "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.{@linkhttp://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Item/02r30000007w000000/}.",
6437
6414
  "properties": {
6438
6415
  "$portal": {
6439
6416
  "description": "The portal to load the item from.",
@@ -6640,7 +6617,7 @@
6640
6617
  "type": "string"
6641
6618
  },
6642
6619
  "type": {
6643
- "description": "The GIS content type of this item. Example types include Web Map, Map Service, Shapefile, and Web Mapping Application. {@link http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r3000000ms000000}.",
6620
+ "description": "The GIS content type of this item. Example types include Web Map, Map Service, Shapefile, and Web Mapping Application.{@linkhttp://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r3000000ms000000}.",
6644
6621
  "type": "string"
6645
6622
  },
6646
6623
  "typeKeywords": {
@@ -6662,11 +6639,11 @@
6662
6639
  },
6663
6640
  "esri.rest-api.JoinTableDataSource.JoinTableDataSource": {
6664
6641
  "additionalProperties": false,
6665
- "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. {@link https://developers.arcgis.com/web-map-specification/objects/joinTableDataSource/} {@link https://developers.arcgis.com/web-scene-specification/objects/joinTableDataSource/}.",
6642
+ "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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/joinTableDataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/joinTableDataSource/}.",
6666
6643
  "properties": {
6667
6644
  "joinType": {
6668
6645
  "$ref": "#/definitions/esri.rest-api.JoinTableDataSource.JoinType",
6669
- "description": "The type of join (left outer or left inner). See {@link JoinType}."
6646
+ "description": "The type of join (left outer or left inner). See{@linkJoinType}."
6670
6647
  },
6671
6648
  "leftTableKey": {
6672
6649
  "description": "Field name from the left table.",
@@ -6699,7 +6676,7 @@
6699
6676
  "description": "The right table source."
6700
6677
  },
6701
6678
  "type": {
6702
- "description": "Type of the DataSource. {@link DataSourceType}.",
6679
+ "description": "Type of the DataSource.{@linkDataSourceType}.",
6703
6680
  "enum": [
6704
6681
  "joinTable"
6705
6682
  ],
@@ -6725,7 +6702,7 @@
6725
6702
  },
6726
6703
  "esri.rest-api.KMLLayer.KMLLayer": {
6727
6704
  "additionalProperties": false,
6728
- "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. {@link https://developers.arcgis.com/web-map-specification/objects/kmlLayer/}.",
6705
+ "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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/kmlLayer/}.",
6729
6706
  "properties": {
6730
6707
  "blendMode": {
6731
6708
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -6748,7 +6725,7 @@
6748
6725
  },
6749
6726
  "listMode": {
6750
6727
  "$ref": "esri.ListMode",
6751
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
6728
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
6752
6729
  },
6753
6730
  "maxScale": {
6754
6731
  "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.",
@@ -6763,7 +6740,7 @@
6763
6740
  "type": "number"
6764
6741
  },
6765
6742
  "refreshInterval": {
6766
- "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. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
6743
+ "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.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
6767
6744
  "type": "number"
6768
6745
  },
6769
6746
  "showLegend": {
@@ -6775,7 +6752,7 @@
6775
6752
  "type": "string"
6776
6753
  },
6777
6754
  "type": {
6778
- "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 OperationalLayerType} and {@link BaseMapLayerType}.",
6755
+ "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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
6779
6756
  "enum": [
6780
6757
  "BingMapsAerial",
6781
6758
  "BingMapsHybrid",
@@ -6811,7 +6788,7 @@
6811
6788
  },
6812
6789
  "esri.rest-api.LabelSymbol3D.LabelSymbol3D": {
6813
6790
  "additionalProperties": false,
6814
- "description": "LabelSymbol3D is used to render labels for features from a FeatureLayer in a 3D SceneView. {@link https://developers.arcgis.com/web-scene-specification/objects/labelSymbol3D/}.",
6791
+ "description": "LabelSymbol3D is used to render labels for features from a FeatureLayer in a 3D SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/labelSymbol3D/}.",
6815
6792
  "properties": {
6816
6793
  "callout": {
6817
6794
  "$ref": "#/definitions/esri.rest-api.Callout.Callout",
@@ -6825,7 +6802,7 @@
6825
6802
  "type": "array"
6826
6803
  },
6827
6804
  "type": {
6828
- "description": "The type of symbol. See {@link SymbolType}.",
6805
+ "description": "The type of symbol. See{@linkSymbolType}.",
6829
6806
  "enum": [
6830
6807
  "LabelSymbol3D"
6831
6808
  ],
@@ -6843,7 +6820,7 @@
6843
6820
  "type": "object"
6844
6821
  },
6845
6822
  "esri.rest-api.LabelingInfo.LabelPlacement": {
6846
- "description": "Possible values used with {@link LabelingInfo.labelPlacement}.",
6823
+ "description": "Possible values used with{@linkLabelingInfo.labelPlacement}.",
6847
6824
  "enum": [
6848
6825
  "esriServerLinePlacementAboveAfter",
6849
6826
  "esriServerLinePlacementAboveAlong",
@@ -6875,34 +6852,19 @@
6875
6852
  },
6876
6853
  "esri.rest-api.LabelingInfo.LabelingInfo": {
6877
6854
  "additionalProperties": false,
6878
- "description": "The labelingInfo object specifies the label definition for a layer. {@link https://developers.arcgis.com/web-map-specification/objects/labelingInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/labelingInfo/}.",
6855
+ "description": "The labelingInfo object specifies the label definition for a layer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/labelingInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/labelingInfo/}.",
6879
6856
  "properties": {
6880
6857
  "labelExpression": {
6881
6858
  "description": "This read-only web map property allows formatting of labels. Use labelExpressionInfo instead.",
6882
6859
  "type": "string"
6883
6860
  },
6884
6861
  "labelExpressionInfo": {
6885
- "additionalProperties": false,
6886
- "description": "This object allows label text to be read similar to that of the popupInfo's description property. {@link https://developers.arcgis.com/web-map-specification/objects/labelExpressionInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/labelExpressionInfo/}.",
6887
- "properties": {
6888
- "expression": {
6889
- "description": "An Arcade expression evaluating to either a string or a number.",
6890
- "type": "string"
6891
- },
6892
- "title": {
6893
- "description": "The title of the expression.",
6894
- "type": "string"
6895
- },
6896
- "value": {
6897
- "description": "Represents a simple template string. This property is deprecated as of version 2.7 of the web map in favor of 'expression'.",
6898
- "type": "string"
6899
- }
6900
- },
6901
- "type": "object"
6862
+ "$ref": "__type",
6863
+ "description": "This object allows label text to be read similar to that of the popupInfo's description property.{@linkhttps://developers.arcgis.com/web-map-specification/objects/labelExpressionInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/labelExpressionInfo/}."
6902
6864
  },
6903
6865
  "labelPlacement": {
6904
6866
  "$ref": "#/definitions/esri.rest-api.LabelingInfo.LabelPlacement",
6905
- "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}."
6867
+ "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}."
6906
6868
  },
6907
6869
  "maxScale": {
6908
6870
  "description": "Represents the maximum scale at which the layer definition will be applied.",
@@ -6940,7 +6902,7 @@
6940
6902
  },
6941
6903
  "esri.rest-api.Layer.Layer": {
6942
6904
  "additionalProperties": false,
6943
- "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. {@link https://developers.arcgis.com/web-map-specification/objects/layer/} {@link https://developers.arcgis.com/web-scene-specification/objects/layer/}.",
6905
+ "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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/layer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/layer/}.",
6944
6906
  "properties": {
6945
6907
  "defaultVisibility": {
6946
6908
  "description": "Default visibility of the layers in the map service.",
@@ -7017,7 +6979,7 @@
7017
6979
  },
7018
6980
  "esri.rest-api.LayerDefinition.FieldOverride": {
7019
6981
  "additionalProperties": false,
7020
- "description": "Defines overridden properties on a field for a specific view of the data. {@link https://developers.arcgis.com/web-map-specification/objects/fieldOverride/}.",
6982
+ "description": "Defines overridden properties on a field for a specific view of the data.{@linkhttps://developers.arcgis.com/web-map-specification/objects/fieldOverride/}.",
7021
6983
  "properties": {
7022
6984
  "alias": {
7023
6985
  "description": "A string containing the overridden field alias.",
@@ -7045,7 +7007,7 @@
7045
7007
  },
7046
7008
  "esri.rest-api.LayerDefinition.LayerDefinition": {
7047
7009
  "additionalProperties": false,
7048
- "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. {@link https://developers.arcgis.com/web-map-specification/objects/layerDefinition/} {@link https://developers.arcgis.com/web-scene-specification/objects/layerDefinition/}.",
7010
+ "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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/layerDefinition/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/layerDefinition/}.",
7049
7011
  "properties": {
7050
7012
  "allowGeometryUpdates": {
7051
7013
  "description": "Boolean value indicating whether the geometry of the features in the layer can be edited.",
@@ -7114,18 +7076,8 @@
7114
7076
  "type": "array"
7115
7077
  },
7116
7078
  "floorInfo": {
7117
- "additionalProperties": false,
7118
- "description": "Contains floor-awareness information for the layer. {@link https://developers.arcgis.com/web-map-specification/objects/layerFloorInfo/}.",
7119
- "properties": {
7120
- "floorField": {
7121
- "description": "The name of the attribute field that contains a floor's level ID used for floor filtering.",
7122
- "type": "string"
7123
- }
7124
- },
7125
- "required": [
7126
- "floorField"
7127
- ],
7128
- "type": "object"
7079
+ "$ref": "__type",
7080
+ "description": "Contains floor-awareness information for the layer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/layerFloorInfo/}."
7129
7081
  },
7130
7082
  "geometryType": {
7131
7083
  "description": "The type of geometry used in the layer definition. One of the GeometryType constants.",
@@ -7153,7 +7105,7 @@
7153
7105
  },
7154
7106
  "htmlPopupType": {
7155
7107
  "$ref": "#/definitions/esri.rest-api.LayerDefinition.HtmlPopupType",
7156
- "description": "String value indicating the HTML popup type. Possible values are listed in the htmlPopupType table below. See {@link HtmlPopupType}."
7108
+ "description": "String value indicating the HTML popup type. Possible values are listed in the htmlPopupType table below. See{@linkHtmlPopupType}."
7157
7109
  },
7158
7110
  "id": {
7159
7111
  "description": "The identifier assigned to the layer.",
@@ -7210,7 +7162,7 @@
7210
7162
  "$ref": "#/definitions/esri.rest-api.DynamicDataLayer.DynamicDataLayer"
7211
7163
  }
7212
7164
  ],
7213
- "description": "An object indicating the layerDefinition's layer source. {@link https://developers.arcgis.com/web-map-specification/objects/source/} {@link https://developers.arcgis.com/web-scene-specification/objects/source/}."
7165
+ "description": "An object indicating the layerDefinition's layer source.{@linkhttps://developers.arcgis.com/web-map-specification/objects/source/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/source/}."
7214
7166
  },
7215
7167
  "spatialReference": {
7216
7168
  "$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
@@ -7279,7 +7231,7 @@
7279
7231
  },
7280
7232
  "esri.rest-api.LayerDefinition.LayerTimeInfo": {
7281
7233
  "additionalProperties": false,
7282
- "description": "Time info if the layer/table supports querying and exporting maps based on time. {@link https://developers.arcgis.com/web-map-specification/objects/layerTimeInfo/}.",
7234
+ "description": "Time info if the layer/table supports querying and exporting maps based on time.{@linkhttps://developers.arcgis.com/web-map-specification/objects/layerTimeInfo/}.",
7283
7235
  "properties": {
7284
7236
  "endTimeField": {
7285
7237
  "description": "The name of the attribute field that contains the end time information.",
@@ -7298,16 +7250,6 @@
7298
7250
  "type": "string"
7299
7251
  },
7300
7252
  "timeExtent": {
7301
- "additionalItems": {
7302
- "anyOf": [
7303
- {
7304
- "type": "number"
7305
- },
7306
- {
7307
- "type": "number"
7308
- }
7309
- ]
7310
- },
7311
7253
  "description": "The time extent for all the data in the layer.",
7312
7254
  "items": [
7313
7255
  {
@@ -7317,6 +7259,7 @@
7317
7259
  "type": "number"
7318
7260
  }
7319
7261
  ],
7262
+ "maxItems": 2,
7320
7263
  "minItems": 2,
7321
7264
  "type": "array"
7322
7265
  },
@@ -7329,22 +7272,8 @@
7329
7272
  "description": "Temporal unit in which the time interval is measured."
7330
7273
  },
7331
7274
  "timeReference": {
7332
- "additionalProperties": false,
7333
- "description": "Defines information about daylight savings time and the time zone in which data was collected. {@link https://developers.arcgis.com/web-map-specification/objects/timeReference/}.",
7334
- "properties": {
7335
- "respectsDaylightSaving": {
7336
- "description": "Indicates whether the time reference takes into account daylight savings time.",
7337
- "type": "boolean"
7338
- },
7339
- "timeZone": {
7340
- "description": "The time zone in which the data was captured.",
7341
- "type": "string"
7342
- }
7343
- },
7344
- "required": [
7345
- "respectsDaylightSaving"
7346
- ],
7347
- "type": "object"
7275
+ "$ref": "__type",
7276
+ "description": "Defines information about daylight savings time and the time zone in which data was collected.{@linkhttps://developers.arcgis.com/web-map-specification/objects/timeReference/}."
7348
7277
  },
7349
7278
  "trackIdField": {
7350
7279
  "description": "The field that contains the trackId.",
@@ -7398,7 +7327,7 @@
7398
7327
  },
7399
7328
  "esri.rest-api.LayerDefinition.TimeInfoExportOptions": {
7400
7329
  "additionalProperties": false,
7401
- "description": "The default time-related export options for a layer. {@link: https://developers.arcgis.com/web-map-specification/objects/timeInfoExportOptions/}.",
7330
+ "description": "The default time-related export options for a layer.{@link: https://developers.arcgis.com/web-map-specification/objects/timeInfoExportOptions/}.",
7402
7331
  "properties": {
7403
7332
  "timeDataCumulative": {
7404
7333
  "description": "If true, draw all the features from the beginning of time for that data.",
@@ -7421,7 +7350,7 @@
7421
7350
  },
7422
7351
  "esri.rest-api.LineSymbol3D.LineSymbol3D": {
7423
7352
  "additionalProperties": false,
7424
- "description": "LineSymbol3D is used to render features with Polyline geometry in a 3D SceneView. {@link https://developers.arcgis.com/web-scene-specification/objects/lineSymbol3D/}.",
7353
+ "description": "LineSymbol3D is used to render features with Polyline geometry in a 3D SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/lineSymbol3D/}.",
7425
7354
  "properties": {
7426
7355
  "symbolLayers": {
7427
7356
  "description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
@@ -7438,7 +7367,7 @@
7438
7367
  "type": "array"
7439
7368
  },
7440
7369
  "type": {
7441
- "description": "The type of symbol. See {@link SymbolType}.",
7370
+ "description": "The type of symbol. See{@linkSymbolType}.",
7442
7371
  "enum": [
7443
7372
  "LineSymbol3D"
7444
7373
  ],
@@ -7453,7 +7382,7 @@
7453
7382
  },
7454
7383
  "esri.rest-api.LineSymbol3DLayer.LineSymbol3DLayer": {
7455
7384
  "additionalProperties": false,
7456
- "description": "LineSymbol3DLayer renders Polyline geometries using a flat 2D line with a LineSymbol3D in a 3D SceneView. {@link https://developers.arcgis.com/web-scene-specification/objects/lineSymbol3DLayer/}.",
7385
+ "description": "LineSymbol3DLayer renders Polyline geometries using a flat 2D line with a LineSymbol3D in a 3D SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/lineSymbol3DLayer/}.",
7457
7386
  "properties": {
7458
7387
  "enable": {
7459
7388
  "description": "Type: Boolean.",
@@ -7468,7 +7397,7 @@
7468
7397
  "type": "number"
7469
7398
  },
7470
7399
  "type": {
7471
- "description": "The type of the Symbol3DLayer. See {@link Symbol3DLayerType}.",
7400
+ "description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
7472
7401
  "enum": [
7473
7402
  "Line"
7474
7403
  ],
@@ -7482,7 +7411,7 @@
7482
7411
  },
7483
7412
  "esri.rest-api.LocationInfo.LocationInfo": {
7484
7413
  "additionalProperties": false,
7485
- "description": "Defines how location information will be retrieved from a CSV file referenced through the web. {@link https://developers.arcgis.com/web-map-specification/objects/locationInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/locationInfo/}.",
7414
+ "description": "Defines how location information will be retrieved from a CSV file referenced through the web.{@linkhttps://developers.arcgis.com/web-map-specification/objects/locationInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/locationInfo/}.",
7486
7415
  "properties": {
7487
7416
  "latitudeFieldName": {
7488
7417
  "description": "A string defining the field name that holds the latitude (Y) coordinate.",
@@ -7501,7 +7430,7 @@
7501
7430
  },
7502
7431
  "esri.rest-api.MapServiceLayer.MapServiceLayer": {
7503
7432
  "additionalProperties": false,
7504
- "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. {@link https://developers.arcgis.com/web-map-specification/objects/mapServiceLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/mapServiceLayer/}.",
7433
+ "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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/mapServiceLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/mapServiceLayer/}.",
7505
7434
  "properties": {
7506
7435
  "blendMode": {
7507
7436
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -7538,7 +7467,7 @@
7538
7467
  },
7539
7468
  "listMode": {
7540
7469
  "$ref": "esri.ListMode",
7541
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
7470
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
7542
7471
  },
7543
7472
  "maxScale": {
7544
7473
  "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.",
@@ -7553,7 +7482,7 @@
7553
7482
  "type": "number"
7554
7483
  },
7555
7484
  "refreshInterval": {
7556
- "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. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
7485
+ "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.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
7557
7486
  "type": "number"
7558
7487
  },
7559
7488
  "showLegend": {
@@ -7569,7 +7498,7 @@
7569
7498
  "type": "string"
7570
7499
  },
7571
7500
  "type": {
7572
- "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 OperationalLayerType} and {@link BaseMapLayerType}.",
7501
+ "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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
7573
7502
  "enum": [
7574
7503
  "BingMapsAerial",
7575
7504
  "BingMapsHybrid",
@@ -7605,7 +7534,7 @@
7605
7534
  },
7606
7535
  "esri.rest-api.MediaInfo.MediaInfo": {
7607
7536
  "additionalProperties": false,
7608
- "description": "Defines an image or a chart to be displayed in a pop-up window. {@link https://developers.arcgis.com/web-map-specification/objects/mediaInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/mediaInfo/}.",
7537
+ "description": "Defines an image or a chart to be displayed in a pop-up window.{@linkhttps://developers.arcgis.com/web-map-specification/objects/mediaInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/mediaInfo/}.",
7609
7538
  "properties": {
7610
7539
  "caption": {
7611
7540
  "description": "A caption describing the media. This can contain a field name enclosed in {}, such as {IMAGE_CAPTION}.",
@@ -7620,7 +7549,7 @@
7620
7549
  "type": "string"
7621
7550
  },
7622
7551
  "type": {
7623
- "description": "Defines the type of media. One of the {@link MediaType} constants.",
7552
+ "description": "Defines the type of media. One of the{@linkMediaType}constants.",
7624
7553
  "type": "string"
7625
7554
  },
7626
7555
  "value": {
@@ -7632,7 +7561,7 @@
7632
7561
  },
7633
7562
  "esri.rest-api.MeshSymbol3D.MeshSymbol3D": {
7634
7563
  "additionalProperties": false,
7635
- "description": "MeshSymbol3D is used to render 3D mesh features in a SceneLayer in a 3D SceneView. {@link https://developers.arcgis.com/web-scene-specification/objects/meshSymbol3D/}.",
7564
+ "description": "MeshSymbol3D is used to render 3D mesh features in a SceneLayer in a 3D SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/meshSymbol3D/}.",
7636
7565
  "properties": {
7637
7566
  "symbolLayers": {
7638
7567
  "description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
@@ -7642,7 +7571,7 @@
7642
7571
  "type": "array"
7643
7572
  },
7644
7573
  "type": {
7645
- "description": "The type of symbol. See {@link SymbolType}.",
7574
+ "description": "The type of symbol. See{@linkSymbolType}.",
7646
7575
  "enum": [
7647
7576
  "MeshSymbol3D"
7648
7577
  ],
@@ -7684,7 +7613,7 @@
7684
7613
  },
7685
7614
  "esri.rest-api.MosaicRule.MosaicRule": {
7686
7615
  "additionalProperties": false,
7687
- "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. {@link https://developers.arcgis.com/web-map-specification/objects/mosaicRule/} {@link https://developers.arcgis.com/web-scene-specification/objects/mosaicRule/}.",
7616
+ "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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/mosaicRule/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/mosaicRule/}.",
7688
7617
  "properties": {
7689
7618
  "ascending": {
7690
7619
  "description": "Indicates whether the sort should be ascending.",
@@ -7710,38 +7639,16 @@
7710
7639
  },
7711
7640
  "mosaicMethod": {
7712
7641
  "$ref": "#/definitions/esri.rest-api.MosaicRule.MosaicMethodType",
7713
- "description": "The mosaic method determines how the selected rasters are ordered. See {@link MosaicMethodType}."
7642
+ "description": "The mosaic method determines how the selected rasters are ordered. See{@linkMosaicMethodType}."
7714
7643
  },
7715
7644
  "mosaicOperation": {
7716
7645
  "$ref": "#/definitions/esri.rest-api.MosaicRule.MosaicOperationType",
7717
7646
  "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}."
7718
7647
  },
7719
7648
  "multidimensionalDefinition": {
7720
- "description": "Definition of multidimensional variables. {@link https://developers.arcgis.com/web-map-specification/objects/multidimensionalDefinition/} {@link https://developers.arcgis.com/web-scene-specification/objects/multidimensionalDefinition/}.",
7649
+ "description": "Definition of multidimensional variables.{@linkhttps://developers.arcgis.com/web-map-specification/objects/multidimensionalDefinition/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/multidimensionalDefinition/}.",
7721
7650
  "items": {
7722
- "additionalProperties": false,
7723
- "properties": {
7724
- "dimensionName": {
7725
- "description": "Type of dimension being used (ex. StdTime).",
7726
- "type": "string"
7727
- },
7728
- "isSlice": {
7729
- "description": "Is slice?",
7730
- "type": "boolean"
7731
- },
7732
- "values": {
7733
- "description": "Numerical array of associated values.",
7734
- "items": {
7735
- "type": "number"
7736
- },
7737
- "type": "array"
7738
- },
7739
- "variableName": {
7740
- "description": "Name of the variable.",
7741
- "type": "string"
7742
- }
7743
- },
7744
- "type": "object"
7651
+ "$ref": "__type"
7745
7652
  },
7746
7653
  "type": "array"
7747
7654
  },
@@ -7769,7 +7676,7 @@
7769
7676
  },
7770
7677
  "esri.rest-api.Multipoint.Multipoint": {
7771
7678
  "additionalProperties": false,
7772
- "description": "Contains an array of points, along with a spatial reference field. {@link https://developers.arcgis.com/web-map-specification/objects/multipoint_geometry/} {@link https://developers.arcgis.com/web-scene-specification/objects/multipoint_geometry/}.",
7679
+ "description": "Contains an array of points, along with a spatial reference field.{@linkhttps://developers.arcgis.com/web-map-specification/objects/multipoint_geometry/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/multipoint_geometry/}.",
7773
7680
  "properties": {
7774
7681
  "hasM": {
7775
7682
  "description": "Indicates whether the geometry contains M coordinate values.",
@@ -7801,7 +7708,7 @@
7801
7708
  },
7802
7709
  "esri.rest-api.ObjectSymbol3DLayer.ObjectSymbol3DLayer": {
7803
7710
  "additionalProperties": false,
7804
- "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. {@link https://developers.arcgis.com/web-scene-specification/objects/objectSymbol3DLayer/}.",
7711
+ "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.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/objectSymbol3DLayer/}.",
7805
7712
  "properties": {
7806
7713
  "anchor": {
7807
7714
  "description": "The positioning of the object relative to the geometry. Must be one of the following values: center, bottom, origin.",
@@ -7836,7 +7743,7 @@
7836
7743
  "description": "The shape (primitive) or image URL (href) used to visualize the features."
7837
7744
  },
7838
7745
  "type": {
7839
- "description": "The type of the Symbol3DLayer. See {@link Symbol3DLayerType}.",
7746
+ "description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
7840
7747
  "enum": [
7841
7748
  "Object"
7842
7749
  ],
@@ -7854,7 +7761,7 @@
7854
7761
  },
7855
7762
  "esri.rest-api.PathSymbol3DLayer.PathSymbol3DLayer": {
7856
7763
  "additionalProperties": false,
7857
- "description": "PathSymbol3DLayer renders Polyline geometries using a volumetric 3D tube with a LineSymbol3D in a SceneView. {@link https://developers.arcgis.com/web-scene-specification/objects/pathSymbol3DLayer/}.",
7764
+ "description": "PathSymbol3DLayer renders Polyline geometries using a volumetric 3D tube with a LineSymbol3D in a SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pathSymbol3DLayer/}.",
7858
7765
  "properties": {
7859
7766
  "material": {
7860
7767
  "$ref": "#/definitions/esri.rest-api.Symbol3D.Material",
@@ -7865,7 +7772,7 @@
7865
7772
  "type": "number"
7866
7773
  },
7867
7774
  "type": {
7868
- "description": "The type of the Symbol3DLayer. See {@link Symbol3DLayerType}.",
7775
+ "description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
7869
7776
  "enum": [
7870
7777
  "Path"
7871
7778
  ],
@@ -7883,7 +7790,7 @@
7883
7790
  },
7884
7791
  "esri.rest-api.PictureFillSymbol.PictureFillSymbol": {
7885
7792
  "additionalProperties": false,
7886
- "description": "Picture fill symbols can be used to symbolize polygon geometries. {@link https://developers.arcgis.com/web-map-specification/objects/esriPFS_symbol/}.",
7793
+ "description": "Picture fill symbols can be used to symbolize polygon geometries.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriPFS_symbol/}.",
7887
7794
  "properties": {
7888
7795
  "angle": {
7889
7796
  "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.",
@@ -7906,7 +7813,7 @@
7906
7813
  "description": "Sets the outline of the symbol."
7907
7814
  },
7908
7815
  "type": {
7909
- "description": "The type of symbol. See {@link SymbolType}.",
7816
+ "description": "The type of symbol. See{@linkSymbolType}.",
7910
7817
  "enum": [
7911
7818
  "esriPFS"
7912
7819
  ],
@@ -7944,7 +7851,7 @@
7944
7851
  },
7945
7852
  "esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol": {
7946
7853
  "additionalProperties": false,
7947
- "description": "Picture marker symbols can be used to symbolize point geometries. {@link https://developers.arcgis.com/web-map-specification/objects/esriPMS_symbol/}.",
7854
+ "description": "Picture marker symbols can be used to symbolize point geometries.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriPMS_symbol/}.",
7948
7855
  "properties": {
7949
7856
  "angle": {
7950
7857
  "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.",
@@ -7963,7 +7870,7 @@
7963
7870
  "type": "string"
7964
7871
  },
7965
7872
  "type": {
7966
- "description": "The type of symbol. See {@link SymbolType}.",
7873
+ "description": "The type of symbol. See{@linkSymbolType}.",
7967
7874
  "enum": [
7968
7875
  "esriPMS"
7969
7876
  ],
@@ -7993,7 +7900,7 @@
7993
7900
  },
7994
7901
  "esri.rest-api.Point.Point": {
7995
7902
  "additionalProperties": false,
7996
- "description": "Defines the JSON formats of the point and spatial reference objects. {@link https://developers.arcgis.com/web-map-specification/objects/point_geometry/}. {@link https://developers.arcgis.com/web-map-specification/objects/point_geometry/}.",
7903
+ "description": "Defines the JSON formats of the point and spatial reference objects.{@linkhttps://developers.arcgis.com/web-map-specification/objects/point_geometry/}.{@linkhttps://developers.arcgis.com/web-map-specification/objects/point_geometry/}.",
7997
7904
  "properties": {
7998
7905
  "m": {
7999
7906
  "description": "M coordinate which contains measures used for linear referencing.",
@@ -8033,7 +7940,7 @@
8033
7940
  },
8034
7941
  "esri.rest-api.PointCloudBitfieldFilter.PointCloudBitfieldFilter": {
8035
7942
  "additionalProperties": false,
8036
- "description": "Filters points based on the value of the specified bitfield attribute. {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudBitfieldFilter/}.",
7943
+ "description": "Filters points based on the value of the specified bitfield attribute.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudBitfieldFilter/}.",
8037
7944
  "properties": {
8038
7945
  "field": {
8039
7946
  "description": "The name of the field that is used for the filter.",
@@ -8068,7 +7975,7 @@
8068
7975
  },
8069
7976
  "esri.rest-api.PointCloudClassBreaksRenderer.PointCloudClassBreaksRenderer": {
8070
7977
  "additionalProperties": false,
8071
- "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. {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudClassBreaksRenderer/}.",
7978
+ "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.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudClassBreaksRenderer/}.",
8072
7979
  "properties": {
8073
7980
  "authoringInfo": {
8074
7981
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -8082,23 +7989,8 @@
8082
7989
  "type": "array"
8083
7990
  },
8084
7991
  "colorModulation": {
8085
- "additionalProperties": false,
8086
- "description": "Indicates whether modulation should be used to render the point. {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}.",
8087
- "properties": {
8088
- "field": {
8089
- "description": "The attribute to use as a source for the modulation amplitude.",
8090
- "type": "string"
8091
- },
8092
- "maxValue": {
8093
- "description": "Maximum value to compute modulation linear mapping.",
8094
- "type": "number"
8095
- },
8096
- "minValue": {
8097
- "description": "Minimum value to compute modulation linear mapping.",
8098
- "type": "number"
8099
- }
8100
- },
8101
- "type": "object"
7992
+ "$ref": "__type",
7993
+ "description": "Indicates whether modulation should be used to render the point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
8102
7994
  },
8103
7995
  "field": {
8104
7996
  "description": "The name of the field that is used for the renderer.",
@@ -8136,10 +8028,10 @@
8136
8028
  },
8137
8029
  "rotationType": {
8138
8030
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
8139
- "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 RotationType}."
8031
+ "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{@linkRotationType}."
8140
8032
  },
8141
8033
  "type": {
8142
- "description": "The type of renderer. See {@link RendererType}.",
8034
+ "description": "The type of renderer. See{@linkRendererType}.",
8143
8035
  "enum": [
8144
8036
  "pointCloudClassBreaksRenderer"
8145
8037
  ],
@@ -8148,20 +8040,8 @@
8148
8040
  "visualVariables": {
8149
8041
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
8150
8042
  "items": {
8151
- "anyOf": [
8152
- {
8153
- "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
8154
- },
8155
- {
8156
- "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
8157
- },
8158
- {
8159
- "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
8160
- },
8161
- {
8162
- "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
8163
- }
8164
- ]
8043
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
8044
+ "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'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
8165
8045
  },
8166
8046
  "type": "array"
8167
8047
  }
@@ -8173,7 +8053,7 @@
8173
8053
  },
8174
8054
  "esri.rest-api.PointCloudFixedSizeAlgorithm.PointCloudFixedSizeAlgorithm": {
8175
8055
  "additionalProperties": false,
8176
- "description": "Render points with fixed real world or screen space size. {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFixedSizeAlgorithm/}.",
8056
+ "description": "Render points with fixed real world or screen space size.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudFixedSizeAlgorithm/}.",
8177
8057
  "properties": {
8178
8058
  "size": {
8179
8059
  "description": "Symbol size in real world units or display unit.",
@@ -8198,7 +8078,7 @@
8198
8078
  },
8199
8079
  "esri.rest-api.PointCloudLayer.PointCloudLayer": {
8200
8080
  "additionalProperties": false,
8201
- "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. {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudLayer/}.",
8081
+ "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.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudLayer/}.",
8202
8082
  "properties": {
8203
8083
  "blendMode": {
8204
8084
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -8217,7 +8097,7 @@
8217
8097
  },
8218
8098
  "listMode": {
8219
8099
  "$ref": "esri.ListMode",
8220
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
8100
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
8221
8101
  },
8222
8102
  "maxScale": {
8223
8103
  "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.",
@@ -8232,7 +8112,7 @@
8232
8112
  "type": "number"
8233
8113
  },
8234
8114
  "refreshInterval": {
8235
- "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. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
8115
+ "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.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
8236
8116
  "type": "number"
8237
8117
  },
8238
8118
  "showLegend": {
@@ -8244,7 +8124,7 @@
8244
8124
  "type": "string"
8245
8125
  },
8246
8126
  "type": {
8247
- "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 OperationalLayerType} and {@link BaseMapLayerType}.",
8127
+ "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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
8248
8128
  "enum": [
8249
8129
  "BingMapsAerial",
8250
8130
  "BingMapsHybrid",
@@ -8273,30 +8153,15 @@
8273
8153
  },
8274
8154
  "esri.rest-api.PointCloudRGBRenderer.PointCloudRGBRenderer": {
8275
8155
  "additionalProperties": false,
8276
- "description": "PointCloudRGBRenderer defines the color of each point in a PointCloudLayer based on the value of a color attribute. {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudRGBRenderer/}.",
8156
+ "description": "PointCloudRGBRenderer defines the color of each point in a PointCloudLayer based on the value of a color attribute.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudRGBRenderer/}.",
8277
8157
  "properties": {
8278
8158
  "authoringInfo": {
8279
8159
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
8280
8160
  "description": "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."
8281
8161
  },
8282
8162
  "colorModulation": {
8283
- "additionalProperties": false,
8284
- "description": "Indicates whether modulation should be used to render the point. {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}.",
8285
- "properties": {
8286
- "field": {
8287
- "description": "The attribute to use as a source for the modulation amplitude.",
8288
- "type": "string"
8289
- },
8290
- "maxValue": {
8291
- "description": "Maximum value to compute modulation linear mapping.",
8292
- "type": "number"
8293
- },
8294
- "minValue": {
8295
- "description": "Minimum value to compute modulation linear mapping.",
8296
- "type": "number"
8297
- }
8298
- },
8299
- "type": "object"
8163
+ "$ref": "__type",
8164
+ "description": "Indicates whether modulation should be used to render the point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
8300
8165
  },
8301
8166
  "field": {
8302
8167
  "description": "The name of the field that is used for the renderer.",
@@ -8334,10 +8199,10 @@
8334
8199
  },
8335
8200
  "rotationType": {
8336
8201
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
8337
- "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 RotationType}."
8202
+ "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{@linkRotationType}."
8338
8203
  },
8339
8204
  "type": {
8340
- "description": "The type of renderer. See {@link RendererType}.",
8205
+ "description": "The type of renderer. See{@linkRendererType}.",
8341
8206
  "enum": [
8342
8207
  "pointCloudRGBRenderer"
8343
8208
  ],
@@ -8346,20 +8211,8 @@
8346
8211
  "visualVariables": {
8347
8212
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
8348
8213
  "items": {
8349
- "anyOf": [
8350
- {
8351
- "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
8352
- },
8353
- {
8354
- "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
8355
- },
8356
- {
8357
- "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
8358
- },
8359
- {
8360
- "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
8361
- }
8362
- ]
8214
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
8215
+ "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'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
8363
8216
  },
8364
8217
  "type": "array"
8365
8218
  }
@@ -8371,7 +8224,7 @@
8371
8224
  },
8372
8225
  "esri.rest-api.PointCloudReturnFilter.PointCloudReturnFilter": {
8373
8226
  "additionalProperties": false,
8374
- "description": "Filters points based on the value of the return number/return count. {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudReturnFilter/}.",
8227
+ "description": "Filters points based on the value of the return number/return count.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudReturnFilter/}.",
8375
8228
  "properties": {
8376
8229
  "field": {
8377
8230
  "description": "The name of the field that is used for the filter.",
@@ -8399,7 +8252,7 @@
8399
8252
  },
8400
8253
  "esri.rest-api.PointCloudSplatAlgorithm.PointCloudSplatAlgorithm": {
8401
8254
  "additionalProperties": false,
8402
- "description": "Render points using sizes depending on point density. {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudSplatAlgorithm/}.",
8255
+ "description": "Render points using sizes depending on point density.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudSplatAlgorithm/}.",
8403
8256
  "properties": {
8404
8257
  "minSize": {
8405
8258
  "description": "Minimum display space point size in points.",
@@ -8424,30 +8277,15 @@
8424
8277
  },
8425
8278
  "esri.rest-api.PointCloudStretchRenderer.PointCloudStretchRenderer": {
8426
8279
  "additionalProperties": false,
8427
- "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. {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudStretchRenderer/}.",
8280
+ "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.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudStretchRenderer/}.",
8428
8281
  "properties": {
8429
8282
  "authoringInfo": {
8430
8283
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
8431
8284
  "description": "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."
8432
8285
  },
8433
8286
  "colorModulation": {
8434
- "additionalProperties": false,
8435
- "description": "Indicates whether modulation should be used to render the point. {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}.",
8436
- "properties": {
8437
- "field": {
8438
- "description": "The attribute to use as a source for the modulation amplitude.",
8439
- "type": "string"
8440
- },
8441
- "maxValue": {
8442
- "description": "Maximum value to compute modulation linear mapping.",
8443
- "type": "number"
8444
- },
8445
- "minValue": {
8446
- "description": "Minimum value to compute modulation linear mapping.",
8447
- "type": "number"
8448
- }
8449
- },
8450
- "type": "object"
8287
+ "$ref": "__type",
8288
+ "description": "Indicates whether modulation should be used to render the point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
8451
8289
  },
8452
8290
  "field": {
8453
8291
  "description": "The name of the field that is used for the renderer.",
@@ -8485,10 +8323,10 @@
8485
8323
  },
8486
8324
  "rotationType": {
8487
8325
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
8488
- "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 RotationType}."
8326
+ "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{@linkRotationType}."
8489
8327
  },
8490
8328
  "type": {
8491
- "description": "The type of renderer. See {@link RendererType}.",
8329
+ "description": "The type of renderer. See{@linkRendererType}.",
8492
8330
  "enum": [
8493
8331
  "pointCloudStretchRenderer"
8494
8332
  ],
@@ -8497,20 +8335,8 @@
8497
8335
  "visualVariables": {
8498
8336
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
8499
8337
  "items": {
8500
- "anyOf": [
8501
- {
8502
- "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
8503
- },
8504
- {
8505
- "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
8506
- },
8507
- {
8508
- "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
8509
- },
8510
- {
8511
- "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
8512
- }
8513
- ]
8338
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
8339
+ "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'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
8514
8340
  },
8515
8341
  "type": "array"
8516
8342
  }
@@ -8522,30 +8348,15 @@
8522
8348
  },
8523
8349
  "esri.rest-api.PointCloudUniqueValueRenderer.PointCloudUniqueValueRenderer": {
8524
8350
  "additionalProperties": false,
8525
- "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. {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudUniqueValueRenderer/}.",
8351
+ "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.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudUniqueValueRenderer/}.",
8526
8352
  "properties": {
8527
8353
  "authoringInfo": {
8528
8354
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
8529
8355
  "description": "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."
8530
8356
  },
8531
8357
  "colorModulation": {
8532
- "additionalProperties": false,
8533
- "description": "Indicates whether modulation should be used to render the point. {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}.",
8534
- "properties": {
8535
- "field": {
8536
- "description": "The attribute to use as a source for the modulation amplitude.",
8537
- "type": "string"
8538
- },
8539
- "maxValue": {
8540
- "description": "Maximum value to compute modulation linear mapping.",
8541
- "type": "number"
8542
- },
8543
- "minValue": {
8544
- "description": "Minimum value to compute modulation linear mapping.",
8545
- "type": "number"
8546
- }
8547
- },
8548
- "type": "object"
8358
+ "$ref": "__type",
8359
+ "description": "Indicates whether modulation should be used to render the point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
8549
8360
  },
8550
8361
  "colorUniqueValueInfos": {
8551
8362
  "description": "Unique value infos.",
@@ -8590,10 +8401,10 @@
8590
8401
  },
8591
8402
  "rotationType": {
8592
8403
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
8593
- "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 RotationType}."
8404
+ "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{@linkRotationType}."
8594
8405
  },
8595
8406
  "type": {
8596
- "description": "The type of renderer. See {@link RendererType}.",
8407
+ "description": "The type of renderer. See{@linkRendererType}.",
8597
8408
  "enum": [
8598
8409
  "pointCloudUniqueValueRenderer"
8599
8410
  ],
@@ -8602,20 +8413,8 @@
8602
8413
  "visualVariables": {
8603
8414
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
8604
8415
  "items": {
8605
- "anyOf": [
8606
- {
8607
- "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
8608
- },
8609
- {
8610
- "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
8611
- },
8612
- {
8613
- "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
8614
- },
8615
- {
8616
- "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
8617
- }
8618
- ]
8416
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
8417
+ "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'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
8619
8418
  },
8620
8419
  "type": "array"
8621
8420
  }
@@ -8627,7 +8426,7 @@
8627
8426
  },
8628
8427
  "esri.rest-api.PointCloudValueFilter.PointCloudValueFilter": {
8629
8428
  "additionalProperties": false,
8630
- "description": "Filters points based on the value of an specified attribute. {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudValueFilter/}.",
8429
+ "description": "Filters points based on the value of an specified attribute.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudValueFilter/}.",
8631
8430
  "properties": {
8632
8431
  "field": {
8633
8432
  "description": "The name of the field that is used for the filter.",
@@ -8659,30 +8458,15 @@
8659
8458
  },
8660
8459
  "esri.rest-api.PointSymbol3D.PointSymbol3D": {
8661
8460
  "additionalProperties": false,
8662
- "description": "PointSymbol3D is used to render features with Point geometry in a 3D SceneView. {@link https://developers.arcgis.com/web-scene-specification/objects/pointSymbol3D/}.",
8461
+ "description": "PointSymbol3D is used to render features with Point geometry in a 3D SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointSymbol3D/}.",
8663
8462
  "properties": {
8664
8463
  "callout": {
8665
8464
  "$ref": "#/definitions/esri.rest-api.Callout.Callout",
8666
8465
  "description": "Callout configuration for a symbol."
8667
8466
  },
8668
8467
  "styleOrigin": {
8669
- "additionalProperties": false,
8670
- "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. {@link https://developers.arcgis.com/web-scene-specification/objects/styleOrigin/}.",
8671
- "properties": {
8672
- "name": {
8673
- "description": "Name of the symbol in the style referenced by styleName or styleUrl.",
8674
- "type": "string"
8675
- },
8676
- "styleName": {
8677
- "description": "A well-known esri-provided style, such as EsriThematicShapesStyle.",
8678
- "type": "string"
8679
- },
8680
- "styleUrl": {
8681
- "description": "URL to a style definition Must be one of the following values: String An absolute URL String A relative path starting with \"./\".",
8682
- "type": "string"
8683
- }
8684
- },
8685
- "type": "object"
8468
+ "$ref": "__type",
8469
+ "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.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/styleOrigin/}."
8686
8470
  },
8687
8471
  "symbolLayers": {
8688
8472
  "description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
@@ -8699,7 +8483,7 @@
8699
8483
  "type": "array"
8700
8484
  },
8701
8485
  "type": {
8702
- "description": "The type of symbol. See {@link SymbolType}.",
8486
+ "description": "The type of symbol. See{@linkSymbolType}.",
8703
8487
  "enum": [
8704
8488
  "PointSymbol3D"
8705
8489
  ],
@@ -8718,7 +8502,7 @@
8718
8502
  },
8719
8503
  "esri.rest-api.Polygon.Polygon": {
8720
8504
  "additionalProperties": false,
8721
- "description": "A polygon contains an array of rings and a spatial reference. {@link https://developers.arcgis.com/web-map-specification/objects/polygon_geometry/} {@link https://developers.arcgis.com/web-scene-specification/objects/polygon_geometry/}.",
8505
+ "description": "A polygon contains an array of rings and a spatial reference.{@linkhttps://developers.arcgis.com/web-map-specification/objects/polygon_geometry/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/polygon_geometry/}.",
8722
8506
  "properties": {
8723
8507
  "hasM": {
8724
8508
  "description": "Indicates whether the geometry contains M coordinate values.",
@@ -8753,7 +8537,7 @@
8753
8537
  },
8754
8538
  "esri.rest-api.PolygonSymbol3D.PolygonSymbol3D": {
8755
8539
  "additionalProperties": false,
8756
- "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. {@link https://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}.",
8540
+ "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.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}.",
8757
8541
  "properties": {
8758
8542
  "symbolLayers": {
8759
8543
  "description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
@@ -8773,7 +8557,7 @@
8773
8557
  "type": "array"
8774
8558
  },
8775
8559
  "type": {
8776
- "description": "The type of symbol. See {@link SymbolType}.",
8560
+ "description": "The type of symbol. See{@linkSymbolType}.",
8777
8561
  "enum": [
8778
8562
  "PolygonSymbol3D"
8779
8563
  ],
@@ -8788,7 +8572,7 @@
8788
8572
  },
8789
8573
  "esri.rest-api.Polyline.Polyline": {
8790
8574
  "additionalProperties": false,
8791
- "description": "Contains an array of paths and a spatialReference. {@link https://developers.arcgis.com/web-map-specification/objects/polyline_geometry/} {@link https://developers.arcgis.com/web-scene-specification/objects/polyline_geometry/}.",
8575
+ "description": "Contains an array of paths and a spatialReference.{@linkhttps://developers.arcgis.com/web-map-specification/objects/polyline_geometry/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/polyline_geometry/}.",
8792
8576
  "properties": {
8793
8577
  "hasM": {
8794
8578
  "description": "Indicates whether the geometry contains M coordinate values.",
@@ -8831,7 +8615,7 @@
8831
8615
  },
8832
8616
  "esri.rest-api.PopupExpressionInfo.PopupExpressionInfo": {
8833
8617
  "additionalProperties": false,
8834
- "description": "Arcade expression added to the pop-up. {@link https://developers.arcgis.com/web-map-specification/objects/popupExpressionInfo/}.",
8618
+ "description": "Arcade expression added to the pop-up.{@linkhttps://developers.arcgis.com/web-map-specification/objects/popupExpressionInfo/}.",
8835
8619
  "properties": {
8836
8620
  "expression": {
8837
8621
  "description": "The Arcade expression.",
@@ -8854,7 +8638,7 @@
8854
8638
  },
8855
8639
  "esri.rest-api.PopupInfo.OrderByFields": {
8856
8640
  "additionalProperties": false,
8857
- "description": "Object indicating the field display order for the related records and whether they should be sorted in ascending or descending order. {@link https://developers.arcgis.com/web-map-specification/objects/orderByFields/} {@link https://developers.arcgis.com/web-scene-specification/objects/orderByFields/}.",
8641
+ "description": "Object indicating the field display order for the related records and whether they should be sorted in ascending or descending order.{@linkhttps://developers.arcgis.com/web-map-specification/objects/orderByFields/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/orderByFields/}.",
8858
8642
  "properties": {
8859
8643
  "field": {
8860
8644
  "description": "The attribute value of the field selected that will drive the sorting of related records.",
@@ -8869,7 +8653,7 @@
8869
8653
  },
8870
8654
  "esri.rest-api.PopupInfo.PopupElement": {
8871
8655
  "additionalProperties": false,
8872
- "description": "Popup elements allow users to author popups, using multiple elements such as tabular views, string description, media (charts and images), and attachments of the attributes and control the order in which they appear. Specifically, popupElements do the following: 1) provide the ability to explicitly add a field/ value table in addition to a description, 2) allow adding multiple description elements, and 3) allow a user to author and consume elements of a popup in the order of their choosing. Each popupElement has a type property. This string value indicates the type of popupElement used. {@link https://developers.arcgis.com/web-map-specification/objects/popupElement/} {@link https://developers.arcgis.com/web-scene-specification/objects/popupElement/}.",
8656
+ "description": "Popup elements allow users to author popups, using multiple elements such as tabular views, string description, media (charts and images), and attachments of the attributes and control the order in which they appear. Specifically, popupElements do the following: 1) provide the ability to explicitly add a field/ value table in addition to a description, 2) allow adding multiple description elements, and 3) allow a user to author and consume elements of a popup in the order of their choosing. Each popupElement has a type property. This string value indicates the type of popupElement used.{@linkhttps://developers.arcgis.com/web-map-specification/objects/popupElement/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/popupElement/}.",
8873
8657
  "properties": {
8874
8658
  "displayType": {
8875
8659
  "description": "This property applies to elements of type attachments. A string value indicating how to display the attachment. Possible values are, preview, and list. If list is specified, attachments show as links.",
@@ -8895,7 +8679,7 @@
8895
8679
  },
8896
8680
  "type": {
8897
8681
  "$ref": "#/definitions/esri.rest-api.PopupInfo.PopupElementType",
8898
- "description": "String value indicating which elements to use. See {@link PopupElementType}."
8682
+ "description": "String value indicating which elements to use. See{@linkPopupElementType}."
8899
8683
  }
8900
8684
  },
8901
8685
  "type": "object"
@@ -8912,7 +8696,7 @@
8912
8696
  },
8913
8697
  "esri.rest-api.PopupInfo.PopupInfo": {
8914
8698
  "additionalProperties": false,
8915
- "description": "Defines the look and feel of pop-up windows when users click or query a feature. {@link https://developers.arcgis.com/web-map-specification/objects/popupInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/popupInfo/}.",
8699
+ "description": "Defines the look and feel of pop-up windows when users click or query a feature.{@linkhttps://developers.arcgis.com/web-map-specification/objects/popupInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/popupInfo/}.",
8916
8700
  "properties": {
8917
8701
  "description": {
8918
8702
  "description": "A string that appears in the body of the pop-up window as a description. This can contain a field name enclosed in {}, such as {DETAILS}.",
@@ -8926,7 +8710,7 @@
8926
8710
  "type": "array"
8927
8711
  },
8928
8712
  "fieldInfos": {
8929
- "description": "An array of {@link 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.",
8713
+ "description": "An array of{@linkFieldInfo}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.",
8930
8714
  "items": {
8931
8715
  "$ref": "#/definitions/esri.rest-api.FieldInfo.FieldInfo"
8932
8716
  },
@@ -8963,7 +8747,7 @@
8963
8747
  },
8964
8748
  "esri.rest-api.PopupInfo.RelatedRecordsInfo": {
8965
8749
  "additionalProperties": false,
8966
- "description": "The sort in the popupInfo for the parent feature. This impacts the sorting order for the returned child records. {@link https://developers.arcgis.com/web-map-specification/objects/relatedRecordsInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/relatedRecordsInfo/}.",
8750
+ "description": "The sort in the popupInfo for the parent feature. This impacts the sorting order for the returned child records.{@linkhttps://developers.arcgis.com/web-map-specification/objects/relatedRecordsInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/relatedRecordsInfo/}.",
8967
8751
  "properties": {
8968
8752
  "orderByFields": {
8969
8753
  "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.",
@@ -8984,7 +8768,7 @@
8984
8768
  },
8985
8769
  "esri.rest-api.PredominanceRenderer.PredominanceRenderer": {
8986
8770
  "additionalProperties": false,
8987
- "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. {@link https://developers.arcgis.com/web-map-specification/objects/predominance_renderer/}.",
8771
+ "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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/predominance_renderer/}.",
8988
8772
  "properties": {
8989
8773
  "authoringInfo": {
8990
8774
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -9008,10 +8792,10 @@
9008
8792
  },
9009
8793
  "rotationType": {
9010
8794
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
9011
- "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 RotationType}."
8795
+ "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{@linkRotationType}."
9012
8796
  },
9013
8797
  "type": {
9014
- "description": "The type of renderer. See {@link RendererType}.",
8798
+ "description": "The type of renderer. See{@linkRendererType}.",
9015
8799
  "enum": [
9016
8800
  "predominance"
9017
8801
  ],
@@ -9027,20 +8811,8 @@
9027
8811
  "visualVariables": {
9028
8812
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
9029
8813
  "items": {
9030
- "anyOf": [
9031
- {
9032
- "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
9033
- },
9034
- {
9035
- "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
9036
- },
9037
- {
9038
- "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
9039
- },
9040
- {
9041
- "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
9042
- }
9043
- ]
8814
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
8815
+ "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'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
9044
8816
  },
9045
8817
  "type": "array"
9046
8818
  }
@@ -9054,7 +8826,7 @@
9054
8826
  },
9055
8827
  "esri.rest-api.QueryTableDataSource.QueryTableDataSource": {
9056
8828
  "additionalProperties": false,
9057
- "description": "Query table data source is a layer/table that is defined by a SQL query. {@link https://developers.arcgis.com/web-map-specification/objects/queryTableDataSource/} {@link https://developers.arcgis.com/web-scene-specification/objects/queryTableDataSource/}.",
8829
+ "description": "Query table data source is a layer/table that is defined by a SQL query.{@linkhttps://developers.arcgis.com/web-map-specification/objects/queryTableDataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/queryTableDataSource/}.",
9058
8830
  "properties": {
9059
8831
  "geometryType": {
9060
8832
  "description": "The geometry type. When querying a table that does not have a geometry column, do not include geometryType.",
@@ -9079,7 +8851,7 @@
9079
8851
  "description": "The spatial reference of the geometry column. When querying a table that does not have a geometry column, do not include spatialReference."
9080
8852
  },
9081
8853
  "type": {
9082
- "description": "Type of the DataSource. {@link DataSourceType}.",
8854
+ "description": "Type of the DataSource.{@linkDataSourceType}.",
9083
8855
  "enum": [
9084
8856
  "queryTable"
9085
8857
  ],
@@ -9097,7 +8869,7 @@
9097
8869
  },
9098
8870
  "esri.rest-api.RangeDomain.RangeDomain": {
9099
8871
  "additionalProperties": false,
9100
- "description": "Range domain specifies a range of valid values for a field. {@link https://developers.arcgis.com/web-map-specification/objects/range_domain/} {@link https://developers.arcgis.com/web-scene-specification/objects/range_domain/}.",
8872
+ "description": "Range domain specifies a range of valid values for a field.{@linkhttps://developers.arcgis.com/web-map-specification/objects/range_domain/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/range_domain/}.",
9101
8873
  "properties": {
9102
8874
  "name": {
9103
8875
  "description": "The name of the domain.",
@@ -9111,7 +8883,7 @@
9111
8883
  "type": "array"
9112
8884
  },
9113
8885
  "type": {
9114
- "description": "Type of domain. See {@link DomainType}.",
8886
+ "description": "Type of domain. See{@linkDomainType}.",
9115
8887
  "enum": [
9116
8888
  "range"
9117
8889
  ],
@@ -9127,19 +8899,9 @@
9127
8899
  },
9128
8900
  "esri.rest-api.RangeInfo.RangeInfo": {
9129
8901
  "additionalProperties": false,
9130
- "description": "Range Information. {@link https://developers.arcgis.com/web-scene-specification/objects/rangeInfo/}.",
8902
+ "description": "Range Information.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/rangeInfo/}.",
9131
8903
  "properties": {
9132
8904
  "currentRangeExtent": {
9133
- "additionalItems": {
9134
- "anyOf": [
9135
- {
9136
- "type": "number"
9137
- },
9138
- {
9139
- "type": "number"
9140
- }
9141
- ]
9142
- },
9143
8905
  "description": "Contains the min and max values within which the features are visible.",
9144
8906
  "items": [
9145
8907
  {
@@ -9149,6 +8911,7 @@
9149
8911
  "type": "number"
9150
8912
  }
9151
8913
  ],
8914
+ "maxItems": 2,
9152
8915
  "minItems": 2,
9153
8916
  "type": "array"
9154
8917
  },
@@ -9157,16 +8920,6 @@
9157
8920
  "type": "string"
9158
8921
  },
9159
8922
  "fullRangeExtent": {
9160
- "additionalItems": {
9161
- "anyOf": [
9162
- {
9163
- "type": "number"
9164
- },
9165
- {
9166
- "type": "number"
9167
- }
9168
- ]
9169
- },
9170
8923
  "description": "Contains the min and max values of all the features for this rangeInfo.",
9171
8924
  "items": [
9172
8925
  {
@@ -9176,6 +8929,7 @@
9176
8929
  "type": "number"
9177
8930
  }
9178
8931
  ],
8932
+ "maxItems": 2,
9179
8933
  "minItems": 2,
9180
8934
  "type": "array"
9181
8935
  },
@@ -9198,14 +8952,14 @@
9198
8952
  },
9199
8953
  "esri.rest-api.RasterDataSource.RasterDataSource": {
9200
8954
  "additionalProperties": false,
9201
- "description": "Raster data source is a file-based raster that resides in a registered raster workspace. {@link https://developers.arcgis.com/web-map-specification/objects/rasterDataSource/} {@link https://developers.arcgis.com/web-scene-specification/objects/rasterDataSource/}.",
8955
+ "description": "Raster data source is a file-based raster that resides in a registered raster workspace.{@linkhttps://developers.arcgis.com/web-map-specification/objects/rasterDataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/rasterDataSource/}.",
9202
8956
  "properties": {
9203
8957
  "dataSourceName": {
9204
8958
  "description": "The fully-qualified string value used to specify where the dataSource is derived.",
9205
8959
  "type": "string"
9206
8960
  },
9207
8961
  "type": {
9208
- "description": "Type of the DataSource. {@link DataSourceType}.",
8962
+ "description": "Type of the DataSource.{@linkDataSourceType}.",
9209
8963
  "enum": [
9210
8964
  "raster"
9211
8965
  ],
@@ -9223,11 +8977,11 @@
9223
8977
  },
9224
8978
  "esri.rest-api.Renderer.AuthoringInfo": {
9225
8979
  "additionalProperties": false,
9226
- "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. {@link https://developers.arcgis.com/web-map-specification/objects/authoringInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/authoringInfo/}.",
8980
+ "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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/authoringInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/authoringInfo/}.",
9227
8981
  "properties": {
9228
8982
  "classificationMethod": {
9229
8983
  "$ref": "#/definitions/esri.rest-api.Renderer.ClassificationMethod",
9230
- "description": "Used for classed color or size. The default value is esriClassifyManual. See {@link ClassificationMethod}."
8984
+ "description": "Used for classed color or size. The default value is esriClassifyManual. See{@linkClassificationMethod}."
9231
8985
  },
9232
8986
  "colorRamp": {
9233
8987
  "$ref": "#/definitions/esri.rest-api.Renderer.ColorRamp",
@@ -9247,7 +9001,7 @@
9247
9001
  },
9248
9002
  "type": {
9249
9003
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfoType",
9250
- "description": "In case of classed renderers this is set to either classedSize or classedColor. See {@link AuthoringInfoType}."
9004
+ "description": "In case of classed renderers this is set to either classedSize or classedColor. See{@linkAuthoringInfoType}."
9251
9005
  },
9252
9006
  "visualVariables": {
9253
9007
  "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
@@ -9278,7 +9032,7 @@
9278
9032
  },
9279
9033
  "esri.rest-api.Renderer.ColorRamp": {
9280
9034
  "additionalProperties": false,
9281
- "description": "A colorRamp object is used to specify a range of colors that are applied to a group of symbols. {@link https://developers.arcgis.com/web-map-specification/objects/colorRamp/}.",
9035
+ "description": "A colorRamp object is used to specify a range of colors that are applied to a group of symbols.{@linkhttps://developers.arcgis.com/web-map-specification/objects/colorRamp/}.",
9282
9036
  "properties": {
9283
9037
  "algorithm": {
9284
9038
  "description": "Algorithm used for calculating the ramp.",
@@ -9297,22 +9051,6 @@
9297
9051
  "type": "array"
9298
9052
  },
9299
9053
  "fromColor": {
9300
- "additionalItems": {
9301
- "anyOf": [
9302
- {
9303
- "type": "number"
9304
- },
9305
- {
9306
- "type": "number"
9307
- },
9308
- {
9309
- "type": "number"
9310
- },
9311
- {
9312
- "type": "number"
9313
- }
9314
- ]
9315
- },
9316
9054
  "description": "Array representing the initial color to start the ramp from.",
9317
9055
  "items": [
9318
9056
  {
@@ -9328,26 +9066,11 @@
9328
9066
  "type": "number"
9329
9067
  }
9330
9068
  ],
9069
+ "maxItems": 4,
9331
9070
  "minItems": 4,
9332
9071
  "type": "array"
9333
9072
  },
9334
9073
  "toColor": {
9335
- "additionalItems": {
9336
- "anyOf": [
9337
- {
9338
- "type": "number"
9339
- },
9340
- {
9341
- "type": "number"
9342
- },
9343
- {
9344
- "type": "number"
9345
- },
9346
- {
9347
- "type": "number"
9348
- }
9349
- ]
9350
- },
9351
9074
  "description": "Array representing the final color to end the ramp with.",
9352
9075
  "items": [
9353
9076
  {
@@ -9363,6 +9086,7 @@
9363
9086
  "type": "number"
9364
9087
  }
9365
9088
  ],
9089
+ "maxItems": 4,
9366
9090
  "minItems": 4,
9367
9091
  "type": "array"
9368
9092
  },
@@ -9451,14 +9175,14 @@
9451
9175
  },
9452
9176
  "esri.rest-api.RenderingRule.RenderingRule": {
9453
9177
  "additionalProperties": false,
9454
- "description": "Specifies the rendering rule for how the requested image should be rendered. {@link https://developers.arcgis.com/web-map-specification/objects/renderingRule/} {@link https://developers.arcgis.com/web-scene-specification/objects/renderingRule/}.",
9178
+ "description": "Specifies the rendering rule for how the requested image should be rendered.{@linkhttps://developers.arcgis.com/web-map-specification/objects/renderingRule/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/renderingRule/}.",
9455
9179
  "properties": {
9456
9180
  "outputPixelType": {
9457
9181
  "$ref": "#/definitions/esri.rest-api.RenderingRule.PixelType",
9458
- "description": "Defines the pixel type of the output image. See {@link PixelType}."
9182
+ "description": "Defines the pixel type of the output image. See{@linkPixelType}."
9459
9183
  },
9460
9184
  "rasterFunction": {
9461
- "description": "The raster function name identifies the processing or rendering to be performed. {@link http://resources.arcgis.com/en/help/arcgis-rest-api/#/Raster_Function_Objects/02r3000000rv000000/}.",
9185
+ "description": "The raster function name identifies the processing or rendering to be performed.{@linkhttp://resources.arcgis.com/en/help/arcgis-rest-api/#/Raster_Function_Objects/02r3000000rv000000/}.",
9462
9186
  "type": "string"
9463
9187
  },
9464
9188
  "rasterFunctionArguments": {
@@ -9473,7 +9197,7 @@
9473
9197
  },
9474
9198
  "esri.rest-api.SceneLayer.SceneLayer": {
9475
9199
  "additionalProperties": false,
9476
- "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). {@link https://developers.arcgis.com/web-scene-specification/objects/sceneLayer/}.",
9200
+ "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).{@linkhttps://developers.arcgis.com/web-scene-specification/objects/sceneLayer/}.",
9477
9201
  "properties": {
9478
9202
  "blendMode": {
9479
9203
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -9504,7 +9228,7 @@
9504
9228
  },
9505
9229
  "listMode": {
9506
9230
  "$ref": "esri.ListMode",
9507
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
9231
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
9508
9232
  },
9509
9233
  "maxScale": {
9510
9234
  "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.",
@@ -9523,7 +9247,7 @@
9523
9247
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
9524
9248
  },
9525
9249
  "refreshInterval": {
9526
- "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. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
9250
+ "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.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
9527
9251
  "type": "number"
9528
9252
  },
9529
9253
  "screenSizePerspective": {
@@ -9543,7 +9267,7 @@
9543
9267
  "type": "string"
9544
9268
  },
9545
9269
  "type": {
9546
- "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 OperationalLayerType} and {@link BaseMapLayerType}.",
9270
+ "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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
9547
9271
  "enum": [
9548
9272
  "BingMapsAerial",
9549
9273
  "BingMapsHybrid",
@@ -9586,7 +9310,7 @@
9586
9310
  },
9587
9311
  "esri.rest-api.SimpleFillSymbol.SimpleFillSymbol": {
9588
9312
  "additionalProperties": false,
9589
- "description": "Simple fill symbols can be used to symbolize polygon geometries. {@link https://developers.arcgis.com/web-map-specification/objects/esriSFS_symbol/}.",
9313
+ "description": "Simple fill symbols can be used to symbolize polygon geometries.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriSFS_symbol/}.",
9590
9314
  "properties": {
9591
9315
  "color": {
9592
9316
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -9598,10 +9322,10 @@
9598
9322
  },
9599
9323
  "style": {
9600
9324
  "$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillStyle",
9601
- "description": "The fill style. See {@link SimpleFillStyle}."
9325
+ "description": "The fill style. See{@linkSimpleFillStyle}."
9602
9326
  },
9603
9327
  "type": {
9604
- "description": "The type of symbol. See {@link SymbolType}.",
9328
+ "description": "The type of symbol. See{@linkSymbolType}.",
9605
9329
  "enum": [
9606
9330
  "esriSFS"
9607
9331
  ],
@@ -9627,7 +9351,7 @@
9627
9351
  },
9628
9352
  "esri.rest-api.SimpleLineSymbol.SimpleLineSymbol": {
9629
9353
  "additionalProperties": false,
9630
- "description": "Simple line symbols can be used to symbolize polyline geometries or outlines for polygon fills. {@link https://developers.arcgis.com/web-map-specification/objects/esriSLS_symbol/}.",
9354
+ "description": "Simple line symbols can be used to symbolize polyline geometries or outlines for polygon fills.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriSLS_symbol/}.",
9631
9355
  "properties": {
9632
9356
  "color": {
9633
9357
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -9635,10 +9359,10 @@
9635
9359
  },
9636
9360
  "style": {
9637
9361
  "$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineStyle",
9638
- "description": "The line style. See {@link SimpleLineStyle}."
9362
+ "description": "The line style. See{@linkSimpleLineStyle}."
9639
9363
  },
9640
9364
  "type": {
9641
- "description": "The type of symbol. See {@link SymbolType}.",
9365
+ "description": "The type of symbol. See{@linkSymbolType}.",
9642
9366
  "enum": [
9643
9367
  "esriSLS"
9644
9368
  ],
@@ -9669,7 +9393,7 @@
9669
9393
  },
9670
9394
  "esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol": {
9671
9395
  "additionalProperties": false,
9672
- "description": "Simple marker symbols can be used to symbolize point geometries. {@link https://developers.arcgis.com/web-map-specification/objects/esriSMS_symbol/}.",
9396
+ "description": "Simple marker symbols can be used to symbolize point geometries.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriSMS_symbol/}.",
9673
9397
  "properties": {
9674
9398
  "angle": {
9675
9399
  "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.",
@@ -9689,10 +9413,10 @@
9689
9413
  },
9690
9414
  "style": {
9691
9415
  "$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerStyle",
9692
- "description": "The marker style. See {@link SimpleMarkerStyle}."
9416
+ "description": "The marker style. See{@linkSimpleMarkerStyle}."
9693
9417
  },
9694
9418
  "type": {
9695
- "description": "The type of symbol. See {@link SymbolType}.",
9419
+ "description": "The type of symbol. See{@linkSymbolType}.",
9696
9420
  "enum": [
9697
9421
  "esriSMS"
9698
9422
  ],
@@ -9714,7 +9438,7 @@
9714
9438
  },
9715
9439
  "esri.rest-api.SimpleRenderer.SimpleRenderer": {
9716
9440
  "additionalProperties": false,
9717
- "description": "A simple renderer is a renderer that uses one symbol only. {@link https://developers.arcgis.com/web-map-specification/objects/simple_renderer/} {@link https://developers.arcgis.com/web-scene-specification/objects/simpleRenderer/}.",
9441
+ "description": "A simple renderer is a renderer that uses one symbol only.{@linkhttps://developers.arcgis.com/web-map-specification/objects/simple_renderer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/simpleRenderer/}.",
9718
9442
  "properties": {
9719
9443
  "authoringInfo": {
9720
9444
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -9734,7 +9458,7 @@
9734
9458
  },
9735
9459
  "rotationType": {
9736
9460
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
9737
- "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 RotationType}."
9461
+ "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{@linkRotationType}."
9738
9462
  },
9739
9463
  "symbol": {
9740
9464
  "anyOf": [
@@ -9778,7 +9502,7 @@
9778
9502
  "description": "An object that represents how all features will be drawn."
9779
9503
  },
9780
9504
  "type": {
9781
- "description": "The type of renderer. See {@link RendererType}.",
9505
+ "description": "The type of renderer. See{@linkRendererType}.",
9782
9506
  "enum": [
9783
9507
  "simple"
9784
9508
  ],
@@ -9787,20 +9511,8 @@
9787
9511
  "visualVariables": {
9788
9512
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
9789
9513
  "items": {
9790
- "anyOf": [
9791
- {
9792
- "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
9793
- },
9794
- {
9795
- "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
9796
- },
9797
- {
9798
- "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
9799
- },
9800
- {
9801
- "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
9802
- }
9803
- ]
9514
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
9515
+ "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'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
9804
9516
  },
9805
9517
  "type": "array"
9806
9518
  }
@@ -9813,7 +9525,7 @@
9813
9525
  },
9814
9526
  "esri.rest-api.SpatialReference.SpatialReference": {
9815
9527
  "additionalProperties": false,
9816
- "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. {@link https://developers.arcgis.com/web-map-specification/objects/spatialReference/} {@link https://developers.arcgis.com/web-scene-specification/objects/spatialReference/}.",
9528
+ "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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/spatialReference/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/spatialReference/}.",
9817
9529
  "properties": {
9818
9530
  "latestVcsWkid": {
9819
9531
  "description": "(Optional) The current wkid value of the vertical coordinate system.",
@@ -9840,7 +9552,7 @@
9840
9552
  },
9841
9553
  "esri.rest-api.StreamLayer.StreamLayer": {
9842
9554
  "additionalProperties": false,
9843
- "description": "A stream layer in a web map. {@link https://developers.arcgis.com/web-map-specification/objects/streamLayer/}.",
9555
+ "description": "A stream layer in a web map.{@linkhttps://developers.arcgis.com/web-map-specification/objects/streamLayer/}.",
9844
9556
  "properties": {
9845
9557
  "blendMode": {
9846
9558
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -9894,7 +9606,7 @@
9894
9606
  },
9895
9607
  "listMode": {
9896
9608
  "$ref": "esri.ListMode",
9897
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
9609
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
9898
9610
  },
9899
9611
  "maxScale": {
9900
9612
  "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.",
@@ -9906,7 +9618,7 @@
9906
9618
  },
9907
9619
  "mode": {
9908
9620
  "$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
9909
- "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 FeatureLayerMode}."
9621
+ "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{@linkFeatureLayerMode}."
9910
9622
  },
9911
9623
  "opacity": {
9912
9624
  "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
@@ -9917,7 +9629,7 @@
9917
9629
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
9918
9630
  },
9919
9631
  "refreshInterval": {
9920
- "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. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
9632
+ "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.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
9921
9633
  "type": "number"
9922
9634
  },
9923
9635
  "screenSizePerspective": {
@@ -9944,7 +9656,7 @@
9944
9656
  "type": "string"
9945
9657
  },
9946
9658
  "type": {
9947
- "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 OperationalLayerType} and {@link BaseMapLayerType}.",
9659
+ "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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
9948
9660
  "enum": [
9949
9661
  "BingMapsAerial",
9950
9662
  "BingMapsHybrid",
@@ -9973,7 +9685,7 @@
9973
9685
  },
9974
9686
  "esri.rest-api.StyleSymbolReference.StyleSymbolReference": {
9975
9687
  "additionalProperties": false,
9976
- "description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem. {@link https://developers.arcgis.com/web-scene-specification/objects/styleSymbolReference/}.",
9688
+ "description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/styleSymbolReference/}.",
9977
9689
  "properties": {
9978
9690
  "name": {
9979
9691
  "description": "Identifies a symbol in the style by name.",
@@ -10000,7 +9712,7 @@
10000
9712
  "type": "object"
10001
9713
  },
10002
9714
  "esri.rest-api.Symbol.Color": {
10003
- "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. {@link https://developers.arcgis.com/web-map-specification/objects/color/} {@link https://developers.arcgis.com/web-scene-specification/objects/color/}.",
9715
+ "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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/color/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/color/}.",
10004
9716
  "items": {
10005
9717
  "type": "number"
10006
9718
  },
@@ -10008,11 +9720,11 @@
10008
9720
  },
10009
9721
  "esri.rest-api.Symbol.Font": {
10010
9722
  "additionalProperties": false,
10011
- "description": "Font used for text symbols. {@link https://developers.arcgis.com/web-map-specification/objects/font/} {@link https://developers.arcgis.com/web-scene-specification/objects/font/}.",
9723
+ "description": "Font used for text symbols.{@linkhttps://developers.arcgis.com/web-map-specification/objects/font/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/font/}.",
10012
9724
  "properties": {
10013
9725
  "decoration": {
10014
9726
  "$ref": "#/definitions/esri.rest-api.Symbol.TextDecoration",
10015
- "description": "The text decoration. See {@link TextDecoration}."
9727
+ "description": "The text decoration. See{@linkTextDecoration}."
10016
9728
  },
10017
9729
  "family": {
10018
9730
  "description": "The font family.",
@@ -10024,11 +9736,11 @@
10024
9736
  },
10025
9737
  "style": {
10026
9738
  "$ref": "#/definitions/esri.rest-api.Symbol.FontStyle",
10027
- "description": "The text style. See {@link FontStyle}."
9739
+ "description": "The text style. See{@linkFontStyle}."
10028
9740
  },
10029
9741
  "weight": {
10030
9742
  "$ref": "#/definitions/esri.rest-api.Symbol.FontWeight",
10031
- "description": "The text weight. See {@link FontWeight}."
9743
+ "description": "The text weight. See{@linkFontWeight}."
10032
9744
  }
10033
9745
  },
10034
9746
  "type": "object"
@@ -10083,7 +9795,7 @@
10083
9795
  "$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
10084
9796
  }
10085
9797
  ],
10086
- "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). {@link https://developers.arcgis.com/web-map-specification/objects/symbol/}."
9798
+ "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).{@linkhttps://developers.arcgis.com/web-map-specification/objects/symbol/}."
10087
9799
  },
10088
9800
  "esri.rest-api.Symbol.TextDecoration": {
10089
9801
  "description": "The text decoration for the Font.",
@@ -10106,7 +9818,7 @@
10106
9818
  },
10107
9819
  "esri.rest-api.Symbol3D.Material": {
10108
9820
  "additionalProperties": false,
10109
- "description": "The material used to shade the geometry. {@link https://developers.arcgis.com/web-scene-specification/objects/material/}.",
9821
+ "description": "The material used to shade the geometry.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/material/}.",
10110
9822
  "properties": {
10111
9823
  "color": {
10112
9824
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -10133,7 +9845,7 @@
10133
9845
  },
10134
9846
  "esri.rest-api.Symbol3D.Outline": {
10135
9847
  "additionalProperties": false,
10136
- "description": "The outline of the point, line or polygon. {@link https://developers.arcgis.com/web-scene-specification/objects/outline/}.",
9848
+ "description": "The outline of the point, line or polygon.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/outline/}.",
10137
9849
  "properties": {
10138
9850
  "color": {
10139
9851
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -10156,7 +9868,7 @@
10156
9868
  },
10157
9869
  "esri.rest-api.Symbol3D.ResourceIconSymbol": {
10158
9870
  "additionalProperties": false,
10159
- "description": "The shape (primitive) or image URL (href) used to visualize the features. {@link https://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer_resource/}.",
9871
+ "description": "The shape (primitive) or image URL (href) used to visualize the features.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer_resource/}.",
10160
9872
  "properties": {
10161
9873
  "dataURI": {
10162
9874
  "description": "An image encoded as base64 string, starting with data:image.",
@@ -10175,7 +9887,7 @@
10175
9887
  },
10176
9888
  "esri.rest-api.Symbol3D.ResourceObjectSymbol": {
10177
9889
  "additionalProperties": false,
10178
- "description": "The primitive shape (primitive) or external 3D model (href) used to visualize the points. {@link https://developers.arcgis.com/web-scene-specification/objects/objectSymbol3DLayer_resource/}.",
9890
+ "description": "The primitive shape (primitive) or external 3D model (href) used to visualize the points.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/objectSymbol3DLayer_resource/}.",
10179
9891
  "properties": {
10180
9892
  "href": {
10181
9893
  "description": "Must be one of the following values: String An absolute URL String A relative path starting with \"./\".",
@@ -10209,11 +9921,11 @@
10209
9921
  "$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
10210
9922
  }
10211
9923
  ],
10212
- "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. {@link https://developers.arcgis.com/web-scene-specification/objects/symbol3D/}."
9924
+ "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.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/symbol3D/}."
10213
9925
  },
10214
9926
  "esri.rest-api.TableDataSource.TableDataSource": {
10215
9927
  "additionalProperties": false,
10216
- "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. {@link https://developers.arcgis.com/web-map-specification/objects/tableDataSource/} {@link https://developers.arcgis.com/web-scene-specification/objects/tableDataSource/}.",
9928
+ "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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/tableDataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tableDataSource/}.",
10217
9929
  "properties": {
10218
9930
  "dataSourceName": {
10219
9931
  "description": "The fully-qualified string value used to specify where the dataSource is derived.",
@@ -10224,7 +9936,7 @@
10224
9936
  "type": "string"
10225
9937
  },
10226
9938
  "type": {
10227
- "description": "Type of the DataSource. {@link DataSourceType}.",
9939
+ "description": "Type of the DataSource.{@linkDataSourceType}.",
10228
9940
  "enum": [
10229
9941
  "table"
10230
9942
  ],
@@ -10241,7 +9953,7 @@
10241
9953
  "type": "object"
10242
9954
  },
10243
9955
  "esri.rest-api.Template.DrawingTool": {
10244
- "description": "Possible drawing tool value to use with {@link Template.drawingTool}.",
9956
+ "description": "Possible drawing tool value to use with{@linkTemplate.drawingTool}.",
10245
9957
  "enum": [
10246
9958
  "esriFeatureEditToolCircle",
10247
9959
  "esriFeatureEditToolDownArrow",
@@ -10261,7 +9973,7 @@
10261
9973
  },
10262
9974
  "esri.rest-api.Template.Template": {
10263
9975
  "additionalProperties": false,
10264
- "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. {@link https://developers.arcgis.com/web-map-specification/objects/template/} {@link https://developers.arcgis.com/web-scene-specification/objects/template/}.",
9976
+ "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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/template/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/template/}.",
10265
9977
  "properties": {
10266
9978
  "description": {
10267
9979
  "description": "A detailed description of the template.",
@@ -10269,7 +9981,7 @@
10269
9981
  },
10270
9982
  "drawingTool": {
10271
9983
  "$ref": "#/definitions/esri.rest-api.Template.DrawingTool",
10272
- "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}."
9984
+ "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}."
10273
9985
  },
10274
9986
  "name": {
10275
9987
  "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.",
@@ -10284,7 +9996,7 @@
10284
9996
  },
10285
9997
  "esri.rest-api.TemporalRenderer.TemporalRenderer": {
10286
9998
  "additionalProperties": false,
10287
- "description": "A temporal renderer is used to perform time-based rendering of features in a feature layer. {@link https://developers.arcgis.com/web-map-specification/objects/temporalRenderer/}.",
9999
+ "description": "A temporal renderer is used to perform time-based rendering of features in a feature layer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/temporalRenderer/}.",
10288
10000
  "properties": {
10289
10001
  "authoringInfo": {
10290
10002
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -10304,14 +10016,14 @@
10304
10016
  },
10305
10017
  "rotationType": {
10306
10018
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
10307
- "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 RotationType}."
10019
+ "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{@linkRotationType}."
10308
10020
  },
10309
10021
  "trackRenderer": {
10310
10022
  "$ref": "#/definitions/esri.rest-api.SimpleRenderer.SimpleRenderer",
10311
10023
  "description": "Simple renderer used to symbolize the tracks."
10312
10024
  },
10313
10025
  "type": {
10314
- "description": "The type of renderer. See {@link RendererType}.",
10026
+ "description": "The type of renderer. See{@linkRendererType}.",
10315
10027
  "enum": [
10316
10028
  "temporal"
10317
10029
  ],
@@ -10320,20 +10032,8 @@
10320
10032
  "visualVariables": {
10321
10033
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
10322
10034
  "items": {
10323
- "anyOf": [
10324
- {
10325
- "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
10326
- },
10327
- {
10328
- "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
10329
- },
10330
- {
10331
- "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
10332
- },
10333
- {
10334
- "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
10335
- }
10336
- ]
10035
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
10036
+ "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'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
10337
10037
  },
10338
10038
  "type": "array"
10339
10039
  }
@@ -10345,7 +10045,7 @@
10345
10045
  },
10346
10046
  "esri.rest-api.TextSymbol.TextSymbol": {
10347
10047
  "additionalProperties": false,
10348
- "description": "Text symbols are used to add text to a feature (labeling). {@link https://developers.arcgis.com/web-map-specification/objects/esriTS_symbol/}.",
10048
+ "description": "Text symbols are used to add text to a feature (labeling).{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriTS_symbol/}.",
10349
10049
  "properties": {
10350
10050
  "angle": {
10351
10051
  "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.",
@@ -10381,7 +10081,7 @@
10381
10081
  },
10382
10082
  "horizontalAlignment": {
10383
10083
  "$ref": "#/definitions/esri.rest-api.Symbol.HorizontalAlignment",
10384
- "description": "The horizontal alignment of the text. See {@link HorizontalAlignment}."
10084
+ "description": "The horizontal alignment of the text. See{@linkHorizontalAlignment}."
10385
10085
  },
10386
10086
  "kerning": {
10387
10087
  "description": "Boolean value indicating whether to adjust the spacing between characters in the text string.",
@@ -10400,7 +10100,7 @@
10400
10100
  "type": "string"
10401
10101
  },
10402
10102
  "type": {
10403
- "description": "The type of symbol. See {@link SymbolType}.",
10103
+ "description": "The type of symbol. See{@linkSymbolType}.",
10404
10104
  "enum": [
10405
10105
  "esriTS"
10406
10106
  ],
@@ -10408,7 +10108,7 @@
10408
10108
  },
10409
10109
  "verticalAlignment": {
10410
10110
  "$ref": "#/definitions/esri.rest-api.Symbol.VerticalAlignment",
10411
- "description": "The vertical alignment of the text. See {@link VerticalAlignment}."
10111
+ "description": "The vertical alignment of the text. See{@linkVerticalAlignment}."
10412
10112
  },
10413
10113
  "xoffset": {
10414
10114
  "description": "Numeric value indicating the offset on the x-axis in pixels.",
@@ -10426,7 +10126,7 @@
10426
10126
  },
10427
10127
  "esri.rest-api.TextSymbol3DLayer.TextSymbol3DLayer": {
10428
10128
  "additionalProperties": false,
10429
- "description": "TextSymbol3DLayer is used to draw text labels for features of any geometry type. {@link https://developers.arcgis.com/web-scene-specification/objects/textSymbol3DLayer/}.",
10129
+ "description": "TextSymbol3DLayer is used to draw text labels for features of any geometry type.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/textSymbol3DLayer/}.",
10430
10130
  "properties": {
10431
10131
  "font": {
10432
10132
  "$ref": "#/definitions/esri.rest-api.Symbol.Font",
@@ -10445,7 +10145,7 @@
10445
10145
  "type": "string"
10446
10146
  },
10447
10147
  "type": {
10448
- "description": "The type of the Symbol3DLayer. See {@link Symbol3DLayerType}.",
10148
+ "description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
10449
10149
  "enum": [
10450
10150
  "Text"
10451
10151
  ],
@@ -10459,7 +10159,7 @@
10459
10159
  },
10460
10160
  "esri.rest-api.TileInfo.TileInfo": {
10461
10161
  "additionalProperties": false,
10462
- "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. {@link https://developers.arcgis.com/web-map-specification/objects/tileInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/tileInfo/}.",
10162
+ "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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/tileInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tileInfo/}.",
10463
10163
  "properties": {
10464
10164
  "cols": {
10465
10165
  "description": "Requested tile's column.",
@@ -10478,28 +10178,9 @@
10478
10178
  "type": "string"
10479
10179
  },
10480
10180
  "lods": {
10481
- "description": "An array of levels of detail that define the tiling scheme. {@link https://developers.arcgis.com/web-map-specification/objects/lod/} {@link https://developers.arcgis.com/web-scene-specification/objects/lod/}.",
10181
+ "description": "An array of levels of detail that define the tiling scheme.{@linkhttps://developers.arcgis.com/web-map-specification/objects/lod/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/lod/}.",
10482
10182
  "items": {
10483
- "additionalProperties": false,
10484
- "properties": {
10485
- "level": {
10486
- "description": "ID for each level.",
10487
- "type": "number"
10488
- },
10489
- "levelValue": {
10490
- "description": "String to be used when constructing URL to access a tile from this LOD.",
10491
- "type": "string"
10492
- },
10493
- "resolution": {
10494
- "description": "Resolution in map units of each pixel in a tile for each level.",
10495
- "type": "number"
10496
- },
10497
- "scale": {
10498
- "description": "Scale for each level.",
10499
- "type": "number"
10500
- }
10501
- },
10502
- "type": "object"
10183
+ "$ref": "__type"
10503
10184
  },
10504
10185
  "type": "array"
10505
10186
  },
@@ -10520,7 +10201,7 @@
10520
10201
  },
10521
10202
  "esri.rest-api.TiledImageServiceLayer.TiledImageServiceLayer": {
10522
10203
  "additionalProperties": false,
10523
- "description": "An ArcGIS Tiled Image Service layer displays map content from an ArcGIS Server Image service that has been cached (tiled). {@link https://developers.arcgis.com/web-map-specification/objects/tiledImageServiceLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/tiledImageServiceLayer/}.",
10204
+ "description": "An ArcGIS Tiled Image Service layer displays map content from an ArcGIS Server Image service that has been cached (tiled).{@linkhttps://developers.arcgis.com/web-map-specification/objects/tiledImageServiceLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tiledImageServiceLayer/}.",
10524
10205
  "properties": {
10525
10206
  "blendMode": {
10526
10207
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -10550,7 +10231,7 @@
10550
10231
  },
10551
10232
  "listMode": {
10552
10233
  "$ref": "esri.ListMode",
10553
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
10234
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
10554
10235
  },
10555
10236
  "maxScale": {
10556
10237
  "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.",
@@ -10565,7 +10246,7 @@
10565
10246
  "type": "number"
10566
10247
  },
10567
10248
  "refreshInterval": {
10568
- "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. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
10249
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
10569
10250
  "type": "number"
10570
10251
  },
10571
10252
  "showLegend": {
@@ -10577,7 +10258,7 @@
10577
10258
  "type": "string"
10578
10259
  },
10579
10260
  "type": {
10580
- "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 OperationalLayerType} and {@link BaseMapLayerType}.",
10261
+ "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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
10581
10262
  "enum": [
10582
10263
  "BingMapsAerial",
10583
10264
  "BingMapsHybrid",
@@ -10607,7 +10288,7 @@
10607
10288
  },
10608
10289
  "esri.rest-api.TiledMapServiceLayer.TiledMapServiceLayer": {
10609
10290
  "additionalProperties": false,
10610
- "description": "An ArcGIS Tiled Map Service layer displays map content from an ArcGIS Server Map service that has been cached (tiled). {@link https://developers.arcgis.com/web-map-specification/objects/tiledMapServiceLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/tiledMapServiceLayer/}.",
10291
+ "description": "An ArcGIS Tiled Map Service layer displays map content from an ArcGIS Server Map service that has been cached (tiled).{@linkhttps://developers.arcgis.com/web-map-specification/objects/tiledMapServiceLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tiledMapServiceLayer/}.",
10611
10292
  "properties": {
10612
10293
  "blendMode": {
10613
10294
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -10624,31 +10305,8 @@
10624
10305
  "type": "array"
10625
10306
  },
10626
10307
  "exclusionAreas": {
10627
- "additionalProperties": false,
10628
- "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. {@link https://developers.arcgis.com/web-map-specification/objects/exclusionArea/}.",
10629
- "properties": {
10630
- "geometry": {
10631
- "$ref": "#/definitions/esri.rest-api.Extent.Extent",
10632
- "description": "The geometry defining the area where no data will be fetched. Only extent is supported."
10633
- },
10634
- "maxScale": {
10635
- "description": "The zoom level where the exclusion ends.",
10636
- "type": "number"
10637
- },
10638
- "maxZoom": {
10639
- "description": "The zoom level where the exclusion ends.",
10640
- "type": "number"
10641
- },
10642
- "minScale": {
10643
- "description": "The zoom level where the exclusion starts.",
10644
- "type": "number"
10645
- },
10646
- "minZoom": {
10647
- "description": "The zoom level where the exclusion starts.",
10648
- "type": "number"
10649
- }
10650
- },
10651
- "type": "object"
10308
+ "$ref": "__type",
10309
+ "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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/exclusionArea/}."
10652
10310
  },
10653
10311
  "id": {
10654
10312
  "description": "A unique identifying string for the layer.",
@@ -10678,7 +10336,7 @@
10678
10336
  },
10679
10337
  "listMode": {
10680
10338
  "$ref": "esri.ListMode",
10681
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
10339
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
10682
10340
  },
10683
10341
  "maxScale": {
10684
10342
  "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.",
@@ -10697,7 +10355,7 @@
10697
10355
  "type": "string"
10698
10356
  },
10699
10357
  "refreshInterval": {
10700
- "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. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
10358
+ "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.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
10701
10359
  "type": "number"
10702
10360
  },
10703
10361
  "showLegend": {
@@ -10709,7 +10367,7 @@
10709
10367
  "type": "string"
10710
10368
  },
10711
10369
  "type": {
10712
- "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 OperationalLayerType} and {@link BaseMapLayerType}.",
10370
+ "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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
10713
10371
  "enum": [
10714
10372
  "BingMapsAerial",
10715
10373
  "BingMapsHybrid",
@@ -10738,24 +10396,11 @@
10738
10396
  },
10739
10397
  "esri.rest-api.Type.Type": {
10740
10398
  "additionalProperties": false,
10741
- "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. {@link https://developers.arcgis.com/web-map-specification/objects/type/} {@link https://developers.arcgis.com/web-scene-specification/objects/type/}.",
10399
+ "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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/type/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/type/}.",
10742
10400
  "properties": {
10743
10401
  "domains": {
10744
- "additionalProperties": {
10745
- "anyOf": [
10746
- {
10747
- "$ref": "#/definitions/esri.rest-api.CodedValueDomain.CodedValueDomain"
10748
- },
10749
- {
10750
- "$ref": "#/definitions/esri.rest-api.InheritedDomain.InheritedDomain"
10751
- },
10752
- {
10753
- "$ref": "#/definitions/esri.rest-api.RangeDomain.RangeDomain"
10754
- }
10755
- ]
10756
- },
10757
- "description": "A set of domain objects for each domain in the type.",
10758
- "type": "object"
10402
+ "$ref": "__type",
10403
+ "description": "A set of domain objects for each domain in the type."
10759
10404
  },
10760
10405
  "id": {
10761
10406
  "description": "A unique numerical ID for the type.",
@@ -10780,7 +10425,7 @@
10780
10425
  },
10781
10426
  "esri.rest-api.UniqueValueFromStyle.UniqueValueFromStyle": {
10782
10427
  "additionalProperties": false,
10783
- "description": "This is a special version of UniqueValue Renderer, which loads uniqueValue infos from a portal style. {@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueFromStyleRenderer/}.",
10428
+ "description": "This is a special version of UniqueValue Renderer, which loads uniqueValue infos from a portal style.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/uniqueValueFromStyleRenderer/}.",
10784
10429
  "properties": {
10785
10430
  "authoringInfo": {
10786
10431
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -10804,7 +10449,7 @@
10804
10449
  },
10805
10450
  "rotationType": {
10806
10451
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
10807
- "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 RotationType}."
10452
+ "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{@linkRotationType}."
10808
10453
  },
10809
10454
  "styleName": {
10810
10455
  "description": "A registered web style name. Can not be used in conjunction with styleName.",
@@ -10815,7 +10460,7 @@
10815
10460
  "type": "string"
10816
10461
  },
10817
10462
  "type": {
10818
- "description": "The type of renderer. See {@link RendererType}.",
10463
+ "description": "The type of renderer. See{@linkRendererType}.",
10819
10464
  "enum": [
10820
10465
  "uniqueValue"
10821
10466
  ],
@@ -10824,20 +10469,8 @@
10824
10469
  "visualVariables": {
10825
10470
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
10826
10471
  "items": {
10827
- "anyOf": [
10828
- {
10829
- "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
10830
- },
10831
- {
10832
- "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
10833
- },
10834
- {
10835
- "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
10836
- },
10837
- {
10838
- "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
10839
- }
10840
- ]
10472
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
10473
+ "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'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
10841
10474
  },
10842
10475
  "type": "array"
10843
10476
  }
@@ -10850,7 +10483,7 @@
10850
10483
  },
10851
10484
  "esri.rest-api.UniqueValueRenderer.UniqueValueInfo": {
10852
10485
  "additionalProperties": false,
10853
- "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. {@link https://developers.arcgis.com/web-map-specification/objects/uniqueValueInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueInfo/}.",
10486
+ "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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/uniqueValueInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/uniqueValueInfo/}.",
10854
10487
  "properties": {
10855
10488
  "description": {
10856
10489
  "description": "String value used to describe the drawn symbol.",
@@ -10914,7 +10547,7 @@
10914
10547
  },
10915
10548
  "esri.rest-api.UniqueValueRenderer.UniqueValueRenderer": {
10916
10549
  "additionalProperties": false,
10917
- "description": "A unique value renderer symbolizes groups of features that have matching field values. {@link https://developers.arcgis.com/web-map-specification/objects/uniqueValue_renderer/} {@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueRenderer/}.",
10550
+ "description": "A unique value renderer symbolizes groups of features that have matching field values.{@linkhttps://developers.arcgis.com/web-map-specification/objects/uniqueValue_renderer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/uniqueValueRenderer/}.",
10918
10551
  "properties": {
10919
10552
  "authoringInfo": {
10920
10553
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -10991,10 +10624,10 @@
10991
10624
  },
10992
10625
  "rotationType": {
10993
10626
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
10994
- "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 RotationType}."
10627
+ "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{@linkRotationType}."
10995
10628
  },
10996
10629
  "type": {
10997
- "description": "The type of renderer. See {@link RendererType}.",
10630
+ "description": "The type of renderer. See{@linkRendererType}.",
10998
10631
  "enum": [
10999
10632
  "uniqueValue"
11000
10633
  ],
@@ -11010,20 +10643,8 @@
11010
10643
  "visualVariables": {
11011
10644
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
11012
10645
  "items": {
11013
- "anyOf": [
11014
- {
11015
- "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
11016
- },
11017
- {
11018
- "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
11019
- },
11020
- {
11021
- "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
11022
- },
11023
- {
11024
- "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
11025
- }
11026
- ]
10646
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
10647
+ "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'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
11027
10648
  },
11028
10649
  "type": "array"
11029
10650
  }
@@ -11037,7 +10658,7 @@
11037
10658
  },
11038
10659
  "esri.rest-api.Value.Value": {
11039
10660
  "additionalProperties": false,
11040
- "description": "The value object contains information for pop-up windows about how images should be retrieved or charts constructed. {@link https://developers.arcgis.com/web-map-specification/objects/value/} {@link https://developers.arcgis.com/web-scene-specification/objects/value/}.",
10661
+ "description": "The value object contains information for pop-up windows about how images should be retrieved or charts constructed.{@linkhttps://developers.arcgis.com/web-map-specification/objects/value/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/value/}.",
11041
10662
  "properties": {
11042
10663
  "fields": {
11043
10664
  "description": "Used with charts. An array of field names to display in the chart.",
@@ -11113,7 +10734,7 @@
11113
10734
  },
11114
10735
  "rotationType": {
11115
10736
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
11116
- "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 RotationType}."
10737
+ "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{@linkRotationType}."
11117
10738
  },
11118
10739
  "style": {
11119
10740
  "description": "A predefined style.",
@@ -11137,7 +10758,7 @@
11137
10758
  "type": "number"
11138
10759
  },
11139
10760
  "type": {
11140
- "description": "The type of renderer. See {@link RendererType}.",
10761
+ "description": "The type of renderer. See{@linkRendererType}.",
11141
10762
  "enum": [
11142
10763
  "vectorField"
11143
10764
  ],
@@ -11146,20 +10767,8 @@
11146
10767
  "visualVariables": {
11147
10768
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
11148
10769
  "items": {
11149
- "anyOf": [
11150
- {
11151
- "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
11152
- },
11153
- {
11154
- "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
11155
- },
11156
- {
11157
- "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
11158
- },
11159
- {
11160
- "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
11161
- }
11162
- ]
10770
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
10771
+ "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'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
11163
10772
  },
11164
10773
  "type": "array"
11165
10774
  }
@@ -11174,7 +10783,7 @@
11174
10783
  },
11175
10784
  "esri.rest-api.VectorTileLayer.VectorTileLayer": {
11176
10785
  "additionalProperties": false,
11177
- "description": "A vector tile layer references a set of web-accessible vector tiles and the corresponding style for how those tiles should be drawn. {@link https://developers.arcgis.com/web-map-specification/objects/vectorTileLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/vectorTileLayer/}.",
10786
+ "description": "A vector tile layer references a set of web-accessible vector tiles and the corresponding style for how those tiles should be drawn.{@linkhttps://developers.arcgis.com/web-map-specification/objects/vectorTileLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/vectorTileLayer/}.",
11178
10787
  "properties": {
11179
10788
  "blendMode": {
11180
10789
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -11204,7 +10813,7 @@
11204
10813
  },
11205
10814
  "listMode": {
11206
10815
  "$ref": "esri.ListMode",
11207
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
10816
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
11208
10817
  },
11209
10818
  "maxScale": {
11210
10819
  "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.",
@@ -11223,7 +10832,7 @@
11223
10832
  "type": "string"
11224
10833
  },
11225
10834
  "refreshInterval": {
11226
- "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. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
10835
+ "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.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
11227
10836
  "type": "number"
11228
10837
  },
11229
10838
  "showLegend": {
@@ -11239,7 +10848,7 @@
11239
10848
  "type": "string"
11240
10849
  },
11241
10850
  "type": {
11242
- "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 OperationalLayerType} and {@link BaseMapLayerType}.",
10851
+ "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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
11243
10852
  "enum": [
11244
10853
  "BingMapsAerial",
11245
10854
  "BingMapsHybrid",
@@ -11264,7 +10873,7 @@
11264
10873
  },
11265
10874
  "esri.rest-api.VerticalOffset.VerticalOffset": {
11266
10875
  "additionalProperties": false,
11267
- "description": "Shifts the symbol along the vertical world axis by a given length. The length is set in screen space units. {@link https://developers.arcgis.com/web-scene-specification/objects/verticalOffset/}.",
10876
+ "description": "Shifts the symbol along the vertical world axis by a given length. The length is set in screen space units.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/verticalOffset/}.",
11268
10877
  "properties": {
11269
10878
  "maxWorldLength": {
11270
10879
  "description": "The maximum vertical symbol lift in world units. It acts as an upper bound to avoid lift becoming too big.",
@@ -11286,7 +10895,7 @@
11286
10895
  },
11287
10896
  "esri.rest-api.Viewpoint.Viewpoint": {
11288
10897
  "additionalProperties": false,
11289
- "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. {@link https://developers.arcgis.com/web-map-specification/objects/viewpoint/} {@link https://developers.arcgis.com/web-scene-specification/objects/viewpoint/}.",
10898
+ "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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/viewpoint/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/viewpoint/}.",
11290
10899
  "properties": {
11291
10900
  "camera": {
11292
10901
  "$ref": "#/definitions/esri.rest-api.Camera.Camera",
@@ -11309,15 +10918,13 @@
11309
10918
  },
11310
10919
  "esri.rest-api.VisualVariable.ColorInfo": {
11311
10920
  "additionalProperties": false,
11312
- "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. {@link https://developers.arcgis.com/web-map-specification/objects/colorInfo_visualVariable/} {@link https://developers.arcgis.com/web-scene-specification/objects/colorInfo_visualVariable/}.",
10921
+ "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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/colorInfo_visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorInfo_visualVariable/}.",
11313
10922
  "properties": {
11314
10923
  "colors": {
11315
10924
  "description": "An array of colors that define the color ramp. Either colors or stops must be specified to construct the color ramp.",
11316
10925
  "items": {
11317
- "items": {
11318
- "type": "number"
11319
- },
11320
- "type": "array"
10926
+ "$ref": "#/definitions/esri.rest-api.Symbol.Color",
10927
+ "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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/color/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/color/}."
11321
10928
  },
11322
10929
  "type": "array"
11323
10930
  },
@@ -11326,15 +10933,8 @@
11326
10933
  "type": "string"
11327
10934
  },
11328
10935
  "legendOptions": {
11329
- "additionalProperties": false,
11330
- "description": "Options available for the legend. {@link https://developers.arcgis.com/web-map-specification/objects/legendOptions/} {@link https://developers.arcgis.com/web-scene-specification/objects/legendOptions/}.",
11331
- "properties": {
11332
- "title": {
11333
- "description": "The title of the legend.",
11334
- "type": "string"
11335
- }
11336
- },
11337
- "type": "object"
10936
+ "$ref": "__type",
10937
+ "description": "Options available for the legend.{@linkhttps://developers.arcgis.com/web-map-specification/objects/legendOptions/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
11338
10938
  },
11339
10939
  "maxDataValue": {
11340
10940
  "description": "The maximum data value.",
@@ -11356,7 +10956,7 @@
11356
10956
  "type": "array"
11357
10957
  },
11358
10958
  "type": {
11359
- "description": "The type of the VisualVariable. See {@link VisualVariableType}.",
10959
+ "description": "The type of the VisualVariable. See{@linkVisualVariableType}.",
11360
10960
  "enum": [
11361
10961
  "colorInfo"
11362
10962
  ],
@@ -11376,10 +10976,8 @@
11376
10976
  "color": {
11377
10977
  "anyOf": [
11378
10978
  {
11379
- "items": {
11380
- "type": "number"
11381
- },
11382
- "type": "array"
10979
+ "$ref": "#/definitions/esri.rest-api.Symbol.Color",
10980
+ "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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/color/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/color/}."
11383
10981
  },
11384
10982
  {
11385
10983
  "type": "string"
@@ -11400,22 +10998,15 @@
11400
10998
  },
11401
10999
  "esri.rest-api.VisualVariable.RotationInfo": {
11402
11000
  "additionalProperties": false,
11403
- "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. {@link https://developers.arcgis.com/web-scene-specification/objects/rotationInfo_visualVariable/} {@link https://developers.arcgis.com/web-map-specification/objects/rotationInfo_visualVariable/}.",
11001
+ "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.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/rotationInfo_visualVariable/}{@linkhttps://developers.arcgis.com/web-map-specification/objects/rotationInfo_visualVariable/}.",
11404
11002
  "properties": {
11405
11003
  "field": {
11406
11004
  "description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
11407
11005
  "type": "string"
11408
11006
  },
11409
11007
  "legendOptions": {
11410
- "additionalProperties": false,
11411
- "description": "Options available for the legend. {@link https://developers.arcgis.com/web-map-specification/objects/legendOptions/} {@link https://developers.arcgis.com/web-scene-specification/objects/legendOptions/}.",
11412
- "properties": {
11413
- "title": {
11414
- "description": "The title of the legend.",
11415
- "type": "string"
11416
- }
11417
- },
11418
- "type": "object"
11008
+ "$ref": "__type",
11009
+ "description": "Options available for the legend.{@linkhttps://developers.arcgis.com/web-map-specification/objects/legendOptions/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
11419
11010
  },
11420
11011
  "normalizationField": {
11421
11012
  "description": "String value indicating the name of the attribute field used to normalize the data.",
@@ -11426,7 +11017,7 @@
11426
11017
  "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."
11427
11018
  },
11428
11019
  "type": {
11429
- "description": "The type of the VisualVariable. See {@link VisualVariableType}.",
11020
+ "description": "The type of the VisualVariable. See{@linkVisualVariableType}.",
11430
11021
  "enum": [
11431
11022
  "rotationInfo"
11432
11023
  ],
@@ -11453,7 +11044,7 @@
11453
11044
  },
11454
11045
  "esri.rest-api.VisualVariable.Size": {
11455
11046
  "additionalProperties": false,
11456
- "description": "Specifies the largest marker size to use at any given map scale. This is required if valueUnit is set to unknown. {@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/}.",
11047
+ "description": "Specifies the largest marker size to use at any given map scale. This is required if valueUnit is set to unknown.{@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/}.",
11457
11048
  "properties": {
11458
11049
  "expression": {
11459
11050
  "description": "The value which allows a size to be defined based on the map scale. Currently, the only supported expression is, view.scale.",
@@ -11479,7 +11070,7 @@
11479
11070
  },
11480
11071
  "esri.rest-api.VisualVariable.SizeInfo": {
11481
11072
  "additionalProperties": false,
11482
- "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. {@link https://developers.arcgis.com/web-map-specification/objects/sizeInfo_visualVariable/} {@link https://developers.arcgis.com/web-scene-specification/objects/sizeInfo_visualVariable/}.",
11073
+ "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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/sizeInfo_visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/sizeInfo_visualVariable/}.",
11483
11074
  "properties": {
11484
11075
  "axis": {
11485
11076
  "description": "Defines the axis the size visual variable should be applied to when rendering features with an ObjectSymbol3DLayer.",
@@ -11497,15 +11088,8 @@
11497
11088
  "type": "string"
11498
11089
  },
11499
11090
  "legendOptions": {
11500
- "additionalProperties": false,
11501
- "description": "Options available for the legend. {@link https://developers.arcgis.com/web-map-specification/objects/legendOptions/} {@link https://developers.arcgis.com/web-scene-specification/objects/legendOptions/}.",
11502
- "properties": {
11503
- "title": {
11504
- "description": "The title of the legend.",
11505
- "type": "string"
11506
- }
11507
- },
11508
- "type": "object"
11091
+ "$ref": "__type",
11092
+ "description": "Options available for the legend.{@linkhttps://developers.arcgis.com/web-map-specification/objects/legendOptions/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
11509
11093
  },
11510
11094
  "maxDataValue": {
11511
11095
  "description": "The maximum data value.",
@@ -11542,7 +11126,7 @@
11542
11126
  "type": "string"
11543
11127
  },
11544
11128
  "type": {
11545
- "description": "The type of the VisualVariable. See {@link VisualVariableType}.",
11129
+ "description": "The type of the VisualVariable. See{@linkVisualVariableType}.",
11546
11130
  "enum": [
11547
11131
  "sizeInfo"
11548
11132
  ],
@@ -11609,22 +11193,15 @@
11609
11193
  },
11610
11194
  "esri.rest-api.VisualVariable.TransparencyInfo": {
11611
11195
  "additionalProperties": false,
11612
- "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). {@link https://developers.arcgis.com/web-map-specification/objects/transparencyInfo_visualVariable/} {@link https://developers.arcgis.com/web-scene-specification/objects/transparencyInfo_visualVariable/}.",
11196
+ "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).{@linkhttps://developers.arcgis.com/web-map-specification/objects/transparencyInfo_visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/transparencyInfo_visualVariable/}.",
11613
11197
  "properties": {
11614
11198
  "field": {
11615
11199
  "description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
11616
11200
  "type": "string"
11617
11201
  },
11618
11202
  "legendOptions": {
11619
- "additionalProperties": false,
11620
- "description": "Options available for the legend.",
11621
- "properties": {
11622
- "title": {
11623
- "description": "The title of the legend.",
11624
- "type": "string"
11625
- }
11626
- },
11627
- "type": "object"
11203
+ "$ref": "__type",
11204
+ "description": "Options available for the legend."
11628
11205
  },
11629
11206
  "normalizationField": {
11630
11207
  "description": "String value indicating the name of the attribute field used to normalize the data.",
@@ -11638,7 +11215,7 @@
11638
11215
  "type": "array"
11639
11216
  },
11640
11217
  "type": {
11641
- "description": "The type of the VisualVariable. See {@link VisualVariableType}.",
11218
+ "description": "The type of the VisualVariable. See{@linkVisualVariableType}.",
11642
11219
  "enum": [
11643
11220
  "transparencyInfo"
11644
11221
  ],
@@ -11690,11 +11267,11 @@
11690
11267
  "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
11691
11268
  }
11692
11269
  ],
11693
- "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'. {@link https://developers.arcgis.com/web-map-specification/objects/visualVariable/} {@link https://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
11270
+ "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'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
11694
11271
  },
11695
11272
  "esri.rest-api.WMSLayer.WMSLayer": {
11696
11273
  "additionalProperties": false,
11697
- "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. {@link https://developers.arcgis.com/web-map-specification/objects/wmsLayer/}.",
11274
+ "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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/wmsLayer/}.",
11698
11275
  "properties": {
11699
11276
  "blendMode": {
11700
11277
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -11764,7 +11341,7 @@
11764
11341
  },
11765
11342
  "listMode": {
11766
11343
  "$ref": "esri.ListMode",
11767
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
11344
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
11768
11345
  },
11769
11346
  "mapUrl": {
11770
11347
  "description": "The URL of the WMS map. You should also supply the url property, which is the URL of the WMS capabilities document.",
@@ -11791,7 +11368,7 @@
11791
11368
  "type": "number"
11792
11369
  },
11793
11370
  "refreshInterval": {
11794
- "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. {@link https://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.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
11795
11372
  "type": "number"
11796
11373
  },
11797
11374
  "showLegend": {
@@ -11810,7 +11387,7 @@
11810
11387
  "type": "string"
11811
11388
  },
11812
11389
  "type": {
11813
- "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 OperationalLayerType} and {@link BaseMapLayerType}.",
11390
+ "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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
11814
11391
  "enum": [
11815
11392
  "BingMapsAerial",
11816
11393
  "BingMapsHybrid",
@@ -11850,7 +11427,7 @@
11850
11427
  },
11851
11428
  "esri.rest-api.WMSSublayer.WMSSublayer": {
11852
11429
  "additionalProperties": false,
11853
- "description": "A layer object may allow overrides on popup content and drawing behavior for individual layers of a web service. {@link https://developers.arcgis.com/web-map-specification/objects/wmsLayer_layer/}.",
11430
+ "description": "A layer object may allow overrides on popup content and drawing behavior for individual layers of a web service.{@linkhttps://developers.arcgis.com/web-map-specification/objects/wmsLayer_layer/}.",
11854
11431
  "properties": {
11855
11432
  "legendUrl": {
11856
11433
  "description": "A string URL to a legend graphic for the layer.",
@@ -11877,7 +11454,7 @@
11877
11454
  },
11878
11455
  "esri.rest-api.WMTSInfo.WMTSInfo": {
11879
11456
  "additionalProperties": false,
11880
- "description": "Object containing layerIdentifier, tileMatrixSet, and URL for WMTSLayer layer types. {@link https://developers.arcgis.com/web-map-specification/objects/wmtsInfo/}.",
11457
+ "description": "Object containing layerIdentifier, tileMatrixSet, and URL for WMTSLayer layer types.{@linkhttps://developers.arcgis.com/web-map-specification/objects/wmtsInfo/}.",
11881
11458
  "properties": {
11882
11459
  "customLayerParameters": {
11883
11460
  "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."
@@ -11902,7 +11479,7 @@
11902
11479
  },
11903
11480
  "esri.rest-api.WebTileLayer.WebTileLayer": {
11904
11481
  "additionalProperties": false,
11905
- "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. {@link https://developers.arcgis.com/web-map-specification/objects/tiledLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/tiledLayer/}.",
11482
+ "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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/tiledLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tiledLayer/}.",
11906
11483
  "properties": {
11907
11484
  "blendMode": {
11908
11485
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -11937,7 +11514,7 @@
11937
11514
  },
11938
11515
  "listMode": {
11939
11516
  "$ref": "esri.ListMode",
11940
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
11517
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
11941
11518
  },
11942
11519
  "maxScale": {
11943
11520
  "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.",
@@ -11952,7 +11529,7 @@
11952
11529
  "type": "number"
11953
11530
  },
11954
11531
  "refreshInterval": {
11955
- "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. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
11532
+ "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.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
11956
11533
  "type": "number"
11957
11534
  },
11958
11535
  "showLegend": {
@@ -11979,7 +11556,7 @@
11979
11556
  "type": "string"
11980
11557
  },
11981
11558
  "type": {
11982
- "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 OperationalLayerType} and {@link BaseMapLayerType}.",
11559
+ "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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
11983
11560
  "enum": [
11984
11561
  "BingMapsAerial",
11985
11562
  "BingMapsHybrid",
@@ -12080,6 +11657,9 @@
12080
11657
  "geocode.count:input": {
12081
11658
  "$ref": "#/definitions/GeocodeArgs"
12082
11659
  },
11660
+ "geocode.count:output": {
11661
+ "type": "undefined"
11662
+ },
12083
11663
  "geocode.geocode": {
12084
11664
  "description": "Finds one or more locations corresponding to an address.",
12085
11665
  "enum": [
@@ -12089,6 +11669,9 @@
12089
11669
  "geocode.geocode:input": {
12090
11670
  "$ref": "#/definitions/GeocodeArgs"
12091
11671
  },
11672
+ "geocode.geocode:output": {
11673
+ "type": "undefined"
11674
+ },
12092
11675
  "geocode.reverse-geocode": {
12093
11676
  "description": "Finds the address at a particular location. The geocoder must have the supportsReverseGeocoding capability.",
12094
11677
  "enum": [
@@ -12098,6 +11681,9 @@
12098
11681
  "geocode.reverse-geocode:input": {
12099
11682
  "$ref": "#/definitions/ReverseGeocodeArgs"
12100
11683
  },
11684
+ "geocode.reverse-geocode:output": {
11685
+ "type": "undefined"
11686
+ },
12101
11687
  "geocode.suggest": {
12102
11688
  "description": "Suggests matching addresses to search for based on some input text. The geocoder must have the supportsSuggest capability.",
12103
11689
  "enum": [
@@ -12107,6 +11693,9 @@
12107
11693
  "geocode.suggest:input": {
12108
11694
  "$ref": "#/definitions/SuggestArgs"
12109
11695
  },
11696
+ "geocode.suggest:output": {
11697
+ "type": "undefined"
11698
+ },
12110
11699
  "geolocation.auto-recenter": {
12111
11700
  "description": "Centers the map on the user's current location and keeps the location centered as it moves around. The maps parameter is only supported in Geocortex Mobile Viewer. In Geocortex Web Viewer, all maps are affected.",
12112
11701
  "enum": [
@@ -12186,6 +11775,9 @@
12186
11775
  "geolocation.get-active-source:input": {
12187
11776
  "$ref": "#/definitions/GnssDeviceConnectionInfo"
12188
11777
  },
11778
+ "geolocation.get-active-source:output": {
11779
+ "type": "undefined"
11780
+ },
12189
11781
  "geolocation.get-all-sources": {
12190
11782
  "description": "Gets the list of currently available geolocation sources. Includes integrated receivers, GNSS devices, and emulators.",
12191
11783
  "enum": [
@@ -12219,6 +11811,9 @@
12219
11811
  "geolocation.get-location-permissions-enabled:input": {
12220
11812
  "type": "boolean"
12221
11813
  },
11814
+ "geolocation.get-location-permissions-enabled:output": {
11815
+ "type": "undefined"
11816
+ },
12222
11817
  "geolocation.get-position": {
12223
11818
  "description": "Returns the current user position. This Operation can block while the user is prompted for permission, as such it is considered best practice not to perform this during startup.",
12224
11819
  "enum": [
@@ -12478,12 +12073,18 @@
12478
12073
  "log-viewer.close"
12479
12074
  ]
12480
12075
  },
12076
+ "log-viewer.close:output": {
12077
+ "type": "undefined"
12078
+ },
12481
12079
  "log-viewer.display": {
12482
12080
  "description": "Displays the Log Viewer.",
12483
12081
  "enum": [
12484
12082
  "log-viewer.display"
12485
12083
  ]
12486
12084
  },
12085
+ "log-viewer.display:output": {
12086
+ "type": "undefined"
12087
+ },
12487
12088
  "map.disable-map-click": {
12488
12089
  "description": "Disables the click event handler on the map, so that if the user clicks on the map, the configured handler will not be invoked.",
12489
12090
  "enum": [
@@ -13614,6 +13215,24 @@
13614
13215
  "sketching.undo:input": {
13615
13216
  "$ref": "#/definitions/HasMaps"
13616
13217
  },
13218
+ "system.disable-background-location-updates": {
13219
+ "description": "Disables background location updates.",
13220
+ "enum": [
13221
+ "system.disable-background-location-updates"
13222
+ ]
13223
+ },
13224
+ "system.disable-background-location-updates:input": {
13225
+ "$ref": "#/definitions/BackgroundLocationUpdatesArgs"
13226
+ },
13227
+ "system.enable-background-location-updates": {
13228
+ "description": "Enables background location updates. While enabled, the application will continue to execute code while running in the background. Note for iOS: If the user has not accepted location permissions for the app, no code will be allowed to execute in the background.",
13229
+ "enum": [
13230
+ "system.enable-background-location-updates"
13231
+ ]
13232
+ },
13233
+ "system.enable-background-location-updates:input": {
13234
+ "$ref": "#/definitions/EnableBackgroundLocationUpdateArgs"
13235
+ },
13617
13236
  "system.keep-screen-on": {
13618
13237
  "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.",
13619
13238
  "enum": [
@@ -13624,7 +13243,7 @@
13624
13243
  "type": "boolean"
13625
13244
  },
13626
13245
  "system.open-url": {
13627
- "description": "Opens a URL, either in the system browser or whatever app is appropriate for the scheme of the URL. If {@link Features} are included as context, then the URL may contain substitution tokens in the format {FIELD_NAME} where FIELD_NAME is the name of a field in the first feature in the context. In this case, the {FIELD_NAME} is substituted with value of the FIELD_NAME field from the feature feature in the {@link Features}, e.g. https://www.google.com/search?q={NAME}, where the value of the NAME field in the first feature from the context is 'Jasper National Park' would produce the result https://www.google.com/search?q=Jasper National Park. Zero to many substitution tokens may be included. If maps are included as context, {@link LocationToken} can be used to access properties on the first map's view. In Web, if both layers and maps are included as context, then {@link LayerToken} can be used to access properties on the first layer.",
13246
+ "description": "Opens a URL, either in the system browser or whatever app is appropriate for the scheme of the URL. If {@link Features } are included as context, then the URL may contain substitution tokens in the format {FIELD_NAME} where FIELD_NAME is the name of a field in the first feature in the context. In this case, the {FIELD_NAME} is substituted with value of the FIELD_NAME field from the feature feature in the {@link Features }, e.g. https://www.google.com/search?q={NAME}, where the value of the NAME field in the first feature from the context is 'Jasper National Park' would produce the result https://www.google.com/search?q=Jasper National Park. Zero to many substitution tokens may be included. If maps are included as context, {@link LocationToken} can be used to access properties on the first map's view. In Web, if both layers and maps are included as context, then {@link LayerToken} can be used to access properties on the first layer.",
13628
13247
  "enum": [
13629
13248
  "system.open-url"
13630
13249
  ]
@@ -13989,70 +13608,6 @@
13989
13608
  ],
13990
13609
  "type": "object"
13991
13610
  },
13992
- {
13993
- "additionalProperties": false,
13994
- "properties": {
13995
- "arguments": {
13996
- "$ref": "#/definitions/geocode.count:input"
13997
- },
13998
- "name": {
13999
- "$ref": "#/definitions/geocode.count"
14000
- }
14001
- },
14002
- "required": [
14003
- "name",
14004
- "arguments"
14005
- ],
14006
- "type": "object"
14007
- },
14008
- {
14009
- "additionalProperties": false,
14010
- "properties": {
14011
- "arguments": {
14012
- "$ref": "#/definitions/geocode.geocode:input"
14013
- },
14014
- "name": {
14015
- "$ref": "#/definitions/geocode.geocode"
14016
- }
14017
- },
14018
- "required": [
14019
- "name",
14020
- "arguments"
14021
- ],
14022
- "type": "object"
14023
- },
14024
- {
14025
- "additionalProperties": false,
14026
- "properties": {
14027
- "arguments": {
14028
- "$ref": "#/definitions/geocode.reverse-geocode:input"
14029
- },
14030
- "name": {
14031
- "$ref": "#/definitions/geocode.reverse-geocode"
14032
- }
14033
- },
14034
- "required": [
14035
- "name",
14036
- "arguments"
14037
- ],
14038
- "type": "object"
14039
- },
14040
- {
14041
- "additionalProperties": false,
14042
- "properties": {
14043
- "arguments": {
14044
- "$ref": "#/definitions/geocode.suggest:input"
14045
- },
14046
- "name": {
14047
- "$ref": "#/definitions/geocode.suggest"
14048
- }
14049
- },
14050
- "required": [
14051
- "name",
14052
- "arguments"
14053
- ],
14054
- "type": "object"
14055
- },
14056
13611
  {
14057
13612
  "additionalProperties": false,
14058
13613
  "properties": {
@@ -14117,38 +13672,6 @@
14117
13672
  ],
14118
13673
  "type": "object"
14119
13674
  },
14120
- {
14121
- "additionalProperties": false,
14122
- "properties": {
14123
- "arguments": {
14124
- "$ref": "#/definitions/geolocation.get-active-source:input"
14125
- },
14126
- "name": {
14127
- "$ref": "#/definitions/geolocation.get-active-source"
14128
- }
14129
- },
14130
- "required": [
14131
- "name",
14132
- "arguments"
14133
- ],
14134
- "type": "object"
14135
- },
14136
- {
14137
- "additionalProperties": false,
14138
- "properties": {
14139
- "arguments": {
14140
- "$ref": "#/definitions/geolocation.get-location-permissions-enabled:input"
14141
- },
14142
- "name": {
14143
- "$ref": "#/definitions/geolocation.get-location-permissions-enabled"
14144
- }
14145
- },
14146
- "required": [
14147
- "name",
14148
- "arguments"
14149
- ],
14150
- "type": "object"
14151
- },
14152
13675
  {
14153
13676
  "additionalProperties": false,
14154
13677
  "properties": {
@@ -15269,6 +14792,38 @@
15269
14792
  ],
15270
14793
  "type": "object"
15271
14794
  },
14795
+ {
14796
+ "additionalProperties": false,
14797
+ "properties": {
14798
+ "arguments": {
14799
+ "$ref": "#/definitions/system.disable-background-location-updates:input"
14800
+ },
14801
+ "name": {
14802
+ "$ref": "#/definitions/system.disable-background-location-updates"
14803
+ }
14804
+ },
14805
+ "required": [
14806
+ "name",
14807
+ "arguments"
14808
+ ],
14809
+ "type": "object"
14810
+ },
14811
+ {
14812
+ "additionalProperties": false,
14813
+ "properties": {
14814
+ "arguments": {
14815
+ "$ref": "#/definitions/system.enable-background-location-updates:input"
14816
+ },
14817
+ "name": {
14818
+ "$ref": "#/definitions/system.enable-background-location-updates"
14819
+ }
14820
+ },
14821
+ "required": [
14822
+ "name",
14823
+ "arguments"
14824
+ ],
14825
+ "type": "object"
14826
+ },
15272
14827
  {
15273
14828
  "additionalProperties": false,
15274
14829
  "properties": {
@@ -15498,12 +15053,6 @@
15498
15053
  {
15499
15054
  "$ref": "#/definitions/basemap.set"
15500
15055
  },
15501
- {
15502
- "$ref": "#/definitions/debug-console.close"
15503
- },
15504
- {
15505
- "$ref": "#/definitions/debug-console.display"
15506
- },
15507
15056
  {
15508
15057
  "$ref": "#/definitions/drawing.set-sync"
15509
15058
  },
@@ -15528,18 +15077,6 @@
15528
15077
  {
15529
15078
  "$ref": "#/definitions/file.open-file"
15530
15079
  },
15531
- {
15532
- "$ref": "#/definitions/geocode.count"
15533
- },
15534
- {
15535
- "$ref": "#/definitions/geocode.geocode"
15536
- },
15537
- {
15538
- "$ref": "#/definitions/geocode.reverse-geocode"
15539
- },
15540
- {
15541
- "$ref": "#/definitions/geocode.suggest"
15542
- },
15543
15080
  {
15544
15081
  "$ref": "#/definitions/geolocation.auto-recenter"
15545
15082
  },
@@ -15561,12 +15098,6 @@
15561
15098
  {
15562
15099
  "$ref": "#/definitions/geolocation.display-location"
15563
15100
  },
15564
- {
15565
- "$ref": "#/definitions/geolocation.get-active-source"
15566
- },
15567
- {
15568
- "$ref": "#/definitions/geolocation.get-location-permissions-enabled"
15569
- },
15570
15101
  {
15571
15102
  "$ref": "#/definitions/geolocation.turn-off-geolocation"
15572
15103
  },
@@ -15618,12 +15149,6 @@
15618
15149
  {
15619
15150
  "$ref": "#/definitions/layer-presets.apply"
15620
15151
  },
15621
- {
15622
- "$ref": "#/definitions/log-viewer.close"
15623
- },
15624
- {
15625
- "$ref": "#/definitions/log-viewer.display"
15626
- },
15627
15152
  {
15628
15153
  "$ref": "#/definitions/map.disable-map-click"
15629
15154
  },
@@ -15798,6 +15323,12 @@
15798
15323
  {
15799
15324
  "$ref": "#/definitions/sketching.undo"
15800
15325
  },
15326
+ {
15327
+ "$ref": "#/definitions/system.disable-background-location-updates"
15328
+ },
15329
+ {
15330
+ "$ref": "#/definitions/system.enable-background-location-updates"
15331
+ },
15801
15332
  {
15802
15333
  "$ref": "#/definitions/system.keep-screen-on"
15803
15334
  },
@@ -15917,6 +15448,86 @@
15917
15448
  ],
15918
15449
  "type": "object"
15919
15450
  },
15451
+ {
15452
+ "additionalProperties": false,
15453
+ "properties": {
15454
+ "arguments": {
15455
+ "$ref": "#/definitions/geocode.count:input"
15456
+ },
15457
+ "name": {
15458
+ "$ref": "#/definitions/geocode.count"
15459
+ }
15460
+ },
15461
+ "required": [
15462
+ "name",
15463
+ "arguments"
15464
+ ],
15465
+ "type": "object"
15466
+ },
15467
+ {
15468
+ "additionalProperties": false,
15469
+ "properties": {
15470
+ "arguments": {
15471
+ "$ref": "#/definitions/geocode.geocode:input"
15472
+ },
15473
+ "name": {
15474
+ "$ref": "#/definitions/geocode.geocode"
15475
+ }
15476
+ },
15477
+ "required": [
15478
+ "name",
15479
+ "arguments"
15480
+ ],
15481
+ "type": "object"
15482
+ },
15483
+ {
15484
+ "additionalProperties": false,
15485
+ "properties": {
15486
+ "arguments": {
15487
+ "$ref": "#/definitions/geocode.reverse-geocode:input"
15488
+ },
15489
+ "name": {
15490
+ "$ref": "#/definitions/geocode.reverse-geocode"
15491
+ }
15492
+ },
15493
+ "required": [
15494
+ "name",
15495
+ "arguments"
15496
+ ],
15497
+ "type": "object"
15498
+ },
15499
+ {
15500
+ "additionalProperties": false,
15501
+ "properties": {
15502
+ "arguments": {
15503
+ "$ref": "#/definitions/geocode.suggest:input"
15504
+ },
15505
+ "name": {
15506
+ "$ref": "#/definitions/geocode.suggest"
15507
+ }
15508
+ },
15509
+ "required": [
15510
+ "name",
15511
+ "arguments"
15512
+ ],
15513
+ "type": "object"
15514
+ },
15515
+ {
15516
+ "additionalProperties": false,
15517
+ "properties": {
15518
+ "arguments": {
15519
+ "$ref": "#/definitions/geolocation.get-active-source:input"
15520
+ },
15521
+ "name": {
15522
+ "$ref": "#/definitions/geolocation.get-active-source"
15523
+ }
15524
+ },
15525
+ "required": [
15526
+ "name",
15527
+ "arguments"
15528
+ ],
15529
+ "type": "object"
15530
+ },
15920
15531
  {
15921
15532
  "additionalProperties": false,
15922
15533
  "properties": {
@@ -15933,6 +15544,22 @@
15933
15544
  ],
15934
15545
  "type": "object"
15935
15546
  },
15547
+ {
15548
+ "additionalProperties": false,
15549
+ "properties": {
15550
+ "arguments": {
15551
+ "$ref": "#/definitions/geolocation.get-location-permissions-enabled:input"
15552
+ },
15553
+ "name": {
15554
+ "$ref": "#/definitions/geolocation.get-location-permissions-enabled"
15555
+ }
15556
+ },
15557
+ "required": [
15558
+ "name",
15559
+ "arguments"
15560
+ ],
15561
+ "type": "object"
15562
+ },
15936
15563
  {
15937
15564
  "additionalProperties": false,
15938
15565
  "properties": {
@@ -16505,15 +16132,39 @@
16505
16132
  {
16506
16133
  "$ref": "#/definitions/basemap.get-current"
16507
16134
  },
16135
+ {
16136
+ "$ref": "#/definitions/debug-console.close"
16137
+ },
16138
+ {
16139
+ "$ref": "#/definitions/debug-console.display"
16140
+ },
16508
16141
  {
16509
16142
  "$ref": "#/definitions/file.pick-file"
16510
16143
  },
16144
+ {
16145
+ "$ref": "#/definitions/geocode.count"
16146
+ },
16147
+ {
16148
+ "$ref": "#/definitions/geocode.geocode"
16149
+ },
16150
+ {
16151
+ "$ref": "#/definitions/geocode.reverse-geocode"
16152
+ },
16153
+ {
16154
+ "$ref": "#/definitions/geocode.suggest"
16155
+ },
16156
+ {
16157
+ "$ref": "#/definitions/geolocation.get-active-source"
16158
+ },
16511
16159
  {
16512
16160
  "$ref": "#/definitions/geolocation.get-all-sources"
16513
16161
  },
16514
16162
  {
16515
16163
  "$ref": "#/definitions/geolocation.get-current-state"
16516
16164
  },
16165
+ {
16166
+ "$ref": "#/definitions/geolocation.get-location-permissions-enabled"
16167
+ },
16517
16168
  {
16518
16169
  "$ref": "#/definitions/geolocation.get-position"
16519
16170
  },
@@ -16529,6 +16180,12 @@
16529
16180
  {
16530
16181
  "$ref": "#/definitions/geometry.remove-point"
16531
16182
  },
16183
+ {
16184
+ "$ref": "#/definitions/log-viewer.close"
16185
+ },
16186
+ {
16187
+ "$ref": "#/definitions/log-viewer.display"
16188
+ },
16532
16189
  {
16533
16190
  "$ref": "#/definitions/map.export-image"
16534
16191
  },