@vertigis/viewer-spec 46.2.0 → 46.4.1

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.
@@ -1,6 +1,14 @@
1
1
  {
2
2
  "$ref": "#/definitions/viewer-spec.Event",
3
3
  "definitions": {
4
+ "@vertigis.arcgis-extensions.mapping.MapExtension.ViewMode": {
5
+ "description": "Viewing mode for a map (2D map or 3D scene).",
6
+ "enum": [
7
+ "map",
8
+ "scene"
9
+ ],
10
+ "type": "string"
11
+ },
4
12
  "AuthenticationType": {
5
13
  "description": "A type of authentication.",
6
14
  "enum": [
@@ -114,10 +122,8 @@
114
122
  "$ref": "#/definitions/esri.Color"
115
123
  },
116
124
  {
117
- "items": {
118
- "type": "number"
119
- },
120
- "type": "array"
125
+ "$ref": "#/definitions/esri.rest-api.Symbol.Color",
126
+ "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/}."
121
127
  }
122
128
  ],
123
129
  "description": "Indicates the color for the Marker. This property is only used if the symbol is a well-known ID."
@@ -169,7 +175,8 @@
169
175
  {
170
176
  "$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
171
177
  }
172
- ]
178
+ ],
179
+ "description": "Symbols that can be used for location markers."
173
180
  },
174
181
  "type": "array"
175
182
  },
@@ -226,6 +233,68 @@
226
233
  ],
227
234
  "description": "One or map extensions."
228
235
  },
236
+ "OperationalLayer": {
237
+ "anyOf": [
238
+ {
239
+ "$ref": "#/definitions/esri.rest-api.BuildingSceneLayer.BuildingSceneLayer"
240
+ },
241
+ {
242
+ "$ref": "#/definitions/esri.rest-api.CSVLayer.CSVLayer"
243
+ },
244
+ {
245
+ "$ref": "#/definitions/esri.rest-api.ElevationLayer.ElevationLayer"
246
+ },
247
+ {
248
+ "$ref": "#/definitions/esri.rest-api.StreamLayer.StreamLayer"
249
+ },
250
+ {
251
+ "$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayer"
252
+ },
253
+ {
254
+ "$ref": "#/definitions/esri.rest-api.GeoRSSLayer.GeoRSSLayer"
255
+ },
256
+ {
257
+ "$ref": "#/definitions/esri.rest-api.GroupLayer.GroupLayer"
258
+ },
259
+ {
260
+ "$ref": "#/definitions/esri.rest-api.ImageServiceVectorLayer.ImageServiceVectorLayer"
261
+ },
262
+ {
263
+ "$ref": "#/definitions/esri.rest-api.IntegratedMeshLayer.IntegratedMeshLayer"
264
+ },
265
+ {
266
+ "$ref": "#/definitions/esri.rest-api.KMLLayer.KMLLayer"
267
+ },
268
+ {
269
+ "$ref": "#/definitions/esri.rest-api.MapServiceLayer.MapServiceLayer"
270
+ },
271
+ {
272
+ "$ref": "#/definitions/esri.rest-api.PointCloudLayer.PointCloudLayer"
273
+ },
274
+ {
275
+ "$ref": "#/definitions/esri.rest-api.SceneLayer.SceneLayer"
276
+ },
277
+ {
278
+ "$ref": "#/definitions/esri.rest-api.TiledImageServiceLayer.TiledImageServiceLayer"
279
+ },
280
+ {
281
+ "$ref": "#/definitions/esri.rest-api.TiledMapServiceLayer.TiledMapServiceLayer"
282
+ },
283
+ {
284
+ "$ref": "#/definitions/esri.rest-api.VectorTileLayer.VectorTileLayer"
285
+ },
286
+ {
287
+ "$ref": "#/definitions/esri.rest-api.WMSLayer.WMSLayer"
288
+ },
289
+ {
290
+ "$ref": "#/definitions/esri.rest-api.WebTileLayer.WebTileLayer"
291
+ },
292
+ {
293
+ "$ref": "#/definitions/esri.rest-api.ImageServiceLayer.ImageServiceLayer"
294
+ }
295
+ ],
296
+ "description": "An operational layer in a web map/scene."
297
+ },
229
298
  "PrintErrorEventArgs": {
230
299
  "additionalProperties": false,
231
300
  "description": "Arguments for the printing.print-error event.",
@@ -446,6 +515,21 @@
446
515
  ],
447
516
  "type": "object"
448
517
  },
518
+ "ViewModeChangedEvent": {
519
+ "additionalProperties": false,
520
+ "description": "Arguments for the ViewModeChanged event.",
521
+ "properties": {
522
+ "maps": {
523
+ "$ref": "#/definitions/MapsLike",
524
+ "description": "The map from which the event was generated."
525
+ },
526
+ "viewMode": {
527
+ "$ref": "#/definitions/@vertigis.arcgis-extensions.mapping.MapExtension.ViewMode",
528
+ "description": "The new ViewMode."
529
+ }
530
+ },
531
+ "type": "object"
532
+ },
449
533
  "WorkflowErrorEventArgs": {
450
534
  "additionalProperties": false,
451
535
  "description": "Arguments for the \"workflow.workflow-error\" event.",
@@ -675,7 +759,7 @@
675
759
  },
676
760
  "listMode": {
677
761
  "$ref": "esri.ListMode",
678
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
762
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
679
763
  },
680
764
  "maxScale": {
681
765
  "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.",
@@ -690,7 +774,7 @@
690
774
  "type": "number"
691
775
  },
692
776
  "refreshInterval": {
693
- "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}.",
777
+ "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}.",
694
778
  "type": "number"
695
779
  },
696
780
  "showLegend": {
@@ -709,7 +793,7 @@
709
793
  "type": "string"
710
794
  },
