@vertigis/viewer-spec 51.10.0 → 51.11.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (100) hide show
  1. package/analytics/CommonAction.d.ts +1 -1
  2. package/analytics/MobileAction.d.ts +1 -1
  3. package/analytics/WebAction.d.ts +1 -1
  4. package/app-config/common/BrandingModelProperties.d.ts +1 -1
  5. package/app-config/common/BrandingThemeProperties.d.ts +1 -1
  6. package/app-config/common/CoordinateFormat.d.ts +1 -1
  7. package/app-config/common/ItemRef.d.ts +1 -1
  8. package/app-config/common/RegionModelProperties.d.ts +1 -1
  9. package/app-config/common/TranslatableText.d.ts +1 -1
  10. package/app-config/common/colors.d.ts +1 -1
  11. package/app-config/mobile/EventListenerModelProperties.d.ts +10 -10
  12. package/app-config/mobile/SearchModelProperties.d.ts +1 -1
  13. package/app-config/schema/common-app-config.schema.json +1 -1
  14. package/app-config/schema/mobile-app-config.schema.json +1 -1
  15. package/app-config/schema/web-app-config.schema.json +1 -1
  16. package/app-config/web/ChartModelProperties.d.ts +1 -1
  17. package/app-config/web/DrawModelProperties.d.ts +1 -1
  18. package/app-config/web/HasVisibilityFilters.d.ts +4 -4
  19. package/app-config/web/KpiCardModelProperties.d.ts +3 -3
  20. package/app-config/web/MapModelProperties.d.ts +2 -2
  21. package/app-config/web/MeasurementModelProperties.d.ts +2 -2
  22. package/app-config/web/ResultsModelProperties.d.ts +2 -2
  23. package/app-config/web/ResultsServiceModelProperties.d.ts +5 -3
  24. package/app-config/web/VertigisWebModelProperties.d.ts +1 -1
  25. package/messaging/Event.d.ts +1 -1
  26. package/messaging/common.d.ts +19 -19
  27. package/messaging/registry/Commands.js +1 -1
  28. package/messaging/registry/Events.js +1 -1
  29. package/messaging/registry/Operations.js +1 -1
  30. package/messaging/registry/app-config.js +1 -1
  31. package/messaging/registry/app.js +1 -1
  32. package/messaging/registry/arcade.js +1 -1
  33. package/messaging/registry/auth.js +1 -1
  34. package/messaging/registry/basemap.d.ts +2 -2
  35. package/messaging/registry/basemap.js +1 -1
  36. package/messaging/registry/bookmark.js +1 -1
  37. package/messaging/registry/charts.js +1 -1
  38. package/messaging/registry/debugConsole.js +1 -1
  39. package/messaging/registry/device.js +1 -1
  40. package/messaging/registry/display.js +1 -1
  41. package/messaging/registry/drawing.d.ts +1 -1
  42. package/messaging/registry/drawing.js +1 -1
  43. package/messaging/registry/edit.js +1 -1
  44. package/messaging/registry/file.d.ts +2 -2
  45. package/messaging/registry/file.js +1 -1
  46. package/messaging/registry/geocode.js +1 -1
  47. package/messaging/registry/geolocation.js +1 -1
  48. package/messaging/registry/geometry-toolbar.js +1 -1
  49. package/messaging/registry/geometry.d.ts +3 -3
  50. package/messaging/registry/geometry.js +1 -1
  51. package/messaging/registry/highlights.js +1 -1
  52. package/messaging/registry/input.js +1 -1
  53. package/messaging/registry/iwtm.js +1 -1
  54. package/messaging/registry/kpi.js +1 -1
  55. package/messaging/registry/layer-comparison.js +1 -1
  56. package/messaging/registry/layer-presets.js +1 -1
  57. package/messaging/registry/layers.d.ts +1 -1
  58. package/messaging/registry/layers.js +1 -1
  59. package/messaging/registry/layout.js +1 -1
  60. package/messaging/registry/location-marker.d.ts +4 -4
  61. package/messaging/registry/location-marker.js +1 -1
  62. package/messaging/registry/logViewer.js +1 -1
  63. package/messaging/registry/map.d.ts +9 -4
  64. package/messaging/registry/map.js +1 -1
  65. package/messaging/registry/measurement.js +1 -1
  66. package/messaging/registry/messaging.js +1 -1
  67. package/messaging/registry/network.js +1 -1
  68. package/messaging/registry/offline.js +1 -1
  69. package/messaging/registry/panel.js +1 -1
  70. package/messaging/registry/photos.js +1 -1
  71. package/messaging/registry/portal.js +1 -1
  72. package/messaging/registry/printing.d.ts +1 -1
  73. package/messaging/registry/printing.js +1 -1
  74. package/messaging/registry/region.js +1 -1
  75. package/messaging/registry/reports.js +1 -1
  76. package/messaging/registry/results.d.ts +1 -1
  77. package/messaging/registry/results.js +1 -1
  78. package/messaging/registry/search.js +1 -1
  79. package/messaging/registry/settings.js +1 -1
  80. package/messaging/registry/shortcut.js +1 -1
  81. package/messaging/registry/sketching.d.ts +4 -4
  82. package/messaging/registry/sketching.js +1 -1
  83. package/messaging/registry/studioAnalytics.js +1 -1
  84. package/messaging/registry/system.d.ts +4 -4
  85. package/messaging/registry/system.js +1 -1
  86. package/messaging/registry/tasks.js +1 -1
  87. package/messaging/registry/ui.d.ts +3 -3
  88. package/messaging/registry/ui.js +1 -1
  89. package/messaging/registry/viewer.d.ts +4 -4
  90. package/messaging/registry/viewer.js +1 -1
  91. package/messaging/registry/workflow.js +1 -1
  92. package/messaging/schema/common-action.schema.json +197 -198
  93. package/messaging/schema/common-event.schema.json +193 -194
  94. package/messaging/schema/mobile-action.schema.json +199 -200
  95. package/messaging/schema/mobile-event.schema.json +193 -194
  96. package/messaging/schema/web-action.schema.json +203 -204
  97. package/messaging/schema/web-event.schema.json +194 -195
  98. package/package.json +24 -20
  99. package/version.d.ts +1 -1
  100. package/version.js +1 -1
@@ -737,7 +737,7 @@
737
737
  },
738
738
  {
739
739
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
740
- "description": "Color is represented as a four-element array. The four elements represent values for red, green, blue, and alpha in that order. Values range from 0 through 255. If color is undefined for a symbol, the color value is null.{@linkhttps://developers.arcgis.com/web-map-specification/objects/color/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/color/}."
740
+ "description": "Color is represented as a four-element array. The four elements represent values for red, green, blue, and alpha in that order. Values range from 0 through 255. If color is undefined for a symbol, the color value is null. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/color/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/color/}."
741
741
  }
742
742
  ],
743
743
  "description": "Indicates the color for the Marker. This property is only used if the symbol is a well-known ID."
@@ -1558,7 +1558,7 @@
1558
1558
  "type": "number"
1559
1559
  },
1560
1560
  "refreshInterval": {
1561
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
1561
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
1562
1562
  "type": "number"
1563
1563
  },
1564
1564
  "showLegend": {
@@ -1770,7 +1770,7 @@
1770
1770
  },
