@vertigis/viewer-spec 56.34.0 → 56.34.2

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.
@@ -295,7 +295,7 @@
295
295
  "$ref": "#/definitions/esri.rest-api.DrawingInfoJson.PointCloudValueFilterJson"
296
296
  }
297
297
  ],
298
- "description": "Filters applied to the pointCloud which will hide a point. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
298
+ "description": "Filters applied to the pointCloud which will hide a point.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
299
299
  },
300
300
  "PortalType": {
301
301
  "description": "The type of Portal.",
@@ -680,7 +680,7 @@
680
680
  "type": "number"
681
681
  },
682
682
  "opacity": {
683
- "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
683
+ "description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
684
684
  "type": "number"
685
685
  },
686
686
  "popupInfo": {
@@ -852,7 +852,7 @@
852
852
  "type": "number"
853
853
  },
854
854
  "opacity": {
855
- "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
855
+ "description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
856
856
  "type": "number"
857
857
  },
858
858
  "refreshInterval": {
@@ -1062,7 +1062,7 @@
1062
1062
  },
1063
1063
  "esri.rest-api.CSVLayerJson.CSVLayerJson": {
1064
1064
  "additionalProperties": false,
1065
- "description": "The CSV layer type references a CSV or TXT file from a publicly-accessible web server. It then dynamically loads into the map at run time. The CSV layer will maintain a reference to the CSV resource. See {@link https://developers.arcgis.com/web-map-specification/objects/csvLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/csvLayer/}.",
1065
+ "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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/csvLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/csvLayer/}.",
1066
1066
  "properties": {
1067
1067
  "blendMode": {
1068
1068
  "description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
@@ -1147,7 +1147,7 @@
1147
1147
  "type": "number"
1148
1148
  },
1149
1149
  "opacity": {
1150
- "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
1150
+ "description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
1151
1151
  "type": "number"
1152
1152
  },
1153
1153
  "popupInfo": {
@@ -1204,7 +1204,7 @@
1204
1204
  },
1205
1205
  "esri.rest-api.CSVLayerJson.LocationInfoJson": {
1206
1206
  "additionalProperties": false,
1207
- "description": "Defines how location information will be retrieved from a CSV file referenced through the web. See {@link https://developers.arcgis.com/web-map-specification/objects/locationInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/locationInfo/}.",
1207
+ "description": "Defines how location information will be retrieved from a CSV file referenced through the web.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/locationInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/locationInfo/}.",
1208
1208
  "properties": {
1209
1209
  "latitudeFieldName": {
1210
1210
  "description": "A string defining the field name that holds the latitude (Y) coordinate.",
@@ -1223,7 +1223,7 @@
1223
1223
  },
1224
1224
  "esri.rest-api.DefinitionEditorJson.DefinitionEditorJson": {
1225
1225
  "additionalProperties": false,
1226
- "description": "The definitionEditor stores interactive filters at the same level as layerDefinition. See {@link https://developers.arcgis.com/web-map-specification/objects/definitionEditor/} {@link https://developers.arcgis.com/web-scene-specification/objects/definitionEditor/}.",
1226
+ "description": "The definitionEditor stores interactive filters at the same level as layerDefinition.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/definitionEditor/} {@link https://developers.arcgis.com/web-scene-specification/objects/definitionEditor/}.",
1227
1227
  "properties": {
1228
1228
  "inputs": {
1229
1229
  "description": "An array of input objects.",
@@ -1349,7 +1349,7 @@
1349
1349
  "$ref": "#/definitions/esri.rest-api.DomainJson.RangeDomainJson"
1350
1350
  }
1351
1351
  ],
1352
- "description": "A domain specifies the set of valid values for a field. See {@link https://developers.arcgis.com/web-map-specification/objects/domain/} {@link https://developers.arcgis.com/web-scene-specification/objects/domain/}."
1352
+ "description": "A domain specifies the set of valid values for a field.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/domain/} {@link https://developers.arcgis.com/web-scene-specification/objects/domain/}."
1353
1353
  },
1354
1354
  "esri.rest-api.DomainJson.InheritedDomainJson": {
1355
1355
  "additionalProperties": false,
@@ -1396,7 +1396,7 @@
1396
1396
  },
1397
1397
  "esri.rest-api.DrawingInfoJson.DrawingInfoJson": {
1398
1398
  "additionalProperties": false,
1399
- "description": "The drawingInfo object contains drawing information for a feature collection or a single layer in a map service. This object is used in LayerDefinition. See {@link https://developers.arcgis.com/web-map-specification/objects/drawingInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/drawingInfo/}.",
1399
+ "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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/drawingInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/drawingInfo/}.",
1400
1400
  "properties": {
1401
1401
  "filters": {
1402
1402
  "description": "Filters for PointCloud layers.",
@@ -1437,7 +1437,7 @@
1437
1437
  },
1438
1438
  "esri.rest-api.DrawingInfoJson.LabelingInfoJson": {
1439
1439
  "additionalProperties": false,
1440
- "description": "The labelingInfo object specifies the label definition for a layer. See {@link https://developers.arcgis.com/web-map-specification/objects/labelingInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/labelingInfo/}.",
1440
+ "description": "The labelingInfo object specifies the label definition for a layer.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/labelingInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/labelingInfo/}.",
1441
1441
  "properties": {
1442
1442
  "labelExpression": {
1443
1443
  "description": "This read-only web map property allows formatting of labels. Use labelExpressionInfo instead.",
@@ -1522,14 +1522,14 @@
1522
1522
  },
1523
1523
  "esri.rest-api.DrawingInfoJson.PointCloudBitfieldFilterJson": {
1524
1524
  "additionalProperties": false,
1525
- "description": "Filters points based on the value of the specified bitfield attribute. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudBitfieldFilter/}.",
1525
+ "description": "Filters points based on the value of the specified bitfield attribute.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudBitfieldFilter/}.",
1526
1526
  "properties": {
1527
1527
  "field": {
1528
1528
  "description": "The name of the field that is used for the filter.",
1529
1529
  "type": "string"
1530
1530
  },
1531
1531
  "requiredClearBits": {
1532
- "description": "List ALL bit numbers that must cleared (=0) for the point to be kept. Bit 0 is LSB.",
1532
+ "description": "List ALL bit numbers that must cleared (=0) for the point to be kept. Bit\n0 is LSB.",
1533
1533
  "items": {
1534
1534
  "type": "number"
1535
1535
  },
@@ -1555,7 +1555,7 @@
1555
1555
  },
1556
1556
  "esri.rest-api.DrawingInfoJson.PointCloudReturnFilterJson": {
1557
1557
  "additionalProperties": false,
1558
- "description": "Filters points based on the value of the return number/return count. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudReturnFilter/}.",
1558
+ "description": "Filters points based on the value of the return number/return count.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudReturnFilter/}.",
1559
1559
  "properties": {
1560
1560
  "field": {
1561
1561
  "description": "The name of the field that is used for the filter.",
@@ -1581,7 +1581,7 @@
1581
1581
  },
1582
1582
  "esri.rest-api.DrawingInfoJson.PointCloudValueFilterJson": {
1583
1583
  "additionalProperties": false,
1584
- "description": "Filters points based on the value of an specified attribute. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudValueFilter/}.",
1584
+ "description": "Filters points based on the value of an specified attribute.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudValueFilter/}.",
1585
1585
  "properties": {
1586
1586
  "field": {
1587
1587
  "description": "The name of the field that is used for the filter.",
@@ -1611,7 +1611,7 @@
1611
1611
  },
1612
1612
  "esri.rest-api.FeatureCollectionJson.FeatureCollectionJson": {
1613
1613
  "additionalProperties": false,
1614
- "description": "Defines a layer of features whose geometry and attributes will be stored directly within the web map. See {@link https://developers.arcgis.com/web-map-specification/objects/featureCollection/}.",
1614
+ "description": "Defines a layer of features whose geometry and attributes will be stored directly within the web map.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/featureCollection/}.",
1615
1615
  "properties": {
1616
1616
  "layers": {
1617
1617
  "description": "An array of Layer objects defining all the styling, geometry, and attribute information for the features.",
@@ -1632,10 +1632,10 @@
1632
1632
  },
1633
1633
  "esri.rest-api.FeatureJson.FeatureJson": {
1634
1634
  "additionalProperties": false,
1635
- "description": "Contains information about an attribute field and feature geometry. See {@link https://developers.arcgis.com/web-map-specification/objects/feature/} {@link https://developers.arcgis.com/web-scene-specification/objects/feature/}.",
1635
+ "description": "Contains information about an attribute field and feature geometry.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/feature/} {@link https://developers.arcgis.com/web-scene-specification/objects/feature/}.",
1636
1636
  "properties": {
1637
1637
  "attributes": {
1638
- "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."
1638
+ "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,\n1970) in UTC."
1639
1639
  },
1640
1640
  "geometry": {
1641
1641
  "$ref": "#/definitions/esri.rest-api.GeometryJson.GeometryJson",
@@ -1654,7 +1654,7 @@
1654
1654
  },
1655
1655
  "esri.rest-api.FeatureLayerJson.FeatureLayerJson": {
1656
1656
  "additionalProperties": false,
1657
- "description": "Feature layers can be created by referencing a layer from either a map service or a feature service or by specifying a feature collection object. Use a map service if you just want to retrieve geometries and attributes from the server and symbolize them yourself. Use a feature service if you want to take advantage of symbols from the service's source map document. Also, use a feature service if you plan on doing editing with the feature layer. Feature layers honor any feature templates configured in the source map document. Feature collection objects are used to create a feature layer based on the supplied definition. See {@link https://developers.arcgis.com/web-map-specification/objects/featureLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/featureLayer/}.",
1657
+ "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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/featureLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/featureLayer/}.",
1658
1658
  "properties": {
1659
1659
  "blendMode": {
1660
1660
  "description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
@@ -1759,7 +1759,7 @@
1759
1759
  "type": "number"
1760
1760
  },
1761
1761
  "mode": {
1762
- "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.",
1762
+ "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.\n\n- 0: Snapshot mode. Immediately retrieves all features when the map is loaded.\n- 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.\n- 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.",
1763
1763
  "enum": [
1764
1764
  0,
1765
1765
  1,
@@ -1769,7 +1769,7 @@
1769
1769
  "type": "number"
1770
1770
  },
1771
1771
  "opacity": {
1772
- "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
1772
+ "description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
1773
1773
  "type": "number"
1774
1774
  },
1775
1775
  "popupInfo": {
@@ -1840,7 +1840,7 @@
1840
1840
  },
1841
1841
  "esri.rest-api.FeatureSetJson.FeatureSetJson": {
1842
1842
  "additionalProperties": false,
1843
- "description": "Contains the geometry and attributes of features in a layer. This object is used with feature collections only. For more information, see Layer. See {@link https://developers.arcgis.com/web-map-specification/objects/featureSet/} {@link https://developers.arcgis.com/web-scene-specification/objects/featureSet/}.",
1843
+ "description": "Contains the geometry and attributes of features in a layer. This object is used with feature collections only. For more information, see Layer.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/featureSet/} {@link https://developers.arcgis.com/web-scene-specification/objects/featureSet/}.",
1844
1844
  "properties": {
1845
1845
  "features": {
1846
1846
  "description": "An array of Feature objects, each one containing geometry and a set of attributes.",
@@ -1862,7 +1862,7 @@
1862
1862
  },
1863
1863
  "esri.rest-api.FieldJson.FieldJson": {
1864
1864
  "additionalProperties": false,
1865
- "description": "Contains information about an attribute field. This field could come from a feature collection or a single layer in a map service. Used in layerDefinition. See {@link https://developers.arcgis.com/web-map-specification/objects/field/} {@link https://developers.arcgis.com/web-scene-specification/objects/field/}.",
1865
+ "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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/field/} {@link https://developers.arcgis.com/web-scene-specification/objects/field/}.",
1866
1866
  "properties": {
1867
1867
  "alias": {
1868
1868
  "description": "The field alias (human-readable name).",
@@ -2360,7 +2360,7 @@
2360
2360
  },
2361
2361
  "esri.rest-api.GeoJSONLayerJson.GeoJSONLayerJson": {
2362
2362
  "additionalProperties": false,
2363
- "description": "The GeoJSON layer type references a GeoJSON or TXT file from a publicly-accessible web server. It then dynamically loads into the map at run time. The GeoJSON layer will maintain a reference to the GeoJSON resource. Web map spec: {@link https://developers.arcgis.com/web-map-specification/objects/geoJsonLayer/}. Web scene spec: {@link https://developers.arcgis.com/web-scene-specification/objects/geoJsonLayer/}.",
2363
+ "description": "The GeoJSON layer type references a GeoJSON or TXT file from a publicly-accessible web server. It then dynamically loads into the map at run time. The GeoJSON layer will maintain a reference to the GeoJSON resource.\n\nWeb map spec: {@link https://developers.arcgis.com/web-map-specification/objects/geoJsonLayer/}. Web scene spec: {@link https://developers.arcgis.com/web-scene-specification/objects/geoJsonLayer/}.",
2364
2364
  "properties": {
2365
2365
  "blendMode": {
2366
2366
  "description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
@@ -2433,7 +2433,7 @@
2433
2433
  "type": "number"
2434
2434
  },
2435
2435
  "opacity": {
2436
- "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
2436
+ "description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
2437
2437
  "type": "number"
2438
2438
  },
2439
2439
  "popupInfo": {
@@ -2490,7 +2490,7 @@
2490
2490
  },
2491
2491
  "esri.rest-api.GeoRSSLayerJson.GeoRSSLayerJson": {
2492
2492
  "additionalProperties": false,
2493
- "description": "GeoRSS feeds may contain any combination of points, lines, and polygons. Web clients use a GeoRSS to JSON request service. This service returns one to many feature collections with different geometry types. The returned JSON specifies the point, lines, and polygons symbols used to display the features in that layer. See {@link https://developers.arcgis.com/web-map-specification/objects/geoRSSLayer/}.",
2493
+ "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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/geoRSSLayer/}.",
2494
2494
  "properties": {
2495
2495
  "blendMode": {
2496
2496
  "description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
@@ -2559,7 +2559,7 @@
2559
2559
  "type": "number"
2560
2560
  },
2561
2561
  "opacity": {
2562
- "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
2562
+ "description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
2563
2563
  "type": "number"
2564
2564
  },
2565
2565
  "pointSymbol": {
@@ -2655,7 +2655,7 @@
2655
2655
  "$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
2656
2656
  }
2657
2657
  ],
2658
- "description": "A geometry as defined in the ArcGIS REST and web map specifications. See {@link http://resources.arcgis.com/en/help/rest/apiref/geometry.html}. See {@link https://developers.arcgis.com/web-map-specification/objects/geometry/} {@link https://developers.arcgis.com/web-map-specification/objects/geometryType/}."
2658
+ "description": "A geometry as defined in the ArcGIS REST and web map specifications.\n\nSee {@link http://resources.arcgis.com/en/help/rest/apiref/geometry.html}. See {@link https://developers.arcgis.com/web-map-specification/objects/geometry/} {@link https://developers.arcgis.com/web-map-specification/objects/geometryType/}."
2659
2659
  },
2660
2660
  "esri.rest-api.GeometryJson.GeometryJsonType": {
2661
2661
  "description": "Types of geometry. Geometry JSON objects don't reference these types, but they appear within services to describe the type of geometries in layers.",
@@ -2812,7 +2812,7 @@
2812
2812
  },
2813
2813
  "esri.rest-api.GroupLayerJson.GroupLayerJson": {
2814
2814
  "additionalProperties": false,
2815
- "description": "GroupLayer provides the ability to organize several sublayers into one common layer. Suppose there are several FeatureLayers that all represent water features in different dimensions. For example, wells (points), streams (lines), and lakes (polygons). The GroupLayer provides the functionality to treat them as one layer called Water Features even though they are stored as separate feature layers. See {@link https://developers.arcgis.com/web-scene-specification/objects/groupLayer/}.",
2815
+ "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.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/groupLayer/}.",
2816
2816
  "properties": {
2817
2817
  "blendMode": {
2818
2818
  "description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
@@ -2884,7 +2884,7 @@
2884
2884
  "type": "number"
2885
2885
  },
2886
2886
  "opacity": {
2887
- "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
2887
+ "description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
2888
2888
  "type": "number"
2889
2889
  },
2890
2890
  "refreshInterval": {
@@ -2934,7 +2934,7 @@
2934
2934
  },
2935
2935
  "esri.rest-api.ImageServiceLayerJson.ImageServiceLayerJson": {
2936
2936
  "additionalProperties": false,
2937
- "description": "An image service provides access to raster data through a web service. Multiple rasters can be served as one image service through mosaic dataset technology, dynamically processed and mosaiced on the fly. An image service supports accessing both the mosaicked image and its catalog, as well as individual rasters in the catalog. Also, image services can be cached (tiled) or uncached (dynamic). This object specifically details properties within uncached image services. See {@link https://developers.arcgis.com/web-map-specification/objects/imageServiceLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/imageServiceLayer/}.",
2937
+ "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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/imageServiceLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/imageServiceLayer/}.",
2938
2938
  "properties": {
2939
2939
  "bandIds": {
2940
2940
  "description": "An array of bandIds that are visible, can specify bands to export or rearrange band order(from image service).",
@@ -3069,7 +3069,7 @@
3069
3069
  "type": "string"
3070
3070
  },
3071
3071
  "opacity": {
3072
- "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
3072
+ "description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
3073
3073
  "type": "number"
3074
3074
  },
3075
3075
  "pixelType": {
@@ -3130,7 +3130,7 @@
3130
3130
  },
3131
3131
  "esri.rest-api.ImageServiceLayerJson.RenderingRuleJson": {
3132
3132
  "additionalProperties": false,
3133
- "description": "Specifies the rendering rule for how the requested image should be rendered. See {@link https://developers.arcgis.com/web-map-specification/objects/renderingRule/} {@link https://developers.arcgis.com/web-scene-specification/objects/renderingRule/}.",
3133
+ "description": "Specifies the rendering rule for how the requested image should be rendered.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/renderingRule/} {@link https://developers.arcgis.com/web-scene-specification/objects/renderingRule/}.",
3134
3134
  "properties": {
3135
3135
  "outputPixelType": {
3136
3136
  "description": "Defines the pixel type of the output image.",
@@ -3168,7 +3168,7 @@
3168
3168
  },
3169
3169
  "esri.rest-api.ImageServiceVectorLayerJson.ImageServiceVectorLayerJson": {
3170
3170
  "additionalProperties": false,
3171
- "description": "The imageServiceVectorLayer displays pixel values as vectors. To do this, the image service layer must be a two-band raster in which one band holds magnitude values and one band holds direction values. The imageServiceVectorLayer also supports time-enabled data. See {@link https://developers.arcgis.com/web-map-specification/objects/imageServiceVectorLayer/}.",
3171
+ "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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/imageServiceVectorLayer/}.",
3172
3172
  "properties": {
3173
3173
  "blendMode": {
3174
3174
  "description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
@@ -3260,7 +3260,7 @@
3260
3260
  "description": "Specifies the mosaic rule when defining how individual images should be mosaiced."
3261
3261
  },
3262
3262
  "opacity": {
3263
- "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
3263
+ "description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
3264
3264
  "type": "number"
3265
3265
  },
3266
3266
  "refreshInterval": {
@@ -3311,7 +3311,7 @@
3311
3311
  },
3312
3312
  "esri.rest-api.IntegratedMeshLayerJson.IntegratedMeshLayerJson": {
3313
3313
  "additionalProperties": false,
3314
- "description": "An integrated mesh can represent built and natural 3D features, such as building walls, trees, valleys, and cliffs, with realistic textures and includes elevation information. See {@link https://developers.arcgis.com/web-scene-specification/objects/integratedMeshLayer/}.",
3314
+ "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.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/integratedMeshLayer/}.",
3315
3315
  "properties": {
3316
3316
  "blendMode": {
3317
3317
  "description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
@@ -3380,7 +3380,7 @@
3380
3380
  "type": "number"
3381
3381
  },
3382
3382
  "opacity": {
3383
- "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
3383
+ "description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
3384
3384
  "type": "number"
3385
3385
  },
3386
3386
  "refreshInterval": {
@@ -3425,7 +3425,7 @@
3425
3425
  },
3426
3426
  "esri.rest-api.KMLLayerJson.KMLLayerJson": {
3427
3427
  "additionalProperties": false,
3428
- "description": "Keyhole Markup Language (KML) is an XML-based format for storing geographic data and associated content and is an official Open Geospatial Consortium (OGC) standard. KML is a common format for sharing geographic data with non-GIS users as it can be easily delivered on the Internet. See {@link https://developers.arcgis.com/web-map-specification/objects/kmlLayer/}.",
3428
+ "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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/kmlLayer/}.",
3429
3429
  "properties": {
3430
3430
  "blendMode": {
3431
3431
  "description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
@@ -3494,7 +3494,7 @@
3494
3494
  "type": "number"
3495
3495
  },
3496
3496
  "opacity": {
3497
- "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
3497
+ "description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
3498
3498
  "type": "number"
3499
3499
  },
3500
3500
  "refreshInterval": {
@@ -3812,7 +3812,7 @@
3812
3812
  },
3813
3813
  "esri.rest-api.LayerDefinitionJson.LayerDefinitionJson": {
3814
3814
  "additionalProperties": false,
3815
- "description": "The LayerDefinition object defines the attribute schema and drawing information for a layer drawn using client-side graphics. This could include a feature collection, a CSV file referenced through the web, or a single layer in an ArcGIS map service. Also used for dynamic layers. See {@link https://developers.arcgis.com/web-map-specification/objects/layerDefinition/} {@link https://developers.arcgis.com/web-scene-specification/objects/layerDefinition/}.",
3815
+ "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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/layerDefinition/} {@link https://developers.arcgis.com/web-scene-specification/objects/layerDefinition/}.",
3816
3816
  "properties": {
3817
3817
  "allowGeometryUpdates": {
3818
3818
  "description": "Boolean value indicating whether the geometry of the features in the layer can be edited.",
@@ -3930,11 +3930,11 @@
3930
3930
  "type": "number"
3931
3931
  },
3932
3932
  "maxScale": {
3933
- "description": "A number representing the maximum scale at which the layer definition will be applied. 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 definition will be applied no matter how far you zoom in.",
3933
+ "description": "A number representing the maximum scale at which the layer definition will be applied. The number is the scale's denominator; thus, a value of\n2400 represents a scale of 1/2,400. A value of 0 indicates that the layer definition will be applied no matter how far you zoom in.",
3934
3934
  "type": "number"
3935
3935
  },
3936
3936
  "minScale": {
3937
- "description": "A number representing the minimum scale at which the layer definition will be applied. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400.",
3937
+ "description": "A number representing the minimum scale at which the layer definition will be applied. The number is the scale's denominator; thus, a value of\n2400 represents a scale of 1/2,400.",
3938
3938
  "type": "number"
3939
3939
  },
3940
3940
  "name": {
@@ -4007,7 +4007,7 @@
4007
4007
  "type": "boolean"
4008
4008
  },
4009
4009
  "templates": {
4010
- "description": "An array of template objects describing features that can be created in this 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.",
4010
+ "description": "An array of template objects describing features that can be created in this 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.\n\nTemplates are defined as a property of the layer definition when there are no types defined; otherwise, templates are defined as properties of the types.",
4011
4011
  "items": {
4012
4012
  "$ref": "#/definitions/esri.rest-api.TemplateJson.TemplateJson"
4013
4013
  },
@@ -4026,7 +4026,7 @@
4026
4026
  "type": "string"
4027
4027
  },
4028
4028
  "types": {
4029
- "description": "An array of Type objects available for the dataset. This is used when the typeIdField is populated. Types contain information about the combinations of attributes that are allowed for features in the dataset. Each feature in the dataset can have a type, indicated in its typeIdField.",
4029
+ "description": "An array of Type objects available for the dataset. This is used when the typeIdField is populated.\n\nTypes contain information about the combinations of attributes that are allowed for features in the dataset. Each feature in the dataset can have a type, indicated in its typeIdField.",
4030
4030
  "items": {
4031
4031
  "$ref": "#/definitions/esri.rest-api.TypeJson.TypeJson"
4032
4032
  },
@@ -4112,7 +4112,7 @@
4112
4112
  "type": "string"
4113
4113
  },
4114
4114
  "valueExpression": {
4115
- "description": "The [Arcade expression](https://developers.arcgis.com/javascript/latest/arcade/) whose return value will be used to sort features. (Currently undocumented by ESRI's Webmap Spec). [Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-OrderedLayer.html#orderBy).",
4115
+ "description": "The [Arcade expression](https://developers.arcgis.com/javascript/latest/arcade/) whose return value will be used to sort features. (Currently undocumented by ESRI's Webmap Spec).\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-OrderedLayer.html#orderBy).",
4116
4116
  "type": "string"
4117
4117
  }
4118
4118
  },
@@ -4161,7 +4161,7 @@
4161
4161
  },
4162
4162
  "esri.rest-api.LayerDefinitionJson.RangeInfoJson": {
4163
4163
  "additionalProperties": false,
4164
- "description": "Range Information. See {@link https://developers.arcgis.com/web-scene-specification/objects/rangeInfo/}.",
4164
+ "description": "Range Information.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/rangeInfo/}.",
4165
4165
  "properties": {
4166
4166
  "currentRangeExtent": {
4167
4167
  "description": "Contains the min and max values within which the features are visible.",
@@ -4570,7 +4570,7 @@
4570
4570
  },
4571
4571
  "esri.rest-api.MapServiceLayerJson.MapServiceLayerJson": {
4572
4572
  "additionalProperties": false,
4573
- "description": "ArcGIS web maps are designed to work with web services hosted on ArcGIS Server and ArcGIS Online, in addition to other types of servers. Map services can be cached (tiled) or uncached (dynamic). This object specifically details properties within uncached map services. See {@link https://developers.arcgis.com/web-map-specification/objects/mapServiceLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/mapServiceLayer/}.",
4573
+ "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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/mapServiceLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/mapServiceLayer/}.",
4574
4574
  "properties": {
4575
4575
  "blendMode": {
4576
4576
  "description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
@@ -4653,7 +4653,7 @@
4653
4653
  "type": "number"
4654
4654
  },
4655
4655
  "opacity": {
4656
- "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
4656
+ "description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
4657
4657
  "type": "number"
4658
4658
  },
4659
4659
  "refreshInterval": {
@@ -4709,7 +4709,7 @@
4709
4709
  },
4710
4710
  "esri.rest-api.MosaicRuleJson.MosaicRuleJson": {
4711
4711
  "additionalProperties": false,
4712
- "description": "Specifies the mosaic rule when defining how individual images should be mosaiced. It specifies selection, mosaic method, sort order, overlapping pixel resolution, etc. Mosaic rules are for mosaicing rasters in the mosaic dataset. See {@link https://developers.arcgis.com/web-map-specification/objects/mosaicRule/} {@link https://developers.arcgis.com/web-scene-specification/objects/mosaicRule/}.",
4712
+ "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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/mosaicRule/} {@link https://developers.arcgis.com/web-scene-specification/objects/mosaicRule/}.",
4713
4713
  "properties": {
4714
4714
  "ascending": {
4715
4715
  "description": "Indicates whether the sort should be ascending.",
@@ -4761,7 +4761,7 @@
4761
4761
  "type": "string"
4762
4762
  },
4763
4763
  "multidimensionalDefinition": {
4764
- "description": "Definition of multidimensional variables. See https://developers.arcgis.com/web-map-specification/objects/multidimensionalDefinition/ and https://developers.arcgis.com/web-scene-specification/objects/multidimensionalDefinition/.",
4764
+ "description": "Definition of multidimensional variables.\n\nSee https://developers.arcgis.com/web-map-specification/objects/multidimensionalDefinition/ and https://developers.arcgis.com/web-scene-specification/objects/multidimensionalDefinition/.",
4765
4765
  "items": {
4766
4766
  "$ref": "__type"
4767
4767
  },
@@ -4791,7 +4791,7 @@
4791
4791
  },
4792
4792
  "esri.rest-api.PointCloudLayerJson.PointCloudLayerJson": {
4793
4793
  "additionalProperties": false,
4794
- "description": "Point cloud data is post-processed spatially organized lidar data that consists of large collections of 3D points. Elevations for the ground, buildings, forest canopy, highway overpasses, and anything else encountered during the lidar survey make up the point cloud data. Point cloud layers allow for fast visualization of point cloud data in the browser. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudLayer/}.",
4794
+ "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.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudLayer/}.",
4795
4795
  "properties": {
4796
4796
  "blendMode": {
4797
4797
  "description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
@@ -4864,7 +4864,7 @@
4864
4864
  "type": "number"
4865
4865
  },
4866
4866
  "opacity": {
4867
- "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
4867
+ "description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
4868
4868
  "type": "number"
4869
4869
  },
4870
4870
  "popupInfo": {
@@ -4935,7 +4935,7 @@
4935
4935
  },
4936
4936
  "esri.rest-api.PopupInfoJson.FieldInfoJson": {
4937
4937
  "additionalProperties": false,
4938
- "description": "Defines how a field in the dataset participates (or does not participate) in a pop-up window. See {@link https://developers.arcgis.com/web-map-specification/objects/fieldInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/fieldInfo/}.",
4938
+ "description": "Defines how a field in the dataset participates (or does not participate) in a pop-up window.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/fieldInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/fieldInfo/}.",
4939
4939
  "properties": {
4940
4940
  "fieldName": {
4941
4941
  "description": "The field name as defined by the service.",
@@ -4978,7 +4978,7 @@
4978
4978
  },
4979
4979
  "esri.rest-api.PopupInfoJson.FormatJson": {
4980
4980
  "additionalProperties": false,
4981
- "description": "The format object can be used with numerical or date fields to provide more detail about how values should be displayed in web map pop-up windows. See {@link https://developers.arcgis.com/web-map-specification/objects/format/} {@link https://developers.arcgis.com/web-scene-specification/objects/format/}.",
4981
+ "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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/format/} {@link https://developers.arcgis.com/web-scene-specification/objects/format/}.",
4982
4982
  "properties": {
4983
4983
  "dateFormat": {
4984
4984
  "$ref": "#/definitions/esri.rest-api.PopupInfoJson.DateFormatJsonType",
@@ -5028,7 +5028,7 @@
5028
5028
  },
5029
5029
  "esri.rest-api.PopupInfoJson.OrderByFieldsJson": {
5030
5030
  "additionalProperties": false,
5031
- "description": "Object indicating the field display order for the related records and whether they should be sorted in ascending or descending order. See {@link https://developers.arcgis.com/web-map-specification/objects/orderByFields/} {@link https://developers.arcgis.com/web-scene-specification/objects/orderByFields/}.",
5031
+ "description": "Object indicating the field display order for the related records and whether they should be sorted in ascending or descending order.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/orderByFields/} {@link https://developers.arcgis.com/web-scene-specification/objects/orderByFields/}.",
5032
5032
  "properties": {
5033
5033
  "field": {
5034
5034
  "description": "The attribute value of the field selected that will drive the sorting of related records.",
@@ -5043,7 +5043,7 @@
5043
5043
  },
5044
5044
  "esri.rest-api.PopupInfoJson.PopupElementJson": {
5045
5045
  "additionalProperties": false,
5046
- "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. See https://developers.arcgis.com/web-map-specification/objects/popupElement/ and https://developers.arcgis.com/web-scene-specification/objects/popupElement/.",
5046
+ "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.\n\nEach popupElement has a type property. This string value indicates the type of popupElement used.\n\nSee https://developers.arcgis.com/web-map-specification/objects/popupElement/ and https://developers.arcgis.com/web-scene-specification/objects/popupElement/.",
5047
5047
  "properties": {
5048
5048
  "attributes": {
5049
5049
  "description": "A dictionary of key value pairs representing attributes to be used instead of fields and their values. This property is only used when the element is of type expression and should be returned as part of the arcade expression itself. This property allows passing arcade derived attribute values into fields or media elements."
@@ -5114,7 +5114,7 @@
5114
5114
  },
5115
5115
  "esri.rest-api.PopupInfoJson.PopupExpressionInfoJson": {
5116
5116
  "additionalProperties": false,
5117
- "description": "Arcade expression added to the pop-up. See {@link https://developers.arcgis.com/web-map-specification/objects/popupExpressionInfo/}.",
5117
+ "description": "Arcade expression added to the pop-up.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/popupExpressionInfo/}.",
5118
5118
  "properties": {
5119
5119
  "expression": {
5120
5120
  "description": "The Arcade expression.",
@@ -5141,7 +5141,7 @@
5141
5141
  },
5142
5142
  "esri.rest-api.PopupInfoJson.PopupInfoJson": {
5143
5143
  "additionalProperties": false,
5144
- "description": "Defines the look and feel of pop-up windows when users click or query a feature. See https://developers.arcgis.com/web-map-specification/objects/popupInfo/ and https://developers.arcgis.com/web-scene-specification/objects/popupInfo/.",
5144
+ "description": "Defines the look and feel of pop-up windows when users click or query a feature.\n\nSee https://developers.arcgis.com/web-map-specification/objects/popupInfo/ and https://developers.arcgis.com/web-scene-specification/objects/popupInfo/.",
5145
5145
  "properties": {
5146
5146
  "description": {
5147
5147
  "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}`.",
@@ -5192,7 +5192,7 @@
5192
5192
  },
5193
5193
  "esri.rest-api.PopupInfoJson.RelatedRecordsInfoJson": {
5194
5194
  "additionalProperties": false,
5195
- "description": "The sort in the popupInfo for the parent feature. This impacts the sorting order for the returned child records. See {@link https://developers.arcgis.com/web-map-specification/objects/relatedRecordsInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/relatedRecordsInfo/}.",
5195
+ "description": "The sort in the popupInfo for the parent feature. This impacts the sorting order for the returned child records.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/relatedRecordsInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/relatedRecordsInfo/}.",
5196
5196
  "properties": {
5197
5197
  "orderByFields": {
5198
5198
  "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.",
@@ -5213,7 +5213,7 @@
5213
5213
  },
5214
5214
  "esri.rest-api.PopupInfoJson.ValueJson": {
5215
5215
  "additionalProperties": false,
5216
- "description": "The value object contains information for pop-up windows about how images should be retrieved or charts constructed. See {@link https://developers.arcgis.com/web-map-specification/objects/value/} {@link https://developers.arcgis.com/web-scene-specification/objects/value/}.",
5216
+ "description": "The value object contains information for pop-up windows about how images should be retrieved or charts constructed.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/value/} {@link https://developers.arcgis.com/web-scene-specification/objects/value/}.",
5217
5217
  "properties": {
5218
5218
  "fields": {
5219
5219
  "description": "Used with charts. An array of field names to display in the chart.",
@@ -5243,7 +5243,7 @@
5243
5243
  },
5244
5244
  "esri.rest-api.RendererJson.AuthoringInfoJson": {
5245
5245
  "additionalProperties": false,
5246
- "description": "The authoringInfo is an object containing metadata about the authoring process for creating a renderer object. This allows the authoring clients to save specific overridable settings so that next time it is accessed via the UI, their selections are remembered. Non-authoring clients should ignore it. In order to support the slider with color/size/transparency information, the selection of the various themes, classification, and additional properties are saved within this object. Note: The authoringInfo object is not required with a renderer. It is only used if rendering was generated using Map Viewer rendering tools. See {@link https://developers.arcgis.com/web-map-specification/objects/authoringInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/authoringInfo/}.",
5246
+ "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.\n\nNote: The authoringInfo object is not required with a renderer. It is only used if rendering was generated using Map Viewer rendering tools.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/authoringInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/authoringInfo/}.",
5247
5247
  "properties": {
5248
5248
  "classificationMethod": {
5249
5249
  "$ref": "#/definitions/esri.rest-api.RendererJson.ClassificationMethodJsonType",
@@ -5287,7 +5287,7 @@
5287
5287
  },
5288
5288
  "esri.rest-api.RendererJson.ClassBreakInfoJson": {
5289
5289
  "additionalProperties": false,
5290
- "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See {@link https://developers.arcgis.com/web-map-specification/objects/classBreakInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/classBreakInfo/}.",
5290
+ "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/classBreakInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/classBreakInfo/}.",
5291
5291
  "properties": {
5292
5292
  "classMaxValue": {
5293
5293
  "description": "A numeric value used to specify the maximum value for a break.",
@@ -5318,7 +5318,7 @@
5318
5318
  },
5319
5319
  "esri.rest-api.RendererJson.ClassBreaksRendererJson": {
5320
5320
  "additionalProperties": false,
5321
- "description": "A class breaks renderer symbolizes based on the value of some numeric attribute. The classBreakInfo define the values at which the symbology changes. If the Normalization Type property is defined than the class breaks contain a normalized min/max value instead of the actual value. The data value, obtained from the field property, is normalized using one of the following functions before it is compared with the class breaks. 1. Field - Divide the data value using the attribute value of the field specified by the normalizationField property. 2. Log - Compute the base 10 logarithm of the data value. This can be a useful approach for some data distributions because it reduced the influence of very large data values. 3. Percent-of-total - Divide the data value by the sum of all data values then multiply by 100. Use the normalizationTotal property to determine the total value. See {@link https://developers.arcgis.com/web-map-specification/objects/classBreaks_renderer/} {@link https://developers.arcgis.com/web-scene-specification/objects/classBreaksRenderer/}.",
5321
+ "description": "A class breaks renderer symbolizes based on the value of some numeric attribute. The classBreakInfo define the values at which the symbology changes.\n\nIf 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.\n\n1. Field - Divide the data value using the attribute value of the field specified by the normalizationField property.\n2. 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.\n3. 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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/classBreaks_renderer/} {@link https://developers.arcgis.com/web-scene-specification/objects/classBreaksRenderer/}.",
5322
5322
  "properties": {
5323
5323
  "authoringInfo": {
5324
5324
  "$ref": "#/definitions/esri.rest-api.RendererJson.AuthoringInfoJson",
@@ -5422,7 +5422,7 @@
5422
5422
  },
5423
5423
  "esri.rest-api.RendererJson.ColorClassBreakInfoJson": {
5424
5424
  "additionalProperties": false,
5425
- "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorClassBreakInfo/}.",
5425
+ "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/colorClassBreakInfo/}.",
5426
5426
  "properties": {
5427
5427
  "classMaxValue": {
5428
5428
  "description": "A numeric value used to specify the maximum value for a break.",
@@ -5449,7 +5449,7 @@
5449
5449
  },
5450
5450
  "esri.rest-api.RendererJson.ColorInfoJson": {
5451
5451
  "additionalProperties": false,
5452
- "description": "The colorInfo visual variable defines how a continuous color ramp is applied to features based on the values of a numeric field attribute. The minimum and maximum values of the data should be indicated along with their respective color values. You must specify either colors or stops to construct the color ramp. See {@link https://developers.arcgis.com/web-map-specification/objects/colorInfo_visualVariable/} {@link https://developers.arcgis.com/web-scene-specification/objects/colorInfo_visualVariable/}.",
5452
+ "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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/colorInfo_visualVariable/} {@link https://developers.arcgis.com/web-scene-specification/objects/colorInfo_visualVariable/}.",
5453
5453
  "properties": {
5454
5454
  "colors": {
5455
5455
  "description": "An array of colors that define the color ramp. Either colors or stops must be specified to construct the color ramp.",
@@ -5601,7 +5601,7 @@
5601
5601
  },
5602
5602
  "esri.rest-api.RendererJson.ColorUniqueValueInfosJson": {
5603
5603
  "additionalProperties": false,
5604
- "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorUniqueValueInfo/}.",
5604
+ "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/colorUniqueValueInfo/}.",
5605
5605
  "properties": {
5606
5606
  "color": {
5607
5607
  "$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
@@ -5627,7 +5627,7 @@
5627
5627
  },
5628
5628
  "esri.rest-api.RendererJson.HeatmapRendererJson": {
5629
5629
  "additionalProperties": false,
5630
- "description": "The HeatmapRenderer renders point data into a raster visualization that emphasizes areas of higher density or weighted values. See {@link https://developers.arcgis.com/web-map-specification/objects/heatmapRenderer/}.",
5630
+ "description": "The HeatmapRenderer renders point data into a raster visualization that emphasizes areas of higher density or weighted values.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/heatmapRenderer/}.",
5631
5631
  "properties": {
5632
5632
  "authoringInfo": {
5633
5633
  "$ref": "#/definitions/esri.rest-api.RendererJson.AuthoringInfoJson",
@@ -5695,7 +5695,7 @@
5695
5695
  },
5696
5696
  "esri.rest-api.RendererJson.PointCloudClassBreaksRendererJson": {
5697
5697
  "additionalProperties": false,
5698
- "description": "PointCloudClassBreaksRenderer defines the color of each point in a PointCloudLayer based on the value of a numeric attribute. Colors are assigned based on classes or ranges of data. Each point is assigned a symbol based on the class break in which the value of the attribute falls. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudClassBreaksRenderer/}.",
5698
+ "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.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudClassBreaksRenderer/}.",
5699
5699
  "properties": {
5700
5700
  "authoringInfo": {
5701
5701
  "$ref": "#/definitions/esri.rest-api.RendererJson.AuthoringInfoJson",
@@ -5710,7 +5710,7 @@
5710
5710
  },
5711
5711
  "colorModulation": {
5712
5712
  "$ref": "__type",
5713
- "description": "Indicates whether modulation should be used to render the point. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
5713
+ "description": "Indicates whether modulation should be used to render the point.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
5714
5714
  },
5715
5715
  "field": {
5716
5716
  "description": "The name of the field that is used for the renderer.",
@@ -5770,7 +5770,7 @@
5770
5770
  },
5771
5771
  "esri.rest-api.RendererJson.PointCloudFixedSizeAlgorithmJson": {
5772
5772
  "additionalProperties": false,
5773
- "description": "Render points with fixed real world or screen space size. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFixedSizeAlgorithm/}.",
5773
+ "description": "Render points with fixed real world or screen space size.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFixedSizeAlgorithm/}.",
5774
5774
  "properties": {
5775
5775
  "size": {
5776
5776
  "description": "Symbol size in real world units or display unit.",
@@ -5793,7 +5793,7 @@
5793
5793
  },
5794
5794
  "esri.rest-api.RendererJson.PointCloudRGBRendererJson": {
5795
5795
  "additionalProperties": false,
5796
- "description": "PointCloudRGBRenderer defines the color of each point in a PointCloudLayer based on the value of a color attribute. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudRGBRenderer/}.",
5796
+ "description": "PointCloudRGBRenderer defines the color of each point in a PointCloudLayer based on the value of a color attribute.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudRGBRenderer/}.",
5797
5797
  "properties": {
5798
5798
  "authoringInfo": {
5799
5799
  "$ref": "#/definitions/esri.rest-api.RendererJson.AuthoringInfoJson",
@@ -5801,7 +5801,7 @@
5801
5801
  },
5802
5802
  "colorModulation": {
5803
5803
  "$ref": "__type",
5804
- "description": "Indicates whether modulation should be used to render the point. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
5804
+ "description": "Indicates whether modulation should be used to render the point.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
5805
5805
  },
5806
5806
  "field": {
5807
5807
  "description": "The name of the field that is used for the renderer.",
@@ -5861,7 +5861,7 @@
5861
5861
  },
5862
5862
  "esri.rest-api.RendererJson.PointCloudSplatAlgorithmJson": {
5863
5863
  "additionalProperties": false,
5864
- "description": "Render points using sizes depending on point density. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudSplatAlgorithm/}.",
5864
+ "description": "Render points using sizes depending on point density.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudSplatAlgorithm/}.",
5865
5865
  "properties": {
5866
5866
  "minSize": {
5867
5867
  "description": "Minimum display space point size in points.",
@@ -5884,7 +5884,7 @@
5884
5884
  },
5885
5885
  "esri.rest-api.RendererJson.PointCloudStretchRendererJson": {
5886
5886
  "additionalProperties": false,
5887
- "description": "PointCloudStretchRenderer defines the color of each point in a PointCloudLayer based on the value of a numeric attribute. They allow you to easily map continuous color ramps to minimum and maximum data values of one of the layer's numeric attribute fields. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudStretchRenderer/}.",
5887
+ "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.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudStretchRenderer/}.",
5888
5888
  "properties": {
5889
5889
  "authoringInfo": {
5890
5890
  "$ref": "#/definitions/esri.rest-api.RendererJson.AuthoringInfoJson",
@@ -5892,7 +5892,7 @@
5892
5892
  },
5893
5893
  "colorModulation": {
5894
5894
  "$ref": "__type",
5895
- "description": "Indicates whether modulation should be used to render the point. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
5895
+ "description": "Indicates whether modulation should be used to render the point.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
5896
5896
  },
5897
5897
  "field": {
5898
5898
  "description": "The name of the field that is used for the renderer.",
@@ -5952,7 +5952,7 @@
5952
5952
  },
5953
5953
  "esri.rest-api.RendererJson.PointCloudUniqueValueRendererJson": {
5954
5954
  "additionalProperties": false,
5955
- "description": "PointCloudUniqueValueRenderer allows you to colorize points in a PointCloudLayer based on an attribute. This is done by using unique colors to represent points with equal attribute values. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudUniqueValueRenderer/}.",
5955
+ "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.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudUniqueValueRenderer/}.",
5956
5956
  "properties": {
5957
5957
  "authoringInfo": {
5958
5958
  "$ref": "#/definitions/esri.rest-api.RendererJson.AuthoringInfoJson",
@@ -5960,7 +5960,7 @@
5960
5960
  },
5961
5961
  "colorModulation": {
5962
5962
  "$ref": "__type",
5963
- "description": "Indicates whether modulation should be used to render the point. See {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
5963
+ "description": "Indicates whether modulation should be used to render the point.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
5964
5964
  },
5965
5965
  "colorUniqueValueInfos": {
5966
5966
  "description": "Unique value infos.",
@@ -6027,7 +6027,7 @@
6027
6027
  },
6028
6028
  "esri.rest-api.RendererJson.PredominanceRendererJson": {
6029
6029
  "additionalProperties": false,
6030
- "description": "This renderer is a type of UniqueValue renderer which is based off the valueExpression property rather than field. Optionally, size and/or transparency visual variables may be included with valueExpression. Note that this renderer is supported for ArcGIS Online hosted feature services and feature collections. See {@link https://developers.arcgis.com/web-map-specification/objects/predominance_renderer/}.",
6030
+ "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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/predominance_renderer/}.",
6031
6031
  "properties": {
6032
6032
  "authoringInfo": {
6033
6033
  "$ref": "#/definitions/esri.rest-api.RendererJson.AuthoringInfoJson",
@@ -6119,11 +6119,11 @@
6119
6119
  "$ref": "#/definitions/esri.rest-api.RendererJson.VectorFieldRendererJson"
6120
6120
  }
6121
6121
  ],
6122
- "description": "A renderer. Part of the ArcGIS REST API (see http://resources.arcgis.com/en/help/rest/apiref/renderer.html)."
6122
+ "description": "A renderer.\n\nPart of the ArcGIS REST API (see http://resources.arcgis.com/en/help/rest/apiref/renderer.html)."
6123
6123
  },
6124
6124
  "esri.rest-api.RendererJson.RotationInfoJson": {
6125
6125
  "additionalProperties": false,
6126
- "description": "The rotation visual variable defines how features rendered with marker symbols are rotated. The rotation value is determined by mapping the values to data in a field, or by other arithmetic means with a function. See {@link https://developers.arcgis.com/web-scene-specification/objects/rotationInfo_visualVariable/} {@link https://developers.arcgis.com/web-map-specification/objects/rotationInfo_visualVariable/}.",
6126
+ "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.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/rotationInfo_visualVariable/} {@link https://developers.arcgis.com/web-map-specification/objects/rotationInfo_visualVariable/}.",
6127
6127
  "properties": {
6128
6128
  "field": {
6129
6129
  "description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
@@ -6139,7 +6139,7 @@
6139
6139
  },
6140
6140
  "rotationType": {
6141
6141
  "$ref": "#/definitions/esri.rest-api.RendererJson.RotationJsonType",
6142
- "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."
6142
+ "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.\n\nMust be one of the following values: geographic, arithmetic."
6143
6143
  },
6144
6144
  "type": {
6145
6145
  "const": "rotationInfo",
@@ -6167,7 +6167,7 @@
6167
6167
  },
6168
6168
  "esri.rest-api.RendererJson.SimpleRendererJson": {
6169
6169
  "additionalProperties": false,
6170
- "description": "A simple renderer is a renderer that uses one symbol only. See {@link https://developers.arcgis.com/web-map-specification/objects/simple_renderer/} {@link https://developers.arcgis.com/web-scene-specification/objects/simpleRenderer/}.",
6170
+ "description": "A simple renderer is a renderer that uses one symbol only.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/simple_renderer/} {@link https://developers.arcgis.com/web-scene-specification/objects/simpleRenderer/}.",
6171
6171
  "properties": {
6172
6172
  "authoringInfo": {
6173
6173
  "$ref": "#/definitions/esri.rest-api.RendererJson.AuthoringInfoJson",
@@ -6214,7 +6214,7 @@
6214
6214
  },
6215
6215
  "esri.rest-api.RendererJson.SizeInfoJson": {
6216
6216
  "additionalProperties": false,
6217
- "description": "The sizeInfo visual variable defines how a continuous color ramp is applied to features based on the values of a numeric field attribute. The minimum and maximum values of the data should be indicated along with their respective color values. You must specify either colors or stops to construct the color ramp. See {@link https://developers.arcgis.com/web-map-specification/objects/sizeInfo_visualVariable/} {@link https://developers.arcgis.com/web-scene-specification/objects/sizeInfo_visualVariable/}.",
6217
+ "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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/sizeInfo_visualVariable/} {@link https://developers.arcgis.com/web-scene-specification/objects/sizeInfo_visualVariable/}.",
6218
6218
  "properties": {
6219
6219
  "axis": {
6220
6220
  "description": "Defines the axis the size visual variable should be applied to when rendering features with an ObjectSymbol3DLayer.",
@@ -6314,7 +6314,7 @@
6314
6314
  },
6315
6315
  "esri.rest-api.RendererJson.SizeJson": {
6316
6316
  "additionalProperties": false,
6317
- "description": "Specifies the largest marker size to use at any given map scale. This is required if valueUnit is set to unknown. See {@link https://developers.arcgis.com/web-map-specification/objects/maxSize/} {@link https://developers.arcgis.com/web-map-specification/objects/minSize/} {@link https://developers.arcgis.com/web-scene-specification/objects/maxSize/} {@link https://developers.arcgis.com/web-scene-specification/objects/minSize/}.",
6317
+ "description": "Specifies the largest marker size to use at any given map scale. This is required if valueUnit is set to unknown.\n\nSee {@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/}.",
6318
6318
  "properties": {
6319
6319
  "expression": {
6320
6320
  "description": "The value which allows a size to be defined based on the map scale. Currently, the only supported expression is, view.scale.",
@@ -6359,7 +6359,7 @@
6359
6359
  },
6360
6360
  "esri.rest-api.RendererJson.TemporalRendererJson": {
6361
6361
  "additionalProperties": false,
6362
- "description": "A temporal renderer is used to perform time-based rendering of features in a feature layer. See {@link https://developers.arcgis.com/web-map-specification/objects/temporalRenderer/}.",
6362
+ "description": "A temporal renderer is used to perform time-based rendering of features in a feature layer.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/temporalRenderer/}.",
6363
6363
  "properties": {
6364
6364
  "authoringInfo": {
6365
6365
  "$ref": "#/definitions/esri.rest-api.RendererJson.AuthoringInfoJson",
@@ -6405,7 +6405,7 @@
6405
6405
  },
6406
6406
  "esri.rest-api.RendererJson.TransparencyInfoJson": {
6407
6407
  "additionalProperties": false,
6408
- "description": "TransparencyInfo is supported by opacityInfo in the JavaScript API. Except type and axis, all properties follow the syntax of the JavaScript API's opacityInfo property. It applies transparency to each feature based on the attribute values in a field. The exception is that the webmap JSON uses transparency (range 0 - 100, with 100 as completely transparent) instead of opacity (range 0 - 1, with 0 as completely transparent). See {@link https://developers.arcgis.com/web-map-specification/objects/transparencyInfo_visualVariable/} {@link https://developers.arcgis.com/web-scene-specification/objects/transparencyInfo_visualVariable/}.",
6408
+ "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).\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/transparencyInfo_visualVariable/} {@link https://developers.arcgis.com/web-scene-specification/objects/transparencyInfo_visualVariable/}.",
6409
6409
  "properties": {
6410
6410
  "field": {
6411
6411
  "description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
@@ -6464,7 +6464,7 @@
6464
6464
  },
6465
6465
  "esri.rest-api.RendererJson.UniqueValueClassJson": {
6466
6466
  "additionalProperties": false,
6467
- "description": "The uniqueValueClass object contains the symbology for grouped unique values in the renderer. See {@link https://developers.arcgis.com/web-map-specification/objects/uniqueValueClass/} {@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueClass/}.",
6467
+ "description": "The uniqueValueClass object contains the symbology for grouped unique values in the renderer.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/uniqueValueClass/} {@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueClass/}.",
6468
6468
  "properties": {
6469
6469
  "description": {
6470
6470
  "description": "String value used to describe the drawn symbol.",
@@ -6497,7 +6497,7 @@
6497
6497
  },
6498
6498
  "esri.rest-api.RendererJson.UniqueValueFromStyleRendererJson": {
6499
6499
  "additionalProperties": false,
6500
- "description": "This is a special version of UniqueValue Renderer, which loads uniqueValue infos from a portal style. See {@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueFromStyleRenderer/}.",
6500
+ "description": "This is a special version of UniqueValue Renderer, which loads uniqueValue infos from a portal style.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueFromStyleRenderer/}.",
6501
6501
  "properties": {
6502
6502
  "authoringInfo": {
6503
6503
  "$ref": "#/definitions/esri.rest-api.RendererJson.AuthoringInfoJson",
@@ -6552,7 +6552,7 @@
6552
6552
  },
6553
6553
  "esri.rest-api.RendererJson.UniqueValueGroupJson": {
6554
6554
  "additionalProperties": false,
6555
- "description": "Represents a group of unique value classes (i.e. symbols). This is used to group symbols under a common heading and/or when representing multiple unique values with a single symbol. See {@link https://developers.arcgis.com/web-map-specification/objects/uniqueValueGroup/} {@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueGroup/}.",
6555
+ "description": "Represents a group of unique value classes (i.e. symbols). This is used to group symbols under a common heading and/or when representing multiple unique values with a single symbol.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/uniqueValueGroup/} {@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueGroup/}.",
6556
6556
  "properties": {
6557
6557
  "classes": {
6558
6558
  "description": "Specifies the classes (i.e. symbols) to group under a common heading. Classes may be included here without a heading when representing multiple values with a single symbol.",
@@ -6570,7 +6570,7 @@
6570
6570
  },
6571
6571
  "esri.rest-api.RendererJson.UniqueValueInfoJson": {
6572
6572
  "additionalProperties": false,
6573
- "description": "The following is a list of properties found on the uniqueValueInfo object, which is one of the properties on the renderer object. The uniqueValueInfo object contains the symbology for each uniquely drawn value in the renderer. See {@link https://developers.arcgis.com/web-map-specification/objects/uniqueValueInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueInfo/}.",
6573
+ "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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/uniqueValueInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueInfo/}.",
6574
6574
  "properties": {
6575
6575
  "description": {
6576
6576
  "description": "String value used to describe the drawn symbol.",
@@ -6597,7 +6597,7 @@
6597
6597
  },
6598
6598
  "esri.rest-api.RendererJson.UniqueValueRendererJson": {
6599
6599
  "additionalProperties": false,
6600
- "description": "A unique value renderer symbolizes groups of features that have matching field values. See {@link https://developers.arcgis.com/web-map-specification/objects/uniqueValue_renderer/} {@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueRenderer/}.",
6600
+ "description": "A unique value renderer symbolizes groups of features that have matching field values.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/uniqueValue_renderer/} {@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueRenderer/}.",
6601
6601
  "properties": {
6602
6602
  "authoringInfo": {
6603
6603
  "$ref": "#/definitions/esri.rest-api.RendererJson.AuthoringInfoJson",
@@ -6766,11 +6766,11 @@
6766
6766
  "$ref": "#/definitions/esri.rest-api.RendererJson.RotationInfoJson"
6767
6767
  }
6768
6768
  ],
6769
- "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'. See {@link https://developers.arcgis.com/web-map-specification/objects/visualVariable/} {@link https://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
6769
+ "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'.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/visualVariable/} {@link https://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
6770
6770
  },
6771
6771
  "esri.rest-api.SceneLayerJson.SceneLayerJson": {
6772
6772
  "additionalProperties": false,
6773
- "description": "The SceneLayer is a layer type designed for on-demand streaming and displaying large amounts of data in a SceneView. SceneLayers support two geometry types: Point and 3D Objects (e.g. Buildings). See {@link https://developers.arcgis.com/web-scene-specification/objects/sceneLayer/}.",
6773
+ "description": "The SceneLayer is a layer type designed for on-demand streaming and displaying large amounts of data in a SceneView. SceneLayers support two geometry types: Point and 3D Objects (e.g. Buildings).\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/sceneLayer/}.",
6774
6774
  "properties": {
6775
6775
  "blendMode": {
6776
6776
  "description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
@@ -6847,7 +6847,7 @@
6847
6847
  "type": "number"
6848
6848
  },
6849
6849
  "opacity": {
6850
- "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
6850
+ "description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
6851
6851
  "type": "number"
6852
6852
  },
6853
6853
  "popupInfo": {
@@ -6904,7 +6904,7 @@
6904
6904
  },
6905
6905
  "esri.rest-api.SpatialReferenceJson.SpatialReferenceJson": {
6906
6906
  "additionalProperties": false,
6907
- "description": "The spatialReference object is located at the top level of the web map JSON hierarchy. In addition to this, it is also available within the operationalLayer and basemap objects. Many predefined spatial references have already been defined and are available for use. A spatial reference can be defined using a well-known ID (WKID) or well-known text (WKT). The default tolerance and resolution values for the associated coordinate system are used. All operational layers in the map are drawn or requested in the spatial reference of the basemap layers. The basemap defines the map spatial reference and tiling scheme. Each basemapLayer must be in the same spatial reference and tiling scheme. For additional information on working with spatial references, and their associated WKIDs, please refer to the ArcGIS REST API documentation which discusses this. See {@link https://developers.arcgis.com/web-map-specification/objects/spatialReference/} {@link https://developers.arcgis.com/web-scene-specification/objects/spatialReference/}.",
6907
+ "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.\n\nMany 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.\n\nAll operational layers in the map are drawn or requested in the spatial reference of the basemap layers.\n\nThe basemap defines the map spatial reference and tiling scheme.\n\nEach basemapLayer must be in the same spatial reference and tiling scheme.\n\nFor additional information on working with spatial references, and their associated WKIDs, please refer to the ArcGIS REST API documentation which discusses this.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/spatialReference/} {@link https://developers.arcgis.com/web-scene-specification/objects/spatialReference/}.",
6908
6908
  "properties": {
6909
6909
  "latestVcsWkid": {
6910
6910
  "description": "(Optional) The current wkid value of the vertical coordinate system.",
@@ -7036,7 +7036,7 @@
7036
7036
  "type": "number"
7037
7037
  },
7038
7038
  "mode": {
7039
- "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.",
7039
+ "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.\n\n- 0: Snapshot mode. Immediately retrieves all features when the map is loaded.\n- 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.\n- 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.",
7040
7040
  "enum": [
7041
7041
  0,
7042
7042
  1,
@@ -7046,7 +7046,7 @@
7046
7046
  "type": "number"
7047
7047
  },
7048
7048
  "opacity": {
7049
- "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
7049
+ "description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
7050
7050
  "type": "number"
7051
7051
  },
7052
7052
  "popupInfo": {
@@ -7117,7 +7117,7 @@
7117
7117
  },
7118
7118
  "esri.rest-api.SublayerJson.SublayerJson": {
7119
7119
  "additionalProperties": false,
7120
- "description": "This object allows overrides on pop-up content and drawing behavior for individual layers of a web service. When used with a feature collection, this object also contains geographic features and their attributes. See {@link https://developers.arcgis.com/web-map-specification/objects/layer/} {@link https://developers.arcgis.com/web-scene-specification/objects/layer/}.",
7120
+ "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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/layer/} {@link https://developers.arcgis.com/web-scene-specification/objects/layer/}.",
7121
7121
  "properties": {
7122
7122
  "defaultVisibility": {
7123
7123
  "description": "Default visibility of the layers in the map service.",
@@ -7137,7 +7137,7 @@
7137
7137
  },
7138
7138
  "field": {
7139
7139
  "$ref": "#/definitions/esri.rest-api.FieldJson.FieldJson",
7140
- "description": "Information about each field in a layer. NOTE: This is how it's typed and documented in the web map spec, but is almost certainly total nonsense."
7140
+ "description": "Information about each field in a layer.\n\nNOTE: This is how it's typed and documented in the web map spec, but is almost certainly total nonsense."
7141
7141
  },
7142
7142
  "id": {
7143
7143
  "description": "A number indicating the index position of the layer in the WMS or map service.",
@@ -7198,7 +7198,7 @@
7198
7198
  },
7199
7199
  "esri.rest-api.SubtypeGroupLayerJson.SubtypeGroupLayerJson": {
7200
7200
  "additionalProperties": false,
7201
- "description": "SubtypeGroupLayer provides the ability to organize several sublayers into one common layer. Suppose there are several FeatureLayers that all represent water features in different dimensions. For example, wells (points), streams (lines), and lakes (polygons). The SubtypeGroupLayer provides the functionality to treat them as one layer called Water Features even though they are stored as separate feature layers. See {@link https://developers.arcgis.com/web-scene-specification/objects/subtypeGroupLayer/}.",
7201
+ "description": "SubtypeGroupLayer provides the ability to organize several sublayers into one common layer. Suppose there are several FeatureLayers that all represent water features in different dimensions. For example, wells (points), streams (lines), and lakes (polygons). The SubtypeGroupLayer provides the functionality to treat them as one layer called Water Features even though they are stored as separate feature layers.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/subtypeGroupLayer/}.",
7202
7202
  "properties": {
7203
7203
  "blendMode": {
7204
7204
  "description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
@@ -7277,7 +7277,7 @@
7277
7277
  "type": "number"
7278
7278
  },
7279
7279
  "opacity": {
7280
- "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
7280
+ "description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
7281
7281
  "type": "number"
7282
7282
  },
7283
7283
  "refreshInterval": {
@@ -7322,7 +7322,7 @@
7322
7322
  },
7323
7323
  "esri.rest-api.SubtypeSublayerJson.SubtypeSublayerJson": {
7324
7324
  "additionalProperties": false,
7325
- "description": "Feature layers can be created by referencing a sublayer 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 sublayer. Feature layers honor any feature templates configured in the source map document. Feature collection objects are used to create a feature sublayer based on the supplied definition. See {@link https://developers.arcgis.com/web-map-specification/objects/subtypeSublayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/subtypeSublayer/}.",
7325
+ "description": "Feature layers can be created by referencing a sublayer 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 sublayer. Feature layers honor any feature templates configured in the source map document. Feature collection objects are used to create a feature sublayer based on the supplied definition.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/subtypeSublayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/subtypeSublayer/}.",
7326
7326
  "properties": {
7327
7327
  "blendMode": {
7328
7328
  "description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
@@ -7398,7 +7398,7 @@
7398
7398
  "type": "number"
7399
7399
  },
7400
7400
  "opacity": {
7401
- "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
7401
+ "description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
7402
7402
  "type": "number"
7403
7403
  },
7404
7404
  "popupInfo": {
@@ -7469,7 +7469,7 @@
7469
7469
  },
7470
7470
  "esri.rest-api.SymbolJson.CIMSymbolJson": {
7471
7471
  "additionalProperties": false,
7472
- "description": "Represents a symbol reference that contains a CIM symbol. In addition to type listed below, a symbol reference will contain additional properties. More details on CIM symbol reference and CIM symbols are available on github: https://github.com/Esri/cim-spec/blob/master/docs/v2/Overview-Symbols.md. See {@link https://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}.",
7472
+ "description": "Represents a symbol reference that contains a CIM symbol. In addition to type listed below, a symbol reference will contain additional properties. More details on CIM symbol reference and CIM symbols are available on github: https://github.com/Esri/cim-spec/blob/master/docs/v2/Overview-Symbols.md.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}.",
7473
7473
  "properties": {
7474
7474
  "type": {
7475
7475
  "const": "CIMSymbolReference",
@@ -7533,7 +7533,7 @@
7533
7533
  },
7534
7534
  "esri.rest-api.SymbolJson.ExtrudeSymbol3DLayerJson": {
7535
7535
  "additionalProperties": false,
7536
- "description": "ExtrudeSymbol3DLayer is used to render Polygon geometries by extruding them upward from the ground, creating a 3D volumetric object. See {@link https://developers.arcgis.com/web-scene-specification/objects/extrudeSymbol3DLayer/}.",
7536
+ "description": "ExtrudeSymbol3DLayer is used to render Polygon geometries by extruding them upward from the ground, creating a 3D volumetric object.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/extrudeSymbol3DLayer/}.",
7537
7537
  "properties": {
7538
7538
  "enable": {
7539
7539
  "description": "Type: Boolean.",
@@ -7560,7 +7560,7 @@
7560
7560
  },
7561
7561
  "esri.rest-api.SymbolJson.FillSymbol3DLayerJson": {
7562
7562
  "additionalProperties": false,
7563
- "description": "FillSymbol3DLayer is used to render the surfaces of flat 2D Polygon geometries and 3D volumetric meshes in a SceneView. See {@link https://developers.arcgis.com/web-scene-specification/objects/fillSymbol3DLayer/}.",
7563
+ "description": "FillSymbol3DLayer is used to render the surfaces of flat 2D Polygon geometries and 3D volumetric meshes in a SceneView.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/fillSymbol3DLayer/}.",
7564
7564
  "properties": {
7565
7565
  "castShadows": {
7566
7566
  "description": "Boolean to control the shadow casting behavior of the rendered geometries.",
@@ -7595,7 +7595,7 @@
7595
7595
  },
7596
7596
  "esri.rest-api.SymbolJson.FontJson": {
7597
7597
  "additionalProperties": false,
7598
- "description": "Font used for text symbols. See {@link https://developers.arcgis.com/web-map-specification/objects/font/} {@link https://developers.arcgis.com/web-scene-specification/objects/font/}.",
7598
+ "description": "Font used for text symbols.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/font/} {@link https://developers.arcgis.com/web-scene-specification/objects/font/}.",
7599
7599
  "properties": {
7600
7600
  "decoration": {
7601
7601
  "description": "The text decoration.",
@@ -7638,7 +7638,7 @@
7638
7638
  },
7639
7639
  "esri.rest-api.SymbolJson.IconSymbol3DLayerJson": {
7640
7640
  "additionalProperties": false,
7641
- "description": "IconSymbol3DLayer is used to render Point geometries using a flat 2D icon (e.g. a circle) with a PointSymbol3D in a SceneView. See {@link https://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer/}.",
7641
+ "description": "IconSymbol3DLayer is used to render Point geometries using a flat 2D icon (e.g. a circle) with a PointSymbol3D in a SceneView.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer/}.",
7642
7642
  "properties": {
7643
7643
  "anchor": {
7644
7644
  "description": "Must be one of the following values: center, left, right, top, bottom, topLeft, topRight, bottomLeft, bottomRight.",
@@ -7688,7 +7688,7 @@
7688
7688
  },
7689
7689
  "esri.rest-api.SymbolJson.LabelSymbol3DJson": {
7690
7690
  "additionalProperties": false,
7691
- "description": "LabelSymbol3D is used to render labels for features from a FeatureLayer in a 3D SceneView. See {@link https://developers.arcgis.com/web-scene-specification/objects/labelSymbol3D/}.",
7691
+ "description": "LabelSymbol3D is used to render labels for features from a FeatureLayer in a\n3D SceneView.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/labelSymbol3D/}.",
7692
7692
  "properties": {
7693
7693
  "callout": {
7694
7694
  "$ref": "#/definitions/esri.rest-api.SymbolJson.CalloutJson",
@@ -7719,7 +7719,7 @@
7719
7719
  },
7720
7720
  "esri.rest-api.SymbolJson.LineSymbol3DJson": {
7721
7721
  "additionalProperties": false,
7722
- "description": "LineSymbol3D is used to render features with Polyline geometry in a 3D SceneView. See {@link https://developers.arcgis.com/web-scene-specification/objects/lineSymbol3D/}.",
7722
+ "description": "LineSymbol3D is used to render features with Polyline geometry in a 3D SceneView.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/lineSymbol3D/}.",
7723
7723
  "properties": {
7724
7724
  "symbolLayers": {
7725
7725
  "description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
@@ -7749,7 +7749,7 @@
7749
7749
  },
7750
7750
  "esri.rest-api.SymbolJson.LineSymbol3DLayerJson": {
7751
7751
  "additionalProperties": false,
7752
- "description": "LineSymbol3DLayer renders Polyline geometries using a flat 2D line with a LineSymbol3D in a 3D SceneView. See {@link https://developers.arcgis.com/web-scene-specification/objects/lineSymbol3DLayer/}.",
7752
+ "description": "LineSymbol3DLayer renders Polyline geometries using a flat 2D line with a LineSymbol3D in a 3D SceneView.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/lineSymbol3DLayer/}.",
7753
7753
  "properties": {
7754
7754
  "enable": {
7755
7755
  "description": "Type: Boolean.",
@@ -7776,14 +7776,14 @@
7776
7776
  },
7777
7777
  "esri.rest-api.SymbolJson.MaterialJson": {
7778
7778
  "additionalProperties": false,
7779
- "description": "The material used to shade the geometry. See {@link https://developers.arcgis.com/web-scene-specification/objects/material/}.",
7779
+ "description": "The material used to shade the geometry.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/material/}.",
7780
7780
  "properties": {
7781
7781
  "color": {
7782
7782
  "$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
7783
7783
  "description": "Color is represented as a three or four-element array."
7784
7784
  },
7785
7785
  "colorMixMode": {
7786
- "description": "Controls how symbolLayer or visualVariable color is applied onto the underlying geometry color/texture. This property only applies to FillSymbol3DLayer within MeshSymbol3D. - Tint: the feature's appearance (in terms of color) should be altered to match the symbol / visual variable color. - Replace: the feature's color is replaced with the symbol / visual variable color. - Multiply: the feature's color is multiplied with the symbol color.",
7786
+ "description": "Controls how symbolLayer or visualVariable color is applied onto the underlying geometry color/texture. This property only applies to FillSymbol3DLayer within MeshSymbol3D.\n\n- Tint: the feature's appearance (in terms of color) should be altered to match the symbol / visual variable color.\n- Replace: the feature's color is replaced with the symbol / visual variable color.\n- Multiply: the feature's color is multiplied with the symbol color.",
7787
7787
  "enum": [
7788
7788
  "multiply",
7789
7789
  "replace",
@@ -7800,7 +7800,7 @@
7800
7800
  },
7801
7801
  "esri.rest-api.SymbolJson.MeshSymbol3DJson": {
7802
7802
  "additionalProperties": false,
7803
- "description": "MeshSymbol3D is used to render 3D mesh features in a SceneLayer in a 3D SceneView. See {@link https://developers.arcgis.com/web-scene-specification/objects/meshSymbol3D/}.",
7803
+ "description": "MeshSymbol3D is used to render 3D mesh features in a SceneLayer in a 3D SceneView.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/meshSymbol3D/}.",
7804
7804
  "properties": {
7805
7805
  "symbolLayers": {
7806
7806
  "description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
@@ -7823,7 +7823,7 @@
7823
7823
  },
7824
7824
  "esri.rest-api.SymbolJson.ObjectSymbol3DLayerJson": {
7825
7825
  "additionalProperties": false,
7826
- "description": "ObjectSymbol3DLayer is used to render Point geometries using a volumetric 3D shape (e.g., a sphere or cylinder) with a PointSymbol3D in a SceneView. See {@link https://developers.arcgis.com/web-scene-specification/objects/objectSymbol3DLayer/}.",
7826
+ "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.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/objectSymbol3DLayer/}.",
7827
7827
  "properties": {
7828
7828
  "anchor": {
7829
7829
  "description": "The positioning of the object relative to the geometry. Must be one of the following values: center, bottom, origin.",
@@ -7892,7 +7892,7 @@
7892
7892
  },
7893
7893
  "esri.rest-api.SymbolJson.OutlineJson": {
7894
7894
  "additionalProperties": false,
7895
- "description": "The outline of the point, line or polygon. See {@link https://developers.arcgis.com/web-scene-specification/objects/outline/}.",
7895
+ "description": "The outline of the point, line or polygon.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/outline/}.",
7896
7896
  "properties": {
7897
7897
  "color": {
7898
7898
  "$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
@@ -7911,7 +7911,7 @@
7911
7911
  },
7912
7912
  "esri.rest-api.SymbolJson.PathSymbol3DLayerJson": {
7913
7913
  "additionalProperties": false,
7914
- "description": "PathSymbol3DLayer renders Polyline geometries using a volumetric 3D tube with a LineSymbol3D in a SceneView. See {@link https://developers.arcgis.com/web-scene-specification/objects/pathSymbol3DLayer/}.",
7914
+ "description": "PathSymbol3DLayer renders Polyline geometries using a volumetric 3D tube with a LineSymbol3D in a SceneView.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pathSymbol3DLayer/}.",
7915
7915
  "properties": {
7916
7916
  "material": {
7917
7917
  "$ref": "#/definitions/esri.rest-api.SymbolJson.MaterialJson",
@@ -7938,7 +7938,7 @@
7938
7938
  },
7939
7939
  "esri.rest-api.SymbolJson.PictureFillSymbolJson": {
7940
7940
  "additionalProperties": false,
7941
- "description": "Picture fill symbols can be used to symbolize polygon geometries. See {@link https://developers.arcgis.com/web-map-specification/objects/esriPFS_symbol/}.",
7941
+ "description": "Picture fill symbols can be used to symbolize polygon geometries.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/esriPFS_symbol/}.",
7942
7942
  "properties": {
7943
7943
  "angle": {
7944
7944
  "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.",
@@ -7997,7 +7997,7 @@
7997
7997
  },
7998
7998
  "esri.rest-api.SymbolJson.PictureMarkerSymbolJson": {
7999
7999
  "additionalProperties": false,
8000
- "description": "Picture marker symbols can be used to symbolize point geometries. See {@link https://developers.arcgis.com/web-map-specification/objects/esriPMS_symbol/}.",
8000
+ "description": "Picture marker symbols can be used to symbolize point geometries.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/esriPMS_symbol/}.",
8001
8001
  "properties": {
8002
8002
  "angle": {
8003
8003
  "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.",
@@ -8044,7 +8044,7 @@
8044
8044
  },
8045
8045
  "esri.rest-api.SymbolJson.PointSymbol3DJson": {
8046
8046
  "additionalProperties": false,
8047
- "description": "PointSymbol3D is used to render features with Point geometry in a 3D SceneView. See {@link https://developers.arcgis.com/web-scene-specification/objects/pointSymbol3D/}.",
8047
+ "description": "PointSymbol3D is used to render features with Point geometry in a 3D SceneView.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pointSymbol3D/}.",
8048
8048
  "properties": {
8049
8049
  "callout": {
8050
8050
  "$ref": "#/definitions/esri.rest-api.SymbolJson.CalloutJson",
@@ -8086,7 +8086,7 @@
8086
8086
  },
8087
8087
  "esri.rest-api.SymbolJson.PolygonSymbol3DJson": {
8088
8088
  "additionalProperties": false,
8089
- "description": "PolygonSymbol3D is used to render features with Polygon geometry in a 3D SceneView. Polygon features may also be rendered as points with icons or objects at the centroid of each polygon. See {@link https://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}.",
8089
+ "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.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}.",
8090
8090
  "properties": {
8091
8091
  "symbolLayers": {
8092
8092
  "description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
@@ -8119,7 +8119,7 @@
8119
8119
  },
8120
8120
  "esri.rest-api.SymbolJson.ResourceIconSymbolJson": {
8121
8121
  "additionalProperties": false,
8122
- "description": "The shape (primitive) or image URL (href) used to visualize the features. See {@link https://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer_resource/}.",
8122
+ "description": "The shape (primitive) or image URL (href) used to visualize the features.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer_resource/}.",
8123
8123
  "properties": {
8124
8124
  "dataURI": {
8125
8125
  "description": "An image encoded as base64 string, starting with data:image.",
@@ -8138,7 +8138,7 @@
8138
8138
  },
8139
8139
  "esri.rest-api.SymbolJson.ResourceObjectSymbolJson": {
8140
8140
  "additionalProperties": false,
8141
- "description": "The primitive shape (primitive) or external 3D model (href) used to visualize the points. See {@link https://developers.arcgis.com/web-scene-specification/objects/objectSymbol3DLayer_resource/}.",
8141
+ "description": "The primitive shape (primitive) or external 3D model (href) used to visualize the points.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/objectSymbol3DLayer_resource/}.",
8142
8142
  "properties": {
8143
8143
  "href": {
8144
8144
  "description": "Must be an absolute URL or a relative path starting with \"./\".",
@@ -8153,7 +8153,7 @@
8153
8153
  },
8154
8154
  "esri.rest-api.SymbolJson.SimpleFillSymbolJson": {
8155
8155
  "additionalProperties": false,
8156
- "description": "Simple fill symbols can be used to symbolize polygon geometries. See {@link https://developers.arcgis.com/web-map-specification/objects/esriSFS_symbol/}.",
8156
+ "description": "Simple fill symbols can be used to symbolize polygon geometries.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/esriSFS_symbol/}.",
8157
8157
  "properties": {
8158
8158
  "color": {
8159
8159
  "$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
@@ -8190,7 +8190,7 @@
8190
8190
  },
8191
8191
  "esri.rest-api.SymbolJson.SimpleLineSymbolJson": {
8192
8192
  "additionalProperties": false,
8193
- "description": "Simple line symbols can be used to symbolize polyline geometries or outlines for polygon fills. See {@link https://developers.arcgis.com/web-map-specification/objects/esriSLS_symbol/}.",
8193
+ "description": "Simple line symbols can be used to symbolize polyline geometries or outlines for polygon fills.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/esriSLS_symbol/}.",
8194
8194
  "properties": {
8195
8195
  "color": {
8196
8196
  "$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
@@ -8225,7 +8225,7 @@
8225
8225
  },
8226
8226
  "esri.rest-api.SymbolJson.SimpleMarkerSymbolJson": {
8227
8227
  "additionalProperties": false,
8228
- "description": "Simple marker symbols can be used to symbolize point geometries. See {@link https://developers.arcgis.com/web-map-specification/objects/esriSMS_symbol/}.",
8228
+ "description": "Simple marker symbols can be used to symbolize point geometries.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/esriSMS_symbol/}.",
8229
8229
  "properties": {
8230
8230
  "angle": {
8231
8231
  "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.",
@@ -8345,7 +8345,7 @@
8345
8345
  },
8346
8346
  "esri.rest-api.SymbolJson.StyleSymbolReferenceJson": {
8347
8347
  "additionalProperties": false,
8348
- "description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem. See {@link https://developers.arcgis.com/web-scene-specification/objects/styleSymbolReference/}.",
8348
+ "description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/styleSymbolReference/}.",
8349
8349
  "properties": {
8350
8350
  "name": {
8351
8351
  "description": "Identifies a symbol in the style by name.",
@@ -8463,11 +8463,11 @@
8463
8463
  "$ref": "#/definitions/esri.rest-api.SymbolJson.StyleSymbolReferenceJson"
8464
8464
  }
8465
8465
  ],
8466
- "description": "A symbol representing a feature on the map. Part of the Esri ArcGIS REST API (see http://resources.arcgis.com/en/help/rest/apiref/symbol.html). See {@link https://developers.arcgis.com/web-map-specification/objects/symbol/}."
8466
+ "description": "A symbol representing a feature on the map.\n\nPart of the Esri ArcGIS REST API (see http://resources.arcgis.com/en/help/rest/apiref/symbol.html). See {@link https://developers.arcgis.com/web-map-specification/objects/symbol/}."
8467
8467
  },
8468
8468
  "esri.rest-api.SymbolJson.TextSymbol3DLayerJson": {
8469
8469
  "additionalProperties": false,
8470
- "description": "TextSymbol3DLayer is used to draw text labels for features of any geometry type. See {@link https://developers.arcgis.com/web-scene-specification/objects/textSymbol3DLayer/}.",
8470
+ "description": "TextSymbol3DLayer is used to draw text labels for features of any geometry type.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/textSymbol3DLayer/}.",
8471
8471
  "properties": {
8472
8472
  "font": {
8473
8473
  "$ref": "#/definitions/esri.rest-api.SymbolJson.FontJson",
@@ -8498,7 +8498,7 @@
8498
8498
  },
8499
8499
  "esri.rest-api.SymbolJson.TextSymbolJson": {
8500
8500
  "additionalProperties": false,
8501
- "description": "Text symbols are used to add text to a feature (labeling). See {@link https://developers.arcgis.com/web-map-specification/objects/esriTS_symbol/}.",
8501
+ "description": "Text symbols are used to add text to a feature (labeling).\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/esriTS_symbol/}.",
8502
8502
  "properties": {
8503
8503
  "angle": {
8504
8504
  "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.",
@@ -8611,7 +8611,7 @@
8611
8611
  },
8612
8612
  "esri.rest-api.TemplateJson.TemplateJson": {
8613
8613
  "additionalProperties": false,
8614
- "description": "Templates describe features that can be created in a layer. Templates are used with map notes, other feature collections, and editable web-based CSV layers. They are not used with ArcGIS feature services, which already have feature templates defined in the service. Templates are defined as a property of the layer definition when there are no types defined; otherwise, templates are defined as properties of the types. See {@link https://developers.arcgis.com/web-map-specification/objects/template/} {@link https://developers.arcgis.com/web-scene-specification/objects/template/}.",
8614
+ "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.\n\nTemplates are defined as a property of the layer definition when there are no types defined; otherwise, templates are defined as properties of the types.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/template/} {@link https://developers.arcgis.com/web-scene-specification/objects/template/}.",
8615
8615
  "properties": {
8616
8616
  "description": {
8617
8617
  "description": "A detailed description of the template.",
@@ -8649,7 +8649,7 @@
8649
8649
  },
8650
8650
  "esri.rest-api.TiledImageServiceLayerJson.TiledImageServiceLayerJson": {
8651
8651
  "additionalProperties": false,
8652
- "description": "An ArcGIS Tiled Image Service layer displays map content from an ArcGIS Server Image service that has been cached (tiled). See {@link https://developers.arcgis.com/web-map-specification/objects/tiledImageServiceLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/tiledImageServiceLayer/}.",
8652
+ "description": "An ArcGIS Tiled Image Service layer displays map content from an ArcGIS Server Image service that has been cached (tiled).\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/tiledImageServiceLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/tiledImageServiceLayer/}.",
8653
8653
  "properties": {
8654
8654
  "blendMode": {
8655
8655
  "description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
@@ -8725,7 +8725,7 @@
8725
8725
  "type": "number"
8726
8726
  },
8727
8727
  "opacity": {
8728
- "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
8728
+ "description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
8729
8729
  "type": "number"
8730
8730
  },
8731
8731
  "refreshInterval": {
@@ -8770,7 +8770,7 @@
8770
8770
  },
8771
8771
  "esri.rest-api.TiledMapServiceLayerJson.TiledMapServiceLayerJson": {
8772
8772
  "additionalProperties": false,
8773
- "description": "An ArcGIS Tiled Map Service layer displays map content from an ArcGIS Server Map service that has been cached (tiled). See {@link https://developers.arcgis.com/web-map-specification/objects/tiledMapServiceLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/tiledMapServiceLayer/}.",
8773
+ "description": "An ArcGIS Tiled Map Service layer displays map content from an ArcGIS Server Map service that has been cached (tiled).\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/tiledMapServiceLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/tiledMapServiceLayer/}.",
8774
8774
  "properties": {
8775
8775
  "blendMode": {
8776
8776
  "description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
@@ -8864,7 +8864,7 @@
8864
8864
  "type": "number"
8865
8865
  },
8866
8866
  "opacity": {
8867
- "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
8867
+ "description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
8868
8868
  "type": "number"
8869
8869
  },
8870
8870
  "path": {
@@ -8913,7 +8913,7 @@
8913
8913
  },
8914
8914
  "esri.rest-api.TypeJson.TypeJson": {
8915
8915
  "additionalProperties": false,
8916
- "description": "Types contain information about the combinations of attributes allowed for features in the dataset. Each feature in the dataset can have a type, indicated in its typeIdField, which is used in LayerDefinition. See {@link https://developers.arcgis.com/web-map-specification/objects/type/} {@link https://developers.arcgis.com/web-scene-specification/objects/type/}.",
8916
+ "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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/type/} {@link https://developers.arcgis.com/web-scene-specification/objects/type/}.",
8917
8917
  "properties": {
8918
8918
  "domains": {
8919
8919
  "description": "A set of domain objects for each domain in the type."
@@ -8930,7 +8930,7 @@
8930
8930
  "type": "string"
8931
8931
  },
8932
8932
  "templates": {
8933
- "description": "An array of template objects describing features that can be created in this 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. You might have more than one template per type if the attributes of available features vary slightly. For example, you might have a type named Copper pipe containing two templates: one whose DIAMETER property is 12 and another whose DIAMETER property is 10.",
8933
+ "description": "An array of template objects describing features that can be created in this 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.\n\nTemplates are defined as a property of the layer definition when there are no types defined; otherwise, templates are defined as properties of the types.\n\nYou might have more than one template per type if the attributes of available features vary slightly. For example, you might have a type named Copper pipe containing two templates: one whose DIAMETER property is 12 and another whose DIAMETER property is 10.",
8934
8934
  "items": {
8935
8935
  "$ref": "#/definitions/esri.rest-api.TemplateJson.TemplateJson"
8936
8936
  },
@@ -8941,7 +8941,7 @@
8941
8941
  },
8942
8942
  "esri.rest-api.VectorTileLayerJson.VectorTileLayerJson": {
8943
8943
  "additionalProperties": false,
8944
- "description": "A vector tile layer references a set of web-accessible vector tiles and the corresponding style for how those tiles should be drawn. See {@link https://developers.arcgis.com/web-map-specification/objects/vectorTileLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/vectorTileLayer/}.",
8944
+ "description": "A vector tile layer references a set of web-accessible vector tiles and the corresponding style for how those tiles should be drawn.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/vectorTileLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/vectorTileLayer/}.",
8945
8945
  "properties": {
8946
8946
  "blendMode": {
8947
8947
  "description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
@@ -9017,7 +9017,7 @@
9017
9017
  "type": "number"
9018
9018
  },
9019
9019
  "opacity": {
9020
- "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
9020
+ "description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
9021
9021
  "type": "number"
9022
9022
  },
9023
9023
  "path": {
@@ -9066,7 +9066,7 @@
9066
9066
  },
9067
9067
  "esri.rest-api.WFSLayerJson.WFSInfoJson": {
9068
9068
  "additionalProperties": false,
9069
- "description": "Object that defines and provides information about layers in a WFS service. See {@link https://developers.arcgis.com/web-map-specification/objects/wfsInfo/}.",
9069
+ "description": "Object that defines and provides information about layers in a WFS service.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/wfsInfo/}.",
9070
9070
  "properties": {
9071
9071
  "customParameters": {
9072
9072
  "description": "A sequence of parameters used to append custom parameters to all WFS requests. These parameters are applied to GetCapabilities, DescribeFeatureType, and GetFeatures."
@@ -9107,7 +9107,7 @@
9107
9107
  },
9108
9108
  "esri.rest-api.WFSLayerJson.WFSLayerJson": {
9109
9109
  "additionalProperties": false,
9110
- "description": "OGC Web Feature Service (WFS) is a dynamic feature service that follows the specifications of OGC. See {@link https://developers.arcgis.com/web-map-specification/objects/wfsLayer/} and {@link https://developers.arcgis.com/web-scene-specification/objects/wfsLayer/}.",
9110
+ "description": "OGC Web Feature Service (WFS) is a dynamic feature service that follows the specifications of OGC.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/wfsLayer/} and {@link https://developers.arcgis.com/web-scene-specification/objects/wfsLayer/}.",
9111
9111
  "properties": {
9112
9112
  "blendMode": {
9113
9113
  "description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
@@ -9192,7 +9192,7 @@
9192
9192
  "type": "number"
9193
9193
  },
9194
9194
  "opacity": {
9195
- "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
9195
+ "description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
9196
9196
  "type": "number"
9197
9197
  },
9198
9198
  "popupInfo": {
@@ -9249,7 +9249,7 @@
9249
9249
  },
9250
9250
  "esri.rest-api.WMSLayerJson.WMSLayerJson": {
9251
9251
  "additionalProperties": false,
9252
- "description": "A layer consuming a Web Map Service (WMS). The WMS specification is an international specification for serving and consuming dynamic maps on the web. For additional information on publishing WMS services, please see the ArcGIS Server help. See {@link https://developers.arcgis.com/web-map-specification/objects/wmsLayer/}.",
9252
+ "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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/wmsLayer/}.",
9253
9253
  "properties": {
9254
9254
  "blendMode": {
9255
9255
  "description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
@@ -9381,7 +9381,7 @@
9381
9381
  "type": "number"
9382
9382
  },
9383
9383
  "opacity": {
9384
- "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
9384
+ "description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
9385
9385
  "type": "number"
9386
9386
  },
9387
9387
  "refreshInterval": {
@@ -9444,7 +9444,7 @@
9444
9444
  },
9445
9445
  "esri.rest-api.WMSSublayerJson.WMSSublayerJson": {
9446
9446
  "additionalProperties": false,
9447
- "description": "A layer object may allow overrides on popup content and drawing behavior for individual layers of a web service. See {@link https://developers.arcgis.com/web-map-specification/objects/wmsLayer_layer/}.",
9447
+ "description": "A layer object may allow overrides on popup content and drawing behavior for individual layers of a web service.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/wmsLayer_layer/}.",
9448
9448
  "properties": {
9449
9449
  "legendUrl": {
9450
9450
  "description": "A string URL to a legend graphic for the layer.",
@@ -9471,7 +9471,7 @@
9471
9471
  },
9472
9472
  "esri.rest-api.WebTileLayerJson.TileInfoJson": {
9473
9473
  "additionalProperties": false,
9474
- "description": "Tile information, returned from the WMTS OGC Web Service. The tileInfo will contain the spatial reference of the layer. TileInfo is the same json representation as the ArcGIS Map/Image service tileInfo except that it may contain a levelValue on the lod objects that should be used instead of the level in the templateUrl. See {@link https://developers.arcgis.com/web-map-specification/objects/tileInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/tileInfo/}.",
9474
+ "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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/tileInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/tileInfo/}.",
9475
9475
  "properties": {
9476
9476
  "cols": {
9477
9477
  "description": "Requested tile's column.",
@@ -9538,7 +9538,7 @@
9538
9538
  },
9539
9539
  "esri.rest-api.WebTileLayerJson.WebTileLayerJson": {
9540
9540
  "additionalProperties": false,
9541
- "description": "A tile layer is a derived from a set of web-accessible tiles which reside on a server. The tiles are accessed by a direct URL request from the web browser. Because the tiles in a tile layer are not available as a service, they must be in a specific format for a web app such as the ArcGIS.com map viewer to display the layer on a map. See {@link https://developers.arcgis.com/web-map-specification/objects/tiledLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/tiledLayer/}.",
9541
+ "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.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/tiledLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/tiledLayer/}.",
9542
9542
  "properties": {
9543
9543
  "blendMode": {
9544
9544
  "description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
@@ -9619,7 +9619,7 @@
9619
9619
  "type": "number"
9620
9620
  },
9621
9621
  "opacity": {
9622
- "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
9622
+ "description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
9623
9623
  "type": "number"
9624
9624
  },
9625
9625
  "refreshInterval": {