711
795
  "type": {
712
- "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}.",
796
+ "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}.",
713
797
  "enum": [
714
798
  "BingMapsAerial",
715
799
  "BingMapsHybrid",
@@ -902,7 +986,7 @@
902
986
  },
903
987
  "esri.rest-api.CSVLayer.CSVLayer": {
904
988
  "additionalProperties": false,
905
- "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/}.",
989
+ "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/}.",
906
990
  "properties": {
907
991
  "blendMode": {
908
992
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -933,7 +1017,7 @@
933
1017
  },
934
1018
  "listMode": {
935
1019
  "$ref": "esri.ListMode",
936
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
1020
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
937
1021
  },
938
1022
  "locationInfo": {
939
1023
  "$ref": "#/definitions/esri.rest-api.LocationInfo.LocationInfo",
@@ -956,7 +1040,7 @@
956
1040
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
957
1041
  },
958
1042
  "refreshInterval": {
959
- "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}.",
1043
+ "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}.",
960
1044
  "type": "number"
961
1045
  },
962
1046
  "screenSizePerspective": {
@@ -976,7 +1060,7 @@
976
1060
  "type": "string"
977
1061
  },
978
1062
  "type": {
979
- "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}.",
1063
+ "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}.",
980
1064
  "enum": [
981
1065
  "BingMapsAerial",
982
1066
  "BingMapsHybrid",
@@ -1058,7 +1142,7 @@
1058
1142
  },
1059
1143
  "esri.rest-api.ClassBreaksRenderer.ClassBreakInfo": {
1060
1144
  "additionalProperties": false,
1061
- "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/}.",
1145
+ "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/}.",
1062
1146
  "properties": {
1063
1147
  "classMaxValue": {
1064
1148
  "description": "A numeric value used to specify the maximum value for a break.",
@@ -1126,7 +1210,7 @@
1126
1210
  },
1127
1211
  "esri.rest-api.ClassBreaksRenderer.ClassBreaksRenderer": {
1128
1212
  "additionalProperties": false,
1129
- "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/}.",
1213
+ "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/}.",
1130
1214
  "properties": {
1131
1215
  "authoringInfo": {
1132
1216
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -1152,7 +1236,7 @@
1152
1236
  },
1153
1237
  "classificationMethod": {
1154
1238
  "$ref": "#/definitions/esri.rest-api.ClassBreaksRenderer.ClassificationMethod",
1155
- "description": "Determines the classification method that was used to generate class breaks. See {@link ClassificationMethod}."
1239
+ "description": "Determines the classification method that was used to generate class breaks. See{@linkClassificationMethod}."
1156
1240
  },
1157
1241
  "defaultLabel": {
1158
1242
  "description": "Default string for the default symbol used to draw unspecified values.",
@@ -1217,7 +1301,7 @@
1217
1301
  },
1218
1302
  "normalizationType": {
1219
1303
  "$ref": "#/definitions/esri.rest-api.ClassBreaksRenderer.NormalizationType",
1220
- "description": "One of the NormalizationType constants. See {@link NormalizationType}."
1304
+ "description": "One of the NormalizationType constants. See{@linkNormalizationType}."
1221
1305
  },
1222
1306
  "rotationExpression": {
1223
1307
  "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.",
@@ -1225,10 +1309,10 @@
1225
1309
  },
1226
1310
  "rotationType": {
1227
1311
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
1228
- "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}."
1312
+ "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}."
1229
1313
  },
1230
1314
  "type": {
1231
- "description": "The type of renderer. See {@link RendererType}.",
1315
+ "description": "The type of renderer. See{@linkRendererType}.",
1232
1316
  "enum": [
1233
1317
  "classBreaks"
1234
1318
  ],
@@ -1237,20 +1321,8 @@
1237
1321
  "visualVariables": {
1238
1322
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
1239
1323
  "items": {
1240
- "anyOf": [
1241
- {
1242
- "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
1243
- },
1244
- {
1245
- "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
1246
- },
1247
- {
1248
- "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
1249
- },
1250
- {
1251
- "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
1252
- }
1253
- ]
1324
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
1325
+ "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/}."
1254
1326
  },
1255
1327
  "type": "array"
1256
1328
  }
@@ -1286,7 +1358,7 @@
1286
1358
  },
1287
1359
  "esri.rest-api.CodedValueDomain.CodedValue": {
1288
1360
  "additionalProperties": false,
1289
- "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/}.",
1361
+ "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/}.",
1290
1362
  "properties": {
1291
1363
  "code": {
1292
1364
  "description": "Value indicating which unique code is used to identify the feature attribute.",
@@ -1308,7 +1380,7 @@
1308
1380
  },
1309
1381
  "esri.rest-api.CodedValueDomain.CodedValueDomain": {
1310
1382
  "additionalProperties": false,
1311
- "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/}.",
1383
+ "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/}.",
1312
1384
  "properties": {
1313
1385
  "codedValues": {
1314
1386
  "description": "The set of valid coded values.",
@@ -1322,7 +1394,7 @@
1322
1394
  "type": "string"
1323
1395
  },
1324
1396
  "type": {
1325
- "description": "Type of domain. See {@link DomainType}.",
1397
+ "description": "Type of domain. See{@linkDomainType}.",
1326
1398
  "enum": [
1327
1399
  "codedValue"
1328
1400
  ],
@@ -1338,7 +1410,7 @@
1338
1410
  },
1339
1411
  "esri.rest-api.ColorClassBreakInfo.ColorClassBreakInfo": {
1340
1412
  "additionalProperties": false,
1341
- "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. {@link https://developers.arcgis.com/web-scene-specification/objects/colorClassBreakInfo/}.",
1413
+ "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorClassBreakInfo/}.",
1342
1414
  "properties": {
1343
1415
  "classMaxValue": {
1344
1416
  "description": "A numeric value used to specify the maximum value for a break.",
@@ -1365,7 +1437,7 @@
1365
1437
  },
1366
1438
  "esri.rest-api.ColorUniqueValueInfos.ColorUniqueValueInfos": {
1367
1439
  "additionalProperties": false,
1368
- "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. {@link https://developers.arcgis.com/web-scene-specification/objects/colorUniqueValueInfo/}.",
1440
+ "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorUniqueValueInfo/}.",
1369
1441
  "properties": {
1370
1442
  "color": {
1371
1443
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -1404,11 +1476,11 @@
1404
1476
  "$ref": "#/definitions/esri.rest-api.TableDataSource.TableDataSource"
1405
1477
  }
1406
1478
  ],
1407
- "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/}."
1479
+ "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/}."
1408
1480
  },
1409
1481
  "esri.rest-api.DefinitionEditor.DefinitionEditor": {
1410
1482
  "additionalProperties": false,
1411
- "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/}.",
1483
+ "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/}.",
1412
1484
  "properties": {
1413
1485
  "inputs": {
1414
1486
  "description": "An array of input objects.",
@@ -1426,7 +1498,7 @@
1426
1498
  },
1427
1499
  "esri.rest-api.DefinitionEditor.Input": {
1428
1500
  "additionalProperties": false,
1429
- "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/}.",
1501
+ "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/}.",
1430
1502
  "properties": {
1431
1503
  "hint": {
1432
1504
  "description": "A string value representing a hint for the input.",
@@ -1448,7 +1520,7 @@
1448
1520
  },
1449
1521
  "esri.rest-api.DefinitionEditor.Parameter": {
1450
1522
  "additionalProperties": false,
1451
- "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/}.",
1523
+ "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/}.",
1452
1524
  "properties": {
1453
1525
  "defaultValue": {
1454
1526
  "description": "The default value that is automatically given if nothing is provided.",
@@ -1484,11 +1556,11 @@
1484
1556
  "$ref": "#/definitions/esri.rest-api.RangeDomain.RangeDomain"
1485
1557
  }
1486
1558
  ],
1487
- "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/}."
1559
+ "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/}."
1488
1560
  },
1489
1561
  "esri.rest-api.DrawingInfo.DrawingInfo": {
1490
1562
  "additionalProperties": false,
1491
- "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/}.",
1563
+ "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/}.",
1492
1564
  "properties": {
1493
1565
  "filters": {
1494
1566
  "description": "Filters for PointCloud layers.",
@@ -1503,7 +1575,8 @@
1503
1575
  {
1504
1576
  "$ref": "#/definitions/esri.rest-api.PointCloudValueFilter.PointCloudValueFilter"
1505
1577
  }
1506
- ]
1578
+ ],
1579
+ "description": "Filters applied to the pointCloud which will hide a point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
1507
1580
  },
1508
1581
  "type": "array"
1509
1582
  },
@@ -1539,11 +1612,11 @@
1539
1612
  },
1540
1613
  "esri.rest-api.DynamicDataLayer.DynamicDataLayer": {
1541
1614
  "additionalProperties": false,
1542
- "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/}.",
1615
+ "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/}.",
1543
1616
  "properties": {
1544
1617
  "dataSource": {
1545
1618
  "$ref": "#/definitions/esri.rest-api.DataSource.DataSource",
1546
- "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/}."
1619
+ "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/}."
1547
1620
  },
1548
1621
  "fields": {
1549
1622
  "description": "An array of objects specifying information about an attribute field.",
@@ -1567,7 +1640,7 @@
1567
1640
  },
1568
1641
  "esri.rest-api.DynamicMapLayer.DynamicMapLayer": {
1569
1642
  "additionalProperties": false,
1570
- "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/}.",
1643
+ "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/}.",
1571
1644
  "properties": {
1572
1645
  "gdbVersion": {
1573
1646
  "description": "If applicable, specify this to use an alternate geodatabase version.",
@@ -1675,7 +1748,7 @@
1675
1748
  },
1676
1749
  "esri.rest-api.ElevationInfo.ElevationInfo": {
1677
1750
  "additionalProperties": false,
1678
- "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/}.",
1751
+ "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/}.",
1679
1752
  "properties": {
1680
1753
  "featureExpression": {
1681
1754
  "description": "Deprecated with 1.8, use featureExpressionInfo instead. {\"value\":0} Ignores geometry z-values."
@@ -1686,10 +1759,10 @@
1686
1759
  },
1687
1760
  "mode": {
1688
1761
  "$ref": "#/definitions/esri.rest-api.ElevationInfo.ElevationMode",
1689
- "description": "Determines how the service elevation values are combined with the basemap elevation. See {@link ElevationMode}."
1762
+ "description": "Determines how the service elevation values are combined with the basemap elevation. See{@linkElevationMode}."
1690
1763
  },
1691
1764
  "offset": {
1692
- "description": "Offset is always added to the result of the above logic except for {@link \"onTheGround\"} where offset is ignored.",
1765
+ "description": "Offset is always added to the result of the above logic except for{@link\"onTheGround\"}where offset is ignored.",
1693
1766
  "type": "number"
1694
1767
  },
1695
1768
  "unit": {
@@ -1726,7 +1799,7 @@
1726
1799
  },
1727
1800
  "esri.rest-api.ElevationLayer.ElevationLayer": {
1728
1801
  "additionalProperties": false,
1729
- "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/}.",
1802
+ "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/}.",
1730
1803
  "properties": {
1731
1804
  "blendMode": {
1732
1805
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -1753,7 +1826,7 @@
1753
1826
  },
1754
1827
  "listMode": {
1755
1828
  "$ref": "esri.ListMode",
1756
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
1829
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
1757
1830
  },
1758
1831
  "maxScale": {
1759
1832
  "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.",
@@ -1768,7 +1841,7 @@
1768
1841
  "type": "number"
1769
1842
  },
1770
1843
  "refreshInterval": {
1771
- "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}.",
1844
+ "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}.",
1772
1845
  "type": "number"
1773
1846
  },
1774
1847
  "showLegend": {
@@ -1780,7 +1853,7 @@
1780
1853
  "type": "string"
1781
1854
  },
1782
1855
  "type": {
1783
- "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}.",
1856
+ "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}.",
1784
1857
  "enum": [
1785
1858
  "BingMapsAerial",
1786
1859
  "BingMapsHybrid",
@@ -1809,7 +1882,7 @@
1809
1882
  },
1810
1883
  "esri.rest-api.Extent.Extent": {
1811
1884
  "additionalProperties": false,
1812
- "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/}.",
1885
+ "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/}.",
1813
1886
  "properties": {
1814
1887
  "spatialReference": {
1815
1888
  "$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
@@ -1836,7 +1909,7 @@
1836
1909
  },
1837
1910
  "esri.rest-api.ExtrudeSymbol3DLayer.ExtrudeSymbol3DLayer": {
1838
1911
  "additionalProperties": false,
1839
- "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/}.",
1912
+ "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/}.",
1840
1913
  "properties": {
1841
1914
  "enable": {
1842
1915
  "description": "Type: Boolean.",
@@ -1851,7 +1924,7 @@
1851
1924
  "type": "number"
1852
1925
  },
1853
1926
  "type": {
1854
- "description": "The type of the Symbol3DLayer. See {@link Symbol3DLayerType}.",
1927
+ "description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
1855
1928
  "enum": [
1856
1929
  "Extrude"
1857
1930
  ],
@@ -1865,7 +1938,7 @@
1865
1938
  },
1866
1939
  "esri.rest-api.Feature.Feature": {
1867
1940
  "additionalProperties": false,
1868
- "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/}.",
1941
+ "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/}.",
1869
1942
  "properties": {
1870
1943
  "attributes": {
1871
1944
  "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."
@@ -1920,7 +1993,7 @@
1920
1993
  },
1921
1994
  "esri.rest-api.FeatureCollection.FeatureCollection": {
1922
1995
  "additionalProperties": false,
1923
- "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/}.",
1996
+ "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/}.",
1924
1997
  "properties": {
1925
1998
  "layers": {
1926
1999
  "description": "An array of Layer objects defining all the styling, geometry, and attribute information for the features.",
@@ -1950,7 +2023,7 @@
1950
2023
  },
1951
2024
  "esri.rest-api.FeatureLayer.FeatureLayer": {
1952
2025
  "additionalProperties": false,
1953
- "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/}.",
2026
+ "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/}.",
1954
2027
  "properties": {
1955
2028
  "blendMode": {
1956
2029
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -2004,7 +2077,7 @@
2004
2077
  },
2005
2078
  "listMode": {
2006
2079
  "$ref": "esri.ListMode",
2007
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
2080
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
2008
2081
  },
2009
2082
  "maxScale": {
2010
2083
  "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.",
@@ -2016,7 +2089,7 @@
2016
2089
  },
2017
2090
  "mode": {
2018
2091
  "$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
2019
- "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}."
2092
+ "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}."
2020
2093
  },
2021
2094
  "opacity": {
2022
2095
  "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
@@ -2027,7 +2100,7 @@
2027
2100
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
2028
2101
  },
2029
2102
  "refreshInterval": {
2030
- "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}.",
2103
+ "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}.",
2031
2104
  "type": "number"
2032
2105
  },
2033
2106
  "screenSizePerspective": {
@@ -2054,7 +2127,7 @@
2054
2127
  "type": "string"
2055
2128
  },
2056
2129
  "type": {
2057
- "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}.",
2130
+ "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}.",
2058
2131
  "enum": [
2059
2132
  "BingMapsAerial",
2060
2133
  "BingMapsHybrid",
@@ -2166,7 +2239,7 @@
2166
2239
  },
2167
2240
  "esri.rest-api.FeatureSet.FeatureSet": {
2168
2241
  "additionalProperties": false,
2169
- "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/}.",
2242
+ "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/}.",
2170
2243
  "properties": {
2171
2244
  "features": {
2172
2245
  "description": "An array of Feature objects, each one containing geometry and a set of attributes.",
@@ -2188,7 +2261,7 @@
2188
2261
  },
2189
2262
  "esri.rest-api.Field.Field": {
2190
2263
  "additionalProperties": false,
2191
- "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/}.",
2264
+ "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/}.",
2192
2265
  "properties": {
2193
2266
  "alias": {
2194
2267
  "description": "The field alias (human-readable name).",
@@ -2220,7 +2293,7 @@
2220
2293
  },
2221
2294
  "type": {
2222
2295
  "$ref": "#/definitions/esri.rest-api.Field.FieldType",
2223
- "description": "Type of the Field. See {@link FieldType}."
2296
+ "description": "Type of the Field. See{@linkFieldType}."
2224
2297
  }
2225
2298
  },
2226
2299
  "type": "object"
@@ -2246,7 +2319,7 @@
2246
2319
  },
2247
2320
  "esri.rest-api.FieldInfo.FieldInfo": {
2248
2321
  "additionalProperties": false,
2249
- "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/}.",
2322
+ "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/}.",
2250
2323
  "properties": {
2251
2324
  "fieldName": {
2252
2325
  "description": "The field name as defined by the service.",
@@ -2266,7 +2339,7 @@
2266
2339
  },
2267
2340
  "stringFieldOption": {
2268
2341
  "$ref": "#/definitions/esri.rest-api.FieldInfo.StringFieldOption",
2269
- "description": "The type of input box editors will see when editing the field. Applies only to string fields. See {@link StringFieldOption}."
2342
+ "description": "The type of input box editors will see when editing the field. Applies only to string fields. See{@linkStringFieldOption}."
2270
2343
  },
2271
2344
  "tooltip": {
2272
2345
  "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.",
@@ -2283,7 +2356,7 @@
2283
2356
  "type": "object"
2284
2357
  },
2285
2358
  "esri.rest-api.FieldInfo.StringFieldOption": {
2286
- "description": "The type of string field to use with {@link FieldInfo.stringFieldOption}..",
2359
+ "description": "The type of string field to use with{@linkFieldInfo.stringFieldOption}..",
2287
2360
  "enum": [
2288
2361
  "richtext",
2289
2362
  "textarea",
@@ -2293,7 +2366,7 @@
2293
2366
  },
2294
2367
  "esri.rest-api.FillSymbol3DLayer.FillSymbol3DLayer": {
2295
2368
  "additionalProperties": false,
2296
- "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/}.",
2369
+ "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/}.",
2297
2370
  "properties": {
2298
2371
  "castShadows": {
2299
2372
  "description": "Boolean to control the shadow casting behavior of the rendered geometries.",
@@ -2316,7 +2389,7 @@
2316
2389
  "description": "The outline of the point, line or polygon."
2317
2390
  },
2318
2391
  "type": {
2319
- "description": "The type of the Symbol3DLayer. See {@link Symbol3DLayerType}.",
2392
+ "description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
2320
2393
  "enum": [
2321
2394
  "Fill"
2322
2395
  ],
@@ -2330,7 +2403,7 @@
2330
2403
  },
2331
2404
  "esri.rest-api.FormInfo.FormAttachmentElement": {
2332
2405
  "additionalProperties": false,
2333
- "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/}.",
2406
+ "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/}.",
2334
2407
  "properties": {
2335
2408
  "attachmentKeyword": {
2336
2409
  "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.",
@@ -2345,26 +2418,8 @@
2345
2418
  "type": "boolean"
2346
2419
  },
2347
2420
  "inputType": {
2348
- "additionalProperties": false,
2349
- "description": "The input user interface to use for the attachment.",
2350
- "properties": {
2351
- "type": {
2352
- "description": "The input type identifier.",
2353
- "enum": [
2354
- "attachment",
2355
- "audio",
2356
- "document",
2357
- "image",
2358
- "signature",
2359
- "video"
2360
- ],
2361
- "type": "string"
2362
- }
2363
- },
2364
- "required": [
2365
- "type"
2366
- ],
2367
- "type": "object"
2421
+ "$ref": "__type",
2422
+ "description": "The input user interface to use for the attachment."
2368
2423
  },
2369
2424
  "label": {
2370
2425
  "description": "A string value indicating what the element represents.",
@@ -2389,7 +2444,7 @@
2389
2444
  },
2390
2445
  "esri.rest-api.FormInfo.FormBarcodeScannerInput": {
2391
2446
  "additionalProperties": false,
2392
- "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/}.",
2447
+ "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/}.",
2393
2448
  "properties": {
2394
2449
  "maxLength": {
2395
2450
  "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.",
@@ -2414,7 +2469,7 @@
2414
2469
  },
2415
2470
  "esri.rest-api.FormInfo.FormComboBoxInput": {
2416
2471
  "additionalProperties": false,
2417
- "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/}.",
2472
+ "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/}.",
2418
2473
  "properties": {
2419
2474
  "noValueOptionLabel": {
2420
2475
  "description": "The text used to represent a null value.",
@@ -2439,7 +2494,7 @@
2439
2494
  },
2440
2495
  "esri.rest-api.FormInfo.FormDateTimePickerInput": {
2441
2496
  "additionalProperties": false,
2442
- "description": "Defines the desired user interface is a calendar date picker. {@link https://developers.arcgis.com/web-map-specification/objects/formDatetimePickerInput/}.",
2497
+ "description": "Defines the desired user interface is a calendar date picker.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formDatetimePickerInput/}.",
2443
2498
  "properties": {
2444
2499
  "includeTime": {
2445
2500
  "description": "Indicates if the datetime picker should provide an option to select the time. If not provided, the default value is false.",
@@ -2468,7 +2523,7 @@
2468
2523
  },
2469
2524
  "esri.rest-api.FormInfo.FormExpressionInfo": {
2470
2525
  "additionalProperties": false,
2471
- "description": "Arcade expression used in the form. {@link https://developers.arcgis.com/web-map-specification/objects/formExpressionInfo/}.",
2526
+ "description": "Arcade expression used in the form.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formExpressionInfo/}.",
2472
2527
  "properties": {
2473
2528
  "expression": {
2474
2529
  "description": "The Arcade expression.",
@@ -2494,7 +2549,7 @@
2494
2549
  },
2495
2550
  "esri.rest-api.FormInfo.FormFieldElement": {
2496
2551
  "additionalProperties": false,
2497
- "description": "Defines how a field in the dataset participates in the form. {@link https://developers.arcgis.com/web-map-specification/objects/formFieldElement/}.",
2552
+ "description": "Defines how a field in the dataset participates in the form.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formFieldElement/}.",
2498
2553
  "properties": {
2499
2554
  "description": {
2500
2555
  "description": "A string that describes the element in detail.",
@@ -2565,7 +2620,7 @@
2565
2620
  },
2566
2621
  "esri.rest-api.FormInfo.FormGroupElement": {
2567
2622
  "additionalProperties": false,
2568
- "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/}.",
2623
+ "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/}.",
2569
2624
  "properties": {
2570
2625
  "description": {
2571
2626
  "description": "A string that describes the element in detail.",
@@ -2619,7 +2674,7 @@
2619
2674
  },
2620
2675
  "esri.rest-api.FormInfo.FormInfo": {
2621
2676
  "additionalProperties": false,
2622
- "description": "Defines the form configuration when a user edits a feature. {@link https://developers.arcgis.com/web-map-specification/objects/formInfo/}.",
2677
+ "description": "Defines the form configuration when a user edits a feature.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formInfo/}.",
2623
2678
  "properties": {
2624
2679
  "description": {
2625
2680
  "description": "A string that appears in the body of the form as a description.",
@@ -2661,7 +2716,7 @@
2661
2716
  },
2662
2717
  "esri.rest-api.FormInfo.FormRadioButtonsInput": {
2663
2718
  "additionalProperties": false,
2664
- "description": "Defines the desired user interface is a radio button group. {@link https://developers.arcgis.com/web-map-specification/objects/formRadioButtonsInput/}.",
2719
+ "description": "Defines the desired user interface is a radio button group.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formRadioButtonsInput/}.",
2665
2720
  "properties": {
2666
2721
  "noValueOptionLabel": {
2667
2722
  "description": "The text used to represent a null value.",
@@ -2686,7 +2741,7 @@
2686
2741
  },
2687
2742
  "esri.rest-api.FormInfo.FormRelationshipElement": {
2688
2743
  "additionalProperties": false,
2689
- "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/}.",
2744
+ "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/}.",
2690
2745
  "properties": {
2691
2746
  "description": {
2692
2747
  "description": "A string that describes the element in detail.",
@@ -2730,7 +2785,7 @@
2730
2785
  },
2731
2786
  "esri.rest-api.FormInfo.FormSwitchInput": {
2732
2787
  "additionalProperties": false,
2733
- "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/}.",
2788
+ "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/}.",
2734
2789
  "properties": {
2735
2790
  "offValue": {
2736
2791
  "description": "The coded value when switch state is off.",
@@ -2761,7 +2816,7 @@
2761
2816
  },
2762
2817
  "esri.rest-api.FormInfo.FormTextAreaInput": {
2763
2818
  "additionalProperties": false,
2764
- "description": "Defines the desired user interface is a multi-line text area. {@link https://developers.arcgis.com/web-map-specification/objects/formTextAreaInput/}.",
2819
+ "description": "Defines the desired user interface is a multi-line text area.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formTextAreaInput/}.",
2765
2820
  "properties": {
2766
2821
  "maxLength": {
2767
2822
  "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.",
@@ -2786,7 +2841,7 @@
2786
2841
  },
2787
2842
  "esri.rest-api.FormInfo.FormTextBoxInput": {
2788
2843
  "additionalProperties": false,
2789
- "description": "Defines the desired user interface is a single-line text box. {@link https://developers.arcgis.com/web-map-specification/objects/formTextBoxInput/}.",
2844
+ "description": "Defines the desired user interface is a single-line text box.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formTextBoxInput/}.",
2790
2845
  "properties": {
2791
2846
  "maxLength": {
2792
2847
  "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.",
@@ -2810,7 +2865,7 @@
2810
2865
  "type": "object"
2811
2866
  },
2812
2867
  "esri.rest-api.Format.DateFormat": {
2813
- "description": "Possible date formats for {@link Format.dateFormat}.",
2868
+ "description": "Possible date formats for{@linkFormat.dateFormat}.",
2814
2869
  "enum": [
2815
2870
  "dayShortMonthYear",
2816
2871
  "longDate",
@@ -2833,11 +2888,11 @@
2833
2888
  },
2834
2889
  "esri.rest-api.Format.Format": {
2835
2890
  "additionalProperties": false,
2836
- "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/}.",
2891
+ "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/}.",
2837
2892
  "properties": {
2838
2893
  "dateFormat": {
2839
2894
  "$ref": "#/definitions/esri.rest-api.Format.DateFormat",
2840
- "description": "A string used with date fields to specify how the date should appear in pop-up windows. See {@link DateFormat}."
2895
+ "description": "A string used with date fields to specify how the date should appear in pop-up windows. See{@linkDateFormat}."
2841
2896
  },
2842
2897
  "digitSeparator": {
2843
2898
  "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.",
@@ -2852,7 +2907,7 @@
2852
2907
  },
2853
2908
  "esri.rest-api.GeoRSSLayer.GeoRSSLayer": {
2854
2909
  "additionalProperties": false,
2855
- "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/}.",
2910
+ "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/}.",
2856
2911
  "properties": {
2857
2912
  "blendMode": {
2858
2913
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -2875,7 +2930,7 @@
2875
2930
  },
2876
2931
  "listMode": {
2877
2932
  "$ref": "esri.ListMode",
2878
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
2933
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
2879
2934
  },
2880
2935
  "maxScale": {
2881
2936
  "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.",
@@ -2898,7 +2953,7 @@
2898
2953
  "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."
2899
2954
  },
2900
2955
  "refreshInterval": {
2901
- "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}.",
2956
+ "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}.",
2902
2957
  "type": "number"
2903
2958
  },
2904
2959
  "showLegend": {
@@ -2910,7 +2965,7 @@
2910
2965
  "type": "string"
2911
2966
  },
2912
2967
  "type": {
2913
- "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}.",
2968
+ "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}.",
2914
2969
  "enum": [
2915
2970
  "BingMapsAerial",
2916
2971
  "BingMapsHybrid",
@@ -2955,11 +3010,11 @@
2955
3010
  "$ref": "#/definitions/esri.rest-api.Point.Point"
2956
3011
  }
2957
3012
  ],
2958
- "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/}."
3013
+ "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/}."
2959
3014
  },
2960
3015
  "esri.rest-api.GroupLayer.GroupLayer": {
2961
3016
  "additionalProperties": false,
2962
- "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/}.",
3017
+ "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/}.",
2963
3018
  "properties": {
2964
3019
  "blendMode": {
2965
3020
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -2979,71 +3034,13 @@
2979
3034
  "layers": {
2980
3035
  "description": "List of child operationalLayers.",
2981
3036
  "items": {
2982
- "anyOf": [
2983
- {
2984
- "$ref": "#/definitions/esri.rest-api.BuildingSceneLayer.BuildingSceneLayer"
2985
- },
2986
- {
2987
- "$ref": "#/definitions/esri.rest-api.CSVLayer.CSVLayer"
2988
- },
2989
- {
2990
- "$ref": "#/definitions/esri.rest-api.ElevationLayer.ElevationLayer"
2991
- },
2992
- {
2993
- "$ref": "#/definitions/esri.rest-api.StreamLayer.StreamLayer"
2994
- },
2995
- {
2996
- "$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayer"
2997
- },
2998
- {
2999
- "$ref": "#/definitions/esri.rest-api.GeoRSSLayer.GeoRSSLayer"
3000
- },
3001
- {
3002
- "$ref": "#/definitions/esri.rest-api.GroupLayer.GroupLayer"
3003
- },
3004
- {
3005
- "$ref": "#/definitions/esri.rest-api.ImageServiceVectorLayer.ImageServiceVectorLayer"
3006
- },
3007
- {
3008
- "$ref": "#/definitions/esri.rest-api.IntegratedMeshLayer.IntegratedMeshLayer"
3009
- },
3010
- {
3011
- "$ref": "#/definitions/esri.rest-api.KMLLayer.KMLLayer"
3012
- },
3013
- {
3014
- "$ref": "#/definitions/esri.rest-api.MapServiceLayer.MapServiceLayer"
3015
- },
3016
- {
3017
- "$ref": "#/definitions/esri.rest-api.PointCloudLayer.PointCloudLayer"
3018
- },
3019
- {
3020
- "$ref": "#/definitions/esri.rest-api.SceneLayer.SceneLayer"
3021
- },
3022
- {
3023
- "$ref": "#/definitions/esri.rest-api.TiledImageServiceLayer.TiledImageServiceLayer"
3024
- },
3025
- {
3026
- "$ref": "#/definitions/esri.rest-api.TiledMapServiceLayer.TiledMapServiceLayer"
3027
- },
3028
- {
3029
- "$ref": "#/definitions/esri.rest-api.VectorTileLayer.VectorTileLayer"
3030
- },
3031
- {
3032
- "$ref": "#/definitions/esri.rest-api.WMSLayer.WMSLayer"
3033
- },
3034
- {
3035
- "$ref": "#/definitions/esri.rest-api.WebTileLayer.WebTileLayer"
3036
- },
3037
- {
3038
- "$ref": "#/definitions/esri.rest-api.ImageServiceLayer.ImageServiceLayer"
3039
- }
3040
- ]
3037
+ "$ref": "#/definitions/OperationalLayer"
3041
3038
  },
3042
3039
  "type": "array"
3043
3040
  },
3044
3041
  "listMode": {
3045
3042
  "$ref": "esri.ListMode",
3046
- "description": "To show or hide the group layer in the layer list. See {@link ListMode}."
3043
+ "description": "To show or hide the group layer in the layer list. See{@linkListMode}."
3047
3044
  },
3048
3045
  "maxScale": {
3049
3046
  "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.",
@@ -3058,7 +3055,7 @@
3058
3055
  "type": "number"
3059
3056
  },
3060
3057
  "refreshInterval": {
3061
- "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}.",
3058
+ "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}.",
3062
3059
  "type": "number"
3063
3060
  },
3064
3061
  "showLegend": {
@@ -3070,7 +3067,7 @@
3070
3067
  "type": "string"
3071
3068
  },
3072
3069
  "type": {
3073
- "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}.",
3070
+ "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}.",
3074
3071
  "enum": [
3075
3072
  "BingMapsAerial",
3076
3073
  "BingMapsHybrid",
@@ -3089,7 +3086,7 @@
3089
3086
  },
3090
3087
  "visibilityMode": {
3091
3088
  "$ref": "#/definitions/esri.rest-api.GroupLayer.GroupLayerVisibilityMode",
3092
- "description": "How visibility of children is affected: independent, exclusive, inherited. See {@link GroupLayerVisibilityMode}."
3089
+ "description": "How visibility of children is affected: independent, exclusive, inherited. See{@linkGroupLayerVisibilityMode}."
3093
3090
  }
3094
3091
  },
3095
3092
  "required": [
@@ -3108,7 +3105,7 @@
3108
3105
  },
3109
3106
  "esri.rest-api.HeatmapRenderer.ColorStop": {
3110
3107
  "additionalProperties": false,
3111
- "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/}.",
3108
+ "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/}.",
3112
3109
  "properties": {
3113
3110
  "color": {
3114
3111
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -3127,7 +3124,7 @@
3127
3124
  },
3128
3125
  "esri.rest-api.HeatmapRenderer.HeatmapRenderer": {
3129
3126
  "additionalProperties": false,
3130
- "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/}.",
3127
+ "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/}.",
3131
3128
  "properties": {
3132
3129
  "authoringInfo": {
3133
3130
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -3162,10 +3159,10 @@
3162
3159
  },
3163
3160
  "rotationType": {
3164
3161
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
3165
- "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}."
3162
+ "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}."
3166
3163
  },
3167
3164
  "type": {
3168
- "description": "The type of renderer. See {@link RendererType}.",
3165
+ "description": "The type of renderer. See{@linkRendererType}.",
3169
3166
  "enum": [
3170
3167
  "heatmap"
3171
3168
  ],
@@ -3174,20 +3171,8 @@
3174
3171
  "visualVariables": {
3175
3172
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
3176
3173
  "items": {
3177
- "anyOf": [
3178
- {
3179
- "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
3180
- },
3181
- {
3182
- "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
3183
- },
3184
- {
3185
- "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
3186
- },
3187
- {
3188
- "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
3189
- }
3190
- ]
3174
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
3175
+ "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/}."
3191
3176
  },
3192
3177
  "type": "array"
3193
3178
  }
@@ -3199,7 +3184,7 @@
3199
3184
  },
3200
3185
  "esri.rest-api.IconSymbol3DLayer.IconSymbol3DLayer": {
3201
3186
  "additionalProperties": false,
3202
- "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/}.",
3187
+ "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/}.",
3203
3188
  "properties": {
3204
3189
  "anchor": {
3205
3190
  "description": "Must be one of the following values: center, left, right, top, bottom, topLeft, topRight, bottomLeft, bottomRight.",
@@ -3237,7 +3222,7 @@
3237
3222
  "type": "number"
3238
3223
  },
3239
3224
  "type": {
3240
- "description": "The type of the Symbol3DLayer. See {@link Symbol3DLayerType}.",
3225
+ "description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
3241
3226
  "enum": [
3242
3227
  "Icon"
3243
3228
  ],
@@ -3251,12 +3236,11 @@
3251
3236
  },
3252
3237
  "esri.rest-api.ImageServiceLayer.ImageServiceLayer": {
3253
3238
  "additionalProperties": false,
3254
- "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/}.",
3239
+ "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/}.",
3255
3240
  "properties": {
3256
3241
  "bandIds": {
3257
3242
  "description": "An array of bandIds that are visible, can specify bands to export or rearrange band order(from image service).",
3258
- "items": {
3259
- },
3243
+ "items": {},
3260
3244
  "type": "array"
3261
3245
  },
3262
3246
  "blendMode": {
@@ -3327,7 +3311,7 @@
3327
3311
  },
3328
3312
  "listMode": {
3329
3313
  "$ref": "esri.ListMode",
3330
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
3314
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
3331
3315
  },
3332
3316
  "maxScale": {
3333
3317
  "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.",
@@ -3362,7 +3346,7 @@
3362
3346
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
3363
3347
  },
3364
3348
  "refreshInterval": {
3365
- "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}.",
3349
+ "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}.",
3366
3350
  "type": "number"
3367
3351
  },
3368
3352
  "renderingRule": {
@@ -3382,7 +3366,7 @@
3382
3366
  "type": "string"
3383
3367
  },
3384
3368
  "type": {
3385
- "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}.",
3369
+ "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}.",
3386
3370
  "enum": [
3387
3371
  "BingMapsAerial",
3388
3372
  "BingMapsHybrid",
@@ -3411,7 +3395,7 @@
3411
3395
  },
3412
3396
  "esri.rest-api.ImageServiceVectorLayer.ImageServiceVectorLayer": {
3413
3397
  "additionalProperties": false,
3414
- "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/}.",
3398
+ "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/}.",
3415
3399
  "properties": {
3416
3400
  "blendMode": {
3417
3401
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -3453,7 +3437,7 @@
3453
3437
  },
3454
3438
  "listMode": {
3455
3439
  "$ref": "esri.ListMode",
3456
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
3440
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
3457
3441
  },
3458
3442
  "maxScale": {
3459
3443
  "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.",
@@ -3472,7 +3456,7 @@
3472
3456
  "type": "number"
3473
3457
  },
3474
3458
  "refreshInterval": {
3475
- "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}.",
3459
+ "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}.",
3476
3460
  "type": "number"
3477
3461
  },
3478
3462
  "showLegend": {
@@ -3488,7 +3472,7 @@
3488
3472
  "type": "string"
3489
3473
  },
3490
3474
  "type": {
3491
- "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}.",
3475
+ "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}.",
3492
3476
  "enum": [
3493
3477
  "BingMapsAerial",
3494
3478
  "BingMapsHybrid",
@@ -3519,7 +3503,7 @@
3519
3503
  },
3520
3504
  "esri.rest-api.InheritedDomain.InheritedDomain": {
3521
3505
  "additionalProperties": false,
3522
- "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/}.",
3506
+ "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/}.",
3523
3507
  "properties": {
3524
3508
  "type": {
3525
3509
  "description": "The type of domain.",
@@ -3536,7 +3520,7 @@
3536
3520
  },
3537
3521
  "esri.rest-api.IntegratedMeshLayer.IntegratedMeshLayer": {
3538
3522
  "additionalProperties": false,
3539
- "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/}.",
3523
+ "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/}.",
3540
3524
  "properties": {
3541
3525
  "blendMode": {
3542
3526
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -3559,7 +3543,7 @@
3559
3543
  },
3560
3544
  "listMode": {
3561
3545
  "$ref": "esri.ListMode",
3562
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
3546
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
3563
3547
  },
3564
3548
  "maxScale": {
3565
3549
  "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.",
@@ -3574,7 +3558,7 @@
3574
3558
  "type": "number"
3575
3559
  },
3576
3560
  "refreshInterval": {
3577
- "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}.",
3561
+ "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}.",
3578
3562
  "type": "number"
3579
3563
  },
3580
3564
  "showLegend": {
@@ -3586,7 +3570,7 @@
3586
3570
  "type": "string"
3587
3571
  },
3588
3572
  "type": {
3589
- "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}.",
3573
+ "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}.",
3590
3574
  "enum": [
3591
3575
  "BingMapsAerial",
3592
3576
  "BingMapsHybrid",
@@ -3615,11 +3599,11 @@
3615
3599
  },
3616
3600
  "esri.rest-api.JoinTableDataSource.JoinTableDataSource": {
3617
3601
  "additionalProperties": false,
3618
- "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/}.",
3602
+ "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/}.",
3619
3603
  "properties": {
3620
3604
  "joinType": {
3621
3605
  "$ref": "#/definitions/esri.rest-api.JoinTableDataSource.JoinType",
3622
- "description": "The type of join (left outer or left inner). See {@link JoinType}."
3606
+ "description": "The type of join (left outer or left inner). See{@linkJoinType}."
3623
3607
  },
3624
3608
  "leftTableKey": {
3625
3609
  "description": "Field name from the left table.",
@@ -3652,7 +3636,7 @@
3652
3636
  "description": "The right table source."
3653
3637
  },
3654
3638
  "type": {
3655
- "description": "Type of the DataSource. {@link DataSourceType}.",
3639
+ "description": "Type of the DataSource.{@linkDataSourceType}.",
3656
3640
  "enum": [
3657
3641
  "joinTable"
3658
3642
  ],
@@ -3678,7 +3662,7 @@
3678
3662
  },
3679
3663
  "esri.rest-api.KMLLayer.KMLLayer": {
3680
3664
  "additionalProperties": false,
3681
- "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/}.",
3665
+ "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/}.",
3682
3666
  "properties": {
3683
3667
  "blendMode": {
3684
3668
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -3701,7 +3685,7 @@
3701
3685
  },
3702
3686
  "listMode": {
3703
3687
  "$ref": "esri.ListMode",
3704
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
3688
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
3705
3689
  },
3706
3690
  "maxScale": {
3707
3691
  "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.",
@@ -3716,7 +3700,7 @@
3716
3700
  "type": "number"
3717
3701
  },
3718
3702
  "refreshInterval": {
3719
- "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}.",
3703
+ "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}.",
3720
3704
  "type": "number"
3721
3705
  },
3722
3706
  "showLegend": {
@@ -3728,7 +3712,7 @@
3728
3712
  "type": "string"
3729
3713
  },
3730
3714
  "type": {
3731
- "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}.",
3715
+ "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}.",
3732
3716
  "enum": [
3733
3717
  "BingMapsAerial",
3734
3718
  "BingMapsHybrid",
@@ -3764,7 +3748,7 @@
3764
3748
  },
3765
3749
  "esri.rest-api.LabelSymbol3D.LabelSymbol3D": {
3766
3750
  "additionalProperties": false,
3767
- "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/}.",
3751
+ "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/}.",
3768
3752
  "properties": {
3769
3753
  "callout": {
3770
3754
  "$ref": "#/definitions/esri.rest-api.Callout.Callout",
@@ -3778,7 +3762,7 @@
3778
3762
  "type": "array"
3779
3763
  },
3780
3764
  "type": {
3781
- "description": "The type of symbol. See {@link SymbolType}.",
3765
+ "description": "The type of symbol. See{@linkSymbolType}.",
3782
3766
  "enum": [
3783
3767
  "LabelSymbol3D"
3784
3768
  ],
@@ -3796,7 +3780,7 @@
3796
3780
  "type": "object"
3797
3781
  },
3798
3782
  "esri.rest-api.LabelingInfo.LabelPlacement": {
3799
- "description": "Possible values used with {@link LabelingInfo.labelPlacement}.",
3783
+ "description": "Possible values used with{@linkLabelingInfo.labelPlacement}.",
3800
3784
  "enum": [
3801
3785
  "esriServerLinePlacementAboveAfter",
3802
3786
  "esriServerLinePlacementAboveAlong",
@@ -3828,34 +3812,19 @@
3828
3812
  },
3829
3813
  "esri.rest-api.LabelingInfo.LabelingInfo": {
3830
3814
  "additionalProperties": false,
3831
- "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/}.",
3815
+ "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/}.",
3832
3816
  "properties": {
3833
3817
  "labelExpression": {
3834
3818
  "description": "This read-only web map property allows formatting of labels. Use labelExpressionInfo instead.",
3835
3819
  "type": "string"
3836
3820
  },
3837
3821
  "labelExpressionInfo": {
3838
- "additionalProperties": false,
3839
- "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/}.",
3840
- "properties": {
3841
- "expression": {
3842
- "description": "An Arcade expression evaluating to either a string or a number.",
3843
- "type": "string"
3844
- },
3845
- "title": {
3846
- "description": "The title of the expression.",
3847
- "type": "string"
3848
- },
3849
- "value": {
3850
- "description": "Represents a simple template string. This property is deprecated as of version 2.7 of the web map in favor of 'expression'.",
3851
- "type": "string"
3852
- }
3853
- },
3854
- "type": "object"
3822
+ "$ref": "__type",
3823
+ "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/}."
3855
3824
  },
3856
3825
  "labelPlacement": {
3857
3826
  "$ref": "#/definitions/esri.rest-api.LabelingInfo.LabelPlacement",
3858
- "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}."
3827
+ "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}."
3859
3828
  },
3860
3829
  "maxScale": {
3861
3830
  "description": "Represents the maximum scale at which the layer definition will be applied.",
@@ -3893,7 +3862,7 @@
3893
3862
  },
3894
3863
  "esri.rest-api.Layer.Layer": {
3895
3864
  "additionalProperties": false,
3896
- "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/}.",
3865
+ "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/}.",
3897
3866
  "properties": {
3898
3867
  "defaultVisibility": {
3899
3868
  "description": "Default visibility of the layers in the map service.",
@@ -3970,7 +3939,7 @@
3970
3939
  },
3971
3940
  "esri.rest-api.LayerDefinition.FieldOverride": {
3972
3941
  "additionalProperties": false,
3973
- "description": "Defines overridden properties on a field for a specific view of the data. {@link https://developers.arcgis.com/web-map-specification/objects/fieldOverride/}.",
3942
+ "description": "Defines overridden properties on a field for a specific view of the data.{@linkhttps://developers.arcgis.com/web-map-specification/objects/fieldOverride/}.",
3974
3943
  "properties": {
3975
3944
  "alias": {
3976
3945
  "description": "A string containing the overridden field alias.",
@@ -3998,7 +3967,7 @@
3998
3967
  },
3999
3968
  "esri.rest-api.LayerDefinition.LayerDefinition": {
4000
3969
  "additionalProperties": false,
4001
- "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/}.",
3970
+ "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/}.",
4002
3971
  "properties": {
4003
3972
  "allowGeometryUpdates": {
4004
3973
  "description": "Boolean value indicating whether the geometry of the features in the layer can be edited.",
@@ -4067,18 +4036,8 @@
4067
4036
  "type": "array"
4068
4037
  },
4069
4038
  "floorInfo": {
4070
- "additionalProperties": false,
4071
- "description": "Contains floor-awareness information for the layer. {@link https://developers.arcgis.com/web-map-specification/objects/layerFloorInfo/}.",
4072
- "properties": {
4073
- "floorField": {
4074
- "description": "The name of the attribute field that contains a floor's level ID used for floor filtering.",
4075
- "type": "string"
4076
- }
4077
- },
4078
- "required": [
4079
- "floorField"
4080
- ],
4081
- "type": "object"
4039
+ "$ref": "__type",
4040
+ "description": "Contains floor-awareness information for the layer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/layerFloorInfo/}."
4082
4041
  },
4083
4042
  "geometryType": {
4084
4043
  "description": "The type of geometry used in the layer definition. One of the GeometryType constants.",
@@ -4106,7 +4065,7 @@
4106
4065
  },
4107
4066
  "htmlPopupType": {
4108
4067
  "$ref": "#/definitions/esri.rest-api.LayerDefinition.HtmlPopupType",
4109
- "description": "String value indicating the HTML popup type. Possible values are listed in the htmlPopupType table below. See {@link HtmlPopupType}."
4068
+ "description": "String value indicating the HTML popup type. Possible values are listed in the htmlPopupType table below. See{@linkHtmlPopupType}."
4110
4069
  },
4111
4070
  "id": {
4112
4071
  "description": "The identifier assigned to the layer.",
@@ -4163,7 +4122,7 @@
4163
4122
  "$ref": "#/definitions/esri.rest-api.DynamicDataLayer.DynamicDataLayer"
4164
4123
  }
4165
4124
  ],
4166
- "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/}."
4125
+ "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/}."
4167
4126
  },
4168
4127
  "spatialReference": {
4169
4128
  "$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
@@ -4232,7 +4191,7 @@
4232
4191
  },
4233
4192
  "esri.rest-api.LayerDefinition.LayerTimeInfo": {
4234
4193
  "additionalProperties": false,
4235
- "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/}.",
4194
+ "description": "Time info if the layer/table supports querying and exporting maps based on time.{@linkhttps://developers.arcgis.com/web-map-specification/objects/layerTimeInfo/}.",
4236
4195
  "properties": {
4237
4196
  "endTimeField": {
4238
4197
  "description": "The name of the attribute field that contains the end time information.",
@@ -4251,16 +4210,6 @@
4251
4210
  "type": "string"
4252
4211
  },
4253
4212
  "timeExtent": {
4254
- "additionalItems": {
4255
- "anyOf": [
4256
- {
4257
- "type": "number"
4258
- },
4259
- {
4260
- "type": "number"
4261
- }
4262
- ]
4263
- },
4264
4213
  "description": "The time extent for all the data in the layer.",
4265
4214
  "items": [
4266
4215
  {
@@ -4270,6 +4219,7 @@
4270
4219
  "type": "number"
4271
4220
  }
4272
4221
  ],
4222
+ "maxItems": 2,
4273
4223
  "minItems": 2,
4274
4224
  "type": "array"
4275
4225
  },
@@ -4282,22 +4232,8 @@
4282
4232
  "description": "Temporal unit in which the time interval is measured."
4283
4233
  },
4284
4234
  "timeReference": {
4285
- "additionalProperties": false,
4286
- "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/}.",
4287
- "properties": {
4288
- "respectsDaylightSaving": {
4289
- "description": "Indicates whether the time reference takes into account daylight savings time.",
4290
- "type": "boolean"
4291
- },
4292
- "timeZone": {
4293
- "description": "The time zone in which the data was captured.",
4294
- "type": "string"
4295
- }
4296
- },
4297
- "required": [
4298
- "respectsDaylightSaving"
4299
- ],
4300
- "type": "object"
4235
+ "$ref": "__type",
4236
+ "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/}."
4301
4237
  },
4302
4238
  "trackIdField": {
4303
4239
  "description": "The field that contains the trackId.",
@@ -4351,7 +4287,7 @@
4351
4287
  },
4352
4288
  "esri.rest-api.LayerDefinition.TimeInfoExportOptions": {
4353
4289
  "additionalProperties": false,
4354
- "description": "The default time-related export options for a layer. {@link: https://developers.arcgis.com/web-map-specification/objects/timeInfoExportOptions/}.",
4290
+ "description": "The default time-related export options for a layer.{@link: https://developers.arcgis.com/web-map-specification/objects/timeInfoExportOptions/}.",
4355
4291
  "properties": {
4356
4292
  "timeDataCumulative": {
4357
4293
  "description": "If true, draw all the features from the beginning of time for that data.",
@@ -4374,7 +4310,7 @@
4374
4310
  },
4375
4311
  "esri.rest-api.LineSymbol3D.LineSymbol3D": {
4376
4312
  "additionalProperties": false,
4377
- "description": "LineSymbol3D is used to render features with Polyline geometry in a 3D SceneView. {@link https://developers.arcgis.com/web-scene-specification/objects/lineSymbol3D/}.",
4313
+ "description": "LineSymbol3D is used to render features with Polyline geometry in a 3D SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/lineSymbol3D/}.",
4378
4314
  "properties": {
4379
4315
  "symbolLayers": {
4380
4316
  "description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
@@ -4391,7 +4327,7 @@
4391
4327
  "type": "array"
4392
4328
  },
4393
4329
  "type": {
4394
- "description": "The type of symbol. See {@link SymbolType}.",
4330
+ "description": "The type of symbol. See{@linkSymbolType}.",
4395
4331
  "enum": [
4396
4332
  "LineSymbol3D"
4397
4333
  ],
@@ -4406,7 +4342,7 @@
4406
4342
  },
4407
4343
  "esri.rest-api.LineSymbol3DLayer.LineSymbol3DLayer": {
4408
4344
  "additionalProperties": false,
4409
- "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/}.",
4345
+ "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/}.",
4410
4346
  "properties": {
4411
4347
  "enable": {
4412
4348
  "description": "Type: Boolean.",
@@ -4421,7 +4357,7 @@
4421
4357
  "type": "number"
4422
4358
  },
4423
4359
  "type": {
4424
- "description": "The type of the Symbol3DLayer. See {@link Symbol3DLayerType}.",
4360
+ "description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
4425
4361
  "enum": [
4426
4362
  "Line"
4427
4363
  ],
@@ -4435,7 +4371,7 @@
4435
4371
  },
4436
4372
  "esri.rest-api.LocationInfo.LocationInfo": {
4437
4373
  "additionalProperties": false,
4438
- "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/}.",
4374
+ "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/}.",
4439
4375
  "properties": {
4440
4376
  "latitudeFieldName": {
4441
4377
  "description": "A string defining the field name that holds the latitude (Y) coordinate.",
@@ -4454,7 +4390,7 @@
4454
4390
  },
4455
4391
  "esri.rest-api.MapServiceLayer.MapServiceLayer": {
4456
4392
  "additionalProperties": false,
4457
- "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/}.",
4393
+ "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/}.",
4458
4394
  "properties": {
4459
4395
  "blendMode": {
4460
4396
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -4491,7 +4427,7 @@
4491
4427
  },
4492
4428
  "listMode": {
4493
4429
  "$ref": "esri.ListMode",
4494
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
4430
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
4495
4431
  },
4496
4432
  "maxScale": {
4497
4433
  "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.",
@@ -4506,7 +4442,7 @@
4506
4442
  "type": "number"
4507
4443
  },
4508
4444
  "refreshInterval": {
4509
- "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}.",
4445
+ "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}.",
4510
4446
  "type": "number"
4511
4447
  },
4512
4448
  "showLegend": {
@@ -4522,7 +4458,7 @@
4522
4458
  "type": "string"
4523
4459
  },
4524
4460
  "type": {
4525
- "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}.",
4461
+ "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}.",
4526
4462
  "enum": [
4527
4463
  "BingMapsAerial",
4528
4464
  "BingMapsHybrid",
@@ -4558,7 +4494,7 @@
4558
4494
  },
4559
4495
  "esri.rest-api.MediaInfo.MediaInfo": {
4560
4496
  "additionalProperties": false,
4561
- "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/}.",
4497
+ "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/}.",
4562
4498
  "properties": {
4563
4499
  "caption": {
4564
4500
  "description": "A caption describing the media. This can contain a field name enclosed in {}, such as {IMAGE_CAPTION}.",
@@ -4573,7 +4509,7 @@
4573
4509
  "type": "string"
4574
4510
  },
4575
4511
  "type": {
4576
- "description": "Defines the type of media. One of the {@link MediaType} constants.",
4512
+ "description": "Defines the type of media. One of the{@linkMediaType}constants.",
4577
4513
  "type": "string"
4578
4514
  },
4579
4515
  "value": {
@@ -4585,7 +4521,7 @@
4585
4521
  },
4586
4522
  "esri.rest-api.MeshSymbol3D.MeshSymbol3D": {
4587
4523
  "additionalProperties": false,
4588
- "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/}.",
4524
+ "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/}.",
4589
4525
  "properties": {
4590
4526
  "symbolLayers": {
4591
4527
  "description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
@@ -4595,7 +4531,7 @@
4595
4531
  "type": "array"
4596
4532
  },
4597
4533
  "type": {
4598
- "description": "The type of symbol. See {@link SymbolType}.",
4534
+ "description": "The type of symbol. See{@linkSymbolType}.",
4599
4535
  "enum": [
4600
4536
  "MeshSymbol3D"
4601
4537
  ],
@@ -4637,7 +4573,7 @@
4637
4573
  },
4638
4574
  "esri.rest-api.MosaicRule.MosaicRule": {
4639
4575
  "additionalProperties": false,
4640
- "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/}.",
4576
+ "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/}.",
4641
4577
  "properties": {
4642
4578
  "ascending": {
4643
4579
  "description": "Indicates whether the sort should be ascending.",
@@ -4663,38 +4599,16 @@
4663
4599
  },
4664
4600
  "mosaicMethod": {
4665
4601
  "$ref": "#/definitions/esri.rest-api.MosaicRule.MosaicMethodType",
4666
- "description": "The mosaic method determines how the selected rasters are ordered. See {@link MosaicMethodType}."
4602
+ "description": "The mosaic method determines how the selected rasters are ordered. See{@linkMosaicMethodType}."
4667
4603
  },
4668
4604
  "mosaicOperation": {
4669
4605
  "$ref": "#/definitions/esri.rest-api.MosaicRule.MosaicOperationType",
4670
4606
  "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}."
4671
4607
  },
4672
4608
  "multidimensionalDefinition": {
4673
- "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/}.",
4609
+ "description": "Definition of multidimensional variables.{@linkhttps://developers.arcgis.com/web-map-specification/objects/multidimensionalDefinition/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/multidimensionalDefinition/}.",
4674
4610
  "items": {
4675
- "additionalProperties": false,
4676
- "properties": {
4677
- "dimensionName": {
4678
- "description": "Type of dimension being used (ex. StdTime).",
4679
- "type": "string"
4680
- },
4681
- "isSlice": {
4682
- "description": "Is slice?",
4683
- "type": "boolean"
4684
- },
4685
- "values": {
4686
- "description": "Numerical array of associated values.",
4687
- "items": {
4688
- "type": "number"
4689
- },
4690
- "type": "array"
4691
- },
4692
- "variableName": {
4693
- "description": "Name of the variable.",
4694
- "type": "string"
4695
- }
4696
- },
4697
- "type": "object"
4611
+ "$ref": "__type"
4698
4612
  },
4699
4613
  "type": "array"
4700
4614
  },
@@ -4722,7 +4636,7 @@
4722
4636
  },
4723
4637
  "esri.rest-api.Multipoint.Multipoint": {
4724
4638
  "additionalProperties": false,
4725
- "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/}.",
4639
+ "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/}.",
4726
4640
  "properties": {
4727
4641
  "hasM": {
4728
4642
  "description": "Indicates whether the geometry contains M coordinate values.",
@@ -4754,7 +4668,7 @@
4754
4668
  },
4755
4669
  "esri.rest-api.ObjectSymbol3DLayer.ObjectSymbol3DLayer": {
4756
4670
  "additionalProperties": false,
4757
- "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/}.",
4671
+ "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/}.",
4758
4672
  "properties": {
4759
4673
  "anchor": {
4760
4674
  "description": "The positioning of the object relative to the geometry. Must be one of the following values: center, bottom, origin.",
@@ -4789,7 +4703,7 @@
4789
4703
  "description": "The shape (primitive) or image URL (href) used to visualize the features."
4790
4704
  },
4791
4705
  "type": {
4792
- "description": "The type of the Symbol3DLayer. See {@link Symbol3DLayerType}.",
4706
+ "description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
4793
4707
  "enum": [
4794
4708
  "Object"
4795
4709
  ],
@@ -4807,7 +4721,7 @@
4807
4721
  },
4808
4722
  "esri.rest-api.PathSymbol3DLayer.PathSymbol3DLayer": {
4809
4723
  "additionalProperties": false,
4810
- "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/}.",
4724
+ "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/}.",
4811
4725
  "properties": {
4812
4726
  "material": {
4813
4727
  "$ref": "#/definitions/esri.rest-api.Symbol3D.Material",
@@ -4818,7 +4732,7 @@
4818
4732
  "type": "number"
4819
4733
  },
4820
4734
  "type": {
4821
- "description": "The type of the Symbol3DLayer. See {@link Symbol3DLayerType}.",
4735
+ "description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
4822
4736
  "enum": [
4823
4737
  "Path"
4824
4738
  ],
@@ -4836,7 +4750,7 @@
4836
4750
  },
4837
4751
  "esri.rest-api.PictureFillSymbol.PictureFillSymbol": {
4838
4752
  "additionalProperties": false,
4839
- "description": "Picture fill symbols can be used to symbolize polygon geometries. {@link https://developers.arcgis.com/web-map-specification/objects/esriPFS_symbol/}.",
4753
+ "description": "Picture fill symbols can be used to symbolize polygon geometries.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriPFS_symbol/}.",
4840
4754
  "properties": {
4841
4755
  "angle": {
4842
4756
  "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.",
@@ -4859,7 +4773,7 @@
4859
4773
  "description": "Sets the outline of the symbol."
4860
4774
  },
4861
4775
  "type": {
4862
- "description": "The type of symbol. See {@link SymbolType}.",
4776
+ "description": "The type of symbol. See{@linkSymbolType}.",
4863
4777
  "enum": [
4864
4778
  "esriPFS"
4865
4779
  ],
@@ -4897,7 +4811,7 @@
4897
4811
  },
4898
4812
  "esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol": {
4899
4813
  "additionalProperties": false,
4900
- "description": "Picture marker symbols can be used to symbolize point geometries. {@link https://developers.arcgis.com/web-map-specification/objects/esriPMS_symbol/}.",
4814
+ "description": "Picture marker symbols can be used to symbolize point geometries.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriPMS_symbol/}.",
4901
4815
  "properties": {
4902
4816
  "angle": {
4903
4817
  "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.",
@@ -4916,7 +4830,7 @@
4916
4830
  "type": "string"
4917
4831
  },
4918
4832
  "type": {
4919
- "description": "The type of symbol. See {@link SymbolType}.",
4833
+ "description": "The type of symbol. See{@linkSymbolType}.",
4920
4834
  "enum": [
4921
4835
  "esriPMS"
4922
4836
  ],
@@ -4946,7 +4860,7 @@
4946
4860
  },
4947
4861
  "esri.rest-api.Point.Point": {
4948
4862
  "additionalProperties": false,
4949
- "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/}.",
4863
+ "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/}.",
4950
4864
  "properties": {
4951
4865
  "m": {
4952
4866
  "description": "M coordinate which contains measures used for linear referencing.",
@@ -4986,7 +4900,7 @@
4986
4900
  },
4987
4901
  "esri.rest-api.PointCloudBitfieldFilter.PointCloudBitfieldFilter": {
4988
4902
  "additionalProperties": false,
4989
- "description": "Filters points based on the value of the specified bitfield attribute. {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudBitfieldFilter/}.",
4903
+ "description": "Filters points based on the value of the specified bitfield attribute.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudBitfieldFilter/}.",
4990
4904
  "properties": {
4991
4905
  "field": {
4992
4906
  "description": "The name of the field that is used for the filter.",
@@ -5021,7 +4935,7 @@
5021
4935
  },
5022
4936
  "esri.rest-api.PointCloudClassBreaksRenderer.PointCloudClassBreaksRenderer": {
5023
4937
  "additionalProperties": false,
5024
- "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/}.",
4938
+ "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/}.",
5025
4939
  "properties": {
5026
4940
  "authoringInfo": {
5027
4941
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -5035,23 +4949,8 @@
5035
4949
  "type": "array"
5036
4950
  },
5037
4951
  "colorModulation": {
5038
- "additionalProperties": false,
5039
- "description": "Indicates whether modulation should be used to render the point. {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}.",
5040
- "properties": {
5041
- "field": {
5042
- "description": "The attribute to use as a source for the modulation amplitude.",
5043
- "type": "string"
5044
- },
5045
- "maxValue": {
5046
- "description": "Maximum value to compute modulation linear mapping.",
5047
- "type": "number"
5048
- },
5049
- "minValue": {
5050
- "description": "Minimum value to compute modulation linear mapping.",
5051
- "type": "number"
5052
- }
5053
- },
5054
- "type": "object"
4952
+ "$ref": "__type",
4953
+ "description": "Indicates whether modulation should be used to render the point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
5055
4954
  },
5056
4955
  "field": {
5057
4956
  "description": "The name of the field that is used for the renderer.",
@@ -5089,10 +4988,10 @@
5089
4988
  },
5090
4989
  "rotationType": {
5091
4990
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
5092
- "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}."
4991
+ "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}."
5093
4992
  },
5094
4993
  "type": {
5095
- "description": "The type of renderer. See {@link RendererType}.",
4994
+ "description": "The type of renderer. See{@linkRendererType}.",
5096
4995
  "enum": [
5097
4996
  "pointCloudClassBreaksRenderer"
5098
4997
  ],
@@ -5101,20 +5000,8 @@
5101
5000
  "visualVariables": {
5102
5001
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
5103
5002
  "items": {
5104
- "anyOf": [
5105
- {
5106
- "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
5107
- },
5108
- {
5109
- "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
5110
- },
5111
- {
5112
- "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
5113
- },
5114
- {
5115
- "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
5116
- }
5117
- ]
5003
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
5004
+ "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/}."
5118
5005
  },
5119
5006
  "type": "array"
5120
5007
  }
@@ -5126,7 +5013,7 @@
5126
5013
  },
5127
5014
  "esri.rest-api.PointCloudFixedSizeAlgorithm.PointCloudFixedSizeAlgorithm": {
5128
5015
  "additionalProperties": false,
5129
- "description": "Render points with fixed real world or screen space size. {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFixedSizeAlgorithm/}.",
5016
+ "description": "Render points with fixed real world or screen space size.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudFixedSizeAlgorithm/}.",
5130
5017
  "properties": {
5131
5018
  "size": {
5132
5019
  "description": "Symbol size in real world units or display unit.",
@@ -5151,7 +5038,7 @@
5151
5038
  },
5152
5039
  "esri.rest-api.PointCloudLayer.PointCloudLayer": {
5153
5040
  "additionalProperties": false,
5154
- "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/}.",
5041
+ "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/}.",
5155
5042
  "properties": {
5156
5043
  "blendMode": {
5157
5044
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -5170,7 +5057,7 @@
5170
5057
  },
5171
5058
  "listMode": {
5172
5059
  "$ref": "esri.ListMode",
5173
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
5060
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
5174
5061
  },
5175
5062
  "maxScale": {
5176
5063
  "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.",
@@ -5185,7 +5072,7 @@
5185
5072
  "type": "number"
5186
5073
  },
5187
5074
  "refreshInterval": {
5188
- "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}.",
5075
+ "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}.",
5189
5076
  "type": "number"
5190
5077
  },
5191
5078
  "showLegend": {
@@ -5197,7 +5084,7 @@
5197
5084
  "type": "string"
5198
5085
  },
5199
5086
  "type": {
5200
- "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}.",
5087
+ "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}.",
5201
5088
  "enum": [
5202
5089
  "BingMapsAerial",
5203
5090
  "BingMapsHybrid",
@@ -5226,30 +5113,15 @@
5226
5113
  },
5227
5114
  "esri.rest-api.PointCloudRGBRenderer.PointCloudRGBRenderer": {
5228
5115
  "additionalProperties": false,
5229
- "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/}.",
5116
+ "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/}.",
5230
5117
  "properties": {
5231
5118
  "authoringInfo": {
5232
5119
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
5233
5120
  "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."
5234
5121
  },
5235
5122
  "colorModulation": {
5236
- "additionalProperties": false,
5237
- "description": "Indicates whether modulation should be used to render the point. {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}.",
5238
- "properties": {
5239
- "field": {
5240
- "description": "The attribute to use as a source for the modulation amplitude.",
5241
- "type": "string"
5242
- },
5243
- "maxValue": {
5244
- "description": "Maximum value to compute modulation linear mapping.",
5245
- "type": "number"
5246
- },
5247
- "minValue": {
5248
- "description": "Minimum value to compute modulation linear mapping.",
5249
- "type": "number"
5250
- }
5251
- },
5252
- "type": "object"
5123
+ "$ref": "__type",
5124
+ "description": "Indicates whether modulation should be used to render the point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
5253
5125
  },
5254
5126
  "field": {
5255
5127
  "description": "The name of the field that is used for the renderer.",
@@ -5287,10 +5159,10 @@
5287
5159
  },
5288
5160
  "rotationType": {
5289
5161
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
5290
- "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}."
5162
+ "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}."
5291
5163
  },
5292
5164
  "type": {
5293
- "description": "The type of renderer. See {@link RendererType}.",
5165
+ "description": "The type of renderer. See{@linkRendererType}.",
5294
5166
  "enum": [
5295
5167
  "pointCloudRGBRenderer"
5296
5168
  ],
@@ -5299,20 +5171,8 @@
5299
5171
  "visualVariables": {
5300
5172
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
5301
5173
  "items": {
5302
- "anyOf": [
5303
- {
5304
- "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
5305
- },
5306
- {
5307
- "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
5308
- },
5309
- {
5310
- "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
5311
- },
5312
- {
5313
- "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
5314
- }
5315
- ]
5174
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
5175
+ "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/}."
5316
5176
  },
5317
5177
  "type": "array"
5318
5178
  }
@@ -5324,7 +5184,7 @@
5324
5184
  },
5325
5185
  "esri.rest-api.PointCloudReturnFilter.PointCloudReturnFilter": {
5326
5186
  "additionalProperties": false,
5327
- "description": "Filters points based on the value of the return number/return count. {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudReturnFilter/}.",
5187
+ "description": "Filters points based on the value of the return number/return count.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudReturnFilter/}.",
5328
5188
  "properties": {
5329
5189
  "field": {
5330
5190
  "description": "The name of the field that is used for the filter.",
@@ -5352,7 +5212,7 @@
5352
5212
  },
5353
5213
  "esri.rest-api.PointCloudSplatAlgorithm.PointCloudSplatAlgorithm": {
5354
5214
  "additionalProperties": false,
5355
- "description": "Render points using sizes depending on point density. {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudSplatAlgorithm/}.",
5215
+ "description": "Render points using sizes depending on point density.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudSplatAlgorithm/}.",
5356
5216
  "properties": {
5357
5217
  "minSize": {
5358
5218
  "description": "Minimum display space point size in points.",
@@ -5377,30 +5237,15 @@
5377
5237
  },
5378
5238
  "esri.rest-api.PointCloudStretchRenderer.PointCloudStretchRenderer": {
5379
5239
  "additionalProperties": false,
5380
- "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/}.",
5240
+ "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/}.",
5381
5241
  "properties": {
5382
5242
  "authoringInfo": {
5383
5243
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
5384
5244
  "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."
5385
5245
  },
5386
5246
  "colorModulation": {
5387
- "additionalProperties": false,
5388
- "description": "Indicates whether modulation should be used to render the point. {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}.",
5389
- "properties": {
5390
- "field": {
5391
- "description": "The attribute to use as a source for the modulation amplitude.",
5392
- "type": "string"
5393
- },
5394
- "maxValue": {
5395
- "description": "Maximum value to compute modulation linear mapping.",
5396
- "type": "number"
5397
- },
5398
- "minValue": {
5399
- "description": "Minimum value to compute modulation linear mapping.",
5400
- "type": "number"
5401
- }
5402
- },
5403
- "type": "object"
5247
+ "$ref": "__type",
5248
+ "description": "Indicates whether modulation should be used to render the point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
5404
5249
  },
5405
5250
  "field": {
5406
5251
  "description": "The name of the field that is used for the renderer.",
@@ -5438,10 +5283,10 @@
5438
5283
  },
5439
5284
  "rotationType": {
5440
5285
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
5441
- "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}."
5286
+ "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}."
5442
5287
  },
5443
5288
  "type": {
5444
- "description": "The type of renderer. See {@link RendererType}.",
5289
+ "description": "The type of renderer. See{@linkRendererType}.",
5445
5290
  "enum": [
5446
5291
  "pointCloudStretchRenderer"
5447
5292
  ],
@@ -5450,20 +5295,8 @@
5450
5295
  "visualVariables": {
5451
5296
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
5452
5297
  "items": {
5453
- "anyOf": [
5454
- {
5455
- "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
5456
- },
5457
- {
5458
- "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
5459
- },
5460
- {
5461
- "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
5462
- },
5463
- {
5464
- "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
5465
- }
5466
- ]
5298
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
5299
+ "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/}."
5467
5300
  },
5468
5301
  "type": "array"
5469
5302
  }
@@ -5475,30 +5308,15 @@
5475
5308
  },
5476
5309
  "esri.rest-api.PointCloudUniqueValueRenderer.PointCloudUniqueValueRenderer": {
5477
5310
  "additionalProperties": false,
5478
- "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/}.",
5311
+ "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/}.",
5479
5312
  "properties": {
5480
5313
  "authoringInfo": {
5481
5314
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
5482
5315
  "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."
5483
5316
  },
5484
5317
  "colorModulation": {
5485
- "additionalProperties": false,
5486
- "description": "Indicates whether modulation should be used to render the point. {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}.",
5487
- "properties": {
5488
- "field": {
5489
- "description": "The attribute to use as a source for the modulation amplitude.",
5490
- "type": "string"
5491
- },
5492
- "maxValue": {
5493
- "description": "Maximum value to compute modulation linear mapping.",
5494
- "type": "number"
5495
- },
5496
- "minValue": {
5497
- "description": "Minimum value to compute modulation linear mapping.",
5498
- "type": "number"
5499
- }
5500
- },
5501
- "type": "object"
5318
+ "$ref": "__type",
5319
+ "description": "Indicates whether modulation should be used to render the point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
5502
5320
  },
5503
5321
  "colorUniqueValueInfos": {
5504
5322
  "description": "Unique value infos.",
@@ -5543,10 +5361,10 @@
5543
5361
  },
5544
5362
  "rotationType": {
5545
5363
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
5546
- "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}."
5364
+ "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}."
5547
5365
  },
5548
5366
  "type": {
5549
- "description": "The type of renderer. See {@link RendererType}.",
5367
+ "description": "The type of renderer. See{@linkRendererType}.",
5550
5368
  "enum": [
5551
5369
  "pointCloudUniqueValueRenderer"
5552
5370
  ],
@@ -5555,20 +5373,8 @@
5555
5373
  "visualVariables": {
5556
5374
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
5557
5375
  "items": {
5558
- "anyOf": [
5559
- {
5560
- "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
5561
- },
5562
- {
5563
- "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
5564
- },
5565
- {
5566
- "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
5567
- },
5568
- {
5569
- "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
5570
- }
5571
- ]
5376
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
5377
+ "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/}."
5572
5378
  },
5573
5379
  "type": "array"
5574
5380
  }
@@ -5580,7 +5386,7 @@
5580
5386
  },
5581
5387
  "esri.rest-api.PointCloudValueFilter.PointCloudValueFilter": {
5582
5388
  "additionalProperties": false,
5583
- "description": "Filters points based on the value of an specified attribute. {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudValueFilter/}.",
5389
+ "description": "Filters points based on the value of an specified attribute.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudValueFilter/}.",
5584
5390
  "properties": {
5585
5391
  "field": {
5586
5392
  "description": "The name of the field that is used for the filter.",
@@ -5612,30 +5418,15 @@
5612
5418
  },
5613
5419
  "esri.rest-api.PointSymbol3D.PointSymbol3D": {
5614
5420
  "additionalProperties": false,
5615
- "description": "PointSymbol3D is used to render features with Point geometry in a 3D SceneView. {@link https://developers.arcgis.com/web-scene-specification/objects/pointSymbol3D/}.",
5421
+ "description": "PointSymbol3D is used to render features with Point geometry in a 3D SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointSymbol3D/}.",
5616
5422
  "properties": {
5617
5423
  "callout": {
5618
5424
  "$ref": "#/definitions/esri.rest-api.Callout.Callout",
5619
5425
  "description": "Callout configuration for a symbol."
5620
5426
  },
5621
5427
  "styleOrigin": {
5622
- "additionalProperties": false,
5623
- "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/}.",
5624
- "properties": {
5625
- "name": {
5626
- "description": "Name of the symbol in the style referenced by styleName or styleUrl.",
5627
- "type": "string"
5628
- },
5629
- "styleName": {
5630
- "description": "A well-known esri-provided style, such as EsriThematicShapesStyle.",
5631
- "type": "string"
5632
- },
5633
- "styleUrl": {
5634
- "description": "URL to a style definition Must be one of the following values: String An absolute URL String A relative path starting with \"./\".",
5635
- "type": "string"
5636
- }
5637
- },
5638
- "type": "object"
5428
+ "$ref": "__type",
5429
+ "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/}."
5639
5430
  },
5640
5431
  "symbolLayers": {
5641
5432
  "description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
@@ -5652,7 +5443,7 @@
5652
5443
  "type": "array"
5653
5444
  },
5654
5445
  "type": {
5655
- "description": "The type of symbol. See {@link SymbolType}.",
5446
+ "description": "The type of symbol. See{@linkSymbolType}.",
5656
5447
  "enum": [
5657
5448
  "PointSymbol3D"
5658
5449
  ],
@@ -5671,7 +5462,7 @@
5671
5462
  },
5672
5463
  "esri.rest-api.Polygon.Polygon": {
5673
5464
  "additionalProperties": false,
5674
- "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/}.",
5465
+ "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/}.",
5675
5466
  "properties": {
5676
5467
  "hasM": {
5677
5468
  "description": "Indicates whether the geometry contains M coordinate values.",
@@ -5706,7 +5497,7 @@
5706
5497
  },
5707
5498
  "esri.rest-api.PolygonSymbol3D.PolygonSymbol3D": {
5708
5499
  "additionalProperties": false,
5709
- "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/}.",
5500
+ "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/}.",
5710
5501
  "properties": {
5711
5502
  "symbolLayers": {
5712
5503
  "description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
@@ -5726,7 +5517,7 @@
5726
5517
  "type": "array"
5727
5518
  },
5728
5519
  "type": {
5729
- "description": "The type of symbol. See {@link SymbolType}.",
5520
+ "description": "The type of symbol. See{@linkSymbolType}.",
5730
5521
  "enum": [
5731
5522
  "PolygonSymbol3D"
5732
5523
  ],
@@ -5741,7 +5532,7 @@
5741
5532
  },
5742
5533
  "esri.rest-api.Polyline.Polyline": {
5743
5534
  "additionalProperties": false,
5744
- "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/}.",
5535
+ "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/}.",
5745
5536
  "properties": {
5746
5537
  "hasM": {
5747
5538
  "description": "Indicates whether the geometry contains M coordinate values.",
@@ -5784,7 +5575,7 @@
5784
5575
  },
5785
5576
  "esri.rest-api.PopupExpressionInfo.PopupExpressionInfo": {
5786
5577
  "additionalProperties": false,
5787
- "description": "Arcade expression added to the pop-up. {@link https://developers.arcgis.com/web-map-specification/objects/popupExpressionInfo/}.",
5578
+ "description": "Arcade expression added to the pop-up.{@linkhttps://developers.arcgis.com/web-map-specification/objects/popupExpressionInfo/}.",
5788
5579
  "properties": {
5789
5580
  "expression": {
5790
5581
  "description": "The Arcade expression.",
@@ -5807,7 +5598,7 @@
5807
5598
  },
5808
5599
  "esri.rest-api.PopupInfo.OrderByFields": {
5809
5600
  "additionalProperties": false,
5810
- "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/}.",
5601
+ "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/}.",
5811
5602
  "properties": {
5812
5603
  "field": {
5813
5604
  "description": "The attribute value of the field selected that will drive the sorting of related records.",
@@ -5822,7 +5613,7 @@
5822
5613
  },
5823
5614
  "esri.rest-api.PopupInfo.PopupElement": {
5824
5615
  "additionalProperties": false,
5825
- "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/}.",
5616
+ "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/}.",
5826
5617
  "properties": {
5827
5618
  "displayType": {
5828
5619
  "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.",
@@ -5848,7 +5639,7 @@
5848
5639
  },
5849
5640
  "type": {
5850
5641
  "$ref": "#/definitions/esri.rest-api.PopupInfo.PopupElementType",
5851
- "description": "String value indicating which elements to use. See {@link PopupElementType}."
5642
+ "description": "String value indicating which elements to use. See{@linkPopupElementType}."
5852
5643
  }
5853
5644
  },
5854
5645
  "type": "object"
@@ -5865,7 +5656,7 @@
5865
5656
  },
5866
5657
  "esri.rest-api.PopupInfo.PopupInfo": {
5867
5658
  "additionalProperties": false,
5868
- "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/}.",
5659
+ "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/}.",
5869
5660
  "properties": {
5870
5661
  "description": {
5871
5662
  "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}.",
@@ -5879,7 +5670,7 @@
5879
5670
  "type": "array"
5880
5671
  },
5881
5672
  "fieldInfos": {
5882
- "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.",
5673
+ "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.",
5883
5674
  "items": {
5884
5675
  "$ref": "#/definitions/esri.rest-api.FieldInfo.FieldInfo"
5885
5676
  },
@@ -5916,7 +5707,7 @@
5916
5707
  },
5917
5708
  "esri.rest-api.PopupInfo.RelatedRecordsInfo": {
5918
5709
  "additionalProperties": false,
5919
- "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/}.",
5710
+ "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/}.",
5920
5711
  "properties": {
5921
5712
  "orderByFields": {
5922
5713
  "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.",
@@ -5937,7 +5728,7 @@
5937
5728
  },
5938
5729
  "esri.rest-api.PredominanceRenderer.PredominanceRenderer": {
5939
5730
  "additionalProperties": false,
5940
- "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/}.",
5731
+ "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/}.",
5941
5732
  "properties": {
5942
5733
  "authoringInfo": {
5943
5734
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -5961,10 +5752,10 @@
5961
5752
  },
5962
5753
  "rotationType": {
5963
5754
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
5964
- "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}."
5755
+ "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}."
5965
5756
  },
5966
5757
  "type": {
5967
- "description": "The type of renderer. See {@link RendererType}.",
5758
+ "description": "The type of renderer. See{@linkRendererType}.",
5968
5759
  "enum": [
5969
5760
  "predominance"
5970
5761
  ],
@@ -5980,20 +5771,8 @@
5980
5771
  "visualVariables": {
5981
5772
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
5982
5773
  "items": {
5983
- "anyOf": [
5984
- {
5985
- "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
5986
- },
5987
- {
5988
- "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
5989
- },
5990
- {
5991
- "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
5992
- },
5993
- {
5994
- "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
5995
- }
5996
- ]
5774
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
5775
+ "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/}."
5997
5776
  },
5998
5777
  "type": "array"
5999
5778
  }
@@ -6007,7 +5786,7 @@
6007
5786
  },
6008
5787
  "esri.rest-api.QueryTableDataSource.QueryTableDataSource": {
6009
5788
  "additionalProperties": false,
6010
- "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/}.",
5789
+ "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/}.",
6011
5790
  "properties": {
6012
5791
  "geometryType": {
6013
5792
  "description": "The geometry type. When querying a table that does not have a geometry column, do not include geometryType.",
@@ -6032,7 +5811,7 @@
6032
5811
  "description": "The spatial reference of the geometry column. When querying a table that does not have a geometry column, do not include spatialReference."
6033
5812
  },
6034
5813
  "type": {
6035
- "description": "Type of the DataSource. {@link DataSourceType}.",
5814
+ "description": "Type of the DataSource.{@linkDataSourceType}.",
6036
5815
  "enum": [
6037
5816
  "queryTable"
6038
5817
  ],
@@ -6050,7 +5829,7 @@
6050
5829
  },
6051
5830
  "esri.rest-api.RangeDomain.RangeDomain": {
6052
5831
  "additionalProperties": false,
6053
- "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/}.",
5832
+ "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/}.",
6054
5833
  "properties": {
6055
5834
  "name": {
6056
5835
  "description": "The name of the domain.",
@@ -6064,7 +5843,7 @@
6064
5843
  "type": "array"
6065
5844
  },
6066
5845
  "type": {
6067
- "description": "Type of domain. See {@link DomainType}.",
5846
+ "description": "Type of domain. See{@linkDomainType}.",
6068
5847
  "enum": [
6069
5848
  "range"
6070
5849
  ],
@@ -6080,19 +5859,9 @@
6080
5859
  },
6081
5860
  "esri.rest-api.RangeInfo.RangeInfo": {
6082
5861
  "additionalProperties": false,
6083
- "description": "Range Information. {@link https://developers.arcgis.com/web-scene-specification/objects/rangeInfo/}.",
5862
+ "description": "Range Information.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/rangeInfo/}.",
6084
5863
  "properties": {
6085
5864
  "currentRangeExtent": {
6086
- "additionalItems": {
6087
- "anyOf": [
6088
- {
6089
- "type": "number"
6090
- },
6091
- {
6092
- "type": "number"
6093
- }
6094
- ]
6095
- },
6096
5865
  "description": "Contains the min and max values within which the features are visible.",
6097
5866
  "items": [
6098
5867
  {
@@ -6102,6 +5871,7 @@
6102
5871
  "type": "number"
6103
5872
  }
6104
5873
  ],
5874
+ "maxItems": 2,
6105
5875
  "minItems": 2,
6106
5876
  "type": "array"
6107
5877
  },
@@ -6110,16 +5880,6 @@
6110
5880
  "type": "string"
6111
5881
  },
6112
5882
  "fullRangeExtent": {
6113
- "additionalItems": {
6114
- "anyOf": [
6115
- {
6116
- "type": "number"
6117
- },
6118
- {
6119
- "type": "number"
6120
- }
6121
- ]
6122
- },
6123
5883
  "description": "Contains the min and max values of all the features for this rangeInfo.",
6124
5884
  "items": [
6125
5885
  {
@@ -6129,6 +5889,7 @@
6129
5889
  "type": "number"
6130
5890
  }
6131
5891
  ],
5892
+ "maxItems": 2,
6132
5893
  "minItems": 2,
6133
5894
  "type": "array"
6134
5895
  },
@@ -6151,14 +5912,14 @@
6151
5912
  },
6152
5913
  "esri.rest-api.RasterDataSource.RasterDataSource": {
6153
5914
  "additionalProperties": false,
6154
- "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/}.",
5915
+ "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/}.",
6155
5916
  "properties": {
6156
5917
  "dataSourceName": {
6157
5918
  "description": "The fully-qualified string value used to specify where the dataSource is derived.",
6158
5919
  "type": "string"
6159
5920
  },
6160
5921
  "type": {
6161
- "description": "Type of the DataSource. {@link DataSourceType}.",
5922
+ "description": "Type of the DataSource.{@linkDataSourceType}.",
6162
5923
  "enum": [
6163
5924
  "raster"
6164
5925
  ],
@@ -6176,11 +5937,11 @@
6176
5937
  },
6177
5938
  "esri.rest-api.Renderer.AuthoringInfo": {
6178
5939
  "additionalProperties": false,
6179
- "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/}.",
5940
+ "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/}.",
6180
5941
  "properties": {
6181
5942
  "classificationMethod": {
6182
5943
  "$ref": "#/definitions/esri.rest-api.Renderer.ClassificationMethod",
6183
- "description": "Used for classed color or size. The default value is esriClassifyManual. See {@link ClassificationMethod}."
5944
+ "description": "Used for classed color or size. The default value is esriClassifyManual. See{@linkClassificationMethod}."
6184
5945
  },
6185
5946
  "colorRamp": {
6186
5947
  "$ref": "#/definitions/esri.rest-api.Renderer.ColorRamp",
@@ -6200,7 +5961,7 @@
6200
5961
  },
6201
5962
  "type": {
6202
5963
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfoType",
6203
- "description": "In case of classed renderers this is set to either classedSize or classedColor. See {@link AuthoringInfoType}."
5964
+ "description": "In case of classed renderers this is set to either classedSize or classedColor. See{@linkAuthoringInfoType}."
6204
5965
  },
6205
5966
  "visualVariables": {
6206
5967
  "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
@@ -6231,7 +5992,7 @@
6231
5992
  },
6232
5993
  "esri.rest-api.Renderer.ColorRamp": {
6233
5994
  "additionalProperties": false,
6234
- "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/}.",
5995
+ "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/}.",
6235
5996
  "properties": {
6236
5997
  "algorithm": {
6237
5998
  "description": "Algorithm used for calculating the ramp.",
@@ -6250,22 +6011,6 @@
6250
6011
  "type": "array"
6251
6012
  },
6252
6013
  "fromColor": {
6253
- "additionalItems": {
6254
- "anyOf": [
6255
- {
6256
- "type": "number"
6257
- },
6258
- {
6259
- "type": "number"
6260
- },
6261
- {
6262
- "type": "number"
6263
- },
6264
- {
6265
- "type": "number"
6266
- }
6267
- ]
6268
- },
6269
6014
  "description": "Array representing the initial color to start the ramp from.",
6270
6015
  "items": [
6271
6016
  {
@@ -6281,26 +6026,11 @@
6281
6026
  "type": "number"
6282
6027
  }
6283
6028
  ],
6029
+ "maxItems": 4,
6284
6030
  "minItems": 4,
6285
6031
  "type": "array"
6286
6032
  },
6287
6033
  "toColor": {
6288
- "additionalItems": {
6289
- "anyOf": [
6290
- {
6291
- "type": "number"
6292
- },
6293
- {
6294
- "type": "number"
6295
- },
6296
- {
6297
- "type": "number"
6298
- },
6299
- {
6300
- "type": "number"
6301
- }
6302
- ]
6303
- },
6304
6034
  "description": "Array representing the final color to end the ramp with.",
6305
6035
  "items": [
6306
6036
  {
@@ -6316,6 +6046,7 @@
6316
6046
  "type": "number"
6317
6047
  }
6318
6048
  ],
6049
+ "maxItems": 4,
6319
6050
  "minItems": 4,
6320
6051
  "type": "array"
6321
6052
  },
@@ -6404,14 +6135,14 @@
6404
6135
  },
6405
6136
  "esri.rest-api.RenderingRule.RenderingRule": {
6406
6137
  "additionalProperties": false,
6407
- "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/}.",
6138
+ "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/}.",
6408
6139
  "properties": {
6409
6140
  "outputPixelType": {
6410
6141
  "$ref": "#/definitions/esri.rest-api.RenderingRule.PixelType",
6411
- "description": "Defines the pixel type of the output image. See {@link PixelType}."
6142
+ "description": "Defines the pixel type of the output image. See{@linkPixelType}."
6412
6143
  },
6413
6144
  "rasterFunction": {
6414
- "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/}.",
6145
+ "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/}.",
6415
6146
  "type": "string"
6416
6147
  },
6417
6148
  "rasterFunctionArguments": {
@@ -6426,7 +6157,7 @@
6426
6157
  },
6427
6158
  "esri.rest-api.SceneLayer.SceneLayer": {
6428
6159
  "additionalProperties": false,
6429
- "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/}.",
6160
+ "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/}.",
6430
6161
  "properties": {
6431
6162
  "blendMode": {
6432
6163
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -6457,7 +6188,7 @@
6457
6188
  },
6458
6189
  "listMode": {
6459
6190
  "$ref": "esri.ListMode",
6460
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
6191
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
6461
6192
  },
6462
6193
  "maxScale": {
6463
6194
  "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.",
@@ -6476,7 +6207,7 @@
6476
6207
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
6477
6208
  },
6478
6209
  "refreshInterval": {
6479
- "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}.",
6210
+ "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}.",
6480
6211
  "type": "number"
6481
6212
  },
6482
6213
  "screenSizePerspective": {
@@ -6496,7 +6227,7 @@
6496
6227
  "type": "string"
6497
6228
  },
6498
6229
  "type": {
6499
- "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}.",
6230
+ "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}.",
6500
6231
  "enum": [
6501
6232
  "BingMapsAerial",
6502
6233
  "BingMapsHybrid",
@@ -6539,7 +6270,7 @@
6539
6270
  },
6540
6271
  "esri.rest-api.SimpleFillSymbol.SimpleFillSymbol": {
6541
6272
  "additionalProperties": false,
6542
- "description": "Simple fill symbols can be used to symbolize polygon geometries. {@link https://developers.arcgis.com/web-map-specification/objects/esriSFS_symbol/}.",
6273
+ "description": "Simple fill symbols can be used to symbolize polygon geometries.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriSFS_symbol/}.",
6543
6274
  "properties": {
6544
6275
  "color": {
6545
6276
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -6551,10 +6282,10 @@
6551
6282
  },
6552
6283
  "style": {
6553
6284
  "$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillStyle",
6554
- "description": "The fill style. See {@link SimpleFillStyle}."
6285
+ "description": "The fill style. See{@linkSimpleFillStyle}."
6555
6286
  },
6556
6287
  "type": {
6557
- "description": "The type of symbol. See {@link SymbolType}.",
6288
+ "description": "The type of symbol. See{@linkSymbolType}.",
6558
6289
  "enum": [
6559
6290
  "esriSFS"
6560
6291
  ],
@@ -6580,7 +6311,7 @@
6580
6311
  },
6581
6312
  "esri.rest-api.SimpleLineSymbol.SimpleLineSymbol": {
6582
6313
  "additionalProperties": false,
6583
- "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/}.",
6314
+ "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/}.",
6584
6315
  "properties": {
6585
6316
  "color": {
6586
6317
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -6588,10 +6319,10 @@
6588
6319
  },
6589
6320
  "style": {
6590
6321
  "$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineStyle",
6591
- "description": "The line style. See {@link SimpleLineStyle}."
6322
+ "description": "The line style. See{@linkSimpleLineStyle}."
6592
6323
  },
6593
6324
  "type": {
6594
- "description": "The type of symbol. See {@link SymbolType}.",
6325
+ "description": "The type of symbol. See{@linkSymbolType}.",
6595
6326
  "enum": [
6596
6327
  "esriSLS"
6597
6328
  ],
@@ -6622,7 +6353,7 @@
6622
6353
  },
6623
6354
  "esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol": {
6624
6355
  "additionalProperties": false,
6625
- "description": "Simple marker symbols can be used to symbolize point geometries. {@link https://developers.arcgis.com/web-map-specification/objects/esriSMS_symbol/}.",
6356
+ "description": "Simple marker symbols can be used to symbolize point geometries.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriSMS_symbol/}.",
6626
6357
  "properties": {
6627
6358
  "angle": {
6628
6359
  "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.",
@@ -6642,10 +6373,10 @@
6642
6373
  },
6643
6374
  "style": {
6644
6375
  "$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerStyle",
6645
- "description": "The marker style. See {@link SimpleMarkerStyle}."
6376
+ "description": "The marker style. See{@linkSimpleMarkerStyle}."
6646
6377
  },
6647
6378
  "type": {
6648
- "description": "The type of symbol. See {@link SymbolType}.",
6379
+ "description": "The type of symbol. See{@linkSymbolType}.",
6649
6380
  "enum": [
6650
6381
  "esriSMS"
6651
6382
  ],
@@ -6667,7 +6398,7 @@
6667
6398
  },
6668
6399
  "esri.rest-api.SimpleRenderer.SimpleRenderer": {
6669
6400
  "additionalProperties": false,
6670
- "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/}.",
6401
+ "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/}.",
6671
6402
  "properties": {
6672
6403
  "authoringInfo": {
6673
6404
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -6687,7 +6418,7 @@
6687
6418
  },
6688
6419
  "rotationType": {
6689
6420
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
6690
- "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}."
6421
+ "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}."
6691
6422
  },
6692
6423
  "symbol": {
6693
6424
  "anyOf": [
@@ -6731,7 +6462,7 @@
6731
6462
  "description": "An object that represents how all features will be drawn."
6732
6463
  },
6733
6464
  "type": {
6734
- "description": "The type of renderer. See {@link RendererType}.",
6465
+ "description": "The type of renderer. See{@linkRendererType}.",
6735
6466
  "enum": [
6736
6467
  "simple"
6737
6468
  ],
@@ -6740,20 +6471,8 @@
6740
6471
  "visualVariables": {
6741
6472
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
6742
6473
  "items": {
6743
- "anyOf": [
6744
- {
6745
- "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
6746
- },
6747
- {
6748
- "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
6749
- },
6750
- {
6751
- "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
6752
- },
6753
- {
6754
- "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
6755
- }
6756
- ]
6474
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
6475
+ "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/}."
6757
6476
  },
6758
6477
  "type": "array"
6759
6478
  }
@@ -6766,7 +6485,7 @@
6766
6485
  },
6767
6486
  "esri.rest-api.SpatialReference.SpatialReference": {
6768
6487
  "additionalProperties": false,
6769
- "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/}.",
6488
+ "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/}.",
6770
6489
  "properties": {
6771
6490
  "latestVcsWkid": {
6772
6491
  "description": "(Optional) The current wkid value of the vertical coordinate system.",
@@ -6793,7 +6512,7 @@
6793
6512
  },
6794
6513
  "esri.rest-api.StreamLayer.StreamLayer": {
6795
6514
  "additionalProperties": false,
6796
- "description": "A stream layer in a web map. {@link https://developers.arcgis.com/web-map-specification/objects/streamLayer/}.",
6515
+ "description": "A stream layer in a web map.{@linkhttps://developers.arcgis.com/web-map-specification/objects/streamLayer/}.",
6797
6516
  "properties": {
6798
6517
  "blendMode": {
6799
6518
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -6847,7 +6566,7 @@
6847
6566
  },
6848
6567
  "listMode": {
6849
6568
  "$ref": "esri.ListMode",
6850
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
6569
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
6851
6570
  },
6852
6571
  "maxScale": {
6853
6572
  "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.",
@@ -6859,7 +6578,7 @@
6859
6578
  },
6860
6579
  "mode": {
6861
6580
  "$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
6862
- "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}."
6581
+ "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}."
6863
6582
  },
6864
6583
  "opacity": {
6865
6584
  "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
@@ -6870,7 +6589,7 @@
6870
6589
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
6871
6590
  },
6872
6591
  "refreshInterval": {
6873
- "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}.",
6592
+ "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}.",
6874
6593
  "type": "number"
6875
6594
  },
6876
6595
  "screenSizePerspective": {
@@ -6897,7 +6616,7 @@
6897
6616
  "type": "string"
6898
6617
  },
6899
6618
  "type": {
6900
- "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}.",
6619
+ "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}.",
6901
6620
  "enum": [
6902
6621
  "BingMapsAerial",
6903
6622
  "BingMapsHybrid",
@@ -6926,7 +6645,7 @@
6926
6645
  },
6927
6646
  "esri.rest-api.StyleSymbolReference.StyleSymbolReference": {
6928
6647
  "additionalProperties": false,
6929
- "description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem. {@link https://developers.arcgis.com/web-scene-specification/objects/styleSymbolReference/}.",
6648
+ "description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/styleSymbolReference/}.",
6930
6649
  "properties": {
6931
6650
  "name": {
6932
6651
  "description": "Identifies a symbol in the style by name.",
@@ -6953,7 +6672,7 @@
6953
6672
  "type": "object"
6954
6673
  },
6955
6674
  "esri.rest-api.Symbol.Color": {
6956
- "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/}.",
6675
+ "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/}.",
6957
6676
  "items": {
6958
6677
  "type": "number"
6959
6678
  },
@@ -6961,11 +6680,11 @@
6961
6680
  },
6962
6681
  "esri.rest-api.Symbol.Font": {
6963
6682
  "additionalProperties": false,
6964
- "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/}.",
6683
+ "description": "Font used for text symbols.{@linkhttps://developers.arcgis.com/web-map-specification/objects/font/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/font/}.",
6965
6684
  "properties": {
6966
6685
  "decoration": {
6967
6686
  "$ref": "#/definitions/esri.rest-api.Symbol.TextDecoration",
6968
- "description": "The text decoration. See {@link TextDecoration}."
6687
+ "description": "The text decoration. See{@linkTextDecoration}."
6969
6688
  },
6970
6689
  "family": {
6971
6690
  "description": "The font family.",
@@ -6977,11 +6696,11 @@
6977
6696
  },
6978
6697
  "style": {
6979
6698
  "$ref": "#/definitions/esri.rest-api.Symbol.FontStyle",
6980
- "description": "The text style. See {@link FontStyle}."
6699
+ "description": "The text style. See{@linkFontStyle}."
6981
6700
  },
6982
6701
  "weight": {
6983
6702
  "$ref": "#/definitions/esri.rest-api.Symbol.FontWeight",
6984
- "description": "The text weight. See {@link FontWeight}."
6703
+ "description": "The text weight. See{@linkFontWeight}."
6985
6704
  }
6986
6705
  },
6987
6706
  "type": "object"
@@ -7036,7 +6755,7 @@
7036
6755
  "$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
7037
6756
  }
7038
6757
  ],
7039
- "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/}."
6758
+ "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/}."
7040
6759
  },
7041
6760
  "esri.rest-api.Symbol.TextDecoration": {
7042
6761
  "description": "The text decoration for the Font.",
@@ -7059,7 +6778,7 @@
7059
6778
  },
7060
6779
  "esri.rest-api.Symbol3D.Material": {
7061
6780
  "additionalProperties": false,
7062
- "description": "The material used to shade the geometry. {@link https://developers.arcgis.com/web-scene-specification/objects/material/}.",
6781
+ "description": "The material used to shade the geometry.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/material/}.",
7063
6782
  "properties": {
7064
6783
  "color": {
7065
6784
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -7086,7 +6805,7 @@
7086
6805
  },
7087
6806
  "esri.rest-api.Symbol3D.Outline": {
7088
6807
  "additionalProperties": false,
7089
- "description": "The outline of the point, line or polygon. {@link https://developers.arcgis.com/web-scene-specification/objects/outline/}.",
6808
+ "description": "The outline of the point, line or polygon.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/outline/}.",
7090
6809
  "properties": {
7091
6810
  "color": {
7092
6811
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -7109,7 +6828,7 @@
7109
6828
  },
7110
6829
  "esri.rest-api.Symbol3D.ResourceIconSymbol": {
7111
6830
  "additionalProperties": false,
7112
- "description": "The shape (primitive) or image URL (href) used to visualize the features. {@link https://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer_resource/}.",
6831
+ "description": "The shape (primitive) or image URL (href) used to visualize the features.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer_resource/}.",
7113
6832
  "properties": {
7114
6833
  "dataURI": {
7115
6834
  "description": "An image encoded as base64 string, starting with data:image.",
@@ -7128,7 +6847,7 @@
7128
6847
  },
7129
6848
  "esri.rest-api.Symbol3D.ResourceObjectSymbol": {
7130
6849
  "additionalProperties": false,
7131
- "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/}.",
6850
+ "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/}.",
7132
6851
  "properties": {
7133
6852
  "href": {
7134
6853
  "description": "Must be one of the following values: String An absolute URL String A relative path starting with \"./\".",
@@ -7162,11 +6881,11 @@
7162
6881
  "$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
7163
6882
  }
7164
6883
  ],
7165
- "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/}."
6884
+ "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/}."
7166
6885
  },
7167
6886
  "esri.rest-api.TableDataSource.TableDataSource": {
7168
6887
  "additionalProperties": false,
7169
- "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/}.",
6888
+ "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/}.",
7170
6889
  "properties": {
7171
6890
  "dataSourceName": {
7172
6891
  "description": "The fully-qualified string value used to specify where the dataSource is derived.",
@@ -7177,7 +6896,7 @@
7177
6896
  "type": "string"
7178
6897
  },
7179
6898
  "type": {
7180
- "description": "Type of the DataSource. {@link DataSourceType}.",
6899
+ "description": "Type of the DataSource.{@linkDataSourceType}.",
7181
6900
  "enum": [
7182
6901
  "table"
7183
6902
  ],
@@ -7194,7 +6913,7 @@
7194
6913
  "type": "object"
7195
6914
  },
7196
6915
  "esri.rest-api.Template.DrawingTool": {
7197
- "description": "Possible drawing tool value to use with {@link Template.drawingTool}.",
6916
+ "description": "Possible drawing tool value to use with{@linkTemplate.drawingTool}.",
7198
6917
  "enum": [
7199
6918
  "esriFeatureEditToolCircle",
7200
6919
  "esriFeatureEditToolDownArrow",
@@ -7214,7 +6933,7 @@
7214
6933
  },
7215
6934
  "esri.rest-api.Template.Template": {
7216
6935
  "additionalProperties": false,
7217
- "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/}.",
6936
+ "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/}.",
7218
6937
  "properties": {
7219
6938
  "description": {
7220
6939
  "description": "A detailed description of the template.",
@@ -7222,7 +6941,7 @@
7222
6941
  },
7223
6942
  "drawingTool": {
7224
6943
  "$ref": "#/definitions/esri.rest-api.Template.DrawingTool",
7225
- "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}."
6944
+ "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}."
7226
6945
  },
7227
6946
  "name": {
7228
6947
  "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.",
@@ -7237,7 +6956,7 @@
7237
6956
  },
7238
6957
  "esri.rest-api.TemporalRenderer.TemporalRenderer": {
7239
6958
  "additionalProperties": false,
7240
- "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/}.",
6959
+ "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/}.",
7241
6960
  "properties": {
7242
6961
  "authoringInfo": {
7243
6962
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -7257,14 +6976,14 @@
7257
6976
  },
7258
6977
  "rotationType": {
7259
6978
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
7260
- "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}."
6979
+ "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}."
7261
6980
  },
7262
6981
  "trackRenderer": {
7263
6982
  "$ref": "#/definitions/esri.rest-api.SimpleRenderer.SimpleRenderer",
7264
6983
  "description": "Simple renderer used to symbolize the tracks."
7265
6984
  },
7266
6985
  "type": {
7267
- "description": "The type of renderer. See {@link RendererType}.",
6986
+ "description": "The type of renderer. See{@linkRendererType}.",
7268
6987
  "enum": [
7269
6988
  "temporal"
7270
6989
  ],
@@ -7273,20 +6992,8 @@
7273
6992
  "visualVariables": {
7274
6993
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
7275
6994
  "items": {
7276
- "anyOf": [
7277
- {
7278
- "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
7279
- },
7280
- {
7281
- "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
7282
- },
7283
- {
7284
- "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
7285
- },
7286
- {
7287
- "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
7288
- }
7289
- ]
6995
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
6996
+ "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/}."
7290
6997
  },
7291
6998
  "type": "array"
7292
6999
  }
@@ -7298,7 +7005,7 @@
7298
7005
  },
7299
7006
  "esri.rest-api.TextSymbol.TextSymbol": {
7300
7007
  "additionalProperties": false,
7301
- "description": "Text symbols are used to add text to a feature (labeling). {@link https://developers.arcgis.com/web-map-specification/objects/esriTS_symbol/}.",
7008
+ "description": "Text symbols are used to add text to a feature (labeling).{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriTS_symbol/}.",
7302
7009
  "properties": {
7303
7010
  "angle": {
7304
7011
  "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.",
@@ -7334,7 +7041,7 @@
7334
7041
  },
7335
7042
  "horizontalAlignment": {
7336
7043
  "$ref": "#/definitions/esri.rest-api.Symbol.HorizontalAlignment",
7337
- "description": "The horizontal alignment of the text. See {@link HorizontalAlignment}."
7044
+ "description": "The horizontal alignment of the text. See{@linkHorizontalAlignment}."
7338
7045
  },
7339
7046
  "kerning": {
7340
7047
  "description": "Boolean value indicating whether to adjust the spacing between characters in the text string.",
@@ -7353,7 +7060,7 @@
7353
7060
  "type": "string"
7354
7061
  },
7355
7062
  "type": {
7356
- "description": "The type of symbol. See {@link SymbolType}.",
7063
+ "description": "The type of symbol. See{@linkSymbolType}.",
7357
7064
  "enum": [
7358
7065
  "esriTS"
7359
7066
  ],
@@ -7361,7 +7068,7 @@
7361
7068
  },
7362
7069
  "verticalAlignment": {
7363
7070
  "$ref": "#/definitions/esri.rest-api.Symbol.VerticalAlignment",
7364
- "description": "The vertical alignment of the text. See {@link VerticalAlignment}."
7071
+ "description": "The vertical alignment of the text. See{@linkVerticalAlignment}."
7365
7072
  },
7366
7073
  "xoffset": {
7367
7074
  "description": "Numeric value indicating the offset on the x-axis in pixels.",
@@ -7379,7 +7086,7 @@
7379
7086
  },
7380
7087
  "esri.rest-api.TextSymbol3DLayer.TextSymbol3DLayer": {
7381
7088
  "additionalProperties": false,
7382
- "description": "TextSymbol3DLayer is used to draw text labels for features of any geometry type. {@link https://developers.arcgis.com/web-scene-specification/objects/textSymbol3DLayer/}.",
7089
+ "description": "TextSymbol3DLayer is used to draw text labels for features of any geometry type.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/textSymbol3DLayer/}.",
7383
7090
  "properties": {
7384
7091
  "font": {
7385
7092
  "$ref": "#/definitions/esri.rest-api.Symbol.Font",
@@ -7398,7 +7105,7 @@
7398
7105
  "type": "string"
7399
7106
  },
7400
7107
  "type": {
7401
- "description": "The type of the Symbol3DLayer. See {@link Symbol3DLayerType}.",
7108
+ "description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
7402
7109
  "enum": [
7403
7110
  "Text"
7404
7111
  ],
@@ -7412,7 +7119,7 @@
7412
7119
  },
7413
7120
  "esri.rest-api.TileInfo.TileInfo": {
7414
7121
  "additionalProperties": false,
7415
- "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/}.",
7122
+ "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/}.",
7416
7123
  "properties": {
7417
7124
  "cols": {
7418
7125
  "description": "Requested tile's column.",
@@ -7431,28 +7138,9 @@
7431
7138
  "type": "string"
7432
7139
  },
7433
7140
  "lods": {
7434
- "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/}.",
7141
+ "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/}.",
7435
7142
  "items": {
7436
- "additionalProperties": false,
7437
- "properties": {
7438
- "level": {
7439
- "description": "ID for each level.",
7440
- "type": "number"
7441
- },
7442
- "levelValue": {
7443
- "description": "String to be used when constructing URL to access a tile from this LOD.",
7444
- "type": "string"
7445
- },
7446
- "resolution": {
7447
- "description": "Resolution in map units of each pixel in a tile for each level.",
7448
- "type": "number"
7449
- },
7450
- "scale": {
7451
- "description": "Scale for each level.",
7452
- "type": "number"
7453
- }
7454
- },
7455
- "type": "object"
7143
+ "$ref": "__type"
7456
7144
  },
7457
7145
  "type": "array"
7458
7146
  },
@@ -7473,7 +7161,7 @@
7473
7161
  },
7474
7162
  "esri.rest-api.TiledImageServiceLayer.TiledImageServiceLayer": {
7475
7163
  "additionalProperties": false,
7476
- "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/}.",
7164
+ "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/}.",
7477
7165
  "properties": {
7478
7166
  "blendMode": {
7479
7167
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -7503,7 +7191,7 @@
7503
7191
  },
7504
7192
  "listMode": {
7505
7193
  "$ref": "esri.ListMode",
7506
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
7194
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
7507
7195
  },
7508
7196
  "maxScale": {
7509
7197
  "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.",
@@ -7518,7 +7206,7 @@
7518
7206
  "type": "number"
7519
7207
  },
7520
7208
  "refreshInterval": {
7521
- "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}.",
7209
+ "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}.",
7522
7210
  "type": "number"
7523
7211
  },
7524
7212
  "showLegend": {
@@ -7530,7 +7218,7 @@
7530
7218
  "type": "string"
7531
7219
  },
7532
7220
  "type": {
7533
- "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}.",
7221
+ "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}.",
7534
7222
  "enum": [
7535
7223
  "BingMapsAerial",
7536
7224
  "BingMapsHybrid",
@@ -7560,7 +7248,7 @@
7560
7248
  },
7561
7249
  "esri.rest-api.TiledMapServiceLayer.TiledMapServiceLayer": {
7562
7250
  "additionalProperties": false,
7563
- "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/}.",
7251
+ "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/}.",
7564
7252
  "properties": {
7565
7253
  "blendMode": {
7566
7254
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -7577,31 +7265,8 @@
7577
7265
  "type": "array"
7578
7266
  },
7579
7267
  "exclusionAreas": {
7580
- "additionalProperties": false,
7581
- "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/}.",
7582
- "properties": {
7583
- "geometry": {
7584
- "$ref": "#/definitions/esri.rest-api.Extent.Extent",
7585
- "description": "The geometry defining the area where no data will be fetched. Only extent is supported."
7586
- },
7587
- "maxScale": {
7588
- "description": "The zoom level where the exclusion ends.",
7589
- "type": "number"
7590
- },
7591
- "maxZoom": {
7592
- "description": "The zoom level where the exclusion ends.",
7593
- "type": "number"
7594
- },
7595
- "minScale": {
7596
- "description": "The zoom level where the exclusion starts.",
7597
- "type": "number"
7598
- },
7599
- "minZoom": {
7600
- "description": "The zoom level where the exclusion starts.",
7601
- "type": "number"
7602
- }
7603
- },
7604
- "type": "object"
7268
+ "$ref": "__type",
7269
+ "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/}."
7605
7270
  },
7606
7271
  "id": {
7607
7272
  "description": "A unique identifying string for the layer.",
@@ -7631,7 +7296,7 @@
7631
7296
  },
7632
7297
  "listMode": {
7633
7298
  "$ref": "esri.ListMode",
7634
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
7299
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
7635
7300
  },
7636
7301
  "maxScale": {
7637
7302
  "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.",
@@ -7650,7 +7315,7 @@
7650
7315
  "type": "string"
7651
7316
  },
7652
7317
  "refreshInterval": {
7653
- "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}.",
7318
+ "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}.",
7654
7319
  "type": "number"
7655
7320
  },
7656
7321
  "showLegend": {
@@ -7662,7 +7327,7 @@
7662
7327
  "type": "string"
7663
7328
  },
7664
7329
  "type": {
7665
- "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}.",
7330
+ "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}.",
7666
7331
  "enum": [
7667
7332
  "BingMapsAerial",
7668
7333
  "BingMapsHybrid",
@@ -7691,24 +7356,11 @@
7691
7356
  },
7692
7357
  "esri.rest-api.Type.Type": {
7693
7358
  "additionalProperties": false,
7694
- "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/}.",
7359
+ "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/}.",
7695
7360
  "properties": {
7696
7361
  "domains": {
7697
- "additionalProperties": {
7698
- "anyOf": [
7699
- {
7700
- "$ref": "#/definitions/esri.rest-api.CodedValueDomain.CodedValueDomain"
7701
- },
7702
- {
7703
- "$ref": "#/definitions/esri.rest-api.InheritedDomain.InheritedDomain"
7704
- },
7705
- {
7706
- "$ref": "#/definitions/esri.rest-api.RangeDomain.RangeDomain"
7707
- }
7708
- ]
7709
- },
7710
- "description": "A set of domain objects for each domain in the type.",
7711
- "type": "object"
7362
+ "$ref": "__type",
7363
+ "description": "A set of domain objects for each domain in the type."
7712
7364
  },
7713
7365
  "id": {
7714
7366
  "description": "A unique numerical ID for the type.",
@@ -7733,7 +7385,7 @@
7733
7385
  },
7734
7386
  "esri.rest-api.UniqueValueFromStyle.UniqueValueFromStyle": {
7735
7387
  "additionalProperties": false,
7736
- "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/}.",
7388
+ "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/}.",
7737
7389
  "properties": {
7738
7390
  "authoringInfo": {
7739
7391
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -7757,7 +7409,7 @@
7757
7409
  },
7758
7410
  "rotationType": {
7759
7411
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
7760
- "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}."
7412
+ "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}."
7761
7413
  },
7762
7414
  "styleName": {
7763
7415
  "description": "A registered web style name. Can not be used in conjunction with styleName.",
@@ -7768,7 +7420,7 @@
7768
7420
  "type": "string"
7769
7421
  },
7770
7422
  "type": {
7771
- "description": "The type of renderer. See {@link RendererType}.",
7423
+ "description": "The type of renderer. See{@linkRendererType}.",
7772
7424
  "enum": [
7773
7425
  "uniqueValue"
7774
7426
  ],
@@ -7777,20 +7429,8 @@
7777
7429
  "visualVariables": {
7778
7430
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
7779
7431
  "items": {
7780
- "anyOf": [
7781
- {
7782
- "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
7783
- },
7784
- {
7785
- "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
7786
- },
7787
- {
7788
- "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
7789
- },
7790
- {
7791
- "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
7792
- }
7793
- ]
7432
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
7433
+ "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/}."
7794
7434
  },
7795
7435
  "type": "array"
7796
7436
  }
@@ -7803,7 +7443,7 @@
7803
7443
  },
7804
7444
  "esri.rest-api.UniqueValueRenderer.UniqueValueInfo": {
7805
7445
  "additionalProperties": false,
7806
- "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/}.",
7446
+ "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/}.",
7807
7447
  "properties": {
7808
7448
  "description": {
7809
7449
  "description": "String value used to describe the drawn symbol.",
@@ -7867,7 +7507,7 @@
7867
7507
  },
7868
7508
  "esri.rest-api.UniqueValueRenderer.UniqueValueRenderer": {
7869
7509
  "additionalProperties": false,
7870
- "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/}.",
7510
+ "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/}.",
7871
7511
  "properties": {
7872
7512
  "authoringInfo": {
7873
7513
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -7944,10 +7584,10 @@
7944
7584
  },
7945
7585
  "rotationType": {
7946
7586
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
7947
- "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}."
7587
+ "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}."
7948
7588
  },
7949
7589
  "type": {
7950
- "description": "The type of renderer. See {@link RendererType}.",
7590
+ "description": "The type of renderer. See{@linkRendererType}.",
7951
7591
  "enum": [
7952
7592
  "uniqueValue"
7953
7593
  ],
@@ -7963,20 +7603,8 @@
7963
7603
  "visualVariables": {
7964
7604
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
7965
7605
  "items": {
7966
- "anyOf": [
7967
- {
7968
- "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
7969
- },
7970
- {
7971
- "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
7972
- },
7973
- {
7974
- "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
7975
- },
7976
- {
7977
- "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
7978
- }
7979
- ]
7606
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
7607
+ "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/}."
7980
7608
  },
7981
7609
  "type": "array"
7982
7610
  }
@@ -7990,7 +7618,7 @@
7990
7618
  },
7991
7619
  "esri.rest-api.Value.Value": {
7992
7620
  "additionalProperties": false,
7993
- "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/}.",
7621
+ "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/}.",
7994
7622
  "properties": {
7995
7623
  "fields": {
7996
7624
  "description": "Used with charts. An array of field names to display in the chart.",
@@ -8066,7 +7694,7 @@
8066
7694
  },
8067
7695
  "rotationType": {
8068
7696
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
8069
- "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}."
7697
+ "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}."
8070
7698
  },
8071
7699
  "style": {
8072
7700
  "description": "A predefined style.",
@@ -8090,7 +7718,7 @@
8090
7718
  "type": "number"
8091
7719
  },
8092
7720
  "type": {
8093
- "description": "The type of renderer. See {@link RendererType}.",
7721
+ "description": "The type of renderer. See{@linkRendererType}.",
8094
7722
  "enum": [
8095
7723
  "vectorField"
8096
7724
  ],
@@ -8099,20 +7727,8 @@
8099
7727
  "visualVariables": {
8100
7728
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
8101
7729
  "items": {
8102
- "anyOf": [
8103
- {
8104
- "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
8105
- },
8106
- {
8107
- "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
8108
- },
8109
- {
8110
- "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
8111
- },
8112
- {
8113
- "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
8114
- }
8115
- ]
7730
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
7731
+ "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/}."
8116
7732
  },
8117
7733
  "type": "array"
8118
7734
  }
@@ -8127,7 +7743,7 @@
8127
7743
  },
8128
7744
  "esri.rest-api.VectorTileLayer.VectorTileLayer": {
8129
7745
  "additionalProperties": false,
8130
- "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/}.",
7746
+ "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/}.",
8131
7747
  "properties": {
8132
7748
  "blendMode": {
8133
7749
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -8157,7 +7773,7 @@
8157
7773
  },
8158
7774
  "listMode": {
8159
7775
  "$ref": "esri.ListMode",
8160
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
7776
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
8161
7777
  },
8162
7778
  "maxScale": {
8163
7779
  "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.",
@@ -8176,7 +7792,7 @@
8176
7792
  "type": "string"
8177
7793
  },
8178
7794
  "refreshInterval": {
8179
- "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}.",
7795
+ "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}.",
8180
7796
  "type": "number"
8181
7797
  },
8182
7798
  "showLegend": {
@@ -8192,7 +7808,7 @@
8192
7808
  "type": "string"
8193
7809
  },
8194
7810
  "type": {
8195
- "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}.",
7811
+ "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}.",
8196
7812
  "enum": [
8197
7813
  "BingMapsAerial",
8198
7814
  "BingMapsHybrid",
@@ -8217,7 +7833,7 @@
8217
7833
  },
8218
7834
  "esri.rest-api.VerticalOffset.VerticalOffset": {
8219
7835
  "additionalProperties": false,
8220
- "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/}.",
7836
+ "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/}.",
8221
7837
  "properties": {
8222
7838
  "maxWorldLength": {
8223
7839
  "description": "The maximum vertical symbol lift in world units. It acts as an upper bound to avoid lift becoming too big.",
@@ -8239,15 +7855,13 @@
8239
7855
  },
8240
7856
  "esri.rest-api.VisualVariable.ColorInfo": {
8241
7857
  "additionalProperties": false,
8242
- "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/}.",
7858
+ "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/}.",
8243
7859
  "properties": {
8244
7860
  "colors": {
8245
7861
  "description": "An array of colors that define the color ramp. Either colors or stops must be specified to construct the color ramp.",
8246
7862
  "items": {
8247
- "items": {
8248
- "type": "number"
8249
- },
8250
- "type": "array"
7863
+ "$ref": "#/definitions/esri.rest-api.Symbol.Color",
7864
+ "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/}."
8251
7865
  },
8252
7866
  "type": "array"
8253
7867
  },
@@ -8256,15 +7870,8 @@
8256
7870
  "type": "string"
8257
7871
  },
8258
7872
  "legendOptions": {
8259
- "additionalProperties": false,
8260
- "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/}.",
8261
- "properties": {
8262
- "title": {
8263
- "description": "The title of the legend.",
8264
- "type": "string"
8265
- }
8266
- },
8267
- "type": "object"
7873
+ "$ref": "__type",
7874
+ "description": "Options available for the legend.{@linkhttps://developers.arcgis.com/web-map-specification/objects/legendOptions/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
8268
7875
  },
8269
7876
  "maxDataValue": {
8270
7877
  "description": "The maximum data value.",
@@ -8286,7 +7893,7 @@
8286
7893
  "type": "array"
8287
7894
  },
8288
7895
  "type": {
8289
- "description": "The type of the VisualVariable. See {@link VisualVariableType}.",
7896
+ "description": "The type of the VisualVariable. See{@linkVisualVariableType}.",
8290
7897
  "enum": [
8291
7898
  "colorInfo"
8292
7899
  ],
@@ -8306,10 +7913,8 @@
8306
7913
  "color": {
8307
7914
  "anyOf": [
8308
7915
  {
8309
- "items": {
8310
- "type": "number"
8311
- },
8312
- "type": "array"
7916
+ "$ref": "#/definitions/esri.rest-api.Symbol.Color",
7917
+ "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/}."
8313
7918
  },
8314
7919
  {
8315
7920
  "type": "string"
@@ -8330,22 +7935,15 @@
8330
7935
  },
8331
7936
  "esri.rest-api.VisualVariable.RotationInfo": {
8332
7937
  "additionalProperties": false,
8333
- "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/}.",
7938
+ "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/}.",
8334
7939
  "properties": {
8335
7940
  "field": {
8336
7941
  "description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
8337
7942
  "type": "string"
8338
7943
  },
8339
7944
  "legendOptions": {
8340
- "additionalProperties": false,
8341
- "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/}.",
8342
- "properties": {
8343
- "title": {
8344
- "description": "The title of the legend.",
8345
- "type": "string"
8346
- }
8347
- },
8348
- "type": "object"
7945
+ "$ref": "__type",
7946
+ "description": "Options available for the legend.{@linkhttps://developers.arcgis.com/web-map-specification/objects/legendOptions/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
8349
7947
  },
8350
7948
  "normalizationField": {
8351
7949
  "description": "String value indicating the name of the attribute field used to normalize the data.",
@@ -8356,7 +7954,7 @@
8356
7954
  "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."
8357
7955
  },
8358
7956
  "type": {
8359
- "description": "The type of the VisualVariable. See {@link VisualVariableType}.",
7957
+ "description": "The type of the VisualVariable. See{@linkVisualVariableType}.",
8360
7958
  "enum": [
8361
7959
  "rotationInfo"
8362
7960
  ],
@@ -8383,7 +7981,7 @@
8383
7981
  },
8384
7982
  "esri.rest-api.VisualVariable.Size": {
8385
7983
  "additionalProperties": false,
8386
- "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/}.",
7984
+ "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/}.",
8387
7985
  "properties": {
8388
7986
  "expression": {
8389
7987
  "description": "The value which allows a size to be defined based on the map scale. Currently, the only supported expression is, view.scale.",
@@ -8409,7 +8007,7 @@
8409
8007
  },
8410
8008
  "esri.rest-api.VisualVariable.SizeInfo": {
8411
8009
  "additionalProperties": false,
8412
- "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/}.",
8010
+ "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/}.",
8413
8011
  "properties": {
8414
8012
  "axis": {
8415
8013
  "description": "Defines the axis the size visual variable should be applied to when rendering features with an ObjectSymbol3DLayer.",
@@ -8427,15 +8025,8 @@
8427
8025
  "type": "string"
8428
8026
  },
8429
8027
  "legendOptions": {
8430
- "additionalProperties": false,
8431
- "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/}.",
8432
- "properties": {
8433
- "title": {
8434
- "description": "The title of the legend.",
8435
- "type": "string"
8436
- }
8437
- },
8438
- "type": "object"
8028
+ "$ref": "__type",
8029
+ "description": "Options available for the legend.{@linkhttps://developers.arcgis.com/web-map-specification/objects/legendOptions/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
8439
8030
  },
8440
8031
  "maxDataValue": {
8441
8032
  "description": "The maximum data value.",
@@ -8472,7 +8063,7 @@
8472
8063
  "type": "string"
8473
8064
  },
8474
8065
  "type": {
8475
- "description": "The type of the VisualVariable. See {@link VisualVariableType}.",
8066
+ "description": "The type of the VisualVariable. See{@linkVisualVariableType}.",
8476
8067
  "enum": [
8477
8068
  "sizeInfo"
8478
8069
  ],
@@ -8539,22 +8130,15 @@
8539
8130
  },
8540
8131
  "esri.rest-api.VisualVariable.TransparencyInfo": {
8541
8132
  "additionalProperties": false,
8542
- "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/}.",
8133
+ "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/}.",
8543
8134
  "properties": {
8544
8135
  "field": {
8545
8136
  "description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
8546
8137
  "type": "string"
8547
8138
  },
8548
8139
  "legendOptions": {
8549
- "additionalProperties": false,
8550
- "description": "Options available for the legend.",
8551
- "properties": {
8552
- "title": {
8553
- "description": "The title of the legend.",
8554
- "type": "string"
8555
- }
8556
- },
8557
- "type": "object"
8140
+ "$ref": "__type",
8141
+ "description": "Options available for the legend."
8558
8142
  },
8559
8143
  "normalizationField": {
8560
8144
  "description": "String value indicating the name of the attribute field used to normalize the data.",
@@ -8568,7 +8152,7 @@
8568
8152
  "type": "array"
8569
8153
  },
8570
8154
  "type": {
8571
- "description": "The type of the VisualVariable. See {@link VisualVariableType}.",
8155
+ "description": "The type of the VisualVariable. See{@linkVisualVariableType}.",
8572
8156
  "enum": [
8573
8157
  "transparencyInfo"
8574
8158
  ],
@@ -8620,11 +8204,11 @@
8620
8204
  "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
8621
8205
  }
8622
8206
  ],
8623
- "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/}."
8207
+ "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/}."
8624
8208
  },
8625
8209
  "esri.rest-api.WMSLayer.WMSLayer": {
8626
8210
  "additionalProperties": false,
8627
- "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/}.",
8211
+ "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/}.",
8628
8212
  "properties": {
8629
8213
  "blendMode": {
8630
8214
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -8694,7 +8278,7 @@
8694
8278
  },
8695
8279
  "listMode": {
8696
8280
  "$ref": "esri.ListMode",
8697
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
8281
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
8698
8282
  },
8699
8283
  "mapUrl": {
8700
8284
  "description": "The URL of the WMS map. You should also supply the url property, which is the URL of the WMS capabilities document.",
@@ -8721,7 +8305,7 @@
8721
8305
  "type": "number"
8722
8306
  },
8723
8307
  "refreshInterval": {
8724
- "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}.",
8308
+ "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}.",
8725
8309
  "type": "number"
8726
8310
  },
8727
8311
  "showLegend": {
@@ -8740,7 +8324,7 @@
8740
8324
  "type": "string"
8741
8325
  },
8742
8326
  "type": {
8743
- "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}.",
8327
+ "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}.",
8744
8328
  "enum": [
8745
8329
  "BingMapsAerial",
8746
8330
  "BingMapsHybrid",
@@ -8780,7 +8364,7 @@
8780
8364
  },
8781
8365
  "esri.rest-api.WMSSublayer.WMSSublayer": {
8782
8366
  "additionalProperties": false,
8783
- "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/}.",
8367
+ "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/}.",
8784
8368
  "properties": {
8785
8369
  "legendUrl": {
8786
8370
  "description": "A string URL to a legend graphic for the layer.",
@@ -8807,7 +8391,7 @@
8807
8391
  },
8808
8392
  "esri.rest-api.WMTSInfo.WMTSInfo": {
8809
8393
  "additionalProperties": false,
8810
- "description": "Object containing layerIdentifier, tileMatrixSet, and URL for WMTSLayer layer types. {@link https://developers.arcgis.com/web-map-specification/objects/wmtsInfo/}.",
8394
+ "description": "Object containing layerIdentifier, tileMatrixSet, and URL for WMTSLayer layer types.{@linkhttps://developers.arcgis.com/web-map-specification/objects/wmtsInfo/}.",
8811
8395
  "properties": {
8812
8396
  "customLayerParameters": {
8813
8397
  "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."
@@ -8832,7 +8416,7 @@
8832
8416
  },
8833
8417
  "esri.rest-api.WebTileLayer.WebTileLayer": {
8834
8418
  "additionalProperties": false,
8835
- "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/}.",
8419
+ "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/}.",
8836
8420
  "properties": {
8837
8421
  "blendMode": {
8838
8422
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -8867,7 +8451,7 @@
8867
8451
  },
8868
8452
  "listMode": {
8869
8453
  "$ref": "esri.ListMode",
8870
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
8454
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
8871
8455
  },
8872
8456
  "maxScale": {
8873
8457
  "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.",
@@ -8882,7 +8466,7 @@
8882
8466
  "type": "number"
8883
8467
  },
8884
8468
  "refreshInterval": {
8885
- "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}.",
8469
+ "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}.",
8886
8470
  "type": "number"
8887
8471
  },
8888
8472
  "showLegend": {
@@ -8909,7 +8493,7 @@
8909
8493
  "type": "string"
8910
8494
  },
8911
8495
  "type": {
8912
- "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}.",
8496
+ "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}.",
8913
8497
  "enum": [
8914
8498
  "BingMapsAerial",
8915
8499
  "BingMapsHybrid",
@@ -9107,6 +8691,15 @@
9107
8691
  "map.initialized:input": {
9108
8692
  "$ref": "#/definitions/MapEvent"
9109
8693
  },
8694
+ "map.view-mode-changed": {
8695
+ "description": "Raised when a map's {@link ViewMode} is changed. This happens when the map view is changed between a WebMap and a WebScene.",
8696
+ "enum": [
8697
+ "map.view-mode-changed"
8698
+ ]
8699
+ },
8700
+ "map.view-mode-changed:input": {
8701
+ "$ref": "#/definitions/ViewModeChangedEvent"
8702
+ },
9110
8703
  "map.viewpoint-changed": {
9111
8704
  "description": "Raised when the a map extent is changed. This event is raised in extremely high frequency - for example, every few pixels the map is repositioned during a pan.",
9112
8705
  "enum": [
@@ -9377,6 +8970,9 @@
9377
8970
  {
9378
8971
  "$ref": "#/definitions/map.initialized"
9379
8972
  },
8973
+ {
8974
+ "$ref": "#/definitions/map.view-mode-changed"
8975
+ },
9380
8976
  {
9381
8977
  "$ref": "#/definitions/map.viewpoint-changed"
9382
8978
  },