1771
1771
  "esri.rest-api.CIMSymbol.CIMSymbol": {
1772
1772
  "additionalProperties": false,
1773
- "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.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}.",
1773
+ "description": "Represents a symbol reference that contains a CIM symbol. In addition to type listed below, a symbol reference will contain additional properties. More details on CIM symbol reference and CIM symbols are available on github: https://github.com/Esri/cim-spec/blob/master/docs/v2/Overview-Symbols.md. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}.",
1774
1774
  "properties": {
1775
1775
  "type": {
1776
1776
  "description": "Specifies the type of symbol used.",
@@ -1787,7 +1787,7 @@
1787
1787
  },
1788
1788
  "esri.rest-api.CSVLayer.CSVLayer": {
1789
1789
  "additionalProperties": false,
1790
- "description": "The CSV layer type references a CSV or TXT file from a publicly-accessible web server. It then dynamically loads into the map at run time. The CSV layer will maintain a reference to the CSV resource.{@linkhttps://developers.arcgis.com/web-map-specification/objects/csvLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/csvLayer/}.",
1790
+ "description": "The CSV layer type references a CSV or TXT file from a publicly-accessible web server. It then dynamically loads into the map at run time. The CSV layer will maintain a reference to the CSV resource. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/csvLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/csvLayer/}.",
1791
1791
  "properties": {
1792
1792
  "blendMode": {
1793
1793
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -1845,7 +1845,7 @@
1845
1845
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
1846
1846
  },
1847
1847
  "refreshInterval": {
1848
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
1848
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
1849
1849
  "type": "number"
1850
1850
  },
1851
1851
  "screenSizePerspective": {
@@ -1947,7 +1947,7 @@
1947
1947
  },
1948
1948
  "esri.rest-api.ClassBreaksRenderer.ClassBreakInfo": {
1949
1949
  "additionalProperties": false,
1950
- "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/classBreakInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/classBreakInfo/}.",
1950
+ "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/classBreakInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/classBreakInfo/}.",
1951
1951
  "properties": {
1952
1952
  "classMaxValue": {
1953
1953
  "description": "A numeric value used to specify the maximum value for a break.",
@@ -2018,7 +2018,7 @@
2018
2018
  },
2019
2019
  "esri.rest-api.ClassBreaksRenderer.ClassBreaksRenderer": {
2020
2020
  "additionalProperties": false,
2021
- "description": "A class breaks renderer symbolizes based on the value of some numeric attribute. The classBreakInfo define the values at which the symbology changes. If the Normalization Type property is defined than the class breaks contain a normalized min/max value instead of the actual value. The data value, obtained from the field property, is normalized using one of the following functions before it is compared with the class breaks. 1. Field - Divide the data value using the attribute value of the field specified by the normalizationField property. 2. Log - Compute the base 10 logarithm of the data value. This can be a useful approach for some data distributions because it reduced the influence of very large data values. 3. Percent-of-total - Divide the data value by the sum of all data values then multiply by 100. Use the normalizationTotal property to determine the total value.{@linkhttps://developers.arcgis.com/web-map-specification/objects/classBreaks_renderer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/classBreaksRenderer/}.",
2021
+ "description": "A class breaks renderer symbolizes based on the value of some numeric attribute. The classBreakInfo define the values at which the symbology changes. If the Normalization Type property is defined than the class breaks contain a normalized min/max value instead of the actual value. The data value, obtained from the field property, is normalized using one of the following functions before it is compared with the class breaks. 1. Field - Divide the data value using the attribute value of the field specified by the normalizationField property. 2. Log - Compute the base 10 logarithm of the data value. This can be a useful approach for some data distributions because it reduced the influence of very large data values. 3. Percent-of-total - Divide the data value by the sum of all data values then multiply by 100. Use the normalizationTotal property to determine the total value. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/classBreaks_renderer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/classBreaksRenderer/}.",
2022
2022
  "properties": {
2023
2023
  "authoringInfo": {
2024
2024
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -2133,7 +2133,7 @@
2133
2133
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
2134
2134
  "items": {
2135
2135
  "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
2136
- "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
2136
+ "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
2137
2137
  },
2138
2138
  "type": "array"
2139
2139
  }
@@ -2169,7 +2169,7 @@
2169
2169
  },
2170
2170
  "esri.rest-api.CodedValueDomain.CodedValue": {
2171
2171
  "additionalProperties": false,
2172
- "description": "A set of valid coded values with unique names.{@linkhttps://developers.arcgis.com/web-map-specification/objects/codedValue/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/codedValue_domain/}.",
2172
+ "description": "A set of valid coded values with unique names. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/codedValue/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/codedValue_domain/}.",
2173
2173
  "properties": {
2174
2174
  "code": {
2175
2175
  "description": "Value indicating which unique code is used to identify the feature attribute.",
@@ -2191,7 +2191,7 @@
2191
2191
  },
2192
2192
  "esri.rest-api.CodedValueDomain.CodedValueDomain": {
2193
2193
  "additionalProperties": false,
2194
- "description": "Coded value domain specifies an explicit set of valid values for a field. Each valid value is assigned a unique name.{@linkhttps://developers.arcgis.com/web-map-specification/objects/codedValue_domain/}.",
2194
+ "description": "Coded value domain specifies an explicit set of valid values for a field. Each valid value is assigned a unique name. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/codedValue_domain/}.",
2195
2195
  "properties": {
2196
2196
  "codedValues": {
2197
2197
  "description": "The set of valid coded values.",
@@ -2221,7 +2221,7 @@
2221
2221
  },
2222
2222
  "esri.rest-api.ColorClassBreakInfo.ColorClassBreakInfo": {
2223
2223
  "additionalProperties": false,
2224
- "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorClassBreakInfo/}.",
2224
+ "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorClassBreakInfo/}.",
2225
2225
  "properties": {
2226
2226
  "classMaxValue": {
2227
2227
  "description": "A numeric value used to specify the maximum value for a break.",
@@ -2248,7 +2248,7 @@
2248
2248
  },
2249
2249
  "esri.rest-api.ColorUniqueValueInfos.ColorUniqueValueInfos": {
2250
2250
  "additionalProperties": false,
2251
- "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorUniqueValueInfo/}.",
2251
+ "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorUniqueValueInfo/}.",
2252
2252
  "properties": {
2253
2253
  "color": {
2254
2254
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -2287,11 +2287,11 @@
2287
2287
  "$ref": "#/definitions/esri.rest-api.TableDataSource.TableDataSource"
2288
2288
  }
2289
2289
  ],
2290
- "description": "This object applies if the layerDefinition source is set to DynamicDataLayer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/dataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/dataSource/}."
2290
+ "description": "This object applies if the layerDefinition source is set to DynamicDataLayer. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/dataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/dataSource/}."
2291
2291
  },
2292
2292
  "esri.rest-api.DefinitionEditor.DefinitionEditor": {
2293
2293
  "additionalProperties": false,
2294
- "description": "The definitionEditor stores interactive filters at the same level as layerDefinition.{@linkhttps://developers.arcgis.com/web-map-specification/objects/definitionEditor/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/definitionEditor/}.",
2294
+ "description": "The definitionEditor stores interactive filters at the same level as layerDefinition. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/definitionEditor/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/definitionEditor/}.",
2295
2295
  "properties": {
2296
2296
  "inputs": {
2297
2297
  "description": "An array of input objects.",
@@ -2309,7 +2309,7 @@
2309
2309
  },
2310
2310
  "esri.rest-api.DefinitionEditor.Input": {
2311
2311
  "additionalProperties": false,
2312
- "description": "The input objects specified by the definitionEditor.{@linkhttps://developers.arcgis.com/web-map-specification/objects/input/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/input/}.",
2312
+ "description": "The input objects specified by the definitionEditor. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/input/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/input/}.",
2313
2313
  "properties": {
2314
2314
  "hint": {
2315
2315
  "description": "A string value representing a hint for the input.",
@@ -2331,7 +2331,7 @@
2331
2331
  },
2332
2332
  "esri.rest-api.DefinitionEditor.Parameter": {
2333
2333
  "additionalProperties": false,
2334
- "description": "Objects defined by a definitionEditor input.{@linkhttps://developers.arcgis.com/web-map-specification/objects/parameter/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/parameter/}.",
2334
+ "description": "Objects defined by a definitionEditor input. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/parameter/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/parameter/}.",
2335
2335
  "properties": {
2336
2336
  "defaultValue": {
2337
2337
  "description": "The default value that is automatically given if nothing is provided.",
@@ -2367,11 +2367,11 @@
2367
2367
  "$ref": "#/definitions/esri.rest-api.RangeDomain.RangeDomain"
2368
2368
  }
2369
2369
  ],
2370
- "description": "A domain specifies the set of valid values for a field.{@linkhttps://developers.arcgis.com/web-map-specification/objects/domain/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/domain/}."
2370
+ "description": "A domain specifies the set of valid values for a field. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/domain/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/domain/}."
2371
2371
  },
2372
2372
  "esri.rest-api.DrawingInfo.DrawingInfo": {
2373
2373
  "additionalProperties": false,
2374
- "description": "The drawingInfo object contains drawing information for a feature collection or a single layer in a map service. This object is used in LayerDefinition.{@linkhttps://developers.arcgis.com/web-map-specification/objects/drawingInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/drawingInfo/}.",
2374
+ "description": "The drawingInfo object contains drawing information for a feature collection or a single layer in a map service. This object is used in LayerDefinition. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/drawingInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/drawingInfo/}.",
2375
2375
  "properties": {
2376
2376
  "filters": {
2377
2377
  "description": "Filters for PointCloud layers.",
@@ -2387,7 +2387,7 @@
2387
2387
  "$ref": "#/definitions/esri.rest-api.PointCloudValueFilter.PointCloudValueFilter"
2388
2388
  }
2389
2389
  ],
2390
- "description": "Filters applied to the pointCloud which will hide a point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
2390
+ "description": "Filters applied to the pointCloud which will hide a point. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
2391
2391
  },
2392
2392
  "type": "array"
2393
2393
  },
@@ -2423,11 +2423,11 @@
2423
2423
  },
2424
2424
  "esri.rest-api.DynamicDataLayer.DynamicDataLayer": {
2425
2425
  "additionalProperties": false,
2426
- "description": "A dynamic data layer derived from a registered workspace. More information on this can be found in the ArcGIS REST API help.{@linkhttps://developers.arcgis.com/web-map-specification/objects/dynamicDataLayer_source/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/dynamicDataLayer_source/}.",
2426
+ "description": "A dynamic data layer derived from a registered workspace. More information on this can be found in the ArcGIS REST API help. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/dynamicDataLayer_source/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/dynamicDataLayer_source/}.",
2427
2427
  "properties": {
2428
2428
  "dataSource": {
2429
2429
  "$ref": "#/definitions/esri.rest-api.DataSource.DataSource",
2430
- "description": "This object applies if the layerDefinition source is set to DynamicDataLayer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/dataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/dataSource/}."
2430
+ "description": "This object applies if the layerDefinition source is set to DynamicDataLayer. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/dataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/dataSource/}."
2431
2431
  },
2432
2432
  "fields": {
2433
2433
  "description": "An array of objects specifying information about an attribute field.",
@@ -2451,7 +2451,7 @@
2451
2451
  },
2452
2452
  "esri.rest-api.DynamicMapLayer.DynamicMapLayer": {
2453
2453
  "additionalProperties": false,
2454
- "description": "A dynamic map layer refers to a layer in the current map service. More information on this can be found in the ArcGIS REST API help.{@linkhttps://developers.arcgis.com/web-map-specification/objects/dynamicMapLayer_source/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/dynamicMapLayer_source/}.",
2454
+ "description": "A dynamic map layer refers to a layer in the current map service. More information on this can be found in the ArcGIS REST API help. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/dynamicMapLayer_source/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/dynamicMapLayer_source/}.",
2455
2455
  "properties": {
2456
2456
  "gdbVersion": {
2457
2457
  "description": "If applicable, specify this to use an alternate geodatabase version.",
@@ -2922,7 +2922,7 @@
2922
2922
  },
2923
2923
  "esri.rest-api.ElevationInfo.ElevationInfo": {
2924
2924
  "additionalProperties": false,
2925
- "description": "Specifies how graphics are placed on the vertical axis (z). This property may only be used in a SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/elevationInfo/}.",
2925
+ "description": "Specifies how graphics are placed on the vertical axis (z). This property may only be used in a SceneView. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/elevationInfo/}.",
2926
2926
  "properties": {
2927
2927
  "featureExpression": {
2928
2928
  "description": "Deprecated with 1.8, use featureExpressionInfo instead. Ignores geometry z-values."
@@ -2973,7 +2973,7 @@
2973
2973
  },
2974
2974
  "esri.rest-api.ElevationLayer.ElevationLayer": {
2975
2975
  "additionalProperties": false,
2976
- "description": "ElevationLayer is a tile layer used for rendering elevation in web scenes. A default world elevation layer can be added to the map by setting the map's ground property to world-elevation.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/elevationLayer/}.",
2976
+ "description": "ElevationLayer is a tile layer used for rendering elevation in web scenes. A default world elevation layer can be added to the map by setting the map's ground property to world-elevation. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/elevationLayer/}.",
2977
2977
  "properties": {
2978
2978
  "blendMode": {
2979
2979
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -3019,7 +3019,7 @@
3019
3019
  "type": "number"
3020
3020
  },
3021
3021
  "refreshInterval": {
3022
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
3022
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
3023
3023
  "type": "number"
3024
3024
  },
3025
3025
  "showLegend": {
@@ -3060,7 +3060,7 @@
3060
3060
  },
3061
3061
  "esri.rest-api.Extent.Extent": {
3062
3062
  "additionalProperties": false,
3063
- "description": "This object defines the bounding geometry given the lower-left and upper-right corners of the bounding box. A spatial reference is also required.{@linkhttps://developers.arcgis.com/web-map-specification/objects/envelope_geometry/}{@linkhttps://developers.arcgis.com/web-map-specification/objects/extent/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/extent/}.",
3063
+ "description": "This object defines the bounding geometry given the lower-left and upper-right corners of the bounding box. A spatial reference is also required. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/envelope_geometry/}{@linkhttps://developers.arcgis.com/web-map-specification/objects/extent/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/extent/}.",
3064
3064
  "properties": {
3065
3065
  "spatialReference": {
3066
3066
  "$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
@@ -3087,7 +3087,7 @@
3087
3087
  },
3088
3088
  "esri.rest-api.ExtrudeSymbol3DLayer.ExtrudeSymbol3DLayer": {
3089
3089
  "additionalProperties": false,
3090
- "description": "ExtrudeSymbol3DLayer is used to render Polygon geometries by extruding them upward from the ground, creating a 3D volumetric object.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/extrudeSymbol3DLayer/}.",
3090
+ "description": "ExtrudeSymbol3DLayer is used to render Polygon geometries by extruding them upward from the ground, creating a 3D volumetric object. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/extrudeSymbol3DLayer/}.",
3091
3091
  "properties": {
3092
3092
  "enable": {
3093
3093
  "description": "Type: Boolean.",
@@ -3116,7 +3116,7 @@
3116
3116
  },
3117
3117
  "esri.rest-api.Feature.Feature": {
3118
3118
  "additionalProperties": false,
3119
- "description": "Contains information about an attribute field and feature geometry.{@linkhttps://developers.arcgis.com/web-map-specification/objects/feature/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/feature/}.",
3119
+ "description": "Contains information about an attribute field and feature geometry. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/feature/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/feature/}.",
3120
3120
  "properties": {
3121
3121
  "attributes": {
3122
3122
  "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."
@@ -3178,7 +3178,7 @@
3178
3178
  },
3179
3179
  "esri.rest-api.FeatureCollection.FeatureCollection": {
3180
3180
  "additionalProperties": false,
3181
- "description": "Defines a layer of features whose geometry and attributes will be stored directly within the web map.{@linkhttps://developers.arcgis.com/web-map-specification/objects/featureCollection/}.",
3181
+ "description": "Defines a layer of features whose geometry and attributes will be stored directly within the web map. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/featureCollection/}.",
3182
3182
  "properties": {
3183
3183
  "layers": {
3184
3184
  "description": "An array of Layer objects defining all the styling, geometry, and attribute information for the features.",
@@ -3208,7 +3208,7 @@
3208
3208
  },
3209
3209
  "esri.rest-api.FeatureLayer.FeatureLayer": {
3210
3210
  "additionalProperties": false,
3211
- "description": "Feature layers can be created by referencing a layer from either a map service or a feature service or by specifying a feature collection object. Use a map service if you just want to retrieve geometries and attributes from the server and symbolize them yourself. Use a feature service if you want to take advantage of symbols from the service's source map document. Also, use a feature service if you plan on doing editing with the feature layer. Feature layers honor any feature templates configured in the source map document. Feature collection objects are used to create a feature layer based on the supplied definition.{@linkhttps://developers.arcgis.com/web-map-specification/objects/featureLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/featureLayer/}.",
3211
+ "description": "Feature layers can be created by referencing a layer from either a map service or a feature service or by specifying a feature collection object. Use a map service if you just want to retrieve geometries and attributes from the server and symbolize them yourself. Use a feature service if you want to take advantage of symbols from the service's source map document. Also, use a feature service if you plan on doing editing with the feature layer. Feature layers honor any feature templates configured in the source map document. Feature collection objects are used to create a feature layer based on the supplied definition. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/featureLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/featureLayer/}.",
3212
3212
  "properties": {
3213
3213
  "blendMode": {
3214
3214
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -3289,7 +3289,7 @@
3289
3289
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
3290
3290
  },
3291
3291
  "refreshInterval": {
3292
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
3292
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
3293
3293
  "type": "number"
3294
3294
  },
3295
3295
  "screenSizePerspective": {
@@ -3428,7 +3428,7 @@
3428
3428
  },
3429
3429
  "esri.rest-api.FeatureSet.FeatureSet": {
3430
3430
  "additionalProperties": false,
3431
- "description": "Contains the geometry and attributes of features in a layer. This object is used with feature collections only. For more information, see Layer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/featureSet/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/featureSet/}.",
3431
+ "description": "Contains the geometry and attributes of features in a layer. This object is used with feature collections only. For more information, see Layer. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/featureSet/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/featureSet/}.",
3432
3432
  "properties": {
3433
3433
  "features": {
3434
3434
  "description": "An array of Feature objects, each one containing geometry and a set of attributes.",
@@ -3450,7 +3450,7 @@
3450
3450
  },
3451
3451
  "esri.rest-api.Field.Field": {
3452
3452
  "additionalProperties": false,
3453
- "description": "Contains information about an attribute field. This field could come from a feature collection or a single layer in a map service. Used in layerDefinition.{@linkhttps://developers.arcgis.com/web-map-specification/objects/field/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/field/}.",
3453
+ "description": "Contains information about an attribute field. This field could come from a feature collection or a single layer in a map service. Used in layerDefinition. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/field/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/field/}.",
3454
3454
  "properties": {
3455
3455
  "alias": {
3456
3456
  "description": "The field alias (human-readable name).",
@@ -3508,7 +3508,7 @@
3508
3508
  },
3509
3509
  "esri.rest-api.FieldInfo.FieldInfo": {
3510
3510
  "additionalProperties": false,
3511
- "description": "Defines how a field in the dataset participates (or does not participate) in a pop-up window.{@linkhttps://developers.arcgis.com/web-map-specification/objects/fieldInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/fieldInfo/}.",
3511
+ "description": "Defines how a field in the dataset participates (or does not participate) in a pop-up window. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/fieldInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/fieldInfo/}.",
3512
3512
  "properties": {
3513
3513
  "fieldName": {
3514
3514
  "description": "The field name as defined by the service.",
@@ -3555,7 +3555,7 @@
3555
3555
  },
3556
3556
  "esri.rest-api.FillSymbol3DLayer.FillSymbol3DLayer": {
3557
3557
  "additionalProperties": false,
3558
- "description": "FillSymbol3DLayer is used to render the surfaces of flat 2D Polygon geometries and 3D volumetric meshes in a SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/fillSymbol3DLayer/}.",
3558
+ "description": "FillSymbol3DLayer is used to render the surfaces of flat 2D Polygon geometries and 3D volumetric meshes in a SceneView. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/fillSymbol3DLayer/}.",
3559
3559
  "properties": {
3560
3560
  "castShadows": {
3561
3561
  "description": "Boolean to control the shadow casting behavior of the rendered geometries.",
@@ -3592,7 +3592,7 @@
3592
3592
  },
3593
3593
  "esri.rest-api.FormInfo.FormAttachmentElement": {
3594
3594
  "additionalProperties": false,
3595
- "description": "Defines how one or more attachments can participate in the form. When present in the form, the user has the ability to upload an attachment specific to the form element.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formAttachmentElement/}.",
3595
+ "description": "Defines how one or more attachments can participate in the form. When present in the form, the user has the ability to upload an attachment specific to the form element. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formAttachmentElement/}.",
3596
3596
  "properties": {
3597
3597
  "attachmentKeyword": {
3598
3598
  "description": "A string to identify the attachment(s). When a file is attached using the form, this property is used to set the value of the keywords field for the attachment. When a form is displaying existing attachments, this property is used to query attachments using an exact match on the keywords field.",
@@ -3633,7 +3633,7 @@
3633
3633
  },
3634
3634
  "esri.rest-api.FormInfo.FormBarcodeScannerInput": {
3635
3635
  "additionalProperties": false,
3636
- "description": "Defines the desired user interface is a barcode or QR code scanner. If the client does not support barcode scanning, a single-line text box should be used.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formBarcodeScannerInput/}.",
3636
+ "description": "Defines the desired user interface is a barcode or QR code scanner. If the client does not support barcode scanning, a single-line text box should be used. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formBarcodeScannerInput/}.",
3637
3637
  "properties": {
3638
3638
  "maxLength": {
3639
3639
  "description": "This represents the maximum number of characters allowed. This only applies for string fields. If not supplied, the value is derived from the length property of the referenced field in the service.",
@@ -3658,7 +3658,7 @@
3658
3658
  },
3659
3659
  "esri.rest-api.FormInfo.FormComboBoxInput": {
3660
3660
  "additionalProperties": false,
3661
- "description": "Defines the desired user interface is a list of values in a drop-down that supports typing to filter. Only one value can be selected at a time.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formComboBoxInput/}.",
3661
+ "description": "Defines the desired user interface is a list of values in a drop-down that supports typing to filter. Only one value can be selected at a time. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formComboBoxInput/}.",
3662
3662
  "properties": {
3663
3663
  "noValueOptionLabel": {
3664
3664
  "description": "The text used to represent a null value.",
@@ -3683,7 +3683,7 @@
3683
3683
  },
3684
3684
  "esri.rest-api.FormInfo.FormDateTimePickerInput": {
3685
3685
  "additionalProperties": false,
3686
- "description": "Defines the desired user interface is a calendar date picker.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formDatetimePickerInput/}.",
3686
+ "description": "Defines the desired user interface is a calendar date picker. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formDatetimePickerInput/}.",
3687
3687
  "properties": {
3688
3688
  "includeTime": {
3689
3689
  "description": "Indicates if the datetime picker should provide an option to select the time. If not provided, the default value is false.",
@@ -3712,7 +3712,7 @@
3712
3712
  },
3713
3713
  "esri.rest-api.FormInfo.FormExpressionInfo": {
3714
3714
  "additionalProperties": false,
3715
- "description": "Arcade expression used in the form.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formExpressionInfo/}.",
3715
+ "description": "Arcade expression used in the form. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formExpressionInfo/}.",
3716
3716
  "properties": {
3717
3717
  "expression": {
3718
3718
  "description": "The Arcade expression.",
@@ -3738,7 +3738,7 @@
3738
3738
  },
3739
3739
  "esri.rest-api.FormInfo.FormFieldElement": {
3740
3740
  "additionalProperties": false,
3741
- "description": "Defines how a field in the dataset participates in the form.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formFieldElement/}.",
3741
+ "description": "Defines how a field in the dataset participates in the form. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formFieldElement/}.",
3742
3742
  "properties": {
3743
3743
  "description": {
3744
3744
  "description": "A string that describes the element in detail.",
@@ -3809,7 +3809,7 @@
3809
3809
  },
3810
3810
  "esri.rest-api.FormInfo.FormGroupElement": {
3811
3811
  "additionalProperties": false,
3812
- "description": "Defines a container that holds a set of form elements that can be expanded, collapsed, or displayed together.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formGroupElement/}.",
3812
+ "description": "Defines a container that holds a set of form elements that can be expanded, collapsed, or displayed together. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formGroupElement/}.",
3813
3813
  "properties": {
3814
3814
  "description": {
3815
3815
  "description": "A string that describes the element in detail.",
@@ -3863,7 +3863,7 @@
3863
3863
  },
3864
3864
  "esri.rest-api.FormInfo.FormInfo": {
3865
3865
  "additionalProperties": false,
3866
- "description": "Defines the form configuration when a user edits a feature.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formInfo/}.",
3866
+ "description": "Defines the form configuration when a user edits a feature. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formInfo/}.",
3867
3867
  "properties": {
3868
3868
  "description": {
3869
3869
  "description": "A string that appears in the body of the form as a description.",
@@ -3905,7 +3905,7 @@
3905
3905
  },
3906
3906
  "esri.rest-api.FormInfo.FormRadioButtonsInput": {
3907
3907
  "additionalProperties": false,
3908
- "description": "Defines the desired user interface is a radio button group.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formRadioButtonsInput/}.",
3908
+ "description": "Defines the desired user interface is a radio button group. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formRadioButtonsInput/}.",
3909
3909
  "properties": {
3910
3910
  "noValueOptionLabel": {
3911
3911
  "description": "The text used to represent a null value.",
@@ -3930,7 +3930,7 @@
3930
3930
  },
3931
3931
  "esri.rest-api.FormInfo.FormRelationshipElement": {
3932
3932
  "additionalProperties": false,
3933
- "description": "Defines how a relationship between feature layers and tables can participate in the form. When present in the form, the user may have the option to add or edit related records.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formRelationshipElement/}.",
3933
+ "description": "Defines how a relationship between feature layers and tables can participate in the form. When present in the form, the user may have the option to add or edit related records. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formRelationshipElement/}.",
3934
3934
  "properties": {
3935
3935
  "description": {
3936
3936
  "description": "A string that describes the element in detail.",
@@ -3974,7 +3974,7 @@
3974
3974
  },
3975
3975
  "esri.rest-api.FormInfo.FormSwitchInput": {
3976
3976
  "additionalProperties": false,
3977
- "description": "Defines a desired user interface to present a binary switch, or toggle. This should be used when selecting between two options.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formSwitchInput/}.",
3977
+ "description": "Defines a desired user interface to present a binary switch, or toggle. This should be used when selecting between two options. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formSwitchInput/}.",
3978
3978
  "properties": {
3979
3979
  "offValue": {
3980
3980
  "description": "The coded value when switch state is off.",
@@ -4005,7 +4005,7 @@
4005
4005
  },
4006
4006
  "esri.rest-api.FormInfo.FormTextAreaInput": {
4007
4007
  "additionalProperties": false,
4008
- "description": "Defines the desired user interface is a multi-line text area.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formTextAreaInput/}.",
4008
+ "description": "Defines the desired user interface is a multi-line text area. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formTextAreaInput/}.",
4009
4009
  "properties": {
4010
4010
  "maxLength": {
4011
4011
  "description": "This represents the maximum number of characters allowed. If not supplied, the value is derived from the length property of the referenced field in the service.",
@@ -4030,7 +4030,7 @@
4030
4030
  },
4031
4031
  "esri.rest-api.FormInfo.FormTextBoxInput": {
4032
4032
  "additionalProperties": false,
4033
- "description": "Defines the desired user interface is a single-line text box.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formTextBoxInput/}.",
4033
+ "description": "Defines the desired user interface is a single-line text box. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formTextBoxInput/}.",
4034
4034
  "properties": {
4035
4035
  "maxLength": {
4036
4036
  "description": "This represents the maximum number of characters allowed. This only applies for string fields. If not supplied, the value is derived from the length property of the referenced field in the service.",
@@ -4077,7 +4077,7 @@
4077
4077
  },
4078
4078
  "esri.rest-api.Format.Format": {
4079
4079
  "additionalProperties": false,
4080
- "description": "The format object can be used with numerical or date fields to provide more detail about how values should be displayed in web map pop-up windows.{@linkhttps://developers.arcgis.com/web-map-specification/objects/format/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/format/}.",
4080
+ "description": "The format object can be used with numerical or date fields to provide more detail about how values should be displayed in web map pop-up windows. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/format/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/format/}.",
4081
4081
  "properties": {
4082
4082
  "dateFormat": {
4083
4083
  "$ref": "#/definitions/esri.rest-api.Format.DateFormat",
@@ -4096,7 +4096,7 @@
4096
4096
  },
4097
4097
  "esri.rest-api.GeoRSSLayer.GeoRSSLayer": {
4098
4098
  "additionalProperties": false,
4099
- "description": "GeoRSS feeds may contain any combination of points, lines, and polygons. Web clients use a GeoRSS to JSON request service. This service returns one to many feature collections with different geometry types. The returned JSON specifies the point, lines, and polygons symbols used to display the features in that layer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/geoRSSLayer/}.",
4099
+ "description": "GeoRSS feeds may contain any combination of points, lines, and polygons. Web clients use a GeoRSS to JSON request service. This service returns one to many feature collections with different geometry types. The returned JSON specifies the point, lines, and polygons symbols used to display the features in that layer. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/geoRSSLayer/}.",
4100
4100
  "properties": {
4101
4101
  "blendMode": {
4102
4102
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -4146,7 +4146,7 @@
4146
4146
  "description": "Defined by the GeoRSS to JSON request service. If the GeoRSS feed does not have polygons, this property is not added to the layer JSON."
4147
4147
  },
4148
4148
  "refreshInterval": {
4149
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
4149
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
4150
4150
  "type": "number"
4151
4151
  },
4152
4152
  "showLegend": {
@@ -4203,11 +4203,11 @@
4203
4203
  "$ref": "#/definitions/esri.rest-api.Extent.Extent"
4204
4204
  }
4205
4205
  ],
4206
- "description": "A geometry as defined in the ArcGIS REST and web map specifications. See{@linkhttp://resources.arcgis.com/en/help/rest/apiref/geometry.html}.{@linkhttps://developers.arcgis.com/web-map-specification/objects/geometry/}{@linkhttps://developers.arcgis.com/web-map-specification/objects/geometryType/}."
4206
+ "description": "A geometry as defined in the ArcGIS REST and web map specifications. See{@linkhttp://resources.arcgis.com/en/help/rest/apiref/geometry.html}. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/geometry/}{@linkhttps://developers.arcgis.com/web-map-specification/objects/geometryType/}."
4207
4207
  },
4208
4208
  "esri.rest-api.GroupLayer.GroupLayer": {
4209
4209
  "additionalProperties": false,
4210
- "description": "GroupLayer provides the ability to organize several sublayers into one common layer. Suppose there are several FeatureLayers that all represent water features in different dimensions. For example, wells (points), streams (lines), and lakes (polygons). The GroupLayer provides the functionality to treat them as one layer called Water Features even though they are stored as separate feature layers.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/groupLayer/}.",
4210
+ "description": "GroupLayer provides the ability to organize several sublayers into one common layer. Suppose there are several FeatureLayers that all represent water features in different dimensions. For example, wells (points), streams (lines), and lakes (polygons). The GroupLayer provides the functionality to treat them as one layer called Water Features even though they are stored as separate feature layers. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/groupLayer/}.",
4211
4211
  "properties": {
4212
4212
  "blendMode": {
4213
4213
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -4252,7 +4252,7 @@
4252
4252
  "type": "number"
4253
4253
  },
4254
4254
  "refreshInterval": {
4255
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
4255
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
4256
4256
  "type": "number"
4257
4257
  },
4258
4258
  "showLegend": {
@@ -4302,7 +4302,7 @@
4302
4302
  },
4303
4303
  "esri.rest-api.HeatmapRenderer.ColorStop": {
4304
4304
  "additionalProperties": false,
4305
- "description": "A colorStop object describes the renderer's color ramp with more specificity than just colors. Note that either ratio or value is required.{@linkhttps://developers.arcgis.com/web-map-specification/objects/colorStop/}.",
4305
+ "description": "A colorStop object describes the renderer's color ramp with more specificity than just colors. Note that either ratio or value is required. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/colorStop/}.",
4306
4306
  "properties": {
4307
4307
  "color": {
4308
4308
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -4321,7 +4321,7 @@
4321
4321
  },
4322
4322
  "esri.rest-api.HeatmapRenderer.HeatmapRenderer": {
4323
4323
  "additionalProperties": false,
4324
- "description": "The HeatmapRenderer renders point data into a raster visualization that emphasizes areas of higher density or weighted values.{@linkhttps://developers.arcgis.com/web-map-specification/objects/heatmapRenderer/}.",
4324
+ "description": "The HeatmapRenderer renders point data into a raster visualization that emphasizes areas of higher density or weighted values. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/heatmapRenderer/}.",
4325
4325
  "properties": {
4326
4326
  "authoringInfo": {
4327
4327
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -4369,7 +4369,7 @@
4369
4369
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
4370
4370
  "items": {
4371
4371
  "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
4372
- "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
4372
+ "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
4373
4373
  },
4374
4374
  "type": "array"
4375
4375
  }
@@ -4381,7 +4381,7 @@
4381
4381
  },
4382
4382
  "esri.rest-api.IconSymbol3DLayer.IconSymbol3DLayer": {
4383
4383
  "additionalProperties": false,
4384
- "description": "IconSymbol3DLayer is used to render Point geometries using a flat 2D icon (e.g. a circle) with a PointSymbol3D in a SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer/}.",
4384
+ "description": "IconSymbol3DLayer is used to render Point geometries using a flat 2D icon (e.g. a circle) with a PointSymbol3D in a SceneView. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer/}.",
4385
4385
  "properties": {
4386
4386
  "anchor": {
4387
4387
  "description": "Must be one of the following values: center, left, right, top, bottom, topLeft, topRight, bottomLeft, bottomRight.",
@@ -4433,7 +4433,7 @@
4433
4433
  },
4434
4434
  "esri.rest-api.ImageServiceLayer.ImageServiceLayer": {
4435
4435
  "additionalProperties": false,
4436
- "description": "An image service provides access to raster data through a web service. Multiple rasters can be served as one image service through mosaic dataset technology, dynamically processed and mosaiced on the fly. An image service supports accessing both the mosaicked image and its catalog, as well as individual rasters in the catalog. Also, image services can be cached (tiled) or uncached (dynamic). This object specifically details properties within uncached image services.{@linkhttps://developers.arcgis.com/web-map-specification/objects/imageServiceLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/imageServiceLayer/}.",
4436
+ "description": "An image service provides access to raster data through a web service. Multiple rasters can be served as one image service through mosaic dataset technology, dynamically processed and mosaiced on the fly. An image service supports accessing both the mosaicked image and its catalog, as well as individual rasters in the catalog. Also, image services can be cached (tiled) or uncached (dynamic). This object specifically details properties within uncached image services. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/imageServiceLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/imageServiceLayer/}.",
4437
4437
  "properties": {
4438
4438
  "bandIds": {
4439
4439
  "description": "An array of bandIds that are visible, can specify bands to export or rearrange band order(from image service).",
@@ -4549,7 +4549,7 @@
4549
4549
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
4550
4550
  },
4551
4551
  "refreshInterval": {
4552
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
4552
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
4553
4553
  "type": "number"
4554
4554
  },
4555
4555
  "renderingRule": {
@@ -4598,7 +4598,7 @@
4598
4598
  },
4599
4599
  "esri.rest-api.ImageServiceVectorLayer.ImageServiceVectorLayer": {
4600
4600
  "additionalProperties": false,
4601
- "description": "The imageServiceVectorLayer displays pixel values as vectors. To do this, the image service layer must be a two-band raster in which one band holds magnitude values and one band holds direction values. The imageServiceVectorLayer also supports time-enabled data.{@linkhttps://developers.arcgis.com/web-map-specification/objects/imageServiceVectorLayer/}.",
4601
+ "description": "The imageServiceVectorLayer displays pixel values as vectors. To do this, the image service layer must be a two-band raster in which one band holds magnitude values and one band holds direction values. The imageServiceVectorLayer also supports time-enabled data. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/imageServiceVectorLayer/}.",
4602
4602
  "properties": {
4603
4603
  "blendMode": {
4604
4604
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -4663,7 +4663,7 @@
4663
4663
  "type": "number"
4664
4664
  },
4665
4665
  "refreshInterval": {
4666
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
4666
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
4667
4667
  "type": "number"
4668
4668
  },
4669
4669
  "showLegend": {
@@ -4710,7 +4710,7 @@
4710
4710
  },
4711
4711
  "esri.rest-api.InheritedDomain.InheritedDomain": {
4712
4712
  "additionalProperties": false,
4713
- "description": "This domain applies to domains on subtypes. It implies that the domain for a field at the subtype level is the same as the domain for the field at the layer level.{@linkhttps://developers.arcgis.com/web-map-specification/objects/inherited_domain/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/inherited_domain/}.",
4713
+ "description": "This domain applies to domains on subtypes. It implies that the domain for a field at the subtype level is the same as the domain for the field at the layer level. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/inherited_domain/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/inherited_domain/}.",
4714
4714
  "properties": {
4715
4715
  "type": {
4716
4716
  "description": "The type of domain.",
@@ -4727,7 +4727,7 @@
4727
4727
  },
4728
4728
  "esri.rest-api.IntegratedMeshLayer.IntegratedMeshLayer": {
4729
4729
  "additionalProperties": false,
4730
- "description": "An integrated mesh can represent built and natural 3D features, such as building walls, trees, valleys, and cliffs, with realistic textures and includes elevation information.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/integratedMeshLayer/}.",
4730
+ "description": "An integrated mesh can represent built and natural 3D features, such as building walls, trees, valleys, and cliffs, with realistic textures and includes elevation information. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/integratedMeshLayer/}.",
4731
4731
  "properties": {
4732
4732
  "blendMode": {
4733
4733
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -4769,7 +4769,7 @@
4769
4769
  "type": "number"
4770
4770
  },
4771
4771
  "refreshInterval": {
4772
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
4772
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
4773
4773
  "type": "number"
4774
4774
  },
4775
4775
  "showLegend": {
@@ -4810,7 +4810,7 @@
4810
4810
  },
4811
4811
  "esri.rest-api.JoinTableDataSource.JoinTableDataSource": {
4812
4812
  "additionalProperties": false,
4813
- "description": "Join Table data source is the result of a join operation. Nested joins are supported. To use nested joins, set either leftTableSource or rightTableSource to be a joinTable.{@linkhttps://developers.arcgis.com/web-map-specification/objects/joinTableDataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/joinTableDataSource/}.",
4813
+ "description": "Join Table data source is the result of a join operation. Nested joins are supported. To use nested joins, set either leftTableSource or rightTableSource to be a joinTable. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/joinTableDataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/joinTableDataSource/}.",
4814
4814
  "properties": {
4815
4815
  "joinType": {
4816
4816
  "$ref": "#/definitions/esri.rest-api.JoinTableDataSource.JoinType",
@@ -4847,7 +4847,7 @@
4847
4847
  "description": "The right table source."
4848
4848
  },
4849
4849
  "type": {
4850
- "description": "Type of the DataSource.{@linkportal /DataSource!DataSourceType}.",
4850
+ "description": "Type of the DataSource. See{@linkportal /DataSource!DataSourceType}.",
4851
4851
  "enum": [
4852
4852
  "joinTable"
4853
4853
  ],
@@ -4873,7 +4873,7 @@
4873
4873
  },
4874
4874
  "esri.rest-api.KMLLayer.KMLLayer": {
4875
4875
  "additionalProperties": false,
4876
- "description": "Keyhole Markup Language (KML) is an XML-based format for storing geographic data and associated content and is an official Open Geospatial Consortium (OGC) standard. KML is a common format for sharing geographic data with non-GIS users as it can be easily delivered on the Internet.{@linkhttps://developers.arcgis.com/web-map-specification/objects/kmlLayer/}.",
4876
+ "description": "Keyhole Markup Language (KML) is an XML-based format for storing geographic data and associated content and is an official Open Geospatial Consortium (OGC) standard. KML is a common format for sharing geographic data with non-GIS users as it can be easily delivered on the Internet. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/kmlLayer/}.",
4877
4877
  "properties": {
4878
4878
  "blendMode": {
4879
4879
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -4915,7 +4915,7 @@
4915
4915
  "type": "number"
4916
4916
  },
4917
4917
  "refreshInterval": {
4918
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
4918
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
4919
4919
  "type": "number"
4920
4920
  },
4921
4921
  "showLegend": {
@@ -4963,7 +4963,7 @@
4963
4963
  },
4964
4964
  "esri.rest-api.LabelSymbol3D.LabelSymbol3D": {
4965
4965
  "additionalProperties": false,
4966
- "description": "LabelSymbol3D is used to render labels for features from a FeatureLayer in a 3D SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/labelSymbol3D/}.",
4966
+ "description": "LabelSymbol3D is used to render labels for features from a FeatureLayer in a 3D SceneView. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/labelSymbol3D/}.",
4967
4967
  "properties": {
4968
4968
  "callout": {
4969
4969
  "$ref": "#/definitions/esri.rest-api.Callout.Callout",
@@ -5027,7 +5027,7 @@
5027
5027
  },
5028
5028
  "esri.rest-api.LabelingInfo.LabelingInfo": {
5029
5029
  "additionalProperties": false,
5030
- "description": "The labelingInfo object specifies the label definition for a layer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/labelingInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/labelingInfo/}.",
5030
+ "description": "The labelingInfo object specifies the label definition for a layer. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/labelingInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/labelingInfo/}.",
5031
5031
  "properties": {
5032
5032
  "labelExpression": {
5033
5033
  "description": "This read-only web map property allows formatting of labels. Use labelExpressionInfo instead.",
@@ -5035,7 +5035,7 @@
5035
5035
  },
5036
5036
  "labelExpressionInfo": {
5037
5037
  "$ref": "__type",
5038
- "description": "This object allows label text to be read similar to that of the popupInfo's description property.{@linkhttps://developers.arcgis.com/web-map-specification/objects/labelExpressionInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/labelExpressionInfo/}."
5038
+ "description": "This object allows label text to be read similar to that of the popupInfo's description property. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/labelExpressionInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/labelExpressionInfo/}."
5039
5039
  },
5040
5040
  "labelPlacement": {
5041
5041
  "$ref": "#/definitions/esri.rest-api.LabelingInfo.LabelPlacement",
@@ -5077,7 +5077,7 @@
5077
5077
  },
5078
5078
  "esri.rest-api.Layer.Layer": {
5079
5079
  "additionalProperties": false,
5080
- "description": "This object allows overrides on pop-up content and drawing behavior for individual layers of a web service. When used with a feature collection, this object also contains geographic features and their attributes.{@linkhttps://developers.arcgis.com/web-map-specification/objects/layer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/layer/}.",
5080
+ "description": "This object allows overrides on pop-up content and drawing behavior for individual layers of a web service. When used with a feature collection, this object also contains geographic features and their attributes. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/layer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/layer/}.",
5081
5081
  "properties": {
5082
5082
  "defaultVisibility": {
5083
5083
  "description": "Default visibility of the layers in the map service.",
@@ -5154,7 +5154,7 @@
5154
5154
  },
5155
5155
  "esri.rest-api.LayerDefinition.FieldOverride": {
5156
5156
  "additionalProperties": false,
5157
- "description": "Defines overridden properties on a field for a specific view of the data.{@linkhttps://developers.arcgis.com/web-map-specification/objects/fieldOverride/}.",
5157
+ "description": "Defines overridden properties on a field for a specific view of the data. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/fieldOverride/}.",
5158
5158
  "properties": {
5159
5159
  "alias": {
5160
5160
  "description": "A string containing the overridden field alias.",
@@ -5182,7 +5182,7 @@
5182
5182
  },
5183
5183
  "esri.rest-api.LayerDefinition.LayerDefinition": {
5184
5184
  "additionalProperties": false,
5185
- "description": "The LayerDefinition object defines the attribute schema and drawing information for a layer drawn using client-side graphics. This could include a feature collection, a CSV file referenced through the web, or a single layer in an ArcGIS map service. Also used for dynamic layers.{@linkhttps://developers.arcgis.com/web-map-specification/objects/layerDefinition/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/layerDefinition/}.",
5185
+ "description": "The LayerDefinition object defines the attribute schema and drawing information for a layer drawn using client-side graphics. This could include a feature collection, a CSV file referenced through the web, or a single layer in an ArcGIS map service. Also used for dynamic layers. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/layerDefinition/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/layerDefinition/}.",
5186
5186
  "properties": {
5187
5187
  "allowGeometryUpdates": {
5188
5188
  "description": "Boolean value indicating whether the geometry of the features in the layer can be edited.",
@@ -5252,7 +5252,7 @@
5252
5252
  },
5253
5253
  "floorInfo": {
5254
5254
  "$ref": "__type",
5255
- "description": "Contains floor-awareness information for the layer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/layerFloorInfo/}."
5255
+ "description": "Contains floor-awareness information for the layer. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/layerFloorInfo/}."
5256
5256
  },
5257
5257
  "geometryType": {
5258
5258
  "description": "The type of geometry used in the layer definition. One of the GeometryType constants.",
@@ -5337,7 +5337,7 @@
5337
5337
  "$ref": "#/definitions/esri.rest-api.DynamicDataLayer.DynamicDataLayer"
5338
5338
  }
5339
5339
  ],
5340
- "description": "An object indicating the layerDefinition's layer source.{@linkhttps://developers.arcgis.com/web-map-specification/objects/source/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/source/}."
5340
+ "description": "An object indicating the layerDefinition's layer source. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/source/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/source/}."
5341
5341
  },
5342
5342
  "spatialReference": {
5343
5343
  "$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
@@ -5406,7 +5406,7 @@
5406
5406
  },
5407
5407
  "esri.rest-api.LayerDefinition.LayerTimeInfo": {
5408
5408
  "additionalProperties": false,
5409
- "description": "Time info if the layer/table supports querying and exporting maps based on time.{@linkhttps://developers.arcgis.com/web-map-specification/objects/layerTimeInfo/}.",
5409
+ "description": "Time info if the layer/table supports querying and exporting maps based on time. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/layerTimeInfo/}.",
5410
5410
  "properties": {
5411
5411
  "endTimeField": {
5412
5412
  "description": "The name of the attribute field that contains the end time information.",
@@ -5448,7 +5448,7 @@
5448
5448
  },
5449
5449
  "timeReference": {
5450
5450
  "$ref": "__type",
5451
- "description": "Defines information about daylight savings time and the time zone in which data was collected.{@linkhttps://developers.arcgis.com/web-map-specification/objects/timeReference/}."
5451
+ "description": "Defines information about daylight savings time and the time zone in which data was collected. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/timeReference/}."
5452
5452
  },
5453
5453
  "trackIdField": {
5454
5454
  "description": "The field that contains the trackId.",
@@ -5525,7 +5525,7 @@
5525
5525
  },
5526
5526
  "esri.rest-api.LineSymbol3D.LineSymbol3D": {
5527
5527
  "additionalProperties": false,
5528
- "description": "LineSymbol3D is used to render features with Polyline geometry in a 3D SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/lineSymbol3D/}.",
5528
+ "description": "LineSymbol3D is used to render features with Polyline geometry in a 3D SceneView. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/lineSymbol3D/}.",
5529
5529
  "properties": {
5530
5530
  "symbolLayers": {
5531
5531
  "description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
@@ -5557,7 +5557,7 @@
5557
5557
  },
5558
5558
  "esri.rest-api.LineSymbol3DLayer.LineSymbol3DLayer": {
5559
5559
  "additionalProperties": false,
5560
- "description": "LineSymbol3DLayer renders Polyline geometries using a flat 2D line with a LineSymbol3D in a 3D SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/lineSymbol3DLayer/}.",
5560
+ "description": "LineSymbol3DLayer renders Polyline geometries using a flat 2D line with a LineSymbol3D in a 3D SceneView. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/lineSymbol3DLayer/}.",
5561
5561
  "properties": {
5562
5562
  "enable": {
5563
5563
  "description": "Type: Boolean.",
@@ -5586,7 +5586,7 @@
5586
5586
  },
5587
5587
  "esri.rest-api.LocationInfo.LocationInfo": {
5588
5588
  "additionalProperties": false,
5589
- "description": "Defines how location information will be retrieved from a CSV file referenced through the web.{@linkhttps://developers.arcgis.com/web-map-specification/objects/locationInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/locationInfo/}.",
5589
+ "description": "Defines how location information will be retrieved from a CSV file referenced through the web. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/locationInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/locationInfo/}.",
5590
5590
  "properties": {
5591
5591
  "latitudeFieldName": {
5592
5592
  "description": "A string defining the field name that holds the latitude (Y) coordinate.",
@@ -5605,7 +5605,7 @@
5605
5605
  },
5606
5606
  "esri.rest-api.MapServiceLayer.MapServiceLayer": {
5607
5607
  "additionalProperties": false,
5608
- "description": "ArcGIS web maps are designed to work with web services hosted on ArcGIS Server and ArcGIS Online, in addition to other types of servers. Map services can be cached (tiled) or uncached (dynamic). This object specifically details properties within uncached map services.{@linkhttps://developers.arcgis.com/web-map-specification/objects/mapServiceLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/mapServiceLayer/}.",
5608
+ "description": "ArcGIS web maps are designed to work with web services hosted on ArcGIS Server and ArcGIS Online, in addition to other types of servers. Map services can be cached (tiled) or uncached (dynamic). This object specifically details properties within uncached map services. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/mapServiceLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/mapServiceLayer/}.",
5609
5609
  "properties": {
5610
5610
  "blendMode": {
5611
5611
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -5661,7 +5661,7 @@
5661
5661
  "type": "number"
5662
5662
  },
5663
5663
  "refreshInterval": {
5664
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
5664
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
5665
5665
  "type": "number"
5666
5666
  },
5667
5667
  "showLegend": {
@@ -5744,7 +5744,7 @@
5744
5744
  },
5745
5745
  "esri.rest-api.MeshSymbol3D.MeshSymbol3D": {
5746
5746
  "additionalProperties": false,
5747
- "description": "MeshSymbol3D is used to render 3D mesh features in a SceneLayer in a 3D SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/meshSymbol3D/}.",
5747
+ "description": "MeshSymbol3D is used to render 3D mesh features in a SceneLayer in a 3D SceneView. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/meshSymbol3D/}.",
5748
5748
  "properties": {
5749
5749
  "symbolLayers": {
5750
5750
  "description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
@@ -5796,7 +5796,7 @@
5796
5796
  },
5797
5797
  "esri.rest-api.MosaicRule.MosaicRule": {
5798
5798
  "additionalProperties": false,
5799
- "description": "Specifies the mosaic rule when defining how individual images should be mosaiced. It specifies selection, mosaic method, sort order, overlapping pixel resolution, etc. Mosaic rules are for mosaicing rasters in the mosaic dataset.{@linkhttps://developers.arcgis.com/web-map-specification/objects/mosaicRule/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/mosaicRule/}.",
5799
+ "description": "Specifies the mosaic rule when defining how individual images should be mosaiced. It specifies selection, mosaic method, sort order, overlapping pixel resolution, etc. Mosaic rules are for mosaicing rasters in the mosaic dataset. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/mosaicRule/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/mosaicRule/}.",
5800
5800
  "properties": {
5801
5801
  "ascending": {
5802
5802
  "description": "Indicates whether the sort should be ascending.",
@@ -5859,7 +5859,7 @@
5859
5859
  },
5860
5860
  "esri.rest-api.Multipoint.Multipoint": {
5861
5861
  "additionalProperties": false,
5862
- "description": "Contains an array of points, along with a spatial reference field.{@linkhttps://developers.arcgis.com/web-map-specification/objects/multipoint_geometry/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/multipoint_geometry/}.",
5862
+ "description": "Contains an array of points, along with a spatial reference field. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/multipoint_geometry/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/multipoint_geometry/}.",
5863
5863
  "properties": {
5864
5864
  "hasM": {
5865
5865
  "description": "Indicates whether the geometry contains M coordinate values.",
@@ -5891,7 +5891,7 @@
5891
5891
  },
5892
5892
  "esri.rest-api.ObjectSymbol3DLayer.ObjectSymbol3DLayer": {
5893
5893
  "additionalProperties": false,
5894
- "description": "ObjectSymbol3DLayer is used to render Point geometries using a volumetric 3D shape (e.g., a sphere or cylinder) with a PointSymbol3D in a SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/objectSymbol3DLayer/}.",
5894
+ "description": "ObjectSymbol3DLayer is used to render Point geometries using a volumetric 3D shape (e.g., a sphere or cylinder) with a PointSymbol3D in a SceneView. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/objectSymbol3DLayer/}.",
5895
5895
  "properties": {
5896
5896
  "anchor": {
5897
5897
  "description": "The positioning of the object relative to the geometry. Must be one of the following values: center, bottom, origin.",
@@ -5944,7 +5944,7 @@
5944
5944
  },
5945
5945
  "esri.rest-api.PathSymbol3DLayer.PathSymbol3DLayer": {
5946
5946
  "additionalProperties": false,
5947
- "description": "PathSymbol3DLayer renders Polyline geometries using a volumetric 3D tube with a LineSymbol3D in a SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pathSymbol3DLayer/}.",
5947
+ "description": "PathSymbol3DLayer renders Polyline geometries using a volumetric 3D tube with a LineSymbol3D in a SceneView. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pathSymbol3DLayer/}.",
5948
5948
  "properties": {
5949
5949
  "material": {
5950
5950
  "$ref": "#/definitions/esri.rest-api.Symbol3D.Material",
@@ -5973,7 +5973,7 @@
5973
5973
  },
5974
5974
  "esri.rest-api.PictureFillSymbol.PictureFillSymbol": {
5975
5975
  "additionalProperties": false,
5976
- "description": "Picture fill symbols can be used to symbolize polygon geometries.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriPFS_symbol/}.",
5976
+ "description": "Picture fill symbols can be used to symbolize polygon geometries. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriPFS_symbol/}.",
5977
5977
  "properties": {
5978
5978
  "angle": {
5979
5979
  "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.",
@@ -6034,7 +6034,7 @@
6034
6034
  },
6035
6035
  "esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol": {
6036
6036
  "additionalProperties": false,
6037
- "description": "Picture marker symbols can be used to symbolize point geometries.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriPMS_symbol/}.",
6037
+ "description": "Picture marker symbols can be used to symbolize point geometries. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriPMS_symbol/}.",
6038
6038
  "properties": {
6039
6039
  "angle": {
6040
6040
  "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.",
@@ -6083,7 +6083,7 @@
6083
6083
  },
6084
6084
  "esri.rest-api.Point.Point": {
6085
6085
  "additionalProperties": false,
6086
- "description": "Defines the JSON formats of the point and spatial reference objects.{@linkhttps://developers.arcgis.com/web-map-specification/objects/point_geometry/}.{@linkhttps://developers.arcgis.com/web-map-specification/objects/point_geometry/}.",
6086
+ "description": "Defines the JSON formats of the point and spatial reference objects. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/point_geometry/}. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/point_geometry/}.",
6087
6087
  "properties": {
6088
6088
  "m": {
6089
6089
  "description": "M coordinate which contains measures used for linear referencing.",
@@ -6123,7 +6123,7 @@
6123
6123
  },
6124
6124
  "esri.rest-api.PointCloudBitfieldFilter.PointCloudBitfieldFilter": {
6125
6125
  "additionalProperties": false,
6126
- "description": "Filters points based on the value of the specified bitfield attribute.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudBitfieldFilter/}.",
6126
+ "description": "Filters points based on the value of the specified bitfield attribute. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudBitfieldFilter/}.",
6127
6127
  "properties": {
6128
6128
  "field": {
6129
6129
  "description": "The name of the field that is used for the filter.",
@@ -6158,7 +6158,7 @@
6158
6158
  },
6159
6159
  "esri.rest-api.PointCloudClassBreaksRenderer.PointCloudClassBreaksRenderer": {
6160
6160
  "additionalProperties": false,
6161
- "description": "PointCloudClassBreaksRenderer defines the color of each point in a PointCloudLayer based on the value of a numeric attribute. Colors are assigned based on classes or ranges of data. Each point is assigned a symbol based on the class break in which the value of the attribute falls.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudClassBreaksRenderer/}.",
6161
+ "description": "PointCloudClassBreaksRenderer defines the color of each point in a PointCloudLayer based on the value of a numeric attribute. Colors are assigned based on classes or ranges of data. Each point is assigned a symbol based on the class break in which the value of the attribute falls. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudClassBreaksRenderer/}.",
6162
6162
  "properties": {
6163
6163
  "authoringInfo": {
6164
6164
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -6173,7 +6173,7 @@
6173
6173
  },
6174
6174
  "colorModulation": {
6175
6175
  "$ref": "__type",
6176
- "description": "Indicates whether modulation should be used to render the point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
6176
+ "description": "Indicates whether modulation should be used to render the point. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
6177
6177
  },
6178
6178
  "field": {
6179
6179
  "description": "The name of the field that is used for the renderer.",
@@ -6224,7 +6224,7 @@
6224
6224
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
6225
6225
  "items": {
6226
6226
  "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
6227
- "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
6227
+ "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
6228
6228
  },
6229
6229
  "type": "array"
6230
6230
  }
@@ -6236,7 +6236,7 @@
6236
6236
  },
6237
6237
  "esri.rest-api.PointCloudFixedSizeAlgorithm.PointCloudFixedSizeAlgorithm": {
6238
6238
  "additionalProperties": false,
6239
- "description": "Render points with fixed real world or screen space size.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudFixedSizeAlgorithm/}.",
6239
+ "description": "Render points with fixed real world or screen space size. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudFixedSizeAlgorithm/}.",
6240
6240
  "properties": {
6241
6241
  "size": {
6242
6242
  "description": "Symbol size in real world units or display unit.",
@@ -6261,7 +6261,7 @@
6261
6261
  },
6262
6262
  "esri.rest-api.PointCloudLayer.PointCloudLayer": {
6263
6263
  "additionalProperties": false,
6264
- "description": "Point cloud data is post-processed spatially organized lidar data that consists of large collections of 3D points. Elevations for the ground, buildings, forest canopy, highway overpasses, and anything else encountered during the lidar survey make up the point cloud data. Point cloud layers allow for fast visualization of point cloud data in the browser.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudLayer/}.",
6264
+ "description": "Point cloud data is post-processed spatially organized lidar data that consists of large collections of 3D points. Elevations for the ground, buildings, forest canopy, highway overpasses, and anything else encountered during the lidar survey make up the point cloud data. Point cloud layers allow for fast visualization of point cloud data in the browser. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudLayer/}.",
6265
6265
  "properties": {
6266
6266
  "blendMode": {
6267
6267
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -6311,7 +6311,7 @@
6311
6311
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
6312
6312
  },
6313
6313
  "refreshInterval": {
6314
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
6314
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
6315
6315
  "type": "number"
6316
6316
  },
6317
6317
  "showLegend": {
@@ -6352,7 +6352,7 @@
6352
6352
  },
6353
6353
  "esri.rest-api.PointCloudRGBRenderer.PointCloudRGBRenderer": {
6354
6354
  "additionalProperties": false,
6355
- "description": "PointCloudRGBRenderer defines the color of each point in a PointCloudLayer based on the value of a color attribute.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudRGBRenderer/}.",
6355
+ "description": "PointCloudRGBRenderer defines the color of each point in a PointCloudLayer based on the value of a color attribute. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudRGBRenderer/}.",
6356
6356
  "properties": {
6357
6357
  "authoringInfo": {
6358
6358
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -6360,7 +6360,7 @@
6360
6360
  },
6361
6361
  "colorModulation": {
6362
6362
  "$ref": "__type",
6363
- "description": "Indicates whether modulation should be used to render the point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
6363
+ "description": "Indicates whether modulation should be used to render the point. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
6364
6364
  },
6365
6365
  "field": {
6366
6366
  "description": "The name of the field that is used for the renderer.",
@@ -6411,7 +6411,7 @@
6411
6411
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
6412
6412
  "items": {
6413
6413
  "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
6414
- "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
6414
+ "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
6415
6415
  },
6416
6416
  "type": "array"
6417
6417
  }
@@ -6423,7 +6423,7 @@
6423
6423
  },
6424
6424
  "esri.rest-api.PointCloudReturnFilter.PointCloudReturnFilter": {
6425
6425
  "additionalProperties": false,
6426
- "description": "Filters points based on the value of the return number/return count.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudReturnFilter/}.",
6426
+ "description": "Filters points based on the value of the return number/return count. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudReturnFilter/}.",
6427
6427
  "properties": {
6428
6428
  "field": {
6429
6429
  "description": "The name of the field that is used for the filter.",
@@ -6451,7 +6451,7 @@
6451
6451
  },
6452
6452
  "esri.rest-api.PointCloudSplatAlgorithm.PointCloudSplatAlgorithm": {
6453
6453
  "additionalProperties": false,
6454
- "description": "Render points using sizes depending on point density.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudSplatAlgorithm/}.",
6454
+ "description": "Render points using sizes depending on point density. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudSplatAlgorithm/}.",
6455
6455
  "properties": {
6456
6456
  "minSize": {
6457
6457
  "description": "Minimum display space point size in points.",
@@ -6476,7 +6476,7 @@
6476
6476
  },
6477
6477
  "esri.rest-api.PointCloudStretchRenderer.PointCloudStretchRenderer": {
6478
6478
  "additionalProperties": false,
6479
- "description": "PointCloudStretchRenderer defines the color of each point in a PointCloudLayer based on the value of a numeric attribute. They allow you to easily map continuous color ramps to minimum and maximum data values of one of the layer's numeric attribute fields.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudStretchRenderer/}.",
6479
+ "description": "PointCloudStretchRenderer defines the color of each point in a PointCloudLayer based on the value of a numeric attribute. They allow you to easily map continuous color ramps to minimum and maximum data values of one of the layer's numeric attribute fields. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudStretchRenderer/}.",
6480
6480
  "properties": {
6481
6481
  "authoringInfo": {
6482
6482
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -6484,7 +6484,7 @@
6484
6484
  },
6485
6485
  "colorModulation": {
6486
6486
  "$ref": "__type",
6487
- "description": "Indicates whether modulation should be used to render the point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
6487
+ "description": "Indicates whether modulation should be used to render the point. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
6488
6488
  },
6489
6489
  "field": {
6490
6490
  "description": "The name of the field that is used for the renderer.",
@@ -6535,7 +6535,7 @@
6535
6535
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
6536
6536
  "items": {
6537
6537
  "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
6538
- "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
6538
+ "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
6539
6539
  },
6540
6540
  "type": "array"
6541
6541
  }
@@ -6547,7 +6547,7 @@
6547
6547
  },
6548
6548
  "esri.rest-api.PointCloudUniqueValueRenderer.PointCloudUniqueValueRenderer": {
6549
6549
  "additionalProperties": false,
6550
- "description": "PointCloudUniqueValueRenderer allows you to colorize points in a PointCloudLayer based on an attribute. This is done by using unique colors to represent points with equal attribute values.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudUniqueValueRenderer/}.",
6550
+ "description": "PointCloudUniqueValueRenderer allows you to colorize points in a PointCloudLayer based on an attribute. This is done by using unique colors to represent points with equal attribute values. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudUniqueValueRenderer/}.",
6551
6551
  "properties": {
6552
6552
  "authoringInfo": {
6553
6553
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -6555,7 +6555,7 @@
6555
6555
  },
6556
6556
  "colorModulation": {
6557
6557
  "$ref": "__type",
6558
- "description": "Indicates whether modulation should be used to render the point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
6558
+ "description": "Indicates whether modulation should be used to render the point. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
6559
6559
  },
6560
6560
  "colorUniqueValueInfos": {
6561
6561
  "description": "Unique value infos.",
@@ -6613,7 +6613,7 @@
6613
6613
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
6614
6614
  "items": {
6615
6615
  "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
6616
- "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
6616
+ "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
6617
6617
  },
6618
6618
  "type": "array"
6619
6619
  }
@@ -6625,7 +6625,7 @@
6625
6625
  },
6626
6626
  "esri.rest-api.PointCloudValueFilter.PointCloudValueFilter": {
6627
6627
  "additionalProperties": false,
6628
- "description": "Filters points based on the value of an specified attribute.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudValueFilter/}.",
6628
+ "description": "Filters points based on the value of an specified attribute. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudValueFilter/}.",
6629
6629
  "properties": {
6630
6630
  "field": {
6631
6631
  "description": "The name of the field that is used for the filter.",
@@ -6657,7 +6657,7 @@
6657
6657
  },
6658
6658
  "esri.rest-api.PointSymbol3D.PointSymbol3D": {
6659
6659
  "additionalProperties": false,
6660
- "description": "PointSymbol3D is used to render features with Point geometry in a 3D SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointSymbol3D/}.",
6660
+ "description": "PointSymbol3D is used to render features with Point geometry in a 3D SceneView. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointSymbol3D/}.",
6661
6661
  "properties": {
6662
6662
  "callout": {
6663
6663
  "$ref": "#/definitions/esri.rest-api.Callout.Callout",
@@ -6665,7 +6665,7 @@
6665
6665
  },
6666
6666
  "styleOrigin": {
6667
6667
  "$ref": "__type",
6668
- "description": "The origin of the style from which the symbol was originally referenced. A reference to the style origin can be either by styleName or by styleUrl (but not both). It may be used to understand where a symbol was originally sourced from, but does not affect actual appearance or rendering of the symbol.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/styleOrigin/}."
6668
+ "description": "The origin of the style from which the symbol was originally referenced. A reference to the style origin can be either by styleName or by styleUrl (but not both). It may be used to understand where a symbol was originally sourced from, but does not affect actual appearance or rendering of the symbol. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/styleOrigin/}."
6669
6669
  },
6670
6670
  "symbolLayers": {
6671
6671
  "description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
@@ -6701,7 +6701,7 @@
6701
6701
  },
6702
6702
  "esri.rest-api.Polygon.Polygon": {
6703
6703
  "additionalProperties": false,
6704
- "description": "A polygon contains an array of rings and a spatial reference.{@linkhttps://developers.arcgis.com/web-map-specification/objects/polygon_geometry/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/polygon_geometry/}.",
6704
+ "description": "A polygon contains an array of rings and a spatial reference. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/polygon_geometry/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/polygon_geometry/}.",
6705
6705
  "properties": {
6706
6706
  "hasM": {
6707
6707
  "description": "Indicates whether the geometry contains M coordinate values.",
@@ -6736,7 +6736,7 @@
6736
6736
  },
6737
6737
  "esri.rest-api.PolygonSymbol3D.PolygonSymbol3D": {
6738
6738
  "additionalProperties": false,
6739
- "description": "PolygonSymbol3D is used to render features with Polygon geometry in a 3D SceneView. Polygon features may also be rendered as points with icons or objects at the centroid of each polygon.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}.",
6739
+ "description": "PolygonSymbol3D is used to render features with Polygon geometry in a 3D SceneView. Polygon features may also be rendered as points with icons or objects at the centroid of each polygon. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}.",
6740
6740
  "properties": {
6741
6741
  "symbolLayers": {
6742
6742
  "description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
@@ -6771,7 +6771,7 @@
6771
6771
  },
6772
6772
  "esri.rest-api.Polyline.Polyline": {
6773
6773
  "additionalProperties": false,
6774
- "description": "Contains an array of paths and a spatialReference.{@linkhttps://developers.arcgis.com/web-map-specification/objects/polyline_geometry/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/polyline_geometry/}.",
6774
+ "description": "Contains an array of paths and a spatialReference. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/polyline_geometry/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/polyline_geometry/}.",
6775
6775
  "properties": {
6776
6776
  "hasM": {
6777
6777
  "description": "Indicates whether the geometry contains M coordinate values.",
@@ -6814,7 +6814,7 @@
6814
6814
  },
6815
6815
  "esri.rest-api.PopupExpressionInfo.PopupExpressionInfo": {
6816
6816
  "additionalProperties": false,
6817
- "description": "Arcade expression added to the pop-up.{@linkhttps://developers.arcgis.com/web-map-specification/objects/popupExpressionInfo/}.",
6817
+ "description": "Arcade expression added to the pop-up. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/popupExpressionInfo/}.",
6818
6818
  "properties": {
6819
6819
  "expression": {
6820
6820
  "description": "The Arcade expression.",
@@ -6837,7 +6837,7 @@
6837
6837
  },
6838
6838
  "esri.rest-api.PopupInfo.OrderByFields": {
6839
6839
  "additionalProperties": false,
6840
- "description": "Object indicating the field display order for the related records and whether they should be sorted in ascending or descending order.{@linkhttps://developers.arcgis.com/web-map-specification/objects/orderByFields/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/orderByFields/}.",
6840
+ "description": "Object indicating the field display order for the related records and whether they should be sorted in ascending or descending order. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/orderByFields/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/orderByFields/}.",
6841
6841
  "properties": {
6842
6842
  "field": {
6843
6843
  "description": "The attribute value of the field selected that will drive the sorting of related records.",
@@ -6978,7 +6978,7 @@
6978
6978
  },
6979
6979
  "esri.rest-api.PopupInfo.RelatedRecordsInfo": {
6980
6980
  "additionalProperties": false,
6981
- "description": "The sort in the popupInfo for the parent feature. This impacts the sorting order for the returned child records.{@linkhttps://developers.arcgis.com/web-map-specification/objects/relatedRecordsInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/relatedRecordsInfo/}.",
6981
+ "description": "The sort in the popupInfo for the parent feature. This impacts the sorting order for the returned child records. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/relatedRecordsInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/relatedRecordsInfo/}.",
6982
6982
  "properties": {
6983
6983
  "orderByFields": {
6984
6984
  "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.",
@@ -6999,7 +6999,7 @@
6999
6999
  },
7000
7000
  "esri.rest-api.PredominanceRenderer.PredominanceRenderer": {
7001
7001
  "additionalProperties": false,
7002
- "description": "This renderer is a type of UniqueValue renderer which is based off the valueExpression property rather than field. Optionally, size and/or transparency visual variables may be included with valueExpression. Note that this renderer is supported for ArcGIS Online hosted feature services and feature collections.{@linkhttps://developers.arcgis.com/web-map-specification/objects/predominance_renderer/}.",
7002
+ "description": "This renderer is a type of UniqueValue renderer which is based off the valueExpression property rather than field. Optionally, size and/or transparency visual variables may be included with valueExpression. Note that this renderer is supported for ArcGIS Online hosted feature services and feature collections. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/predominance_renderer/}.",
7003
7003
  "properties": {
7004
7004
  "authoringInfo": {
7005
7005
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -7043,7 +7043,7 @@
7043
7043
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
7044
7044
  "items": {
7045
7045
  "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
7046
- "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
7046
+ "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
7047
7047
  },
7048
7048
  "type": "array"
7049
7049
  }
@@ -7057,7 +7057,7 @@
7057
7057
  },
7058
7058
  "esri.rest-api.QueryTableDataSource.QueryTableDataSource": {
7059
7059
  "additionalProperties": false,
7060
- "description": "Query table data source is a layer/table that is defined by a SQL query.{@linkhttps://developers.arcgis.com/web-map-specification/objects/queryTableDataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/queryTableDataSource/}.",
7060
+ "description": "Query table data source is a layer/table that is defined by a SQL query. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/queryTableDataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/queryTableDataSource/}.",
7061
7061
  "properties": {
7062
7062
  "geometryType": {
7063
7063
  "description": "The geometry type. When querying a table that does not have a geometry column, do not include geometryType.",
@@ -7082,7 +7082,7 @@
7082
7082
  "description": "The spatial reference of the geometry column. When querying a table that does not have a geometry column, do not include spatialReference."
7083
7083
  },
7084
7084
  "type": {
7085
- "description": "Type of the DataSource.{@linkportal /DataSource!DataSourceType}.",
7085
+ "description": "Type of the DataSource. See{@linkportal /DataSource!DataSourceType}.",
7086
7086
  "enum": [
7087
7087
  "queryTable"
7088
7088
  ],
@@ -7100,7 +7100,7 @@
7100
7100
  },
7101
7101
  "esri.rest-api.RangeDomain.RangeDomain": {
7102
7102
  "additionalProperties": false,
7103
- "description": "Range domain specifies a range of valid values for a field.{@linkhttps://developers.arcgis.com/web-map-specification/objects/range_domain/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/range_domain/}.",
7103
+ "description": "Range domain specifies a range of valid values for a field. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/range_domain/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/range_domain/}.",
7104
7104
  "properties": {
7105
7105
  "name": {
7106
7106
  "description": "The name of the domain.",
@@ -7130,7 +7130,7 @@
7130
7130
  },
7131
7131
  "esri.rest-api.RangeInfo.RangeInfo": {
7132
7132
  "additionalProperties": false,
7133
- "description": "Range Information.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/rangeInfo/}.",
7133
+ "description": "Range Information. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/rangeInfo/}.",
7134
7134
  "properties": {
7135
7135
  "currentRangeExtent": {
7136
7136
  "description": "Contains the min and max values within which the features are visible.",
@@ -7183,14 +7183,14 @@
7183
7183
  },
7184
7184
  "esri.rest-api.RasterDataSource.RasterDataSource": {
7185
7185
  "additionalProperties": false,
7186
- "description": "Raster data source is a file-based raster that resides in a registered raster workspace.{@linkhttps://developers.arcgis.com/web-map-specification/objects/rasterDataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/rasterDataSource/}.",
7186
+ "description": "Raster data source is a file-based raster that resides in a registered raster workspace. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/rasterDataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/rasterDataSource/}.",
7187
7187
  "properties": {
7188
7188
  "dataSourceName": {
7189
7189
  "description": "The fully-qualified string value used to specify where the dataSource is derived.",
7190
7190
  "type": "string"
7191
7191
  },
7192
7192
  "type": {
7193
- "description": "Type of the DataSource.{@linkportal /DataSource!DataSourceType}.",
7193
+ "description": "Type of the DataSource. See{@linkportal /DataSource!DataSourceType}.",
7194
7194
  "enum": [
7195
7195
  "raster"
7196
7196
  ],
@@ -7208,7 +7208,7 @@
7208
7208
  },
7209
7209
  "esri.rest-api.Renderer.AuthoringInfo": {
7210
7210
  "additionalProperties": false,
7211
- "description": "The authoringInfo is an object containing metadata about the authoring process for creating a renderer object. This allows the authoring clients to save specific overridable settings so that next time it is accessed via the UI, their selections are remembered. Non-authoring clients should ignore it. In order to support the slider with color/size/transparency information, the selection of the various themes, classification, and additional properties are saved within this object. Note: The authoringInfo object is not required with a renderer. It is only used if rendering was generated using Map Viewer rendering tools.{@linkhttps://developers.arcgis.com/web-map-specification/objects/authoringInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/authoringInfo/}.",
7211
+ "description": "The authoringInfo is an object containing metadata about the authoring process for creating a renderer object. This allows the authoring clients to save specific overridable settings so that next time it is accessed via the UI, their selections are remembered. Non-authoring clients should ignore it. In order to support the slider with color/size/transparency information, the selection of the various themes, classification, and additional properties are saved within this object. Note: The authoringInfo object is not required with a renderer. It is only used if rendering was generated using Map Viewer rendering tools. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/authoringInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/authoringInfo/}.",
7212
7212
  "properties": {
7213
7213
  "classificationMethod": {
7214
7214
  "$ref": "#/definitions/esri.rest-api.Renderer.ClassificationMethod",
@@ -7263,7 +7263,7 @@
7263
7263
  },
7264
7264
  "esri.rest-api.Renderer.ColorRamp": {
7265
7265
  "additionalProperties": false,
7266
- "description": "A colorRamp object is used to specify a range of colors that are applied to a group of symbols.{@linkhttps://developers.arcgis.com/web-map-specification/objects/colorRamp/}.",
7266
+ "description": "A colorRamp object is used to specify a range of colors that are applied to a group of symbols. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/colorRamp/}.",
7267
7267
  "properties": {
7268
7268
  "algorithm": {
7269
7269
  "description": "Algorithm used for calculating the ramp.",
@@ -7406,14 +7406,14 @@
7406
7406
  },
7407
7407
  "esri.rest-api.RenderingRule.RenderingRule": {
7408
7408
  "additionalProperties": false,
7409
- "description": "Specifies the rendering rule for how the requested image should be rendered.{@linkhttps://developers.arcgis.com/web-map-specification/objects/renderingRule/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/renderingRule/}.",
7409
+ "description": "Specifies the rendering rule for how the requested image should be rendered. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/renderingRule/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/renderingRule/}.",
7410
7410
  "properties": {
7411
7411
  "outputPixelType": {
7412
7412
  "$ref": "#/definitions/esri.rest-api.RenderingRule.PixelType",
7413
7413
  "description": "Defines the pixel type of the output image. See{@linkPixelType}."
7414
7414
  },
7415
7415
  "rasterFunction": {
7416
- "description": "The raster function name identifies the processing or rendering to be performed.{@linkhttp://resources.arcgis.com/en/help/arcgis-rest-api/#/Raster_Function_Objects/02r3000000rv000000/}.",
7416
+ "description": "The raster function name identifies the processing or rendering to be performed. See{@linkhttp://resources.arcgis.com/en/help/arcgis-rest-api/#/Raster_Function_Objects/02r3000000rv000000/}.",
7417
7417
  "type": "string"
7418
7418
  },
7419
7419
  "rasterFunctionArguments": {
@@ -7428,7 +7428,7 @@
7428
7428
  },
7429
7429
  "esri.rest-api.SceneLayer.SceneLayer": {
7430
7430
  "additionalProperties": false,
7431
- "description": "The SceneLayer is a layer type designed for on-demand streaming and displaying large amounts of data in a SceneView. SceneLayers support two geometry types: Point and 3D Objects (e.g. Buildings).{@linkhttps://developers.arcgis.com/web-scene-specification/objects/sceneLayer/}.",
7431
+ "description": "The SceneLayer is a layer type designed for on-demand streaming and displaying large amounts of data in a SceneView. SceneLayers support two geometry types: Point and 3D Objects (e.g. Buildings). See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/sceneLayer/}.",
7432
7432
  "properties": {
7433
7433
  "blendMode": {
7434
7434
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -7482,7 +7482,7 @@
7482
7482
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
7483
7483
  },
7484
7484
  "refreshInterval": {
7485
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
7485
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
7486
7486
  "type": "number"
7487
7487
  },
7488
7488
  "screenSizePerspective": {
@@ -7545,7 +7545,7 @@
7545
7545
  },
7546
7546
  "esri.rest-api.SimpleFillSymbol.SimpleFillSymbol": {
7547
7547
  "additionalProperties": false,
7548
- "description": "Simple fill symbols can be used to symbolize polygon geometries.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriSFS_symbol/}.",
7548
+ "description": "Simple fill symbols can be used to symbolize polygon geometries. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriSFS_symbol/}.",
7549
7549
  "properties": {
7550
7550
  "color": {
7551
7551
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -7586,7 +7586,7 @@
7586
7586
  },
7587
7587
  "esri.rest-api.SimpleLineSymbol.SimpleLineSymbol": {
7588
7588
  "additionalProperties": false,
7589
- "description": "Simple line symbols can be used to symbolize polyline geometries or outlines for polygon fills.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriSLS_symbol/}.",
7589
+ "description": "Simple line symbols can be used to symbolize polyline geometries or outlines for polygon fills. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriSLS_symbol/}.",
7590
7590
  "properties": {
7591
7591
  "color": {
7592
7592
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -7628,7 +7628,7 @@
7628
7628
  },
7629
7629
  "esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol": {
7630
7630
  "additionalProperties": false,
7631
- "description": "Simple marker symbols can be used to symbolize point geometries.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriSMS_symbol/}.",
7631
+ "description": "Simple marker symbols can be used to symbolize point geometries. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriSMS_symbol/}.",
7632
7632
  "properties": {
7633
7633
  "angle": {
7634
7634
  "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.",
@@ -7673,7 +7673,7 @@
7673
7673
  },
7674
7674
  "esri.rest-api.SimpleRenderer.SimpleRenderer": {
7675
7675
  "additionalProperties": false,
7676
- "description": "A simple renderer is a renderer that uses one symbol only.{@linkhttps://developers.arcgis.com/web-map-specification/objects/simple_renderer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/simpleRenderer/}.",
7676
+ "description": "A simple renderer is a renderer that uses one symbol only. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/simple_renderer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/simpleRenderer/}.",
7677
7677
  "properties": {
7678
7678
  "authoringInfo": {
7679
7679
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -7750,7 +7750,7 @@
7750
7750
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
7751
7751
  "items": {
7752
7752
  "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
7753
- "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
7753
+ "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
7754
7754
  },
7755
7755
  "type": "array"
7756
7756
  }
@@ -7763,7 +7763,7 @@
7763
7763
  },
7764
7764
  "esri.rest-api.SpatialReference.SpatialReference": {
7765
7765
  "additionalProperties": false,
7766
- "description": "The spatialReference object is located at the top level of the web map JSON hierarchy. In addition to this, it is also available within the operationalLayer and basemap objects. Many predefined spatial references have already been defined and are available for use. A spatial reference can be defined using a well-known ID (WKID) or well-known text (WKT). The default tolerance and resolution values for the associated coordinate system are used. All operational layers in the map are drawn or requested in the spatial reference of the basemap layers. The basemap defines the map spatial reference and tiling scheme. Each basemapLayer must be in the same spatial reference and tiling scheme. For additional information on working with spatial references, and their associated WKIDs, please refer to the ArcGIS REST API documentation which discusses this.{@linkhttps://developers.arcgis.com/web-map-specification/objects/spatialReference/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/spatialReference/}.",
7766
+ "description": "The spatialReference object is located at the top level of the web map JSON hierarchy. In addition to this, it is also available within the operationalLayer and basemap objects. Many predefined spatial references have already been defined and are available for use. A spatial reference can be defined using a well-known ID (WKID) or well-known text (WKT). The default tolerance and resolution values for the associated coordinate system are used. All operational layers in the map are drawn or requested in the spatial reference of the basemap layers. The basemap defines the map spatial reference and tiling scheme. Each basemapLayer must be in the same spatial reference and tiling scheme. For additional information on working with spatial references, and their associated WKIDs, please refer to the ArcGIS REST API documentation which discusses this. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/spatialReference/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/spatialReference/}.",
7767
7767
  "properties": {
7768
7768
  "latestVcsWkid": {
7769
7769
  "description": "(Optional) The current wkid value of the vertical coordinate system.",
@@ -7790,7 +7790,7 @@
7790
7790
  },
7791
7791
  "esri.rest-api.StreamLayer.StreamLayer": {
7792
7792
  "additionalProperties": false,
7793
- "description": "A stream layer in a web map.{@linkhttps://developers.arcgis.com/web-map-specification/objects/streamLayer/}.",
7793
+ "description": "A stream layer in a web map. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/streamLayer/}.",
7794
7794
  "properties": {
7795
7795
  "blendMode": {
7796
7796
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -7871,7 +7871,7 @@
7871
7871
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
7872
7872
  },
7873
7873
  "refreshInterval": {
7874
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
7874
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
7875
7875
  "type": "number"
7876
7876
  },
7877
7877
  "screenSizePerspective": {
@@ -7927,7 +7927,7 @@
7927
7927
  },
7928
7928
  "esri.rest-api.StyleSymbolReference.StyleSymbolReference": {
7929
7929
  "additionalProperties": false,
7930
- "description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/styleSymbolReference/}.",
7930
+ "description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/styleSymbolReference/}.",
7931
7931
  "properties": {
7932
7932
  "name": {
7933
7933
  "description": "Identifies a symbol in the style by name.",
@@ -7955,7 +7955,7 @@
7955
7955
  },
7956
7956
  "esri.rest-api.SubtypeGroupLayer.SubtypeGroupLayer": {
7957
7957
  "additionalProperties": false,
7958
- "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.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/subtypeGroupLayer/}.",
7958
+ "description": "SubtypeGroupLayer provides the ability to organize several sublayers into one common layer. Suppose there are several FeatureLayers that all represent water features in different dimensions. For example, wells (points), streams (lines), and lakes (polygons). The SubtypeGroupLayer provides the functionality to treat them as one layer called Water Features even though they are stored as separate feature layers. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/subtypeGroupLayer/}.",
7959
7959
  "properties": {
7960
7960
  "blendMode": {
7961
7961
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -8007,7 +8007,7 @@
8007
8007
  "type": "number"
8008
8008
  },
8009
8009
  "refreshInterval": {
8010
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
8010
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
8011
8011
  "type": "number"
8012
8012
  },
8013
8013
  "showLegend": {
@@ -8047,7 +8047,7 @@
8047
8047
  "type": "object"
8048
8048
  },
8049
8049
  "esri.rest-api.Symbol.Color": {
8050
- "description": "Color is represented as a four-element array. The four elements represent values for red, green, blue, and alpha in that order. Values range from 0 through 255. If color is undefined for a symbol, the color value is null.{@linkhttps://developers.arcgis.com/web-map-specification/objects/color/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/color/}.",
8050
+ "description": "Color is represented as a four-element array. The four elements represent values for red, green, blue, and alpha in that order. Values range from 0 through 255. If color is undefined for a symbol, the color value is null. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/color/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/color/}.",
8051
8051
  "items": {
8052
8052
  "type": "number"
8053
8053
  },
@@ -8055,7 +8055,7 @@
8055
8055
  },
8056
8056
  "esri.rest-api.Symbol.Font": {
8057
8057
  "additionalProperties": false,
8058
- "description": "Font used for text symbols.{@linkhttps://developers.arcgis.com/web-map-specification/objects/font/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/font/}.",
8058
+ "description": "Font used for text symbols. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/font/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/font/}.",
8059
8059
  "properties": {
8060
8060
  "decoration": {
8061
8061
  "$ref": "#/definitions/esri.rest-api.Symbol.TextDecoration",
@@ -8133,7 +8133,7 @@
8133
8133
  "$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
8134
8134
  }
8135
8135
  ],
8136
- "description": "A symbol representing a feature on the map. Part of the Esri ArcGIS REST API (see http://resources.arcgis.com/en/help/rest/apiref/symbol.html).{@linkhttps://developers.arcgis.com/web-map-specification/objects/symbol/}."
8136
+ "description": "A symbol representing a feature on the map. Part of the Esri ArcGIS REST API (see http://resources.arcgis.com/en/help/rest/apiref/symbol.html). See{@linkhttps://developers.arcgis.com/web-map-specification/objects/symbol/}."
8137
8137
  },
8138
8138
  "esri.rest-api.Symbol.TextDecoration": {
8139
8139
  "description": "The text decoration for the Font.",
@@ -8156,7 +8156,7 @@
8156
8156
  },
8157
8157
  "esri.rest-api.Symbol3D.Material": {
8158
8158
  "additionalProperties": false,
8159
- "description": "The material used to shade the geometry.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/material/}.",
8159
+ "description": "The material used to shade the geometry. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/material/}.",
8160
8160
  "properties": {
8161
8161
  "color": {
8162
8162
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -8183,7 +8183,7 @@
8183
8183
  },
8184
8184
  "esri.rest-api.Symbol3D.Outline": {
8185
8185
  "additionalProperties": false,
8186
- "description": "The outline of the point, line or polygon.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/outline/}.",
8186
+ "description": "The outline of the point, line or polygon. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/outline/}.",
8187
8187
  "properties": {
8188
8188
  "color": {
8189
8189
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -8206,7 +8206,7 @@
8206
8206
  },
8207
8207
  "esri.rest-api.Symbol3D.ResourceIconSymbol": {
8208
8208
  "additionalProperties": false,
8209
- "description": "The shape (primitive) or image URL (href) used to visualize the features.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer_resource/}.",
8209
+ "description": "The shape (primitive) or image URL (href) used to visualize the features. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer_resource/}.",
8210
8210
  "properties": {
8211
8211
  "dataURI": {
8212
8212
  "description": "An image encoded as base64 string, starting with data:image.",
@@ -8225,7 +8225,7 @@
8225
8225
  },
8226
8226
  "esri.rest-api.Symbol3D.ResourceObjectSymbol": {
8227
8227
  "additionalProperties": false,
8228
- "description": "The primitive shape (primitive) or external 3D model (href) used to visualize the points.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/objectSymbol3DLayer_resource/}.",
8228
+ "description": "The primitive shape (primitive) or external 3D model (href) used to visualize the points. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/objectSymbol3DLayer_resource/}.",
8229
8229
  "properties": {
8230
8230
  "href": {
8231
8231
  "description": "Must be an absolute URL or a relative path starting with \"./\".",
@@ -8259,11 +8259,11 @@
8259
8259
  "$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
8260
8260
  }
8261
8261
  ],
8262
- "description": "Symbol3D is the base class for all 3D symbols. It is used to render 2D Point, Polyline, and Polygon features in a FeatureLayer and 3D mesh features in a SceneLayer. All 3D symbols must be used in a SceneView instance; there is no support for 3D rendering in MapViews.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/symbol3D/}."
8262
+ "description": "Symbol3D is the base class for all 3D symbols. It is used to render 2D Point, Polyline, and Polygon features in a FeatureLayer and 3D mesh features in a SceneLayer. All 3D symbols must be used in a SceneView instance; there is no support for 3D rendering in MapViews. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/symbol3D/}."
8263
8263
  },
8264
8264
  "esri.rest-api.TableDataSource.TableDataSource": {
8265
8265
  "additionalProperties": false,
8266
- "description": "Table data source is a table, feature class, or raster that resides in a registered workspace (either a folder or geodatabase). In the case of a geodatabase, if versioned, use version to switch to an alternate geodatabase version. If version is empty or missing, the registered geodatabase version will be used.{@linkhttps://developers.arcgis.com/web-map-specification/objects/tableDataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tableDataSource/}.",
8266
+ "description": "Table data source is a table, feature class, or raster that resides in a registered workspace (either a folder or geodatabase). In the case of a geodatabase, if versioned, use version to switch to an alternate geodatabase version. If version is empty or missing, the registered geodatabase version will be used. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/tableDataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tableDataSource/}.",
8267
8267
  "properties": {
8268
8268
  "dataSourceName": {
8269
8269
  "description": "The fully-qualified string value used to specify where the dataSource is derived.",
@@ -8274,7 +8274,7 @@
8274
8274
  "type": "string"
8275
8275
  },
8276
8276
  "type": {
8277
- "description": "Type of the DataSource.{@linkportal /DataSource!DataSourceType}.",
8277
+ "description": "Type of the DataSource. See{@linkportal /DataSource!DataSourceType}.",
8278
8278
  "enum": [
8279
8279
  "table"
8280
8280
  ],
@@ -8311,7 +8311,7 @@
8311
8311
  },
8312
8312
  "esri.rest-api.Template.Template": {
8313
8313
  "additionalProperties": false,
8314
- "description": "Templates describe features that can be created in a layer. Templates are used with map notes, other feature collections, and editable web-based CSV layers. They are not used with ArcGIS feature services, which already have feature templates defined in the service. Templates are defined as a property of the layer definition when there are no types defined; otherwise, templates are defined as properties of the types.{@linkhttps://developers.arcgis.com/web-map-specification/objects/template/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/template/}.",
8314
+ "description": "Templates describe features that can be created in a layer. Templates are used with map notes, other feature collections, and editable web-based CSV layers. They are not used with ArcGIS feature services, which already have feature templates defined in the service. Templates are defined as a property of the layer definition when there are no types defined; otherwise, templates are defined as properties of the types. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/template/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/template/}.",
8315
8315
  "properties": {
8316
8316
  "description": {
8317
8317
  "description": "A detailed description of the template.",
@@ -8334,7 +8334,7 @@
8334
8334
  },
8335
8335
  "esri.rest-api.TemporalRenderer.TemporalRenderer": {
8336
8336
  "additionalProperties": false,
8337
- "description": "A temporal renderer is used to perform time-based rendering of features in a feature layer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/temporalRenderer/}.",
8337
+ "description": "A temporal renderer is used to perform time-based rendering of features in a feature layer. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/temporalRenderer/}.",
8338
8338
  "properties": {
8339
8339
  "authoringInfo": {
8340
8340
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -8371,7 +8371,7 @@
8371
8371
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
8372
8372
  "items": {
8373
8373
  "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
8374
- "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
8374
+ "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
8375
8375
  },
8376
8376
  "type": "array"
8377
8377
  }
@@ -8383,7 +8383,7 @@
8383
8383
  },
8384
8384
  "esri.rest-api.TextSymbol.TextSymbol": {
8385
8385
  "additionalProperties": false,
8386
- "description": "Text symbols are used to add text to a feature (labeling).{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriTS_symbol/}.",
8386
+ "description": "Text symbols are used to add text to a feature (labeling). See{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriTS_symbol/}.",
8387
8387
  "properties": {
8388
8388
  "angle": {
8389
8389
  "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.",
@@ -8464,7 +8464,7 @@
8464
8464
  },
8465
8465
  "esri.rest-api.TextSymbol3DLayer.TextSymbol3DLayer": {
8466
8466
  "additionalProperties": false,
8467
- "description": "TextSymbol3DLayer is used to draw text labels for features of any geometry type.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/textSymbol3DLayer/}.",
8467
+ "description": "TextSymbol3DLayer is used to draw text labels for features of any geometry type. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/textSymbol3DLayer/}.",
8468
8468
  "properties": {
8469
8469
  "font": {
8470
8470
  "$ref": "#/definitions/esri.rest-api.Symbol.Font",
@@ -8497,7 +8497,7 @@
8497
8497
  },
8498
8498
  "esri.rest-api.TileInfo.TileInfo": {
8499
8499
  "additionalProperties": false,
8500
- "description": "Tile information, returned from the WMTS OGC Web Service. The tileInfo will contain the spatial reference of the layer. TileInfo is the same json representation as the ArcGIS Map/Image service tileInfo except that it may contain a levelValue on the lod objects that should be used instead of the level in the templateUrl.{@linkhttps://developers.arcgis.com/web-map-specification/objects/tileInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tileInfo/}.",
8500
+ "description": "Tile information, returned from the WMTS OGC Web Service. The tileInfo will contain the spatial reference of the layer. TileInfo is the same json representation as the ArcGIS Map/Image service tileInfo except that it may contain a levelValue on the lod objects that should be used instead of the level in the templateUrl. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/tileInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tileInfo/}.",
8501
8501
  "properties": {
8502
8502
  "cols": {
8503
8503
  "description": "Requested tile's column.",
@@ -8516,7 +8516,7 @@
8516
8516
  "type": "string"
8517
8517
  },
8518
8518
  "lods": {
8519
- "description": "An array of levels of detail that define the tiling scheme.{@linkhttps://developers.arcgis.com/web-map-specification/objects/lod/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/lod/}.",
8519
+ "description": "An array of levels of detail that define the tiling scheme. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/lod/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/lod/}.",
8520
8520
  "items": {
8521
8521
  "$ref": "__type"
8522
8522
  },
@@ -8539,7 +8539,7 @@
8539
8539
  },
8540
8540
  "esri.rest-api.TiledImageServiceLayer.TiledImageServiceLayer": {
8541
8541
  "additionalProperties": false,
8542
- "description": "An ArcGIS Tiled Image Service layer displays map content from an ArcGIS Server Image service that has been cached (tiled).{@linkhttps://developers.arcgis.com/web-map-specification/objects/tiledImageServiceLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tiledImageServiceLayer/}.",
8542
+ "description": "An ArcGIS Tiled Image Service layer displays map content from an ArcGIS Server Image service that has been cached (tiled). See{@linkhttps://developers.arcgis.com/web-map-specification/objects/tiledImageServiceLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tiledImageServiceLayer/}.",
8543
8543
  "properties": {
8544
8544
  "blendMode": {
8545
8545
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -8588,7 +8588,7 @@
8588
8588
  "type": "number"
8589
8589
  },
8590
8590
  "refreshInterval": {
8591
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
8591
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
8592
8592
  "type": "number"
8593
8593
  },
8594
8594
  "showLegend": {
@@ -8630,7 +8630,7 @@
8630
8630
  },
8631
8631
  "esri.rest-api.TiledMapServiceLayer.TiledMapServiceLayer": {
8632
8632
  "additionalProperties": false,
8633
- "description": "An ArcGIS Tiled Map Service layer displays map content from an ArcGIS Server Map service that has been cached (tiled).{@linkhttps://developers.arcgis.com/web-map-specification/objects/tiledMapServiceLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tiledMapServiceLayer/}.",
8633
+ "description": "An ArcGIS Tiled Map Service layer displays map content from an ArcGIS Server Map service that has been cached (tiled). See{@linkhttps://developers.arcgis.com/web-map-specification/objects/tiledMapServiceLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tiledMapServiceLayer/}.",
8634
8634
  "properties": {
8635
8635
  "blendMode": {
8636
8636
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -8652,7 +8652,7 @@
8652
8652
  },
8653
8653
  "exclusionAreas": {
8654
8654
  "$ref": "__type",
8655
- "description": "Exclusion areas define extent areas where no data will be fetched for a layer. NOTE: Applicable if used as a baseMapLayer. An array of exclusionArea objects defining the layer exclusions.{@linkhttps://developers.arcgis.com/web-map-specification/objects/exclusionArea/}."
8655
+ "description": "Exclusion areas define extent areas where no data will be fetched for a layer. NOTE: Applicable if used as a baseMapLayer. An array of exclusionArea objects defining the layer exclusions. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/exclusionArea/}."
8656
8656
  },
8657
8657
  "id": {
8658
8658
  "description": "A unique identifying string for the layer.",
@@ -8701,7 +8701,7 @@
8701
8701
  "type": "string"
8702
8702
  },
8703
8703
  "refreshInterval": {
8704
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
8704
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
8705
8705
  "type": "number"
8706
8706
  },
8707
8707
  "showLegend": {
@@ -8742,10 +8742,9 @@
8742
8742
  },
8743
8743
  "esri.rest-api.Type.Type": {
8744
8744
  "additionalProperties": false,
8745
- "description": "Types contain information about the combinations of attributes allowed for features in the dataset. Each feature in the dataset can have a type, indicated in its typeIdField, which is used in LayerDefinition.{@linkhttps://developers.arcgis.com/web-map-specification/objects/type/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/type/}.",
8745
+ "description": "Types contain information about the combinations of attributes allowed for features in the dataset. Each feature in the dataset can have a type, indicated in its typeIdField, which is used in LayerDefinition. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/type/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/type/}.",
8746
8746
  "properties": {
8747
8747
  "domains": {
8748
- "$ref": "__type",
8749
8748
  "description": "A set of domain objects for each domain in the type."
8750
8749
  },
8751
8750
  "id": {
@@ -8771,7 +8770,7 @@
8771
8770
  },
8772
8771
  "esri.rest-api.UniqueValueFromStyle.UniqueValueFromStyle": {
8773
8772
  "additionalProperties": false,
8774
- "description": "This is a special version of UniqueValue Renderer, which loads uniqueValue infos from a portal style.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/uniqueValueFromStyleRenderer/}.",
8773
+ "description": "This is a special version of UniqueValue Renderer, which loads uniqueValue infos from a portal style. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/uniqueValueFromStyleRenderer/}.",
8775
8774
  "properties": {
8776
8775
  "authoringInfo": {
8777
8776
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -8816,7 +8815,7 @@
8816
8815
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
8817
8816
  "items": {
8818
8817
  "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
8819
- "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
8818
+ "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
8820
8819
  },
8821
8820
  "type": "array"
8822
8821
  }
@@ -8829,7 +8828,7 @@
8829
8828
  },
8830
8829
  "esri.rest-api.UniqueValueRenderer.UniqueValueInfo": {
8831
8830
  "additionalProperties": false,
8832
- "description": "The following is a list of properties found on the uniqueValueInfo object, which is one of the properties on the renderer object. The uniqueValueInfo object contains the symbology for each uniquely drawn value in the renderer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/uniqueValueInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/uniqueValueInfo/}.",
8831
+ "description": "The following is a list of properties found on the uniqueValueInfo object, which is one of the properties on the renderer object. The uniqueValueInfo object contains the symbology for each uniquely drawn value in the renderer. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/uniqueValueInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/uniqueValueInfo/}.",
8833
8832
  "properties": {
8834
8833
  "description": {
8835
8834
  "description": "String value used to describe the drawn symbol.",
@@ -8896,7 +8895,7 @@
8896
8895
  },
8897
8896
  "esri.rest-api.UniqueValueRenderer.UniqueValueRenderer": {
8898
8897
  "additionalProperties": false,
8899
- "description": "A unique value renderer symbolizes groups of features that have matching field values.{@linkhttps://developers.arcgis.com/web-map-specification/objects/uniqueValue_renderer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/uniqueValueRenderer/}.",
8898
+ "description": "A unique value renderer symbolizes groups of features that have matching field values. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/uniqueValue_renderer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/uniqueValueRenderer/}.",
8900
8899
  "properties": {
8901
8900
  "authoringInfo": {
8902
8901
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -8996,7 +8995,7 @@
8996
8995
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
8997
8996
  "items": {
8998
8997
  "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
8999
- "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
8998
+ "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
9000
8999
  },
9001
9000
  "type": "array"
9002
9001
  }
@@ -9010,7 +9009,7 @@
9010
9009
  },
9011
9010
  "esri.rest-api.Value.Value": {
9012
9011
  "additionalProperties": false,
9013
- "description": "The value object contains information for pop-up windows about how images should be retrieved or charts constructed.{@linkhttps://developers.arcgis.com/web-map-specification/objects/value/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/value/}.",
9012
+ "description": "The value object contains information for pop-up windows about how images should be retrieved or charts constructed. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/value/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/value/}.",
9014
9013
  "properties": {
9015
9014
  "fields": {
9016
9015
  "description": "Used with charts. An array of field names to display in the chart.",
@@ -9120,7 +9119,7 @@
9120
9119
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
9121
9120
  "items": {
9122
9121
  "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
9123
- "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
9122
+ "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
9124
9123
  },
9125
9124
  "type": "array"
9126
9125
  }
@@ -9135,7 +9134,7 @@
9135
9134
  },
9136
9135
  "esri.rest-api.VectorTileLayer.VectorTileLayer": {
9137
9136
  "additionalProperties": false,
9138
- "description": "A vector tile layer references a set of web-accessible vector tiles and the corresponding style for how those tiles should be drawn.{@linkhttps://developers.arcgis.com/web-map-specification/objects/vectorTileLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/vectorTileLayer/}.",
9137
+ "description": "A vector tile layer references a set of web-accessible vector tiles and the corresponding style for how those tiles should be drawn. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/vectorTileLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/vectorTileLayer/}.",
9139
9138
  "properties": {
9140
9139
  "blendMode": {
9141
9140
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -9188,7 +9187,7 @@
9188
9187
  "type": "string"
9189
9188
  },
9190
9189
  "refreshInterval": {
9191
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
9190
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
9192
9191
  "type": "number"
9193
9192
  },
9194
9193
  "showLegend": {
@@ -9229,7 +9228,7 @@
9229
9228
  },
9230
9229
  "esri.rest-api.VerticalOffset.VerticalOffset": {
9231
9230
  "additionalProperties": false,
9232
- "description": "Shifts the symbol along the vertical world axis by a given length. The length is set in screen space units.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/verticalOffset/}.",
9231
+ "description": "Shifts the symbol along the vertical world axis by a given length. The length is set in screen space units. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/verticalOffset/}.",
9233
9232
  "properties": {
9234
9233
  "maxWorldLength": {
9235
9234
  "description": "The maximum vertical symbol lift in world units. It acts as an upper bound to avoid lift becoming too big.",
@@ -9251,13 +9250,13 @@
9251
9250
  },
9252
9251
  "esri.rest-api.VisualVariable.ColorInfo": {
9253
9252
  "additionalProperties": false,
9254
- "description": "The colorInfo visual variable defines how a continuous color ramp is applied to features based on the values of a numeric field attribute. The minimum and maximum values of the data should be indicated along with their respective color values. You must specify either colors or stops to construct the color ramp.{@linkhttps://developers.arcgis.com/web-map-specification/objects/colorInfo_visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorInfo_visualVariable/}.",
9253
+ "description": "The colorInfo visual variable defines how a continuous color ramp is applied to features based on the values of a numeric field attribute. The minimum and maximum values of the data should be indicated along with their respective color values. You must specify either colors or stops to construct the color ramp. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/colorInfo_visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorInfo_visualVariable/}.",
9255
9254
  "properties": {
9256
9255
  "colors": {
9257
9256
  "description": "An array of colors that define the color ramp. Either colors or stops must be specified to construct the color ramp.",
9258
9257
  "items": {
9259
9258
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
9260
- "description": "Color is represented as a four-element array. The four elements represent values for red, green, blue, and alpha in that order. Values range from 0 through 255. If color is undefined for a symbol, the color value is null.{@linkhttps://developers.arcgis.com/web-map-specification/objects/color/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/color/}."
9259
+ "description": "Color is represented as a four-element array. The four elements represent values for red, green, blue, and alpha in that order. Values range from 0 through 255. If color is undefined for a symbol, the color value is null. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/color/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/color/}."
9261
9260
  },
9262
9261
  "type": "array"
9263
9262
  },
@@ -9267,7 +9266,7 @@
9267
9266
  },
9268
9267
  "legendOptions": {
9269
9268
  "$ref": "__type",
9270
- "description": "Options available for the legend.{@linkhttps://developers.arcgis.com/web-map-specification/objects/legendOptions/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
9269
+ "description": "Options available for the legend. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/legendOptions/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
9271
9270
  },
9272
9271
  "maxDataValue": {
9273
9272
  "description": "The maximum data value.",
@@ -9310,7 +9309,7 @@
9310
9309
  "anyOf": [
9311
9310
  {
9312
9311
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
9313
- "description": "Color is represented as a four-element array. The four elements represent values for red, green, blue, and alpha in that order. Values range from 0 through 255. If color is undefined for a symbol, the color value is null.{@linkhttps://developers.arcgis.com/web-map-specification/objects/color/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/color/}."
9312
+ "description": "Color is represented as a four-element array. The four elements represent values for red, green, blue, and alpha in that order. Values range from 0 through 255. If color is undefined for a symbol, the color value is null. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/color/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/color/}."
9314
9313
  },
9315
9314
  {
9316
9315
  "type": "string"
@@ -9331,7 +9330,7 @@
9331
9330
  },
9332
9331
  "esri.rest-api.VisualVariable.RotationInfo": {
9333
9332
  "additionalProperties": false,
9334
- "description": "The rotation visual variable defines how features rendered with marker symbols are rotated. The rotation value is determined by mapping the values to data in a field, or by other arithmetic means with a function.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/rotationInfo_visualVariable/}{@linkhttps://developers.arcgis.com/web-map-specification/objects/rotationInfo_visualVariable/}.",
9333
+ "description": "The rotation visual variable defines how features rendered with marker symbols are rotated. The rotation value is determined by mapping the values to data in a field, or by other arithmetic means with a function. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/rotationInfo_visualVariable/}{@linkhttps://developers.arcgis.com/web-map-specification/objects/rotationInfo_visualVariable/}.",
9335
9334
  "properties": {
9336
9335
  "field": {
9337
9336
  "description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
@@ -9339,7 +9338,7 @@
9339
9338
  },
9340
9339
  "legendOptions": {
9341
9340
  "$ref": "__type",
9342
- "description": "Options available for the legend.{@linkhttps://developers.arcgis.com/web-map-specification/objects/legendOptions/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
9341
+ "description": "Options available for the legend. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/legendOptions/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
9343
9342
  },
9344
9343
  "normalizationField": {
9345
9344
  "description": "String value indicating the name of the attribute field used to normalize the data.",
@@ -9377,7 +9376,7 @@
9377
9376
  },
9378
9377
  "esri.rest-api.VisualVariable.Size": {
9379
9378
  "additionalProperties": false,
9380
- "description": "Specifies the largest marker size to use at any given map scale. This is required if valueUnit is set to unknown.{@linkhttps://developers.arcgis.com/web-map-specification/objects/maxSize/}{@linkhttps://developers.arcgis.com/web-map-specification/objects/minSize/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/maxSize/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/minSize/}.",
9379
+ "description": "Specifies the largest marker size to use at any given map scale. This is required if valueUnit is set to unknown. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/maxSize/}{@linkhttps://developers.arcgis.com/web-map-specification/objects/minSize/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/maxSize/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/minSize/}.",
9381
9380
  "properties": {
9382
9381
  "expression": {
9383
9382
  "description": "The value which allows a size to be defined based on the map scale. Currently, the only supported expression is, view.scale.",
@@ -9403,7 +9402,7 @@
9403
9402
  },
9404
9403
  "esri.rest-api.VisualVariable.SizeInfo": {
9405
9404
  "additionalProperties": false,
9406
- "description": "The sizeInfo visual variable defines how a continuous color ramp is applied to features based on the values of a numeric field attribute. The minimum and maximum values of the data should be indicated along with their respective color values. You must specify either colors or stops to construct the color ramp.{@linkhttps://developers.arcgis.com/web-map-specification/objects/sizeInfo_visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/sizeInfo_visualVariable/}.",
9405
+ "description": "The sizeInfo visual variable defines how a continuous color ramp is applied to features based on the values of a numeric field attribute. The minimum and maximum values of the data should be indicated along with their respective color values. You must specify either colors or stops to construct the color ramp. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/sizeInfo_visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/sizeInfo_visualVariable/}.",
9407
9406
  "properties": {
9408
9407
  "axis": {
9409
9408
  "description": "Defines the axis the size visual variable should be applied to when rendering features with an ObjectSymbol3DLayer.",
@@ -9422,7 +9421,7 @@
9422
9421
  },
9423
9422
  "legendOptions": {
9424
9423
  "$ref": "__type",
9425
- "description": "Options available for the legend.{@linkhttps://developers.arcgis.com/web-map-specification/objects/legendOptions/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
9424
+ "description": "Options available for the legend. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/legendOptions/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
9426
9425
  },
9427
9426
  "maxDataValue": {
9428
9427
  "description": "The maximum data value.",
@@ -9526,7 +9525,7 @@
9526
9525
  },
9527
9526
  "esri.rest-api.VisualVariable.TransparencyInfo": {
9528
9527
  "additionalProperties": false,
9529
- "description": "TransparencyInfo is supported by opacityInfo in the JavaScript API. Except type and axis, all properties follow the syntax of the JavaScript API's opacityInfo property. It applies transparency to each feature based on the attribute values in a field. The exception is that the webmap JSON uses transparency (range 0 - 100, with 100 as completely transparent) instead of opacity (range 0 - 1, with 0 as completely transparent).{@linkhttps://developers.arcgis.com/web-map-specification/objects/transparencyInfo_visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/transparencyInfo_visualVariable/}.",
9528
+ "description": "TransparencyInfo is supported by opacityInfo in the JavaScript API. Except type and axis, all properties follow the syntax of the JavaScript API's opacityInfo property. It applies transparency to each feature based on the attribute values in a field. The exception is that the webmap JSON uses transparency (range 0 - 100, with 100 as completely transparent) instead of opacity (range 0 - 1, with 0 as completely transparent). See{@linkhttps://developers.arcgis.com/web-map-specification/objects/transparencyInfo_visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/transparencyInfo_visualVariable/}.",
9530
9529
  "properties": {
9531
9530
  "field": {
9532
9531
  "description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
@@ -9600,11 +9599,11 @@
9600
9599
  "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
9601
9600
  }
9602
9601
  ],
9603
- "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
9602
+ "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/visualVariable/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
9604
9603
  },
9605
9604
  "esri.rest-api.WMSLayer.WMSLayer": {
9606
9605
  "additionalProperties": false,
9607
- "description": "A layer consuming a Web Map Service (WMS). The WMS specification is an international specification for serving and consuming dynamic maps on the web. For additional information on publishing WMS services, please see the ArcGIS Server help.{@linkhttps://developers.arcgis.com/web-map-specification/objects/wmsLayer/}.",
9606
+ "description": "A layer consuming a Web Map Service (WMS). The WMS specification is an international specification for serving and consuming dynamic maps on the web. For additional information on publishing WMS services, please see the ArcGIS Server help. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/wmsLayer/}.",
9608
9607
  "properties": {
9609
9608
  "blendMode": {
9610
9609
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -9709,7 +9708,7 @@
9709
9708
  "type": "number"
9710
9709
  },
9711
9710
  "refreshInterval": {
9712
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
9711
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
9713
9712
  "type": "number"
9714
9713
  },
9715
9714
  "showLegend": {
@@ -9768,7 +9767,7 @@
9768
9767
  },
9769
9768
  "esri.rest-api.WMSSublayer.WMSSublayer": {
9770
9769
  "additionalProperties": false,
9771
- "description": "A layer object may allow overrides on popup content and drawing behavior for individual layers of a web service.{@linkhttps://developers.arcgis.com/web-map-specification/objects/wmsLayer_layer/}.",
9770
+ "description": "A layer object may allow overrides on popup content and drawing behavior for individual layers of a web service. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/wmsLayer_layer/}.",
9772
9771
  "properties": {
9773
9772
  "legendUrl": {
9774
9773
  "description": "A string URL to a legend graphic for the layer.",
@@ -9795,7 +9794,7 @@
9795
9794
  },
9796
9795
  "esri.rest-api.WMTSInfo.WMTSInfo": {
9797
9796
  "additionalProperties": false,
9798
- "description": "Object containing layerIdentifier, tileMatrixSet, and URL for WMTSLayer layer types.{@linkhttps://developers.arcgis.com/web-map-specification/objects/wmtsInfo/}.",
9797
+ "description": "Object containing layerIdentifier, tileMatrixSet, and URL for WMTSLayer layer types. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/wmtsInfo/}.",
9799
9798
  "properties": {
9800
9799
  "customLayerParameters": {
9801
9800
  "description": "A sequence of parameters used to append different custom parameters to a WMTS tile request. These parameters are applied to GetTile. The customLayerParameters property takes precedence if customParameters is also present."
@@ -9820,7 +9819,7 @@
9820
9819
  },
9821
9820
  "esri.rest-api.WebTileLayer.WebTileLayer": {
9822
9821
  "additionalProperties": false,
9823
- "description": "A tile layer is a derived from a set of web-accessible tiles which reside on a server. The tiles are accessed by a direct URL request from the web browser. Because the tiles in a tile layer are not available as a service, they must be in a specific format for a web app such as the ArcGIS.com map viewer to display the layer on a map.{@linkhttps://developers.arcgis.com/web-map-specification/objects/tiledLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tiledLayer/}.",
9822
+ "description": "A tile layer is a derived from a set of web-accessible tiles which reside on a server. The tiles are accessed by a direct URL request from the web browser. Because the tiles in a tile layer are not available as a service, they must be in a specific format for a web app such as the ArcGIS.com map viewer to display the layer on a map. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/tiledLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tiledLayer/}.",
9824
9823
  "properties": {
9825
9824
  "blendMode": {
9826
9825
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -9874,7 +9873,7 @@
9874
9873
  "type": "number"
9875
9874
  },
9876
9875
  "refreshInterval": {
9877
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
9876
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
9878
9877
  "type": "number"
9879
9878
  },
9880
9879
  "showLegend": {