@vertigis/viewer-spec 51.11.0 → 51.11.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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 +4 -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 +199 -204
  97. package/messaging/schema/web-event.schema.json +194 -195
  98. package/package.json +25 -20
  99. package/version.d.ts +1 -1
  100. package/version.js +1 -1
@@ -4142,7 +4142,7 @@
4142
4142
  "description": "Arguments for the system.read-file operation.",
4143
4143
  "properties": {
4144
4144
  "accept": {
4145
- "description": "The accept parameter for the file input.{@linkhttps://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/accept}.",
4145
+ "description": "The accept parameter for the file input. See{@linkhttps://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/accept}.",
4146
4146
  "type": "string"
4147
4147
  },
4148
4148
  "attributes": {
@@ -7036,7 +7036,7 @@
7036
7036
  "type": "number"
7037
7037
  },
7038
7038
  "refreshInterval": {
7039
- "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}.",
7039
+ "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}.",
7040
7040
  "type": "number"
7041
7041
  },
7042
7042
  "showLegend": {
@@ -7248,7 +7248,7 @@
7248
7248
  },
7249
7249
  "esri.rest-api.CIMSymbol.CIMSymbol": {
7250
7250
  "additionalProperties": false,
7251
- "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/}.",
7251
+ "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/}.",
7252
7252
  "properties": {
7253
7253
  "type": {
7254
7254
  "description": "Specifies the type of symbol used.",
@@ -7265,7 +7265,7 @@
7265
7265
  },
7266
7266
  "esri.rest-api.CSVLayer.CSVLayer": {
7267
7267
  "additionalProperties": false,
7268
- "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/}.",
7268
+ "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/}.",
7269
7269
  "properties": {
7270
7270
  "blendMode": {
7271
7271
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -7323,7 +7323,7 @@
7323
7323
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
7324
7324
  },
7325
7325
  "refreshInterval": {
7326
- "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}.",
7326
+ "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}.",
7327
7327
  "type": "number"
7328
7328
  },
7329
7329
  "screenSizePerspective": {
@@ -7425,7 +7425,7 @@
7425
7425
  },
7426
7426
  "esri.rest-api.Camera.Camera": {
7427
7427
  "additionalProperties": false,
7428
- "description": "The camera defines the position, tilt, and heading of the point from which the SceneView's visible extent is observed.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/camera/}.",
7428
+ "description": "The camera defines the position, tilt, and heading of the point from which the SceneView's visible extent is observed. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/camera/}.",
7429
7429
  "properties": {
7430
7430
  "heading": {
7431
7431
  "description": "The heading of the camera in degrees. Heading is zero when north is the top of the screen. It increases as the view rotates clockwise. The angles are always normalized between 0 and 360 degrees.",
@@ -7447,7 +7447,7 @@
7447
7447
  },
7448
7448
  "esri.rest-api.ClassBreaksRenderer.ClassBreakInfo": {
7449
7449
  "additionalProperties": false,
7450
- "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/}.",
7450
+ "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/}.",
7451
7451
  "properties": {
7452
7452
  "classMaxValue": {
7453
7453
  "description": "A numeric value used to specify the maximum value for a break.",
@@ -7518,7 +7518,7 @@
7518
7518
  },
7519
7519
  "esri.rest-api.ClassBreaksRenderer.ClassBreaksRenderer": {
7520
7520
  "additionalProperties": false,
7521
- "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/}.",
7521
+ "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/}.",
7522
7522
  "properties": {
7523
7523
  "authoringInfo": {
7524
7524
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -7633,7 +7633,7 @@
7633
7633
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
7634
7634
  "items": {
7635
7635
  "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
7636
- "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/}."
7636
+ "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/}."
7637
7637
  },
7638
7638
  "type": "array"
7639
7639
  }
@@ -7669,7 +7669,7 @@
7669
7669
  },
7670
7670
  "esri.rest-api.CodedValueDomain.CodedValue": {
7671
7671
  "additionalProperties": false,
7672
- "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/}.",
7672
+ "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/}.",
7673
7673
  "properties": {
7674
7674
  "code": {
7675
7675
  "description": "Value indicating which unique code is used to identify the feature attribute.",
@@ -7691,7 +7691,7 @@
7691
7691
  },
7692
7692
  "esri.rest-api.CodedValueDomain.CodedValueDomain": {
7693
7693
  "additionalProperties": false,
7694
- "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/}.",
7694
+ "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/}.",
7695
7695
  "properties": {
7696
7696
  "codedValues": {
7697
7697
  "description": "The set of valid coded values.",
@@ -7721,7 +7721,7 @@
7721
7721
  },
7722
7722
  "esri.rest-api.ColorClassBreakInfo.ColorClassBreakInfo": {
7723
7723
  "additionalProperties": false,
7724
- "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorClassBreakInfo/}.",
7724
+ "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorClassBreakInfo/}.",
7725
7725
  "properties": {
7726
7726
  "classMaxValue": {
7727
7727
  "description": "A numeric value used to specify the maximum value for a break.",
@@ -7748,7 +7748,7 @@
7748
7748
  },
7749
7749
  "esri.rest-api.ColorUniqueValueInfos.ColorUniqueValueInfos": {
7750
7750
  "additionalProperties": false,
7751
- "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorUniqueValueInfo/}.",
7751
+ "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorUniqueValueInfo/}.",
7752
7752
  "properties": {
7753
7753
  "color": {
7754
7754
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -7787,11 +7787,11 @@
7787
7787
  "$ref": "#/definitions/esri.rest-api.TableDataSource.TableDataSource"
7788
7788
  }
7789
7789
  ],
7790
- "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/}."
7790
+ "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/}."
7791
7791
  },
7792
7792
  "esri.rest-api.DefinitionEditor.DefinitionEditor": {
7793
7793
  "additionalProperties": false,
7794
- "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/}.",
7794
+ "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/}.",
7795
7795
  "properties": {
7796
7796
  "inputs": {
7797
7797
  "description": "An array of input objects.",
@@ -7809,7 +7809,7 @@
7809
7809
  },
7810
7810
  "esri.rest-api.DefinitionEditor.Input": {
7811
7811
  "additionalProperties": false,
7812
- "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/}.",
7812
+ "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/}.",
7813
7813
  "properties": {
7814
7814
  "hint": {
7815
7815
  "description": "A string value representing a hint for the input.",
@@ -7831,7 +7831,7 @@
7831
7831
  },
7832
7832
  "esri.rest-api.DefinitionEditor.Parameter": {
7833
7833
  "additionalProperties": false,
7834
- "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/}.",
7834
+ "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/}.",
7835
7835
  "properties": {
7836
7836
  "defaultValue": {
7837
7837
  "description": "The default value that is automatically given if nothing is provided.",
@@ -7867,11 +7867,11 @@
7867
7867
  "$ref": "#/definitions/esri.rest-api.RangeDomain.RangeDomain"
7868
7868
  }
7869
7869
  ],
7870
- "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/}."
7870
+ "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/}."
7871
7871
  },
7872
7872
  "esri.rest-api.DrawingInfo.DrawingInfo": {
7873
7873
  "additionalProperties": false,
7874
- "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/}.",
7874
+ "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/}.",
7875
7875
  "properties": {
7876
7876
  "filters": {
7877
7877
  "description": "Filters for PointCloud layers.",
@@ -7887,7 +7887,7 @@
7887
7887
  "$ref": "#/definitions/esri.rest-api.PointCloudValueFilter.PointCloudValueFilter"
7888
7888
  }
7889
7889
  ],
7890
- "description": "Filters applied to the pointCloud which will hide a point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
7890
+ "description": "Filters applied to the pointCloud which will hide a point. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
7891
7891
  },
7892
7892
  "type": "array"
7893
7893
  },
@@ -7923,11 +7923,11 @@
7923
7923
  },
7924
7924
  "esri.rest-api.DynamicDataLayer.DynamicDataLayer": {
7925
7925
  "additionalProperties": false,
7926
- "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/}.",
7926
+ "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/}.",
7927
7927
  "properties": {
7928
7928
  "dataSource": {
7929
7929
  "$ref": "#/definitions/esri.rest-api.DataSource.DataSource",
7930
- "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/}."
7930
+ "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/}."
7931
7931
  },
7932
7932
  "fields": {
7933
7933
  "description": "An array of objects specifying information about an attribute field.",
@@ -7951,7 +7951,7 @@
7951
7951
  },
7952
7952
  "esri.rest-api.DynamicMapLayer.DynamicMapLayer": {
7953
7953
  "additionalProperties": false,
7954
- "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/}.",
7954
+ "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/}.",
7955
7955
  "properties": {
7956
7956
  "gdbVersion": {
7957
7957
  "description": "If applicable, specify this to use an alternate geodatabase version.",
@@ -8422,7 +8422,7 @@
8422
8422
  },
8423
8423
  "esri.rest-api.ElevationInfo.ElevationInfo": {
8424
8424
  "additionalProperties": false,
8425
- "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/}.",
8425
+ "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/}.",
8426
8426
  "properties": {
8427
8427
  "featureExpression": {
8428
8428
  "description": "Deprecated with 1.8, use featureExpressionInfo instead. Ignores geometry z-values."
@@ -8473,7 +8473,7 @@
8473
8473
  },
8474
8474
  "esri.rest-api.ElevationLayer.ElevationLayer": {
8475
8475
  "additionalProperties": false,
8476
- "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/}.",
8476
+ "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/}.",
8477
8477
  "properties": {
8478
8478
  "blendMode": {
8479
8479
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -8519,7 +8519,7 @@
8519
8519
  "type": "number"
8520
8520
  },
8521
8521
  "refreshInterval": {
8522
- "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}.",
8522
+ "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}.",
8523
8523
  "type": "number"
8524
8524
  },
8525
8525
  "showLegend": {
@@ -8560,7 +8560,7 @@
8560
8560
  },
8561
8561
  "esri.rest-api.Extent.Extent": {
8562
8562
  "additionalProperties": false,
8563
- "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/}.",
8563
+ "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/}.",
8564
8564
  "properties": {
8565
8565
  "spatialReference": {
8566
8566
  "$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
@@ -8587,7 +8587,7 @@
8587
8587
  },
8588
8588
  "esri.rest-api.ExtrudeSymbol3DLayer.ExtrudeSymbol3DLayer": {
8589
8589
  "additionalProperties": false,
8590
- "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/}.",
8590
+ "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/}.",
8591
8591
  "properties": {
8592
8592
  "enable": {
8593
8593
  "description": "Type: Boolean.",
@@ -8616,7 +8616,7 @@
8616
8616
  },
8617
8617
  "esri.rest-api.Feature.Feature": {
8618
8618
  "additionalProperties": false,
8619
- "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/}.",
8619
+ "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/}.",
8620
8620
  "properties": {
8621
8621
  "attributes": {
8622
8622
  "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."
@@ -8678,7 +8678,7 @@
8678
8678
  },
8679
8679
  "esri.rest-api.FeatureCollection.FeatureCollection": {
8680
8680
  "additionalProperties": false,
8681
- "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/}.",
8681
+ "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/}.",
8682
8682
  "properties": {
8683
8683
  "layers": {
8684
8684
  "description": "An array of Layer objects defining all the styling, geometry, and attribute information for the features.",
@@ -8708,7 +8708,7 @@
8708
8708
  },
8709
8709
  "esri.rest-api.FeatureLayer.FeatureLayer": {
8710
8710
  "additionalProperties": false,
8711
- "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/}.",
8711
+ "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/}.",
8712
8712
  "properties": {
8713
8713
  "blendMode": {
8714
8714
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -8789,7 +8789,7 @@
8789
8789
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
8790
8790
  },
8791
8791
  "refreshInterval": {
8792
- "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}.",
8792
+ "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}.",
8793
8793
  "type": "number"
8794
8794
  },
8795
8795
  "screenSizePerspective": {
@@ -8928,7 +8928,7 @@
8928
8928
  },
8929
8929
  "esri.rest-api.FeatureSet.FeatureSet": {
8930
8930
  "additionalProperties": false,
8931
- "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/}.",
8931
+ "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/}.",
8932
8932
  "properties": {
8933
8933
  "features": {
8934
8934
  "description": "An array of Feature objects, each one containing geometry and a set of attributes.",
@@ -8950,7 +8950,7 @@
8950
8950
  },
8951
8951
  "esri.rest-api.Field.Field": {
8952
8952
  "additionalProperties": false,
8953
- "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/}.",
8953
+ "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/}.",
8954
8954
  "properties": {
8955
8955
  "alias": {
8956
8956
  "description": "The field alias (human-readable name).",
@@ -9008,7 +9008,7 @@
9008
9008
  },
9009
9009
  "esri.rest-api.FieldInfo.FieldInfo": {
9010
9010
  "additionalProperties": false,
9011
- "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/}.",
9011
+ "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/}.",
9012
9012
  "properties": {
9013
9013
  "fieldName": {
9014
9014
  "description": "The field name as defined by the service.",
@@ -9055,7 +9055,7 @@
9055
9055
  },
9056
9056
  "esri.rest-api.FillSymbol3DLayer.FillSymbol3DLayer": {
9057
9057
  "additionalProperties": false,
9058
- "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/}.",
9058
+ "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/}.",
9059
9059
  "properties": {
9060
9060
  "castShadows": {
9061
9061
  "description": "Boolean to control the shadow casting behavior of the rendered geometries.",
@@ -9092,7 +9092,7 @@
9092
9092
  },
9093
9093
  "esri.rest-api.FormInfo.FormAttachmentElement": {
9094
9094
  "additionalProperties": false,
9095
- "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/}.",
9095
+ "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/}.",
9096
9096
  "properties": {
9097
9097
  "attachmentKeyword": {
9098
9098
  "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.",
@@ -9133,7 +9133,7 @@
9133
9133
  },
9134
9134
  "esri.rest-api.FormInfo.FormBarcodeScannerInput": {
9135
9135
  "additionalProperties": false,
9136
- "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/}.",
9136
+ "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/}.",
9137
9137
  "properties": {
9138
9138
  "maxLength": {
9139
9139
  "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.",
@@ -9158,7 +9158,7 @@
9158
9158
  },
9159
9159
  "esri.rest-api.FormInfo.FormComboBoxInput": {
9160
9160
  "additionalProperties": false,
9161
- "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/}.",
9161
+ "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/}.",
9162
9162
  "properties": {
9163
9163
  "noValueOptionLabel": {
9164
9164
  "description": "The text used to represent a null value.",
@@ -9183,7 +9183,7 @@
9183
9183
  },
9184
9184
  "esri.rest-api.FormInfo.FormDateTimePickerInput": {
9185
9185
  "additionalProperties": false,
9186
- "description": "Defines the desired user interface is a calendar date picker.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formDatetimePickerInput/}.",
9186
+ "description": "Defines the desired user interface is a calendar date picker. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formDatetimePickerInput/}.",
9187
9187
  "properties": {
9188
9188
  "includeTime": {
9189
9189
  "description": "Indicates if the datetime picker should provide an option to select the time. If not provided, the default value is false.",
@@ -9212,7 +9212,7 @@
9212
9212
  },
9213
9213
  "esri.rest-api.FormInfo.FormExpressionInfo": {
9214
9214
  "additionalProperties": false,
9215
- "description": "Arcade expression used in the form.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formExpressionInfo/}.",
9215
+ "description": "Arcade expression used in the form. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formExpressionInfo/}.",
9216
9216
  "properties": {
9217
9217
  "expression": {
9218
9218
  "description": "The Arcade expression.",
@@ -9238,7 +9238,7 @@
9238
9238
  },
9239
9239
  "esri.rest-api.FormInfo.FormFieldElement": {
9240
9240
  "additionalProperties": false,
9241
- "description": "Defines how a field in the dataset participates in the form.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formFieldElement/}.",
9241
+ "description": "Defines how a field in the dataset participates in the form. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formFieldElement/}.",
9242
9242
  "properties": {
9243
9243
  "description": {
9244
9244
  "description": "A string that describes the element in detail.",
@@ -9309,7 +9309,7 @@
9309
9309
  },
9310
9310
  "esri.rest-api.FormInfo.FormGroupElement": {
9311
9311
  "additionalProperties": false,
9312
- "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/}.",
9312
+ "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/}.",
9313
9313
  "properties": {
9314
9314
  "description": {
9315
9315
  "description": "A string that describes the element in detail.",
@@ -9363,7 +9363,7 @@
9363
9363
  },
9364
9364
  "esri.rest-api.FormInfo.FormInfo": {
9365
9365
  "additionalProperties": false,
9366
- "description": "Defines the form configuration when a user edits a feature.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formInfo/}.",
9366
+ "description": "Defines the form configuration when a user edits a feature. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formInfo/}.",
9367
9367
  "properties": {
9368
9368
  "description": {
9369
9369
  "description": "A string that appears in the body of the form as a description.",
@@ -9405,7 +9405,7 @@
9405
9405
  },
9406
9406
  "esri.rest-api.FormInfo.FormRadioButtonsInput": {
9407
9407
  "additionalProperties": false,
9408
- "description": "Defines the desired user interface is a radio button group.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formRadioButtonsInput/}.",
9408
+ "description": "Defines the desired user interface is a radio button group. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formRadioButtonsInput/}.",
9409
9409
  "properties": {
9410
9410
  "noValueOptionLabel": {
9411
9411
  "description": "The text used to represent a null value.",
@@ -9430,7 +9430,7 @@
9430
9430
  },
9431
9431
  "esri.rest-api.FormInfo.FormRelationshipElement": {
9432
9432
  "additionalProperties": false,
9433
- "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/}.",
9433
+ "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/}.",
9434
9434
  "properties": {
9435
9435
  "description": {
9436
9436
  "description": "A string that describes the element in detail.",
@@ -9474,7 +9474,7 @@
9474
9474
  },
9475
9475
  "esri.rest-api.FormInfo.FormSwitchInput": {
9476
9476
  "additionalProperties": false,
9477
- "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/}.",
9477
+ "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/}.",
9478
9478
  "properties": {
9479
9479
  "offValue": {
9480
9480
  "description": "The coded value when switch state is off.",
@@ -9505,7 +9505,7 @@
9505
9505
  },
9506
9506
  "esri.rest-api.FormInfo.FormTextAreaInput": {
9507
9507
  "additionalProperties": false,
9508
- "description": "Defines the desired user interface is a multi-line text area.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formTextAreaInput/}.",
9508
+ "description": "Defines the desired user interface is a multi-line text area. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formTextAreaInput/}.",
9509
9509
  "properties": {
9510
9510
  "maxLength": {
9511
9511
  "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.",
@@ -9530,7 +9530,7 @@
9530
9530
  },
9531
9531
  "esri.rest-api.FormInfo.FormTextBoxInput": {
9532
9532
  "additionalProperties": false,
9533
- "description": "Defines the desired user interface is a single-line text box.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formTextBoxInput/}.",
9533
+ "description": "Defines the desired user interface is a single-line text box. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formTextBoxInput/}.",
9534
9534
  "properties": {
9535
9535
  "maxLength": {
9536
9536
  "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.",
@@ -9577,7 +9577,7 @@
9577
9577
  },
9578
9578
  "esri.rest-api.Format.Format": {
9579
9579
  "additionalProperties": false,
9580
- "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/}.",
9580
+ "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/}.",
9581
9581
  "properties": {
9582
9582
  "dateFormat": {
9583
9583
  "$ref": "#/definitions/esri.rest-api.Format.DateFormat",
@@ -9596,7 +9596,7 @@
9596
9596
  },
9597
9597
  "esri.rest-api.GeoRSSLayer.GeoRSSLayer": {
9598
9598
  "additionalProperties": false,
9599
- "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/}.",
9599
+ "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/}.",
9600
9600
  "properties": {
9601
9601
  "blendMode": {
9602
9602
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -9646,7 +9646,7 @@
9646
9646
  "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."
9647
9647
  },
9648
9648
  "refreshInterval": {
9649
- "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}.",
9649
+ "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}.",
9650
9650
  "type": "number"
9651
9651
  },
9652
9652
  "showLegend": {
@@ -9703,11 +9703,11 @@
9703
9703
  "$ref": "#/definitions/esri.rest-api.Extent.Extent"
9704
9704
  }
9705
9705
  ],
9706
- "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/}."
9706
+ "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/}."
9707
9707
  },
9708
9708
  "esri.rest-api.GroupLayer.GroupLayer": {
9709
9709
  "additionalProperties": false,
9710
- "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/}.",
9710
+ "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/}.",
9711
9711
  "properties": {
9712
9712
  "blendMode": {
9713
9713
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -9752,7 +9752,7 @@
9752
9752
  "type": "number"
9753
9753
  },
9754
9754
  "refreshInterval": {
9755
- "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}.",
9755
+ "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}.",
9756
9756
  "type": "number"
9757
9757
  },
9758
9758
  "showLegend": {
@@ -9802,7 +9802,7 @@
9802
9802
  },
9803
9803
  "esri.rest-api.HeatmapRenderer.ColorStop": {
9804
9804
  "additionalProperties": false,
9805
- "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/}.",
9805
+ "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/}.",
9806
9806
  "properties": {
9807
9807
  "color": {
9808
9808
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -9821,7 +9821,7 @@
9821
9821
  },
9822
9822
  "esri.rest-api.HeatmapRenderer.HeatmapRenderer": {
9823
9823
  "additionalProperties": false,
9824
- "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/}.",
9824
+ "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/}.",
9825
9825
  "properties": {
9826
9826
  "authoringInfo": {
9827
9827
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -9869,7 +9869,7 @@
9869
9869
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
9870
9870
  "items": {
9871
9871
  "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
9872
- "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/}."
9872
+ "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/}."
9873
9873
  },
9874
9874
  "type": "array"
9875
9875
  }
@@ -9881,7 +9881,7 @@
9881
9881
  },
9882
9882
  "esri.rest-api.IconSymbol3DLayer.IconSymbol3DLayer": {
9883
9883
  "additionalProperties": false,
9884
- "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/}.",
9884
+ "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/}.",
9885
9885
  "properties": {
9886
9886
  "anchor": {
9887
9887
  "description": "Must be one of the following values: center, left, right, top, bottom, topLeft, topRight, bottomLeft, bottomRight.",
@@ -9933,7 +9933,7 @@
9933
9933
  },
9934
9934
  "esri.rest-api.ImageServiceLayer.ImageServiceLayer": {
9935
9935
  "additionalProperties": false,
9936
- "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/}.",
9936
+ "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/}.",
9937
9937
  "properties": {
9938
9938
  "bandIds": {
9939
9939
  "description": "An array of bandIds that are visible, can specify bands to export or rearrange band order(from image service).",
@@ -10049,7 +10049,7 @@
10049
10049
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
10050
10050
  },
10051
10051
  "refreshInterval": {
10052
- "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}.",
10052
+ "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}.",
10053
10053
  "type": "number"
10054
10054
  },
10055
10055
  "renderingRule": {
@@ -10098,7 +10098,7 @@
10098
10098
  },
10099
10099
  "esri.rest-api.ImageServiceVectorLayer.ImageServiceVectorLayer": {
10100
10100
  "additionalProperties": false,
10101
- "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/}.",
10101
+ "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/}.",
10102
10102
  "properties": {
10103
10103
  "blendMode": {
10104
10104
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -10163,7 +10163,7 @@
10163
10163
  "type": "number"
10164
10164
  },
10165
10165
  "refreshInterval": {
10166
- "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}.",
10166
+ "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}.",
10167
10167
  "type": "number"
10168
10168
  },
10169
10169
  "showLegend": {
@@ -10210,7 +10210,7 @@
10210
10210
  },
10211
10211
  "esri.rest-api.InheritedDomain.InheritedDomain": {
10212
10212
  "additionalProperties": false,
10213
- "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/}.",
10213
+ "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/}.",
10214
10214
  "properties": {
10215
10215
  "type": {
10216
10216
  "description": "The type of domain.",
@@ -10227,7 +10227,7 @@
10227
10227
  },
10228
10228
  "esri.rest-api.IntegratedMeshLayer.IntegratedMeshLayer": {
10229
10229
  "additionalProperties": false,
10230
- "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/}.",
10230
+ "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/}.",
10231
10231
  "properties": {
10232
10232
  "blendMode": {
10233
10233
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -10269,7 +10269,7 @@
10269
10269
  "type": "number"
10270
10270
  },
10271
10271
  "refreshInterval": {
10272
- "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}.",
10272
+ "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}.",
10273
10273
  "type": "number"
10274
10274
  },
10275
10275
  "showLegend": {
@@ -10310,7 +10310,7 @@
10310
10310
  },
10311
10311
  "esri.rest-api.Item.Item": {
10312
10312
  "additionalProperties": false,
10313
- "description": "An item (a unit of content) in the portal. Each item has a unique identifier and a well known URL that is independent of the user owning the item. An item can have associated binary or textual data that's available via the item data resource. For example, an item of type Map Package returns the actual bits corresponding to the map package via the item data resource. The numViews is incremented when an item is opened.{@linkhttp://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Item/02r30000007w000000/}.",
10313
+ "description": "An item (a unit of content) in the portal. Each item has a unique identifier and a well known URL that is independent of the user owning the item. An item can have associated binary or textual data that's available via the item data resource. For example, an item of type Map Package returns the actual bits corresponding to the map package via the item data resource. The numViews is incremented when an item is opened. See{@linkhttp://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Item/02r30000007w000000/}.",
10314
10314
  "properties": {
10315
10315
  "$portal": {
10316
10316
  "description": "The portal to load the item from.",
@@ -10517,7 +10517,7 @@
10517
10517
  "type": "string"
10518
10518
  },
10519
10519
  "type": {
10520
- "description": "The GIS content type of this item. Example types include Web Map, Map Service, Shapefile, and Web Mapping Application.{@linkhttp://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r3000000ms000000}.",
10520
+ "description": "The GIS content type of this item. Example types include Web Map, Map Service, Shapefile, and Web Mapping Application. See{@linkhttp://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r3000000ms000000}.",
10521
10521
  "type": "string"
10522
10522
  },
10523
10523
  "typeKeywords": {
@@ -10539,7 +10539,7 @@
10539
10539
  },
10540
10540
  "esri.rest-api.JoinTableDataSource.JoinTableDataSource": {
10541
10541
  "additionalProperties": false,
10542
- "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/}.",
10542
+ "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/}.",
10543
10543
  "properties": {
10544
10544
  "joinType": {
10545
10545
  "$ref": "#/definitions/esri.rest-api.JoinTableDataSource.JoinType",
@@ -10576,7 +10576,7 @@
10576
10576
  "description": "The right table source."
10577
10577
  },
10578
10578
  "type": {
10579
- "description": "Type of the DataSource.{@linkportal /DataSource!DataSourceType}.",
10579
+ "description": "Type of the DataSource. See{@linkportal /DataSource!DataSourceType}.",
10580
10580
  "enum": [
10581
10581
  "joinTable"
10582
10582
  ],
@@ -10602,7 +10602,7 @@
10602
10602
  },
10603
10603
  "esri.rest-api.KMLLayer.KMLLayer": {
10604
10604
  "additionalProperties": false,
10605
- "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/}.",
10605
+ "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/}.",
10606
10606
  "properties": {
10607
10607
  "blendMode": {
10608
10608
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -10644,7 +10644,7 @@
10644
10644
  "type": "number"
10645
10645
  },
10646
10646
  "refreshInterval": {
10647
- "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}.",
10647
+ "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}.",
10648
10648
  "type": "number"
10649
10649
  },
10650
10650
  "showLegend": {
@@ -10692,7 +10692,7 @@
10692
10692
  },
10693
10693
  "esri.rest-api.LabelSymbol3D.LabelSymbol3D": {
10694
10694
  "additionalProperties": false,
10695
- "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/}.",
10695
+ "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/}.",
10696
10696
  "properties": {
10697
10697
  "callout": {
10698
10698
  "$ref": "#/definitions/esri.rest-api.Callout.Callout",
@@ -10756,7 +10756,7 @@
10756
10756
  },
10757
10757
  "esri.rest-api.LabelingInfo.LabelingInfo": {
10758
10758
  "additionalProperties": false,
10759
- "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/}.",
10759
+ "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/}.",
10760
10760
  "properties": {
10761
10761
  "labelExpression": {
10762
10762
  "description": "This read-only web map property allows formatting of labels. Use labelExpressionInfo instead.",
@@ -10764,7 +10764,7 @@
10764
10764
  },
10765
10765
  "labelExpressionInfo": {
10766
10766
  "$ref": "__type",
10767
- "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/}."
10767
+ "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/}."
10768
10768
  },
10769
10769
  "labelPlacement": {
10770
10770
  "$ref": "#/definitions/esri.rest-api.LabelingInfo.LabelPlacement",
@@ -10806,7 +10806,7 @@
10806
10806
  },
10807
10807
  "esri.rest-api.Layer.Layer": {
10808
10808
  "additionalProperties": false,
10809
- "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/}.",
10809
+ "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/}.",
10810
10810
  "properties": {
10811
10811
  "defaultVisibility": {
10812
10812
  "description": "Default visibility of the layers in the map service.",
@@ -10883,7 +10883,7 @@
10883
10883
  },
10884
10884
  "esri.rest-api.LayerDefinition.FieldOverride": {
10885
10885
  "additionalProperties": false,
10886
- "description": "Defines overridden properties on a field for a specific view of the data.{@linkhttps://developers.arcgis.com/web-map-specification/objects/fieldOverride/}.",
10886
+ "description": "Defines overridden properties on a field for a specific view of the data. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/fieldOverride/}.",
10887
10887
  "properties": {
10888
10888
  "alias": {
10889
10889
  "description": "A string containing the overridden field alias.",
@@ -10911,7 +10911,7 @@
10911
10911
  },
10912
10912
  "esri.rest-api.LayerDefinition.LayerDefinition": {
10913
10913
  "additionalProperties": false,
10914
- "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/}.",
10914
+ "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/}.",
10915
10915
  "properties": {
10916
10916
  "allowGeometryUpdates": {
10917
10917
  "description": "Boolean value indicating whether the geometry of the features in the layer can be edited.",
@@ -10981,7 +10981,7 @@
10981
10981
  },
10982
10982
  "floorInfo": {
10983
10983
  "$ref": "__type",
10984
- "description": "Contains floor-awareness information for the layer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/layerFloorInfo/}."
10984
+ "description": "Contains floor-awareness information for the layer. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/layerFloorInfo/}."
10985
10985
  },
10986
10986
  "geometryType": {
10987
10987
  "description": "The type of geometry used in the layer definition. One of the GeometryType constants.",
@@ -11066,7 +11066,7 @@
11066
11066
  "$ref": "#/definitions/esri.rest-api.DynamicDataLayer.DynamicDataLayer"
11067
11067
  }
11068
11068
  ],
11069
- "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/}."
11069
+ "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/}."
11070
11070
  },
11071
11071
  "spatialReference": {
11072
11072
  "$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
@@ -11135,7 +11135,7 @@
11135
11135
  },
11136
11136
  "esri.rest-api.LayerDefinition.LayerTimeInfo": {
11137
11137
  "additionalProperties": false,
11138
- "description": "Time info if the layer/table supports querying and exporting maps based on time.{@linkhttps://developers.arcgis.com/web-map-specification/objects/layerTimeInfo/}.",
11138
+ "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/}.",
11139
11139
  "properties": {
11140
11140
  "endTimeField": {
11141
11141
  "description": "The name of the attribute field that contains the end time information.",
@@ -11177,7 +11177,7 @@
11177
11177
  },
11178
11178
  "timeReference": {
11179
11179
  "$ref": "__type",
11180
- "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/}."
11180
+ "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/}."
11181
11181
  },
11182
11182
  "trackIdField": {
11183
11183
  "description": "The field that contains the trackId.",
@@ -11254,7 +11254,7 @@
11254
11254
  },
11255
11255
  "esri.rest-api.LineSymbol3D.LineSymbol3D": {
11256
11256
  "additionalProperties": false,
11257
- "description": "LineSymbol3D is used to render features with Polyline geometry in a 3D SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/lineSymbol3D/}.",
11257
+ "description": "LineSymbol3D is used to render features with Polyline geometry in a 3D SceneView. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/lineSymbol3D/}.",
11258
11258
  "properties": {
11259
11259
  "symbolLayers": {
11260
11260
  "description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
@@ -11286,7 +11286,7 @@
11286
11286
  },
11287
11287
  "esri.rest-api.LineSymbol3DLayer.LineSymbol3DLayer": {
11288
11288
  "additionalProperties": false,
11289
- "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/}.",
11289
+ "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/}.",
11290
11290
  "properties": {
11291
11291
  "enable": {
11292
11292
  "description": "Type: Boolean.",
@@ -11315,7 +11315,7 @@
11315
11315
  },
11316
11316
  "esri.rest-api.LocationInfo.LocationInfo": {
11317
11317
  "additionalProperties": false,
11318
- "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/}.",
11318
+ "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/}.",
11319
11319
  "properties": {
11320
11320
  "latitudeFieldName": {
11321
11321
  "description": "A string defining the field name that holds the latitude (Y) coordinate.",
@@ -11334,7 +11334,7 @@
11334
11334
  },
11335
11335
  "esri.rest-api.MapServiceLayer.MapServiceLayer": {
11336
11336
  "additionalProperties": false,
11337
- "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/}.",
11337
+ "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/}.",
11338
11338
  "properties": {
11339
11339
  "blendMode": {
11340
11340
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -11390,7 +11390,7 @@
11390
11390
  "type": "number"
11391
11391
  },
11392
11392
  "refreshInterval": {
11393
- "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}.",
11393
+ "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}.",
11394
11394
  "type": "number"
11395
11395
  },
11396
11396
  "showLegend": {
@@ -11473,7 +11473,7 @@
11473
11473
  },
11474
11474
  "esri.rest-api.MeshSymbol3D.MeshSymbol3D": {
11475
11475
  "additionalProperties": false,
11476
- "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/}.",
11476
+ "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/}.",
11477
11477
  "properties": {
11478
11478
  "symbolLayers": {
11479
11479
  "description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
@@ -11525,7 +11525,7 @@
11525
11525
  },
11526
11526
  "esri.rest-api.MosaicRule.MosaicRule": {
11527
11527
  "additionalProperties": false,
11528
- "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/}.",
11528
+ "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/}.",
11529
11529
  "properties": {
11530
11530
  "ascending": {
11531
11531
  "description": "Indicates whether the sort should be ascending.",
@@ -11588,7 +11588,7 @@
11588
11588
  },
11589
11589
  "esri.rest-api.Multipoint.Multipoint": {
11590
11590
  "additionalProperties": false,
11591
- "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/}.",
11591
+ "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/}.",
11592
11592
  "properties": {
11593
11593
  "hasM": {
11594
11594
  "description": "Indicates whether the geometry contains M coordinate values.",
@@ -11620,7 +11620,7 @@
11620
11620
  },
11621
11621
  "esri.rest-api.ObjectSymbol3DLayer.ObjectSymbol3DLayer": {
11622
11622
  "additionalProperties": false,
11623
- "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/}.",
11623
+ "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/}.",
11624
11624
  "properties": {
11625
11625
  "anchor": {
11626
11626
  "description": "The positioning of the object relative to the geometry. Must be one of the following values: center, bottom, origin.",
@@ -11738,7 +11738,7 @@
11738
11738
  },
11739
11739
  "esri.rest-api.PathSymbol3DLayer.PathSymbol3DLayer": {
11740
11740
  "additionalProperties": false,
11741
- "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/}.",
11741
+ "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/}.",
11742
11742
  "properties": {
11743
11743
  "material": {
11744
11744
  "$ref": "#/definitions/esri.rest-api.Symbol3D.Material",
@@ -11767,7 +11767,7 @@
11767
11767
  },
11768
11768
  "esri.rest-api.PictureFillSymbol.PictureFillSymbol": {
11769
11769
  "additionalProperties": false,
11770
- "description": "Picture fill symbols can be used to symbolize polygon geometries.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriPFS_symbol/}.",
11770
+ "description": "Picture fill symbols can be used to symbolize polygon geometries. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriPFS_symbol/}.",
11771
11771
  "properties": {
11772
11772
  "angle": {
11773
11773
  "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.",
@@ -11828,7 +11828,7 @@
11828
11828
  },
11829
11829
  "esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol": {
11830
11830
  "additionalProperties": false,
11831
- "description": "Picture marker symbols can be used to symbolize point geometries.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriPMS_symbol/}.",
11831
+ "description": "Picture marker symbols can be used to symbolize point geometries. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriPMS_symbol/}.",
11832
11832
  "properties": {
11833
11833
  "angle": {
11834
11834
  "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.",
@@ -11877,7 +11877,7 @@
11877
11877
  },
11878
11878
  "esri.rest-api.Point.Point": {
11879
11879
  "additionalProperties": false,
11880
- "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/}.",
11880
+ "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/}.",
11881
11881
  "properties": {
11882
11882
  "m": {
11883
11883
  "description": "M coordinate which contains measures used for linear referencing.",
@@ -11917,7 +11917,7 @@
11917
11917
  },
11918
11918
  "esri.rest-api.PointCloudBitfieldFilter.PointCloudBitfieldFilter": {
11919
11919
  "additionalProperties": false,
11920
- "description": "Filters points based on the value of the specified bitfield attribute.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudBitfieldFilter/}.",
11920
+ "description": "Filters points based on the value of the specified bitfield attribute. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudBitfieldFilter/}.",
11921
11921
  "properties": {
11922
11922
  "field": {
11923
11923
  "description": "The name of the field that is used for the filter.",
@@ -11952,7 +11952,7 @@
11952
11952
  },
11953
11953
  "esri.rest-api.PointCloudClassBreaksRenderer.PointCloudClassBreaksRenderer": {
11954
11954
  "additionalProperties": false,
11955
- "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/}.",
11955
+ "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/}.",
11956
11956
  "properties": {
11957
11957
  "authoringInfo": {
11958
11958
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -11967,7 +11967,7 @@
11967
11967
  },
11968
11968
  "colorModulation": {
11969
11969
  "$ref": "__type",
11970
- "description": "Indicates whether modulation should be used to render the point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
11970
+ "description": "Indicates whether modulation should be used to render the point. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
11971
11971
  },
11972
11972
  "field": {
11973
11973
  "description": "The name of the field that is used for the renderer.",
@@ -12018,7 +12018,7 @@
12018
12018
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
12019
12019
  "items": {
12020
12020
  "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
12021
- "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/}."
12021
+ "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/}."
12022
12022
  },
12023
12023
  "type": "array"
12024
12024
  }
@@ -12030,7 +12030,7 @@
12030
12030
  },
12031
12031
  "esri.rest-api.PointCloudFixedSizeAlgorithm.PointCloudFixedSizeAlgorithm": {
12032
12032
  "additionalProperties": false,
12033
- "description": "Render points with fixed real world or screen space size.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudFixedSizeAlgorithm/}.",
12033
+ "description": "Render points with fixed real world or screen space size. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudFixedSizeAlgorithm/}.",
12034
12034
  "properties": {
12035
12035
  "size": {
12036
12036
  "description": "Symbol size in real world units or display unit.",
@@ -12055,7 +12055,7 @@
12055
12055
  },
12056
12056
  "esri.rest-api.PointCloudLayer.PointCloudLayer": {
12057
12057
  "additionalProperties": false,
12058
- "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/}.",
12058
+ "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/}.",
12059
12059
  "properties": {
12060
12060
  "blendMode": {
12061
12061
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -12105,7 +12105,7 @@
12105
12105
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
12106
12106
  },
12107
12107
  "refreshInterval": {
12108
- "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}.",
12108
+ "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}.",
12109
12109
  "type": "number"
12110
12110
  },
12111
12111
  "showLegend": {
@@ -12146,7 +12146,7 @@
12146
12146
  },
12147
12147
  "esri.rest-api.PointCloudRGBRenderer.PointCloudRGBRenderer": {
12148
12148
  "additionalProperties": false,
12149
- "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/}.",
12149
+ "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/}.",
12150
12150
  "properties": {
12151
12151
  "authoringInfo": {
12152
12152
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -12154,7 +12154,7 @@
12154
12154
  },
12155
12155
  "colorModulation": {
12156
12156
  "$ref": "__type",
12157
- "description": "Indicates whether modulation should be used to render the point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
12157
+ "description": "Indicates whether modulation should be used to render the point. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
12158
12158
  },
12159
12159
  "field": {
12160
12160
  "description": "The name of the field that is used for the renderer.",
@@ -12205,7 +12205,7 @@
12205
12205
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
12206
12206
  "items": {
12207
12207
  "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
12208
- "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/}."
12208
+ "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/}."
12209
12209
  },
12210
12210
  "type": "array"
12211
12211
  }
@@ -12217,7 +12217,7 @@
12217
12217
  },
12218
12218
  "esri.rest-api.PointCloudReturnFilter.PointCloudReturnFilter": {
12219
12219
  "additionalProperties": false,
12220
- "description": "Filters points based on the value of the return number/return count.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudReturnFilter/}.",
12220
+ "description": "Filters points based on the value of the return number/return count. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudReturnFilter/}.",
12221
12221
  "properties": {
12222
12222
  "field": {
12223
12223
  "description": "The name of the field that is used for the filter.",
@@ -12245,7 +12245,7 @@
12245
12245
  },
12246
12246
  "esri.rest-api.PointCloudSplatAlgorithm.PointCloudSplatAlgorithm": {
12247
12247
  "additionalProperties": false,
12248
- "description": "Render points using sizes depending on point density.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudSplatAlgorithm/}.",
12248
+ "description": "Render points using sizes depending on point density. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudSplatAlgorithm/}.",
12249
12249
  "properties": {
12250
12250
  "minSize": {
12251
12251
  "description": "Minimum display space point size in points.",
@@ -12270,7 +12270,7 @@
12270
12270
  },
12271
12271
  "esri.rest-api.PointCloudStretchRenderer.PointCloudStretchRenderer": {
12272
12272
  "additionalProperties": false,
12273
- "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/}.",
12273
+ "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/}.",
12274
12274
  "properties": {
12275
12275
  "authoringInfo": {
12276
12276
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -12278,7 +12278,7 @@
12278
12278
  },
12279
12279
  "colorModulation": {
12280
12280
  "$ref": "__type",
12281
- "description": "Indicates whether modulation should be used to render the point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
12281
+ "description": "Indicates whether modulation should be used to render the point. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
12282
12282
  },
12283
12283
  "field": {
12284
12284
  "description": "The name of the field that is used for the renderer.",
@@ -12329,7 +12329,7 @@
12329
12329
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
12330
12330
  "items": {
12331
12331
  "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
12332
- "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/}."
12332
+ "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/}."
12333
12333
  },
12334
12334
  "type": "array"
12335
12335
  }
@@ -12341,7 +12341,7 @@
12341
12341
  },
12342
12342
  "esri.rest-api.PointCloudUniqueValueRenderer.PointCloudUniqueValueRenderer": {
12343
12343
  "additionalProperties": false,
12344
- "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/}.",
12344
+ "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/}.",
12345
12345
  "properties": {
12346
12346
  "authoringInfo": {
12347
12347
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -12349,7 +12349,7 @@
12349
12349
  },
12350
12350
  "colorModulation": {
12351
12351
  "$ref": "__type",
12352
- "description": "Indicates whether modulation should be used to render the point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
12352
+ "description": "Indicates whether modulation should be used to render the point. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
12353
12353
  },
12354
12354
  "colorUniqueValueInfos": {
12355
12355
  "description": "Unique value infos.",
@@ -12407,7 +12407,7 @@
12407
12407
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
12408
12408
  "items": {
12409
12409
  "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
12410
- "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/}."
12410
+ "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/}."
12411
12411
  },
12412
12412
  "type": "array"
12413
12413
  }
@@ -12419,7 +12419,7 @@
12419
12419
  },
12420
12420
  "esri.rest-api.PointCloudValueFilter.PointCloudValueFilter": {
12421
12421
  "additionalProperties": false,
12422
- "description": "Filters points based on the value of an specified attribute.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudValueFilter/}.",
12422
+ "description": "Filters points based on the value of an specified attribute. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudValueFilter/}.",
12423
12423
  "properties": {
12424
12424
  "field": {
12425
12425
  "description": "The name of the field that is used for the filter.",
@@ -12451,7 +12451,7 @@
12451
12451
  },
12452
12452
  "esri.rest-api.PointSymbol3D.PointSymbol3D": {
12453
12453
  "additionalProperties": false,
12454
- "description": "PointSymbol3D is used to render features with Point geometry in a 3D SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointSymbol3D/}.",
12454
+ "description": "PointSymbol3D is used to render features with Point geometry in a 3D SceneView. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointSymbol3D/}.",
12455
12455
  "properties": {
12456
12456
  "callout": {
12457
12457
  "$ref": "#/definitions/esri.rest-api.Callout.Callout",
@@ -12459,7 +12459,7 @@
12459
12459
  },
12460
12460
  "styleOrigin": {
12461
12461
  "additionalProperties": false,
12462
- "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/}.",
12462
+ "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/}.",
12463
12463
  "properties": {
12464
12464
  "name": {
12465
12465
  "description": "Name of the symbol in the style referenced by styleName or styleUrl.",
@@ -12510,7 +12510,7 @@
12510
12510
  },
12511
12511
  "esri.rest-api.Polygon.Polygon": {
12512
12512
  "additionalProperties": false,
12513
- "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/}.",
12513
+ "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/}.",
12514
12514
  "properties": {
12515
12515
  "hasM": {
12516
12516
  "description": "Indicates whether the geometry contains M coordinate values.",
@@ -12545,7 +12545,7 @@
12545
12545
  },
12546
12546
  "esri.rest-api.PolygonSymbol3D.PolygonSymbol3D": {
12547
12547
  "additionalProperties": false,
12548
- "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/}.",
12548
+ "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/}.",
12549
12549
  "properties": {
12550
12550
  "symbolLayers": {
12551
12551
  "description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
@@ -12580,7 +12580,7 @@
12580
12580
  },
12581
12581
  "esri.rest-api.Polyline.Polyline": {
12582
12582
  "additionalProperties": false,
12583
- "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/}.",
12583
+ "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/}.",
12584
12584
  "properties": {
12585
12585
  "hasM": {
12586
12586
  "description": "Indicates whether the geometry contains M coordinate values.",
@@ -12623,7 +12623,7 @@
12623
12623
  },
12624
12624
  "esri.rest-api.PopupExpressionInfo.PopupExpressionInfo": {
12625
12625
  "additionalProperties": false,
12626
- "description": "Arcade expression added to the pop-up.{@linkhttps://developers.arcgis.com/web-map-specification/objects/popupExpressionInfo/}.",
12626
+ "description": "Arcade expression added to the pop-up. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/popupExpressionInfo/}.",
12627
12627
  "properties": {
12628
12628
  "expression": {
12629
12629
  "description": "The Arcade expression.",
@@ -12646,7 +12646,7 @@
12646
12646
  },
12647
12647
  "esri.rest-api.PopupInfo.OrderByFields": {
12648
12648
  "additionalProperties": false,
12649
- "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/}.",
12649
+ "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/}.",
12650
12650
  "properties": {
12651
12651
  "field": {
12652
12652
  "description": "The attribute value of the field selected that will drive the sorting of related records.",
@@ -12787,7 +12787,7 @@
12787
12787
  },
12788
12788
  "esri.rest-api.PopupInfo.RelatedRecordsInfo": {
12789
12789
  "additionalProperties": false,
12790
- "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/}.",
12790
+ "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/}.",
12791
12791
  "properties": {
12792
12792
  "orderByFields": {
12793
12793
  "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.",
@@ -12808,7 +12808,7 @@
12808
12808
  },
12809
12809
  "esri.rest-api.PredominanceRenderer.PredominanceRenderer": {
12810
12810
  "additionalProperties": false,
12811
- "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/}.",
12811
+ "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/}.",
12812
12812
  "properties": {
12813
12813
  "authoringInfo": {
12814
12814
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -12852,7 +12852,7 @@
12852
12852
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
12853
12853
  "items": {
12854
12854
  "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
12855
- "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/}."
12855
+ "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/}."
12856
12856
  },
12857
12857
  "type": "array"
12858
12858
  }
@@ -12866,7 +12866,7 @@
12866
12866
  },
12867
12867
  "esri.rest-api.QueryTableDataSource.QueryTableDataSource": {
12868
12868
  "additionalProperties": false,
12869
- "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/}.",
12869
+ "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/}.",
12870
12870
  "properties": {
12871
12871
  "geometryType": {
12872
12872
  "description": "The geometry type. When querying a table that does not have a geometry column, do not include geometryType.",
@@ -12891,7 +12891,7 @@
12891
12891
  "description": "The spatial reference of the geometry column. When querying a table that does not have a geometry column, do not include spatialReference."
12892
12892
  },
12893
12893
  "type": {
12894
- "description": "Type of the DataSource.{@linkportal /DataSource!DataSourceType}.",
12894
+ "description": "Type of the DataSource. See{@linkportal /DataSource!DataSourceType}.",
12895
12895
  "enum": [
12896
12896
  "queryTable"
12897
12897
  ],
@@ -12909,7 +12909,7 @@
12909
12909
  },
12910
12910
  "esri.rest-api.RangeDomain.RangeDomain": {
12911
12911
  "additionalProperties": false,
12912
- "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/}.",
12912
+ "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/}.",
12913
12913
  "properties": {
12914
12914
  "name": {
12915
12915
  "description": "The name of the domain.",
@@ -12939,7 +12939,7 @@
12939
12939
  },
12940
12940
  "esri.rest-api.RangeInfo.RangeInfo": {
12941
12941
  "additionalProperties": false,
12942
- "description": "Range Information.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/rangeInfo/}.",
12942
+ "description": "Range Information. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/rangeInfo/}.",
12943
12943
  "properties": {
12944
12944
  "currentRangeExtent": {
12945
12945
  "description": "Contains the min and max values within which the features are visible.",
@@ -12992,14 +12992,14 @@
12992
12992
  },
12993
12993
  "esri.rest-api.RasterDataSource.RasterDataSource": {
12994
12994
  "additionalProperties": false,
12995
- "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/}.",
12995
+ "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/}.",
12996
12996
  "properties": {
12997
12997
  "dataSourceName": {
12998
12998
  "description": "The fully-qualified string value used to specify where the dataSource is derived.",
12999
12999
  "type": "string"
13000
13000
  },
13001
13001
  "type": {
13002
- "description": "Type of the DataSource.{@linkportal /DataSource!DataSourceType}.",
13002
+ "description": "Type of the DataSource. See{@linkportal /DataSource!DataSourceType}.",
13003
13003
  "enum": [
13004
13004
  "raster"
13005
13005
  ],
@@ -13017,7 +13017,7 @@
13017
13017
  },
13018
13018
  "esri.rest-api.Renderer.AuthoringInfo": {
13019
13019
  "additionalProperties": false,
13020
- "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/}.",
13020
+ "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/}.",
13021
13021
  "properties": {
13022
13022
  "classificationMethod": {
13023
13023
  "$ref": "#/definitions/esri.rest-api.Renderer.ClassificationMethod",
@@ -13072,7 +13072,7 @@
13072
13072
  },
13073
13073
  "esri.rest-api.Renderer.ColorRamp": {
13074
13074
  "additionalProperties": false,
13075
- "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/}.",
13075
+ "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/}.",
13076
13076
  "properties": {
13077
13077
  "algorithm": {
13078
13078
  "description": "Algorithm used for calculating the ramp.",
@@ -13215,14 +13215,14 @@
13215
13215
  },
13216
13216
  "esri.rest-api.RenderingRule.RenderingRule": {
13217
13217
  "additionalProperties": false,
13218
- "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/}.",
13218
+ "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/}.",
13219
13219
  "properties": {
13220
13220
  "outputPixelType": {
13221
13221
  "$ref": "#/definitions/esri.rest-api.RenderingRule.PixelType",
13222
13222
  "description": "Defines the pixel type of the output image. See{@linkPixelType}."
13223
13223
  },
13224
13224
  "rasterFunction": {
13225
- "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/}.",
13225
+ "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/}.",
13226
13226
  "type": "string"
13227
13227
  },
13228
13228
  "rasterFunctionArguments": {
@@ -13237,7 +13237,7 @@
13237
13237
  },
13238
13238
  "esri.rest-api.SceneLayer.SceneLayer": {
13239
13239
  "additionalProperties": false,
13240
- "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/}.",
13240
+ "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/}.",
13241
13241
  "properties": {
13242
13242
  "blendMode": {
13243
13243
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -13291,7 +13291,7 @@
13291
13291
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
13292
13292
  },
13293
13293
  "refreshInterval": {
13294
- "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}.",
13294
+ "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}.",
13295
13295
  "type": "number"
13296
13296
  },
13297
13297
  "screenSizePerspective": {
@@ -13354,7 +13354,7 @@
13354
13354
  },
13355
13355
  "esri.rest-api.SimpleFillSymbol.SimpleFillSymbol": {
13356
13356
  "additionalProperties": false,
13357
- "description": "Simple fill symbols can be used to symbolize polygon geometries.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriSFS_symbol/}.",
13357
+ "description": "Simple fill symbols can be used to symbolize polygon geometries. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriSFS_symbol/}.",
13358
13358
  "properties": {
13359
13359
  "color": {
13360
13360
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -13395,7 +13395,7 @@
13395
13395
  },
13396
13396
  "esri.rest-api.SimpleLineSymbol.SimpleLineSymbol": {
13397
13397
  "additionalProperties": false,
13398
- "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/}.",
13398
+ "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/}.",
13399
13399
  "properties": {
13400
13400
  "color": {
13401
13401
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -13437,7 +13437,7 @@
13437
13437
  },
13438
13438
  "esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol": {
13439
13439
  "additionalProperties": false,
13440
- "description": "Simple marker symbols can be used to symbolize point geometries.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriSMS_symbol/}.",
13440
+ "description": "Simple marker symbols can be used to symbolize point geometries. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriSMS_symbol/}.",
13441
13441
  "properties": {
13442
13442
  "angle": {
13443
13443
  "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.",
@@ -13482,7 +13482,7 @@
13482
13482
  },
13483
13483
  "esri.rest-api.SimpleRenderer.SimpleRenderer": {
13484
13484
  "additionalProperties": false,
13485
- "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/}.",
13485
+ "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/}.",
13486
13486
  "properties": {
13487
13487
  "authoringInfo": {
13488
13488
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -13559,7 +13559,7 @@
13559
13559
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
13560
13560
  "items": {
13561
13561
  "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
13562
- "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/}."
13562
+ "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/}."
13563
13563
  },
13564
13564
  "type": "array"
13565
13565
  }
@@ -13572,7 +13572,7 @@
13572
13572
  },
13573
13573
  "esri.rest-api.SpatialReference.SpatialReference": {
13574
13574
  "additionalProperties": false,
13575
- "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/}.",
13575
+ "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/}.",
13576
13576
  "properties": {
13577
13577
  "latestVcsWkid": {
13578
13578
  "description": "(Optional) The current wkid value of the vertical coordinate system.",
@@ -13599,7 +13599,7 @@
13599
13599
  },
13600
13600
  "esri.rest-api.StreamLayer.StreamLayer": {
13601
13601
  "additionalProperties": false,
13602
- "description": "A stream layer in a web map.{@linkhttps://developers.arcgis.com/web-map-specification/objects/streamLayer/}.",
13602
+ "description": "A stream layer in a web map. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/streamLayer/}.",
13603
13603
  "properties": {
13604
13604
  "blendMode": {
13605
13605
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -13680,7 +13680,7 @@
13680
13680
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
13681
13681
  },
13682
13682
  "refreshInterval": {
13683
- "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}.",
13683
+ "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}.",
13684
13684
  "type": "number"
13685
13685
  },
13686
13686
  "screenSizePerspective": {
@@ -13736,7 +13736,7 @@
13736
13736
  },
13737
13737
  "esri.rest-api.StyleSymbolReference.StyleSymbolReference": {
13738
13738
  "additionalProperties": false,
13739
- "description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/styleSymbolReference/}.",
13739
+ "description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/styleSymbolReference/}.",
13740
13740
  "properties": {
13741
13741
  "name": {
13742
13742
  "description": "Identifies a symbol in the style by name.",
@@ -13764,7 +13764,7 @@
13764
13764
  },
13765
13765
  "esri.rest-api.SubtypeGroupLayer.SubtypeGroupLayer": {
13766
13766
  "additionalProperties": false,
13767
- "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/}.",
13767
+ "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/}.",
13768
13768
  "properties": {
13769
13769
  "blendMode": {
13770
13770
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -13816,7 +13816,7 @@
13816
13816
  "type": "number"
13817
13817
  },
13818
13818
  "refreshInterval": {
13819
- "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}.",
13819
+ "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}.",
13820
13820
  "type": "number"
13821
13821
  },
13822
13822
  "showLegend": {
@@ -13856,7 +13856,7 @@
13856
13856
  "type": "object"
13857
13857
  },
13858
13858
  "esri.rest-api.Symbol.Color": {
13859
- "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/}.",
13859
+ "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/}.",
13860
13860
  "items": {
13861
13861
  "type": "number"
13862
13862
  },
@@ -13864,7 +13864,7 @@
13864
13864
  },
13865
13865
  "esri.rest-api.Symbol.Font": {
13866
13866
  "additionalProperties": false,
13867
- "description": "Font used for text symbols.{@linkhttps://developers.arcgis.com/web-map-specification/objects/font/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/font/}.",
13867
+ "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/}.",
13868
13868
  "properties": {
13869
13869
  "decoration": {
13870
13870
  "$ref": "#/definitions/esri.rest-api.Symbol.TextDecoration",
@@ -13942,7 +13942,7 @@
13942
13942
  "$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
13943
13943
  }
13944
13944
  ],
13945
- "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/}."
13945
+ "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/}."
13946
13946
  },
13947
13947
  "esri.rest-api.Symbol.TextDecoration": {
13948
13948
  "description": "The text decoration for the Font.",
@@ -13965,7 +13965,7 @@
13965
13965
  },
13966
13966
  "esri.rest-api.Symbol3D.Material": {
13967
13967
  "additionalProperties": false,
13968
- "description": "The material used to shade the geometry.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/material/}.",
13968
+ "description": "The material used to shade the geometry. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/material/}.",
13969
13969
  "properties": {
13970
13970
  "color": {
13971
13971
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -13992,7 +13992,7 @@
13992
13992
  },
13993
13993
  "esri.rest-api.Symbol3D.Outline": {
13994
13994
  "additionalProperties": false,
13995
- "description": "The outline of the point, line or polygon.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/outline/}.",
13995
+ "description": "The outline of the point, line or polygon. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/outline/}.",
13996
13996
  "properties": {
13997
13997
  "color": {
13998
13998
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -14015,7 +14015,7 @@
14015
14015
  },
14016
14016
  "esri.rest-api.Symbol3D.ResourceIconSymbol": {
14017
14017
  "additionalProperties": false,
14018
- "description": "The shape (primitive) or image URL (href) used to visualize the features.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer_resource/}.",
14018
+ "description": "The shape (primitive) or image URL (href) used to visualize the features. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer_resource/}.",
14019
14019
  "properties": {
14020
14020
  "dataURI": {
14021
14021
  "description": "An image encoded as base64 string, starting with data:image.",
@@ -14034,7 +14034,7 @@
14034
14034
  },
14035
14035
  "esri.rest-api.Symbol3D.ResourceObjectSymbol": {
14036
14036
  "additionalProperties": false,
14037
- "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/}.",
14037
+ "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/}.",
14038
14038
  "properties": {
14039
14039
  "href": {
14040
14040
  "description": "Must be an absolute URL or a relative path starting with \"./\".",
@@ -14068,11 +14068,11 @@
14068
14068
  "$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
14069
14069
  }
14070
14070
  ],
14071
- "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/}."
14071
+ "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/}."
14072
14072
  },
14073
14073
  "esri.rest-api.TableDataSource.TableDataSource": {
14074
14074
  "additionalProperties": false,
14075
- "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/}.",
14075
+ "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/}.",
14076
14076
  "properties": {
14077
14077
  "dataSourceName": {
14078
14078
  "description": "The fully-qualified string value used to specify where the dataSource is derived.",
@@ -14083,7 +14083,7 @@
14083
14083
  "type": "string"
14084
14084
  },
14085
14085
  "type": {
14086
- "description": "Type of the DataSource.{@linkportal /DataSource!DataSourceType}.",
14086
+ "description": "Type of the DataSource. See{@linkportal /DataSource!DataSourceType}.",
14087
14087
  "enum": [
14088
14088
  "table"
14089
14089
  ],
@@ -14120,7 +14120,7 @@
14120
14120
  },
14121
14121
  "esri.rest-api.Template.Template": {
14122
14122
  "additionalProperties": false,
14123
- "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/}.",
14123
+ "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/}.",
14124
14124
  "properties": {
14125
14125
  "description": {
14126
14126
  "description": "A detailed description of the template.",
@@ -14143,7 +14143,7 @@
14143
14143
  },
14144
14144
  "esri.rest-api.TemporalRenderer.TemporalRenderer": {
14145
14145
  "additionalProperties": false,
14146
- "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/}.",
14146
+ "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/}.",
14147
14147
  "properties": {
14148
14148
  "authoringInfo": {
14149
14149
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -14180,7 +14180,7 @@
14180
14180
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
14181
14181
  "items": {
14182
14182
  "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
14183
- "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/}."
14183
+ "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/}."
14184
14184
  },
14185
14185
  "type": "array"
14186
14186
  }
@@ -14192,7 +14192,7 @@
14192
14192
  },
14193
14193
  "esri.rest-api.TextSymbol.TextSymbol": {
14194
14194
  "additionalProperties": false,
14195
- "description": "Text symbols are used to add text to a feature (labeling).{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriTS_symbol/}.",
14195
+ "description": "Text symbols are used to add text to a feature (labeling). See{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriTS_symbol/}.",
14196
14196
  "properties": {
14197
14197
  "angle": {
14198
14198
  "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.",
@@ -14273,7 +14273,7 @@
14273
14273
  },
14274
14274
  "esri.rest-api.TextSymbol3DLayer.TextSymbol3DLayer": {
14275
14275
  "additionalProperties": false,
14276
- "description": "TextSymbol3DLayer is used to draw text labels for features of any geometry type.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/textSymbol3DLayer/}.",
14276
+ "description": "TextSymbol3DLayer is used to draw text labels for features of any geometry type. See{@linkhttps://developers.arcgis.com/web-scene-specification/objects/textSymbol3DLayer/}.",
14277
14277
  "properties": {
14278
14278
  "font": {
14279
14279
  "$ref": "#/definitions/esri.rest-api.Symbol.Font",
@@ -14306,7 +14306,7 @@
14306
14306
  },
14307
14307
  "esri.rest-api.TileInfo.TileInfo": {
14308
14308
  "additionalProperties": false,
14309
- "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/}.",
14309
+ "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/}.",
14310
14310
  "properties": {
14311
14311
  "cols": {
14312
14312
  "description": "Requested tile's column.",
@@ -14325,7 +14325,7 @@
14325
14325
  "type": "string"
14326
14326
  },
14327
14327
  "lods": {
14328
- "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/}.",
14328
+ "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/}.",
14329
14329
  "items": {
14330
14330
  "$ref": "__type"
14331
14331
  },
@@ -14348,7 +14348,7 @@
14348
14348
  },
14349
14349
  "esri.rest-api.TiledImageServiceLayer.TiledImageServiceLayer": {
14350
14350
  "additionalProperties": false,
14351
- "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/}.",
14351
+ "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/}.",
14352
14352
  "properties": {
14353
14353
  "blendMode": {
14354
14354
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -14397,7 +14397,7 @@
14397
14397
  "type": "number"
14398
14398
  },
14399
14399
  "refreshInterval": {
14400
- "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}.",
14400
+ "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}.",
14401
14401
  "type": "number"
14402
14402
  },
14403
14403
  "showLegend": {
@@ -14439,7 +14439,7 @@
14439
14439
  },
14440
14440
  "esri.rest-api.TiledMapServiceLayer.TiledMapServiceLayer": {
14441
14441
  "additionalProperties": false,
14442
- "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/}.",
14442
+ "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/}.",
14443
14443
  "properties": {
14444
14444
  "blendMode": {
14445
14445
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -14461,7 +14461,7 @@
14461
14461
  },
14462
14462
  "exclusionAreas": {
14463
14463
  "$ref": "__type",
14464
- "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/}."
14464
+ "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/}."
14465
14465
  },
14466
14466
  "id": {
14467
14467
  "description": "A unique identifying string for the layer.",
@@ -14510,7 +14510,7 @@
14510
14510
  "type": "string"
14511
14511
  },
14512
14512
  "refreshInterval": {
14513
- "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}.",
14513
+ "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}.",
14514
14514
  "type": "number"
14515
14515
  },
14516
14516
  "showLegend": {
@@ -14551,15 +14551,10 @@
14551
14551
  },
14552
14552
  "esri.rest-api.Type.Type": {
14553
14553
  "additionalProperties": false,
14554
- "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/}.",
14554
+ "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/}.",
14555
14555
  "properties": {
14556
14556
  "domains": {
14557
- "additionalProperties": {
14558
- "$ref": "#/definitions/esri.rest-api.Domain.Domain",
14559
- "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/}."
14560
- },
14561
- "description": "A set of domain objects for each domain in the type.",
14562
- "type": "object"
14557
+ "description": "A set of domain objects for each domain in the type."
14563
14558
  },
14564
14559
  "id": {
14565
14560
  "description": "A unique numerical ID for the type.",
@@ -14584,7 +14579,7 @@
14584
14579
  },
14585
14580
  "esri.rest-api.UniqueValueFromStyle.UniqueValueFromStyle": {
14586
14581
  "additionalProperties": false,
14587
- "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/}.",
14582
+ "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/}.",
14588
14583
  "properties": {
14589
14584
  "authoringInfo": {
14590
14585
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -14629,7 +14624,7 @@
14629
14624
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
14630
14625
  "items": {
14631
14626
  "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
14632
- "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/}."
14627
+ "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/}."
14633
14628
  },
14634
14629
  "type": "array"
14635
14630
  }
@@ -14642,7 +14637,7 @@
14642
14637
  },
14643
14638
  "esri.rest-api.UniqueValueRenderer.UniqueValueInfo": {
14644
14639
  "additionalProperties": false,
14645
- "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/}.",
14640
+ "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/}.",
14646
14641
  "properties": {
14647
14642
  "description": {
14648
14643
  "description": "String value used to describe the drawn symbol.",
@@ -14709,7 +14704,7 @@
14709
14704
  },
14710
14705
  "esri.rest-api.UniqueValueRenderer.UniqueValueRenderer": {
14711
14706
  "additionalProperties": false,
14712
- "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/}.",
14707
+ "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/}.",
14713
14708
  "properties": {
14714
14709
  "authoringInfo": {
14715
14710
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -14809,7 +14804,7 @@
14809
14804
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
14810
14805
  "items": {
14811
14806
  "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
14812
- "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/}."
14807
+ "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/}."
14813
14808
  },
14814
14809
  "type": "array"
14815
14810
  }
@@ -14823,7 +14818,7 @@
14823
14818
  },
14824
14819
  "esri.rest-api.Value.Value": {
14825
14820
  "additionalProperties": false,
14826
- "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/}.",
14821
+ "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/}.",
14827
14822
  "properties": {
14828
14823
  "fields": {
14829
14824
  "description": "Used with charts. An array of field names to display in the chart.",
@@ -14933,7 +14928,7 @@
14933
14928
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
14934
14929
  "items": {
14935
14930
  "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
14936
- "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/}."
14931
+ "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/}."
14937
14932
  },
14938
14933
  "type": "array"
14939
14934
  }
@@ -14948,7 +14943,7 @@
14948
14943
  },
14949
14944
  "esri.rest-api.VectorTileLayer.VectorTileLayer": {
14950
14945
  "additionalProperties": false,
14951
- "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/}.",
14946
+ "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/}.",
14952
14947
  "properties": {
14953
14948
  "blendMode": {
14954
14949
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -15001,7 +14996,7 @@
15001
14996
  "type": "string"
15002
14997
  },
15003
14998
  "refreshInterval": {
15004
- "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}.",
14999
+ "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}.",
15005
15000
  "type": "number"
15006
15001
  },
15007
15002
  "showLegend": {
@@ -15042,7 +15037,7 @@
15042
15037
  },
15043
15038
  "esri.rest-api.VerticalOffset.VerticalOffset": {
15044
15039
  "additionalProperties": false,
15045
- "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/}.",
15040
+ "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/}.",
15046
15041
  "properties": {
15047
15042
  "maxWorldLength": {
15048
15043
  "description": "The maximum vertical symbol lift in world units. It acts as an upper bound to avoid lift becoming too big.",
@@ -15064,7 +15059,7 @@
15064
15059
  },
15065
15060
  "esri.rest-api.Viewpoint.Viewpoint": {
15066
15061
  "additionalProperties": false,
15067
- "description": "Describes a point of view for a 2D or 3D view. In a 2D view, the viewpoint is determined using a center point and scale value. In a 3D view, it is determined using a camera position. The Viewpoint can be bookmarked for later use, or used for navigation purposes.{@linkhttps://developers.arcgis.com/web-map-specification/objects/viewpoint/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/viewpoint/}.",
15062
+ "description": "Describes a point of view for a 2D or 3D view. In a 2D view, the viewpoint is determined using a center point and scale value. In a 3D view, it is determined using a camera position. The Viewpoint can be bookmarked for later use, or used for navigation purposes. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/viewpoint/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/viewpoint/}.",
15068
15063
  "properties": {
15069
15064
  "camera": {
15070
15065
  "$ref": "#/definitions/esri.rest-api.Camera.Camera",
@@ -15087,13 +15082,13 @@
15087
15082
  },
15088
15083
  "esri.rest-api.VisualVariable.ColorInfo": {
15089
15084
  "additionalProperties": false,
15090
- "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/}.",
15085
+ "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/}.",
15091
15086
  "properties": {
15092
15087
  "colors": {
15093
15088
  "description": "An array of colors that define the color ramp. Either colors or stops must be specified to construct the color ramp.",
15094
15089
  "items": {
15095
15090
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
15096
- "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/}."
15091
+ "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/}."
15097
15092
  },
15098
15093
  "type": "array"
15099
15094
  },
@@ -15103,7 +15098,7 @@
15103
15098
  },
15104
15099
  "legendOptions": {
15105
15100
  "$ref": "__type",
15106
- "description": "Options available for the legend.{@linkhttps://developers.arcgis.com/web-map-specification/objects/legendOptions/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
15101
+ "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/}."
15107
15102
  },
15108
15103
  "maxDataValue": {
15109
15104
  "description": "The maximum data value.",
@@ -15146,7 +15141,7 @@
15146
15141
  "anyOf": [
15147
15142
  {
15148
15143
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
15149
- "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/}."
15144
+ "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/}."
15150
15145
  },
15151
15146
  {
15152
15147
  "type": "string"
@@ -15167,7 +15162,7 @@
15167
15162
  },
15168
15163
  "esri.rest-api.VisualVariable.RotationInfo": {
15169
15164
  "additionalProperties": false,
15170
- "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/}.",
15165
+ "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/}.",
15171
15166
  "properties": {
15172
15167
  "field": {
15173
15168
  "description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
@@ -15175,7 +15170,7 @@
15175
15170
  },
15176
15171
  "legendOptions": {
15177
15172
  "$ref": "__type",
15178
- "description": "Options available for the legend.{@linkhttps://developers.arcgis.com/web-map-specification/objects/legendOptions/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
15173
+ "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/}."
15179
15174
  },
15180
15175
  "normalizationField": {
15181
15176
  "description": "String value indicating the name of the attribute field used to normalize the data.",
@@ -15213,7 +15208,7 @@
15213
15208
  },
15214
15209
  "esri.rest-api.VisualVariable.Size": {
15215
15210
  "additionalProperties": false,
15216
- "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/}.",
15211
+ "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/}.",
15217
15212
  "properties": {
15218
15213
  "expression": {
15219
15214
  "description": "The value which allows a size to be defined based on the map scale. Currently, the only supported expression is, view.scale.",
@@ -15239,7 +15234,7 @@
15239
15234
  },
15240
15235
  "esri.rest-api.VisualVariable.SizeInfo": {
15241
15236
  "additionalProperties": false,
15242
- "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/}.",
15237
+ "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/}.",
15243
15238
  "properties": {
15244
15239
  "axis": {
15245
15240
  "description": "Defines the axis the size visual variable should be applied to when rendering features with an ObjectSymbol3DLayer.",
@@ -15258,7 +15253,7 @@
15258
15253
  },
15259
15254
  "legendOptions": {
15260
15255
  "$ref": "__type",
15261
- "description": "Options available for the legend.{@linkhttps://developers.arcgis.com/web-map-specification/objects/legendOptions/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
15256
+ "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/}."
15262
15257
  },
15263
15258
  "maxDataValue": {
15264
15259
  "description": "The maximum data value.",
@@ -15362,7 +15357,7 @@
15362
15357
  },
15363
15358
  "esri.rest-api.VisualVariable.TransparencyInfo": {
15364
15359
  "additionalProperties": false,
15365
- "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/}.",
15360
+ "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/}.",
15366
15361
  "properties": {
15367
15362
  "field": {
15368
15363
  "description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
@@ -15436,11 +15431,11 @@
15436
15431
  "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
15437
15432
  }
15438
15433
  ],
15439
- "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/}."
15434
+ "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/}."
15440
15435
  },
15441
15436
  "esri.rest-api.WMSLayer.WMSLayer": {
15442
15437
  "additionalProperties": false,
15443
- "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/}.",
15438
+ "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/}.",
15444
15439
  "properties": {
15445
15440
  "blendMode": {
15446
15441
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -15545,7 +15540,7 @@
15545
15540
  "type": "number"
15546
15541
  },
15547
15542
  "refreshInterval": {
15548
- "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}.",
15543
+ "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}.",
15549
15544
  "type": "number"
15550
15545
  },
15551
15546
  "showLegend": {
@@ -15604,7 +15599,7 @@
15604
15599
  },
15605
15600
  "esri.rest-api.WMSSublayer.WMSSublayer": {
15606
15601
  "additionalProperties": false,
15607
- "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/}.",
15602
+ "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/}.",
15608
15603
  "properties": {
15609
15604
  "legendUrl": {
15610
15605
  "description": "A string URL to a legend graphic for the layer.",
@@ -15631,7 +15626,7 @@
15631
15626
  },
15632
15627
  "esri.rest-api.WMTSInfo.WMTSInfo": {
15633
15628
  "additionalProperties": false,
15634
- "description": "Object containing layerIdentifier, tileMatrixSet, and URL for WMTSLayer layer types.{@linkhttps://developers.arcgis.com/web-map-specification/objects/wmtsInfo/}.",
15629
+ "description": "Object containing layerIdentifier, tileMatrixSet, and URL for WMTSLayer layer types. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/wmtsInfo/}.",
15635
15630
  "properties": {
15636
15631
  "customLayerParameters": {
15637
15632
  "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."
@@ -15656,7 +15651,7 @@
15656
15651
  },
15657
15652
  "esri.rest-api.WebTileLayer.WebTileLayer": {
15658
15653
  "additionalProperties": false,
15659
- "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/}.",
15654
+ "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/}.",
15660
15655
  "properties": {
15661
15656
  "blendMode": {
15662
15657
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -15710,7 +15705,7 @@
15710
15705
  "type": "number"
15711
15706
  },
15712
15707
  "refreshInterval": {
15713
- "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}.",
15708
+ "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}.",
15714
15709
  "type": "number"
15715
15710
  },
15716
15711
  "showLegend": {