@vertigis/viewer-spec 46.4.0 → 46.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -110,6 +110,68 @@
110
110
  ],
111
111
  "description": "One or map extensions."
112
112
  },
113
+ "OperationalLayer": {
114
+ "anyOf": [
115
+ {
116
+ "$ref": "#/definitions/esri.rest-api.BuildingSceneLayer.BuildingSceneLayer"
117
+ },
118
+ {
119
+ "$ref": "#/definitions/esri.rest-api.CSVLayer.CSVLayer"
120
+ },
121
+ {
122
+ "$ref": "#/definitions/esri.rest-api.ElevationLayer.ElevationLayer"
123
+ },
124
+ {
125
+ "$ref": "#/definitions/esri.rest-api.StreamLayer.StreamLayer"
126
+ },
127
+ {
128
+ "$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayer"
129
+ },
130
+ {
131
+ "$ref": "#/definitions/esri.rest-api.GeoRSSLayer.GeoRSSLayer"
132
+ },
133
+ {
134
+ "$ref": "#/definitions/esri.rest-api.GroupLayer.GroupLayer"
135
+ },
136
+ {
137
+ "$ref": "#/definitions/esri.rest-api.ImageServiceVectorLayer.ImageServiceVectorLayer"
138
+ },
139
+ {
140
+ "$ref": "#/definitions/esri.rest-api.IntegratedMeshLayer.IntegratedMeshLayer"
141
+ },
142
+ {
143
+ "$ref": "#/definitions/esri.rest-api.KMLLayer.KMLLayer"
144
+ },
145
+ {
146
+ "$ref": "#/definitions/esri.rest-api.MapServiceLayer.MapServiceLayer"
147
+ },
148
+ {
149
+ "$ref": "#/definitions/esri.rest-api.PointCloudLayer.PointCloudLayer"
150
+ },
151
+ {
152
+ "$ref": "#/definitions/esri.rest-api.SceneLayer.SceneLayer"
153
+ },
154
+ {
155
+ "$ref": "#/definitions/esri.rest-api.TiledImageServiceLayer.TiledImageServiceLayer"
156
+ },
157
+ {
158
+ "$ref": "#/definitions/esri.rest-api.TiledMapServiceLayer.TiledMapServiceLayer"
159
+ },
160
+ {
161
+ "$ref": "#/definitions/esri.rest-api.VectorTileLayer.VectorTileLayer"
162
+ },
163
+ {
164
+ "$ref": "#/definitions/esri.rest-api.WMSLayer.WMSLayer"
165
+ },
166
+ {
167
+ "$ref": "#/definitions/esri.rest-api.WebTileLayer.WebTileLayer"
168
+ },
169
+ {
170
+ "$ref": "#/definitions/esri.rest-api.ImageServiceLayer.ImageServiceLayer"
171
+ }
172
+ ],
173
+ "description": "An operational layer in a web map/scene."
174
+ },
113
175
  "PrintErrorEventArgs": {
114
176
  "additionalProperties": false,
115
177
  "description": "Arguments for the printing.print-error event.",
@@ -404,7 +466,7 @@
404
466
  },
405
467
  "listMode": {
406
468
  "$ref": "esri.ListMode",
407
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
469
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
408
470
  },
409
471
  "maxScale": {
410
472
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -419,7 +481,7 @@
419
481
  "type": "number"
420
482
  },
421
483
  "refreshInterval": {
422
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
484
+ "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}.",
423
485
  "type": "number"
424
486
  },
425
487
  "showLegend": {
@@ -438,7 +500,7 @@
438
500
  "type": "string"
439
501
  },
440
502
  "type": {
441
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link OperationalLayerType} and {@link BaseMapLayerType}.",
503
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
442
504
  "enum": [
443
505
  "BingMapsAerial",
444
506
  "BingMapsHybrid",
@@ -631,7 +693,7 @@
631
693
  },
632
694
  "esri.rest-api.CSVLayer.CSVLayer": {
633
695
  "additionalProperties": false,
634
- "description": "The CSV layer type references a CSV or TXT file from a publicly-accessible web server. It then dynamically loads into the map at run time. The CSV layer will maintain a reference to the CSV resource. {@link https://developers.arcgis.com/web-map-specification/objects/csvLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/csvLayer/}.",
696
+ "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/}.",
635
697
  "properties": {
636
698
  "blendMode": {
637
699
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -662,7 +724,7 @@
662
724
  },
663
725
  "listMode": {
664
726
  "$ref": "esri.ListMode",
665
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
727
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
666
728
  },
667
729
  "locationInfo": {
668
730
  "$ref": "#/definitions/esri.rest-api.LocationInfo.LocationInfo",
@@ -685,7 +747,7 @@
685
747
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
686
748
  },
687
749
  "refreshInterval": {
688
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
750
+ "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}.",
689
751
  "type": "number"
690
752
  },
691
753
  "screenSizePerspective": {
@@ -705,7 +767,7 @@
705
767
  "type": "string"
706
768
  },
707
769
  "type": {
708
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link OperationalLayerType} and {@link BaseMapLayerType}.",
770
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
709
771
  "enum": [
710
772
  "BingMapsAerial",
711
773
  "BingMapsHybrid",
@@ -787,7 +849,7 @@
787
849
  },
788
850
  "esri.rest-api.ClassBreaksRenderer.ClassBreakInfo": {
789
851
  "additionalProperties": false,
790
- "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. {@link https://developers.arcgis.com/web-map-specification/objects/classBreakInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/classBreakInfo/}.",
852
+ "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/}.",
791
853
  "properties": {
792
854
  "classMaxValue": {
793
855
  "description": "A numeric value used to specify the maximum value for a break.",
@@ -855,7 +917,7 @@
855
917
  },
856
918
  "esri.rest-api.ClassBreaksRenderer.ClassBreaksRenderer": {
857
919
  "additionalProperties": false,
858
- "description": "A class breaks renderer symbolizes based on the value of some numeric attribute. The classBreakInfo define the values at which the symbology changes. If the Normalization Type property is defined than the class breaks contain a normalized min/max value instead of the actual value. The data value, obtained from the field property, is normalized using one of the following functions before it is compared with the class breaks. 1. Field - Divide the data value using the attribute value of the field specified by the normalizationField property. 2. Log - Compute the base 10 logarithm of the data value. This can be a useful approach for some data distributions because it reduced the influence of very large data values. 3. Percent-of-total - Divide the data value by the sum of all data values then multiply by 100. Use the normalizationTotal property to determine the total value. {@link https://developers.arcgis.com/web-map-specification/objects/classBreaks_renderer/} {@link https://developers.arcgis.com/web-scene-specification/objects/classBreaksRenderer/}.",
920
+ "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/}.",
859
921
  "properties": {
860
922
  "authoringInfo": {
861
923
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -881,7 +943,7 @@
881
943
  },
882
944
  "classificationMethod": {
883
945
  "$ref": "#/definitions/esri.rest-api.ClassBreaksRenderer.ClassificationMethod",
884
- "description": "Determines the classification method that was used to generate class breaks. See {@link ClassificationMethod}."
946
+ "description": "Determines the classification method that was used to generate class breaks. See{@linkClassificationMethod}."
885
947
  },
886
948
  "defaultLabel": {
887
949
  "description": "Default string for the default symbol used to draw unspecified values.",
@@ -946,7 +1008,7 @@
946
1008
  },
947
1009
  "normalizationType": {
948
1010
  "$ref": "#/definitions/esri.rest-api.ClassBreaksRenderer.NormalizationType",
949
- "description": "One of the NormalizationType constants. See {@link NormalizationType}."
1011
+ "description": "One of the NormalizationType constants. See{@linkNormalizationType}."
950
1012
  },
951
1013
  "rotationExpression": {
952
1014
  "description": "A constant value or an expression that derives the angle of rotation based on a feature attribute value. When an attribute name is specified, it's enclosed in square brackets.",
@@ -954,10 +1016,10 @@
954
1016
  },
955
1017
  "rotationType": {
956
1018
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
957
- "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See {@link RotationType}."
1019
+ "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkRotationType}."
958
1020
  },
959
1021
  "type": {
960
- "description": "The type of renderer. See {@link RendererType}.",
1022
+ "description": "The type of renderer. See{@linkRendererType}.",
961
1023
  "enum": [
962
1024
  "classBreaks"
963
1025
  ],
@@ -966,20 +1028,8 @@
966
1028
  "visualVariables": {
967
1029
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
968
1030
  "items": {
969
- "anyOf": [
970
- {
971
- "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
972
- },
973
- {
974
- "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
975
- },
976
- {
977
- "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
978
- },
979
- {
980
- "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
981
- }
982
- ]
1031
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
1032
+ "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/}."
983
1033
  },
984
1034
  "type": "array"
985
1035
  }
@@ -1015,7 +1065,7 @@
1015
1065
  },
1016
1066
  "esri.rest-api.CodedValueDomain.CodedValue": {
1017
1067
  "additionalProperties": false,
1018
- "description": "A set of valid coded values with unique names. {@link https://developers.arcgis.com/web-map-specification/objects/codedValue/} {@link https://developers.arcgis.com/web-scene-specification/objects/codedValue_domain/}.",
1068
+ "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/}.",
1019
1069
  "properties": {
1020
1070
  "code": {
1021
1071
  "description": "Value indicating which unique code is used to identify the feature attribute.",
@@ -1037,7 +1087,7 @@
1037
1087
  },
1038
1088
  "esri.rest-api.CodedValueDomain.CodedValueDomain": {
1039
1089
  "additionalProperties": false,
1040
- "description": "Coded value domain specifies an explicit set of valid values for a field. Each valid value is assigned a unique name. {@link https://developers.arcgis.com/web-map-specification/objects/codedValue_domain/}.",
1090
+ "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/}.",
1041
1091
  "properties": {
1042
1092
  "codedValues": {
1043
1093
  "description": "The set of valid coded values.",
@@ -1051,7 +1101,7 @@
1051
1101
  "type": "string"
1052
1102
  },
1053
1103
  "type": {
1054
- "description": "Type of domain. See {@link DomainType}.",
1104
+ "description": "Type of domain. See{@linkDomainType}.",
1055
1105
  "enum": [
1056
1106
  "codedValue"
1057
1107
  ],
@@ -1067,7 +1117,7 @@
1067
1117
  },
1068
1118
  "esri.rest-api.ColorClassBreakInfo.ColorClassBreakInfo": {
1069
1119
  "additionalProperties": false,
1070
- "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. {@link https://developers.arcgis.com/web-scene-specification/objects/colorClassBreakInfo/}.",
1120
+ "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorClassBreakInfo/}.",
1071
1121
  "properties": {
1072
1122
  "classMaxValue": {
1073
1123
  "description": "A numeric value used to specify the maximum value for a break.",
@@ -1094,7 +1144,7 @@
1094
1144
  },
1095
1145
  "esri.rest-api.ColorUniqueValueInfos.ColorUniqueValueInfos": {
1096
1146
  "additionalProperties": false,
1097
- "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer. {@link https://developers.arcgis.com/web-scene-specification/objects/colorUniqueValueInfo/}.",
1147
+ "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorUniqueValueInfo/}.",
1098
1148
  "properties": {
1099
1149
  "color": {
1100
1150
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -1133,11 +1183,11 @@
1133
1183
  "$ref": "#/definitions/esri.rest-api.TableDataSource.TableDataSource"
1134
1184
  }
1135
1185
  ],
1136
- "description": "This object applies if the layerDefinition source is set to DynamicDataLayer. {@link https://developers.arcgis.com/web-map-specification/objects/dataSource/} {@link https://developers.arcgis.com/web-scene-specification/objects/dataSource/}."
1186
+ "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/}."
1137
1187
  },
1138
1188
  "esri.rest-api.DefinitionEditor.DefinitionEditor": {
1139
1189
  "additionalProperties": false,
1140
- "description": "The definitionEditor stores interactive filters at the same level as layerDefinition. {@link https://developers.arcgis.com/web-map-specification/objects/definitionEditor/} {@link https://developers.arcgis.com/web-scene-specification/objects/definitionEditor/}.",
1190
+ "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/}.",
1141
1191
  "properties": {
1142
1192
  "inputs": {
1143
1193
  "description": "An array of input objects.",
@@ -1155,7 +1205,7 @@
1155
1205
  },
1156
1206
  "esri.rest-api.DefinitionEditor.Input": {
1157
1207
  "additionalProperties": false,
1158
- "description": "The input objects specified by the definitionEditor. {@link https://developers.arcgis.com/web-map-specification/objects/input/} {@link https://developers.arcgis.com/web-scene-specification/objects/input/}.",
1208
+ "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/}.",
1159
1209
  "properties": {
1160
1210
  "hint": {
1161
1211
  "description": "A string value representing a hint for the input.",
@@ -1177,7 +1227,7 @@
1177
1227
  },
1178
1228
  "esri.rest-api.DefinitionEditor.Parameter": {
1179
1229
  "additionalProperties": false,
1180
- "description": "Objects defined by a definitionEditor input. {@link https://developers.arcgis.com/web-map-specification/objects/parameter/} {@link https://developers.arcgis.com/web-scene-specification/objects/parameter/}.",
1230
+ "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/}.",
1181
1231
  "properties": {
1182
1232
  "defaultValue": {
1183
1233
  "description": "The default value that is automatically given if nothing is provided.",
@@ -1213,11 +1263,11 @@
1213
1263
  "$ref": "#/definitions/esri.rest-api.RangeDomain.RangeDomain"
1214
1264
  }
1215
1265
  ],
1216
- "description": "A domain specifies the set of valid values for a field. {@link https://developers.arcgis.com/web-map-specification/objects/domain/} {@link https://developers.arcgis.com/web-scene-specification/objects/domain/}."
1266
+ "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/}."
1217
1267
  },
1218
1268
  "esri.rest-api.DrawingInfo.DrawingInfo": {
1219
1269
  "additionalProperties": false,
1220
- "description": "The drawingInfo object contains drawing information for a feature collection or a single layer in a map service. This object is used in LayerDefinition. {@link https://developers.arcgis.com/web-map-specification/objects/drawingInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/drawingInfo/}.",
1270
+ "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/}.",
1221
1271
  "properties": {
1222
1272
  "filters": {
1223
1273
  "description": "Filters for PointCloud layers.",
@@ -1232,7 +1282,8 @@
1232
1282
  {
1233
1283
  "$ref": "#/definitions/esri.rest-api.PointCloudValueFilter.PointCloudValueFilter"
1234
1284
  }
1235
- ]
1285
+ ],
1286
+ "description": "Filters applied to the pointCloud which will hide a point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
1236
1287
  },
1237
1288
  "type": "array"
1238
1289
  },
@@ -1268,11 +1319,11 @@
1268
1319
  },
1269
1320
  "esri.rest-api.DynamicDataLayer.DynamicDataLayer": {
1270
1321
  "additionalProperties": false,
1271
- "description": "A dynamic data layer derived from a registered workspace. More information on this can be found in the ArcGIS REST API help. {@link https://developers.arcgis.com/web-map-specification/objects/dynamicDataLayer_source/} {@link https://developers.arcgis.com/web-scene-specification/objects/dynamicDataLayer_source/}.",
1322
+ "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/}.",
1272
1323
  "properties": {
1273
1324
  "dataSource": {
1274
1325
  "$ref": "#/definitions/esri.rest-api.DataSource.DataSource",
1275
- "description": "This object applies if the layerDefinition source is set to DynamicDataLayer. {@link https://developers.arcgis.com/web-map-specification/objects/dataSource/} {@link https://developers.arcgis.com/web-scene-specification/objects/dataSource/}."
1326
+ "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/}."
1276
1327
  },
1277
1328
  "fields": {
1278
1329
  "description": "An array of objects specifying information about an attribute field.",
@@ -1296,7 +1347,7 @@
1296
1347
  },
1297
1348
  "esri.rest-api.DynamicMapLayer.DynamicMapLayer": {
1298
1349
  "additionalProperties": false,
1299
- "description": "A dynamic map layer refers to a layer in the current map service. More information on this can be found in the ArcGIS REST API help. {@link https://developers.arcgis.com/web-map-specification/objects/dynamicMapLayer_source/} {@link https://developers.arcgis.com/web-scene-specification/objects/dynamicMapLayer_source/}.",
1350
+ "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/}.",
1300
1351
  "properties": {
1301
1352
  "gdbVersion": {
1302
1353
  "description": "If applicable, specify this to use an alternate geodatabase version.",
@@ -1404,7 +1455,7 @@
1404
1455
  },
1405
1456
  "esri.rest-api.ElevationInfo.ElevationInfo": {
1406
1457
  "additionalProperties": false,
1407
- "description": "Specifies how graphics are placed on the vertical axis (z). This property may only be used in a SceneView. {@link https://developers.arcgis.com/web-scene-specification/objects/elevationInfo/}.",
1458
+ "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/}.",
1408
1459
  "properties": {
1409
1460
  "featureExpression": {
1410
1461
  "description": "Deprecated with 1.8, use featureExpressionInfo instead. {\"value\":0} Ignores geometry z-values."
@@ -1415,10 +1466,10 @@
1415
1466
  },
1416
1467
  "mode": {
1417
1468
  "$ref": "#/definitions/esri.rest-api.ElevationInfo.ElevationMode",
1418
- "description": "Determines how the service elevation values are combined with the basemap elevation. See {@link ElevationMode}."
1469
+ "description": "Determines how the service elevation values are combined with the basemap elevation. See{@linkElevationMode}."
1419
1470
  },
1420
1471
  "offset": {
1421
- "description": "Offset is always added to the result of the above logic except for {@link \"onTheGround\"} where offset is ignored.",
1472
+ "description": "Offset is always added to the result of the above logic except for{@link\"onTheGround\"}where offset is ignored.",
1422
1473
  "type": "number"
1423
1474
  },
1424
1475
  "unit": {
@@ -1455,7 +1506,7 @@
1455
1506
  },
1456
1507
  "esri.rest-api.ElevationLayer.ElevationLayer": {
1457
1508
  "additionalProperties": false,
1458
- "description": "ElevationLayer is a tile layer used for rendering elevation in web scenes. A default world elevation layer can be added to the map by setting the map's ground property to world-elevation. {@link https://developers.arcgis.com/web-scene-specification/objects/elevationLayer/}.",
1509
+ "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/}.",
1459
1510
  "properties": {
1460
1511
  "blendMode": {
1461
1512
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -1482,7 +1533,7 @@
1482
1533
  },
1483
1534
  "listMode": {
1484
1535
  "$ref": "esri.ListMode",
1485
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
1536
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
1486
1537
  },
1487
1538
  "maxScale": {
1488
1539
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -1497,7 +1548,7 @@
1497
1548
  "type": "number"
1498
1549
  },
1499
1550
  "refreshInterval": {
1500
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
1551
+ "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}.",
1501
1552
  "type": "number"
1502
1553
  },
1503
1554
  "showLegend": {
@@ -1509,7 +1560,7 @@
1509
1560
  "type": "string"
1510
1561
  },
1511
1562
  "type": {
1512
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link OperationalLayerType} and {@link BaseMapLayerType}.",
1563
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
1513
1564
  "enum": [
1514
1565
  "BingMapsAerial",
1515
1566
  "BingMapsHybrid",
@@ -1538,7 +1589,7 @@
1538
1589
  },
1539
1590
  "esri.rest-api.Extent.Extent": {
1540
1591
  "additionalProperties": false,
1541
- "description": "This object defines the bounding geometry given the lower-left and upper-right corners of the bounding box. A spatial reference is also required. {@link https://developers.arcgis.com/web-map-specification/objects/envelope_geometry/} {@link https://developers.arcgis.com/web-map-specification/objects/extent/} {@link https://developers.arcgis.com/web-scene-specification/objects/extent/}.",
1592
+ "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/}.",
1542
1593
  "properties": {
1543
1594
  "spatialReference": {
1544
1595
  "$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
@@ -1565,7 +1616,7 @@
1565
1616
  },
1566
1617
  "esri.rest-api.ExtrudeSymbol3DLayer.ExtrudeSymbol3DLayer": {
1567
1618
  "additionalProperties": false,
1568
- "description": "ExtrudeSymbol3DLayer is used to render Polygon geometries by extruding them upward from the ground, creating a 3D volumetric object. {@link https://developers.arcgis.com/web-scene-specification/objects/extrudeSymbol3DLayer/}.",
1619
+ "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/}.",
1569
1620
  "properties": {
1570
1621
  "enable": {
1571
1622
  "description": "Type: Boolean.",
@@ -1580,7 +1631,7 @@
1580
1631
  "type": "number"
1581
1632
  },
1582
1633
  "type": {
1583
- "description": "The type of the Symbol3DLayer. See {@link Symbol3DLayerType}.",
1634
+ "description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
1584
1635
  "enum": [
1585
1636
  "Extrude"
1586
1637
  ],
@@ -1594,7 +1645,7 @@
1594
1645
  },
1595
1646
  "esri.rest-api.Feature.Feature": {
1596
1647
  "additionalProperties": false,
1597
- "description": "Contains information about an attribute field and feature geometry. {@link https://developers.arcgis.com/web-map-specification/objects/feature/} {@link https://developers.arcgis.com/web-scene-specification/objects/feature/}.",
1648
+ "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/}.",
1598
1649
  "properties": {
1599
1650
  "attributes": {
1600
1651
  "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."
@@ -1649,7 +1700,7 @@
1649
1700
  },
1650
1701
  "esri.rest-api.FeatureCollection.FeatureCollection": {
1651
1702
  "additionalProperties": false,
1652
- "description": "Defines a layer of features whose geometry and attributes will be stored directly within the web map. {@link https://developers.arcgis.com/web-map-specification/objects/featureCollection/}.",
1703
+ "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/}.",
1653
1704
  "properties": {
1654
1705
  "layers": {
1655
1706
  "description": "An array of Layer objects defining all the styling, geometry, and attribute information for the features.",
@@ -1679,7 +1730,7 @@
1679
1730
  },
1680
1731
  "esri.rest-api.FeatureLayer.FeatureLayer": {
1681
1732
  "additionalProperties": false,
1682
- "description": "Feature layers can be created by referencing a layer from either a map service or a feature service or by specifying a feature collection object. Use a map service if you just want to retrieve geometries and attributes from the server and symbolize them yourself. Use a feature service if you want to take advantage of symbols from the service's source map document. Also, use a feature service if you plan on doing editing with the feature layer. Feature layers honor any feature templates configured in the source map document. Feature collection objects are used to create a feature layer based on the supplied definition. {@link https://developers.arcgis.com/web-map-specification/objects/featureLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/featureLayer/}.",
1733
+ "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/}.",
1683
1734
  "properties": {
1684
1735
  "blendMode": {
1685
1736
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -1733,7 +1784,7 @@
1733
1784
  },
1734
1785
  "listMode": {
1735
1786
  "$ref": "esri.ListMode",
1736
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
1787
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
1737
1788
  },
1738
1789
  "maxScale": {
1739
1790
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -1745,7 +1796,7 @@
1745
1796
  },
1746
1797
  "mode": {
1747
1798
  "$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
1748
- "description": "Used with ArcGIS feature services and individual layers in ArcGIS map services, this property determines how the features are retrieved from the server. This property is represented as 0, 1, or 2. - 0: Snapshot mode. Immediately retrieves all features when the map is loaded. - 1: On-demand mode. Features within the current view extent are retrieved as the user navigates the map. This is the default and the most common way to use feature services in web maps. - 2: Selection-only mode. No features are initially retrieved. This mode is used when you have a map service and a feature service from the same parent URL that are working together in the same map, with the map service being used for display and the feature service used for editing. See {@link FeatureLayerMode}."
1799
+ "description": "Used with ArcGIS feature services and individual layers in ArcGIS map services, this property determines how the features are retrieved from the server. This property is represented as 0, 1, or 2. - 0: Snapshot mode. Immediately retrieves all features when the map is loaded. - 1: On-demand mode. Features within the current view extent are retrieved as the user navigates the map. This is the default and the most common way to use feature services in web maps. - 2: Selection-only mode. No features are initially retrieved. This mode is used when you have a map service and a feature service from the same parent URL that are working together in the same map, with the map service being used for display and the feature service used for editing. See{@linkFeatureLayerMode}."
1749
1800
  },
1750
1801
  "opacity": {
1751
1802
  "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
@@ -1756,7 +1807,7 @@
1756
1807
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
1757
1808
  },
1758
1809
  "refreshInterval": {
1759
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
1810
+ "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}.",
1760
1811
  "type": "number"
1761
1812
  },
1762
1813
  "screenSizePerspective": {
@@ -1783,7 +1834,7 @@
1783
1834
  "type": "string"
1784
1835
  },
1785
1836
  "type": {
1786
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link OperationalLayerType} and {@link BaseMapLayerType}.",
1837
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
1787
1838
  "enum": [
1788
1839
  "BingMapsAerial",
1789
1840
  "BingMapsHybrid",
@@ -1895,7 +1946,7 @@
1895
1946
  },
1896
1947
  "esri.rest-api.FeatureSet.FeatureSet": {
1897
1948
  "additionalProperties": false,
1898
- "description": "Contains the geometry and attributes of features in a layer. This object is used with feature collections only. For more information, see Layer. {@link https://developers.arcgis.com/web-map-specification/objects/featureSet/} {@link https://developers.arcgis.com/web-scene-specification/objects/featureSet/}.",
1949
+ "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/}.",
1899
1950
  "properties": {
1900
1951
  "features": {
1901
1952
  "description": "An array of Feature objects, each one containing geometry and a set of attributes.",
@@ -1917,7 +1968,7 @@
1917
1968
  },
1918
1969
  "esri.rest-api.Field.Field": {
1919
1970
  "additionalProperties": false,
1920
- "description": "Contains information about an attribute field. This field could come from a feature collection or a single layer in a map service. Used in layerDefinition. {@link https://developers.arcgis.com/web-map-specification/objects/field/} {@link https://developers.arcgis.com/web-scene-specification/objects/field/}.",
1971
+ "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/}.",
1921
1972
  "properties": {
1922
1973
  "alias": {
1923
1974
  "description": "The field alias (human-readable name).",
@@ -1949,7 +2000,7 @@
1949
2000
  },
1950
2001
  "type": {
1951
2002
  "$ref": "#/definitions/esri.rest-api.Field.FieldType",
1952
- "description": "Type of the Field. See {@link FieldType}."
2003
+ "description": "Type of the Field. See{@linkFieldType}."
1953
2004
  }
1954
2005
  },
1955
2006
  "type": "object"
@@ -1975,7 +2026,7 @@
1975
2026
  },
1976
2027
  "esri.rest-api.FieldInfo.FieldInfo": {
1977
2028
  "additionalProperties": false,
1978
- "description": "Defines how a field in the dataset participates (or does not participate) in a pop-up window. {@link https://developers.arcgis.com/web-map-specification/objects/fieldInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/fieldInfo/}.",
2029
+ "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/}.",
1979
2030
  "properties": {
1980
2031
  "fieldName": {
1981
2032
  "description": "The field name as defined by the service.",
@@ -1995,7 +2046,7 @@
1995
2046
  },
1996
2047
  "stringFieldOption": {
1997
2048
  "$ref": "#/definitions/esri.rest-api.FieldInfo.StringFieldOption",
1998
- "description": "The type of input box editors will see when editing the field. Applies only to string fields. See {@link StringFieldOption}."
2049
+ "description": "The type of input box editors will see when editing the field. Applies only to string fields. See{@linkStringFieldOption}."
1999
2050
  },
2000
2051
  "tooltip": {
2001
2052
  "description": "Provides an editing hint for editors of the field. This string could provide a short description of the field and how editors should format or supply its value.",
@@ -2012,7 +2063,7 @@
2012
2063
  "type": "object"
2013
2064
  },
2014
2065
  "esri.rest-api.FieldInfo.StringFieldOption": {
2015
- "description": "The type of string field to use with {@link FieldInfo.stringFieldOption}..",
2066
+ "description": "The type of string field to use with{@linkFieldInfo.stringFieldOption}..",
2016
2067
  "enum": [
2017
2068
  "richtext",
2018
2069
  "textarea",
@@ -2022,7 +2073,7 @@
2022
2073
  },
2023
2074
  "esri.rest-api.FillSymbol3DLayer.FillSymbol3DLayer": {
2024
2075
  "additionalProperties": false,
2025
- "description": "FillSymbol3DLayer is used to render the surfaces of flat 2D Polygon geometries and 3D volumetric meshes in a SceneView. {@link https://developers.arcgis.com/web-scene-specification/objects/fillSymbol3DLayer/}.",
2076
+ "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/}.",
2026
2077
  "properties": {
2027
2078
  "castShadows": {
2028
2079
  "description": "Boolean to control the shadow casting behavior of the rendered geometries.",
@@ -2045,7 +2096,7 @@
2045
2096
  "description": "The outline of the point, line or polygon."
2046
2097
  },
2047
2098
  "type": {
2048
- "description": "The type of the Symbol3DLayer. See {@link Symbol3DLayerType}.",
2099
+ "description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
2049
2100
  "enum": [
2050
2101
  "Fill"
2051
2102
  ],
@@ -2059,7 +2110,7 @@
2059
2110
  },
2060
2111
  "esri.rest-api.FormInfo.FormAttachmentElement": {
2061
2112
  "additionalProperties": false,
2062
- "description": "Defines how one or more attachments can participate in the form. When present in the form, the user has the ability to upload an attachment specific to the form element. {@link https://developers.arcgis.com/web-map-specification/objects/formAttachmentElement/}.",
2113
+ "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/}.",
2063
2114
  "properties": {
2064
2115
  "attachmentKeyword": {
2065
2116
  "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.",
@@ -2074,26 +2125,8 @@
2074
2125
  "type": "boolean"
2075
2126
  },
2076
2127
  "inputType": {
2077
- "additionalProperties": false,
2078
- "description": "The input user interface to use for the attachment.",
2079
- "properties": {
2080
- "type": {
2081
- "description": "The input type identifier.",
2082
- "enum": [
2083
- "attachment",
2084
- "audio",
2085
- "document",
2086
- "image",
2087
- "signature",
2088
- "video"
2089
- ],
2090
- "type": "string"
2091
- }
2092
- },
2093
- "required": [
2094
- "type"
2095
- ],
2096
- "type": "object"
2128
+ "$ref": "__type",
2129
+ "description": "The input user interface to use for the attachment."
2097
2130
  },
2098
2131
  "label": {
2099
2132
  "description": "A string value indicating what the element represents.",
@@ -2118,7 +2151,7 @@
2118
2151
  },
2119
2152
  "esri.rest-api.FormInfo.FormBarcodeScannerInput": {
2120
2153
  "additionalProperties": false,
2121
- "description": "Defines the desired user interface is a barcode or QR code scanner. If the client does not support barcode scanning, a single-line text box should be used. {@link https://developers.arcgis.com/web-map-specification/objects/formBarcodeScannerInput/}.",
2154
+ "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/}.",
2122
2155
  "properties": {
2123
2156
  "maxLength": {
2124
2157
  "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.",
@@ -2143,7 +2176,7 @@
2143
2176
  },
2144
2177
  "esri.rest-api.FormInfo.FormComboBoxInput": {
2145
2178
  "additionalProperties": false,
2146
- "description": "Defines the desired user interface is a list of values in a drop-down that supports typing to filter. Only one value can be selected at a time. {@link https://developers.arcgis.com/web-map-specification/objects/formComboBoxInput/}.",
2179
+ "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/}.",
2147
2180
  "properties": {
2148
2181
  "noValueOptionLabel": {
2149
2182
  "description": "The text used to represent a null value.",
@@ -2168,7 +2201,7 @@
2168
2201
  },
2169
2202
  "esri.rest-api.FormInfo.FormDateTimePickerInput": {
2170
2203
  "additionalProperties": false,
2171
- "description": "Defines the desired user interface is a calendar date picker. {@link https://developers.arcgis.com/web-map-specification/objects/formDatetimePickerInput/}.",
2204
+ "description": "Defines the desired user interface is a calendar date picker.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formDatetimePickerInput/}.",
2172
2205
  "properties": {
2173
2206
  "includeTime": {
2174
2207
  "description": "Indicates if the datetime picker should provide an option to select the time. If not provided, the default value is false.",
@@ -2197,7 +2230,7 @@
2197
2230
  },
2198
2231
  "esri.rest-api.FormInfo.FormExpressionInfo": {
2199
2232
  "additionalProperties": false,
2200
- "description": "Arcade expression used in the form. {@link https://developers.arcgis.com/web-map-specification/objects/formExpressionInfo/}.",
2233
+ "description": "Arcade expression used in the form.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formExpressionInfo/}.",
2201
2234
  "properties": {
2202
2235
  "expression": {
2203
2236
  "description": "The Arcade expression.",
@@ -2223,7 +2256,7 @@
2223
2256
  },
2224
2257
  "esri.rest-api.FormInfo.FormFieldElement": {
2225
2258
  "additionalProperties": false,
2226
- "description": "Defines how a field in the dataset participates in the form. {@link https://developers.arcgis.com/web-map-specification/objects/formFieldElement/}.",
2259
+ "description": "Defines how a field in the dataset participates in the form.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formFieldElement/}.",
2227
2260
  "properties": {
2228
2261
  "description": {
2229
2262
  "description": "A string that describes the element in detail.",
@@ -2294,7 +2327,7 @@
2294
2327
  },
2295
2328
  "esri.rest-api.FormInfo.FormGroupElement": {
2296
2329
  "additionalProperties": false,
2297
- "description": "Defines a container that holds a set of form elements that can be expanded, collapsed, or displayed together. {@link https://developers.arcgis.com/web-map-specification/objects/formGroupElement/}.",
2330
+ "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/}.",
2298
2331
  "properties": {
2299
2332
  "description": {
2300
2333
  "description": "A string that describes the element in detail.",
@@ -2348,7 +2381,7 @@
2348
2381
  },
2349
2382
  "esri.rest-api.FormInfo.FormInfo": {
2350
2383
  "additionalProperties": false,
2351
- "description": "Defines the form configuration when a user edits a feature. {@link https://developers.arcgis.com/web-map-specification/objects/formInfo/}.",
2384
+ "description": "Defines the form configuration when a user edits a feature.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formInfo/}.",
2352
2385
  "properties": {
2353
2386
  "description": {
2354
2387
  "description": "A string that appears in the body of the form as a description.",
@@ -2390,7 +2423,7 @@
2390
2423
  },
2391
2424
  "esri.rest-api.FormInfo.FormRadioButtonsInput": {
2392
2425
  "additionalProperties": false,
2393
- "description": "Defines the desired user interface is a radio button group. {@link https://developers.arcgis.com/web-map-specification/objects/formRadioButtonsInput/}.",
2426
+ "description": "Defines the desired user interface is a radio button group.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formRadioButtonsInput/}.",
2394
2427
  "properties": {
2395
2428
  "noValueOptionLabel": {
2396
2429
  "description": "The text used to represent a null value.",
@@ -2415,7 +2448,7 @@
2415
2448
  },
2416
2449
  "esri.rest-api.FormInfo.FormRelationshipElement": {
2417
2450
  "additionalProperties": false,
2418
- "description": "Defines how a relationship between feature layers and tables can participate in the form. When present in the form, the user may have the option to add or edit related records. {@link https://developers.arcgis.com/web-map-specification/objects/formRelationshipElement/}.",
2451
+ "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/}.",
2419
2452
  "properties": {
2420
2453
  "description": {
2421
2454
  "description": "A string that describes the element in detail.",
@@ -2459,7 +2492,7 @@
2459
2492
  },
2460
2493
  "esri.rest-api.FormInfo.FormSwitchInput": {
2461
2494
  "additionalProperties": false,
2462
- "description": "Defines a desired user interface to present a binary switch, or toggle. This should be used when selecting between two options. {@link https://developers.arcgis.com/web-map-specification/objects/formSwitchInput/}.",
2495
+ "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/}.",
2463
2496
  "properties": {
2464
2497
  "offValue": {
2465
2498
  "description": "The coded value when switch state is off.",
@@ -2490,7 +2523,7 @@
2490
2523
  },
2491
2524
  "esri.rest-api.FormInfo.FormTextAreaInput": {
2492
2525
  "additionalProperties": false,
2493
- "description": "Defines the desired user interface is a multi-line text area. {@link https://developers.arcgis.com/web-map-specification/objects/formTextAreaInput/}.",
2526
+ "description": "Defines the desired user interface is a multi-line text area.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formTextAreaInput/}.",
2494
2527
  "properties": {
2495
2528
  "maxLength": {
2496
2529
  "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.",
@@ -2515,7 +2548,7 @@
2515
2548
  },
2516
2549
  "esri.rest-api.FormInfo.FormTextBoxInput": {
2517
2550
  "additionalProperties": false,
2518
- "description": "Defines the desired user interface is a single-line text box. {@link https://developers.arcgis.com/web-map-specification/objects/formTextBoxInput/}.",
2551
+ "description": "Defines the desired user interface is a single-line text box.{@linkhttps://developers.arcgis.com/web-map-specification/objects/formTextBoxInput/}.",
2519
2552
  "properties": {
2520
2553
  "maxLength": {
2521
2554
  "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.",
@@ -2539,7 +2572,7 @@
2539
2572
  "type": "object"
2540
2573
  },
2541
2574
  "esri.rest-api.Format.DateFormat": {
2542
- "description": "Possible date formats for {@link Format.dateFormat}.",
2575
+ "description": "Possible date formats for{@linkFormat.dateFormat}.",
2543
2576
  "enum": [
2544
2577
  "dayShortMonthYear",
2545
2578
  "longDate",
@@ -2562,11 +2595,11 @@
2562
2595
  },
2563
2596
  "esri.rest-api.Format.Format": {
2564
2597
  "additionalProperties": false,
2565
- "description": "The format object can be used with numerical or date fields to provide more detail about how values should be displayed in web map pop-up windows. {@link https://developers.arcgis.com/web-map-specification/objects/format/} {@link https://developers.arcgis.com/web-scene-specification/objects/format/}.",
2598
+ "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/}.",
2566
2599
  "properties": {
2567
2600
  "dateFormat": {
2568
2601
  "$ref": "#/definitions/esri.rest-api.Format.DateFormat",
2569
- "description": "A string used with date fields to specify how the date should appear in pop-up windows. See {@link DateFormat}."
2602
+ "description": "A string used with date fields to specify how the date should appear in pop-up windows. See{@linkDateFormat}."
2570
2603
  },
2571
2604
  "digitSeparator": {
2572
2605
  "description": "A Boolean used with numerical fields. A value of true allows the number to have a digit (or thousands) separator when the value appears in pop-up windows. Depending on the locale, this separator is a decimal point or a comma. A value of false means that no separator will be used.",
@@ -2581,7 +2614,7 @@
2581
2614
  },
2582
2615
  "esri.rest-api.GeoRSSLayer.GeoRSSLayer": {
2583
2616
  "additionalProperties": false,
2584
- "description": "GeoRSS feeds may contain any combination of points, lines, and polygons. Web clients use a GeoRSS to JSON request service. This service returns one to many feature collections with different geometry types. The returned JSON specifies the point, lines, and polygons symbols used to display the features in that layer. {@link https://developers.arcgis.com/web-map-specification/objects/geoRSSLayer/}.",
2617
+ "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/}.",
2585
2618
  "properties": {
2586
2619
  "blendMode": {
2587
2620
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -2604,7 +2637,7 @@
2604
2637
  },
2605
2638
  "listMode": {
2606
2639
  "$ref": "esri.ListMode",
2607
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
2640
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
2608
2641
  },
2609
2642
  "maxScale": {
2610
2643
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -2627,7 +2660,7 @@
2627
2660
  "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."
2628
2661
  },
2629
2662
  "refreshInterval": {
2630
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
2663
+ "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}.",
2631
2664
  "type": "number"
2632
2665
  },
2633
2666
  "showLegend": {
@@ -2639,7 +2672,7 @@
2639
2672
  "type": "string"
2640
2673
  },
2641
2674
  "type": {
2642
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link OperationalLayerType} and {@link BaseMapLayerType}.",
2675
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
2643
2676
  "enum": [
2644
2677
  "BingMapsAerial",
2645
2678
  "BingMapsHybrid",
@@ -2684,11 +2717,11 @@
2684
2717
  "$ref": "#/definitions/esri.rest-api.Point.Point"
2685
2718
  }
2686
2719
  ],
2687
- "description": "A geometry as defined in the ArcGIS REST and web map specifications. See {@link http://resources.arcgis.com/en/help/rest/apiref/geometry.html}. {@link https://developers.arcgis.com/web-map-specification/objects/geometry/} {@link https://developers.arcgis.com/web-map-specification/objects/geometryType/}."
2720
+ "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/}."
2688
2721
  },
2689
2722
  "esri.rest-api.GroupLayer.GroupLayer": {
2690
2723
  "additionalProperties": false,
2691
- "description": "GroupLayer provides the ability to organize several sublayers into one common layer. Suppose there are several FeatureLayers that all represent water features in different dimensions. For example, wells (points), streams (lines), and lakes (polygons). The GroupLayer provides the functionality to treat them as one layer called Water Features even though they are stored as separate feature layers. {@link https://developers.arcgis.com/web-scene-specification/objects/groupLayer/}.",
2724
+ "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/}.",
2692
2725
  "properties": {
2693
2726
  "blendMode": {
2694
2727
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -2708,71 +2741,13 @@
2708
2741
  "layers": {
2709
2742
  "description": "List of child operationalLayers.",
2710
2743
  "items": {
2711
- "anyOf": [
2712
- {
2713
- "$ref": "#/definitions/esri.rest-api.BuildingSceneLayer.BuildingSceneLayer"
2714
- },
2715
- {
2716
- "$ref": "#/definitions/esri.rest-api.CSVLayer.CSVLayer"
2717
- },
2718
- {
2719
- "$ref": "#/definitions/esri.rest-api.ElevationLayer.ElevationLayer"
2720
- },
2721
- {
2722
- "$ref": "#/definitions/esri.rest-api.StreamLayer.StreamLayer"
2723
- },
2724
- {
2725
- "$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayer"
2726
- },
2727
- {
2728
- "$ref": "#/definitions/esri.rest-api.GeoRSSLayer.GeoRSSLayer"
2729
- },
2730
- {
2731
- "$ref": "#/definitions/esri.rest-api.GroupLayer.GroupLayer"
2732
- },
2733
- {
2734
- "$ref": "#/definitions/esri.rest-api.ImageServiceVectorLayer.ImageServiceVectorLayer"
2735
- },
2736
- {
2737
- "$ref": "#/definitions/esri.rest-api.IntegratedMeshLayer.IntegratedMeshLayer"
2738
- },
2739
- {
2740
- "$ref": "#/definitions/esri.rest-api.KMLLayer.KMLLayer"
2741
- },
2742
- {
2743
- "$ref": "#/definitions/esri.rest-api.MapServiceLayer.MapServiceLayer"
2744
- },
2745
- {
2746
- "$ref": "#/definitions/esri.rest-api.PointCloudLayer.PointCloudLayer"
2747
- },
2748
- {
2749
- "$ref": "#/definitions/esri.rest-api.SceneLayer.SceneLayer"
2750
- },
2751
- {
2752
- "$ref": "#/definitions/esri.rest-api.TiledImageServiceLayer.TiledImageServiceLayer"
2753
- },
2754
- {
2755
- "$ref": "#/definitions/esri.rest-api.TiledMapServiceLayer.TiledMapServiceLayer"
2756
- },
2757
- {
2758
- "$ref": "#/definitions/esri.rest-api.VectorTileLayer.VectorTileLayer"
2759
- },
2760
- {
2761
- "$ref": "#/definitions/esri.rest-api.WMSLayer.WMSLayer"
2762
- },
2763
- {
2764
- "$ref": "#/definitions/esri.rest-api.WebTileLayer.WebTileLayer"
2765
- },
2766
- {
2767
- "$ref": "#/definitions/esri.rest-api.ImageServiceLayer.ImageServiceLayer"
2768
- }
2769
- ]
2744
+ "$ref": "#/definitions/OperationalLayer"
2770
2745
  },
2771
2746
  "type": "array"
2772
2747
  },
2773
2748
  "listMode": {
2774
2749
  "$ref": "esri.ListMode",
2775
- "description": "To show or hide the group layer in the layer list. See {@link ListMode}."
2750
+ "description": "To show or hide the group layer in the layer list. See{@linkListMode}."
2776
2751
  },
2777
2752
  "maxScale": {
2778
2753
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -2787,7 +2762,7 @@
2787
2762
  "type": "number"
2788
2763
  },
2789
2764
  "refreshInterval": {
2790
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
2765
+ "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}.",
2791
2766
  "type": "number"
2792
2767
  },
2793
2768
  "showLegend": {
@@ -2799,7 +2774,7 @@
2799
2774
  "type": "string"
2800
2775
  },
2801
2776
  "type": {
2802
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link OperationalLayerType} and {@link BaseMapLayerType}.",
2777
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
2803
2778
  "enum": [
2804
2779
  "BingMapsAerial",
2805
2780
  "BingMapsHybrid",
@@ -2818,7 +2793,7 @@
2818
2793
  },
2819
2794
  "visibilityMode": {
2820
2795
  "$ref": "#/definitions/esri.rest-api.GroupLayer.GroupLayerVisibilityMode",
2821
- "description": "How visibility of children is affected: independent, exclusive, inherited. See {@link GroupLayerVisibilityMode}."
2796
+ "description": "How visibility of children is affected: independent, exclusive, inherited. See{@linkGroupLayerVisibilityMode}."
2822
2797
  }
2823
2798
  },
2824
2799
  "required": [
@@ -2837,7 +2812,7 @@
2837
2812
  },
2838
2813
  "esri.rest-api.HeatmapRenderer.ColorStop": {
2839
2814
  "additionalProperties": false,
2840
- "description": "A colorStop object describes the renderer's color ramp with more specificity than just colors. Note that either ratio or value is required. {@link https://developers.arcgis.com/web-map-specification/objects/colorStop/}.",
2815
+ "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/}.",
2841
2816
  "properties": {
2842
2817
  "color": {
2843
2818
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -2856,7 +2831,7 @@
2856
2831
  },
2857
2832
  "esri.rest-api.HeatmapRenderer.HeatmapRenderer": {
2858
2833
  "additionalProperties": false,
2859
- "description": "The HeatmapRenderer renders point data into a raster visualization that emphasizes areas of higher density or weighted values. {@link https://developers.arcgis.com/web-map-specification/objects/heatmapRenderer/}.",
2834
+ "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/}.",
2860
2835
  "properties": {
2861
2836
  "authoringInfo": {
2862
2837
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -2891,10 +2866,10 @@
2891
2866
  },
2892
2867
  "rotationType": {
2893
2868
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
2894
- "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See {@link RotationType}."
2869
+ "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkRotationType}."
2895
2870
  },
2896
2871
  "type": {
2897
- "description": "The type of renderer. See {@link RendererType}.",
2872
+ "description": "The type of renderer. See{@linkRendererType}.",
2898
2873
  "enum": [
2899
2874
  "heatmap"
2900
2875
  ],
@@ -2903,20 +2878,8 @@
2903
2878
  "visualVariables": {
2904
2879
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
2905
2880
  "items": {
2906
- "anyOf": [
2907
- {
2908
- "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
2909
- },
2910
- {
2911
- "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
2912
- },
2913
- {
2914
- "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
2915
- },
2916
- {
2917
- "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
2918
- }
2919
- ]
2881
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
2882
+ "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/}."
2920
2883
  },
2921
2884
  "type": "array"
2922
2885
  }
@@ -2928,7 +2891,7 @@
2928
2891
  },
2929
2892
  "esri.rest-api.IconSymbol3DLayer.IconSymbol3DLayer": {
2930
2893
  "additionalProperties": false,
2931
- "description": "IconSymbol3DLayer is used to render Point geometries using a flat 2D icon (e.g. a circle) with a PointSymbol3D in a SceneView. {@link https://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer/}.",
2894
+ "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/}.",
2932
2895
  "properties": {
2933
2896
  "anchor": {
2934
2897
  "description": "Must be one of the following values: center, left, right, top, bottom, topLeft, topRight, bottomLeft, bottomRight.",
@@ -2966,7 +2929,7 @@
2966
2929
  "type": "number"
2967
2930
  },
2968
2931
  "type": {
2969
- "description": "The type of the Symbol3DLayer. See {@link Symbol3DLayerType}.",
2932
+ "description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
2970
2933
  "enum": [
2971
2934
  "Icon"
2972
2935
  ],
@@ -2980,12 +2943,11 @@
2980
2943
  },
2981
2944
  "esri.rest-api.ImageServiceLayer.ImageServiceLayer": {
2982
2945
  "additionalProperties": false,
2983
- "description": "An image service provides access to raster data through a web service. Multiple rasters can be served as one image service through mosaic dataset technology, dynamically processed and mosaiced on the fly. An image service supports accessing both the mosaicked image and its catalog, as well as individual rasters in the catalog. Also, image services can be cached (tiled) or uncached (dynamic). This object specifically details properties within uncached image services. {@link https://developers.arcgis.com/web-map-specification/objects/imageServiceLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/imageServiceLayer/}.",
2946
+ "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/}.",
2984
2947
  "properties": {
2985
2948
  "bandIds": {
2986
2949
  "description": "An array of bandIds that are visible, can specify bands to export or rearrange band order(from image service).",
2987
- "items": {
2988
- },
2950
+ "items": {},
2989
2951
  "type": "array"
2990
2952
  },
2991
2953
  "blendMode": {
@@ -3056,7 +3018,7 @@
3056
3018
  },
3057
3019
  "listMode": {
3058
3020
  "$ref": "esri.ListMode",
3059
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
3021
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
3060
3022
  },
3061
3023
  "maxScale": {
3062
3024
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -3091,7 +3053,7 @@
3091
3053
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
3092
3054
  },
3093
3055
  "refreshInterval": {
3094
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
3056
+ "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}.",
3095
3057
  "type": "number"
3096
3058
  },
3097
3059
  "renderingRule": {
@@ -3111,7 +3073,7 @@
3111
3073
  "type": "string"
3112
3074
  },
3113
3075
  "type": {
3114
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link OperationalLayerType} and {@link BaseMapLayerType}.",
3076
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
3115
3077
  "enum": [
3116
3078
  "BingMapsAerial",
3117
3079
  "BingMapsHybrid",
@@ -3140,7 +3102,7 @@
3140
3102
  },
3141
3103
  "esri.rest-api.ImageServiceVectorLayer.ImageServiceVectorLayer": {
3142
3104
  "additionalProperties": false,
3143
- "description": "The imageServiceVectorLayer displays pixel values as vectors. To do this, the image service layer must be a two-band raster in which one band holds magnitude values and one band holds direction values. The imageServiceVectorLayer also supports time-enabled data. {@link https://developers.arcgis.com/web-map-specification/objects/imageServiceVectorLayer/}.",
3105
+ "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/}.",
3144
3106
  "properties": {
3145
3107
  "blendMode": {
3146
3108
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -3182,7 +3144,7 @@
3182
3144
  },
3183
3145
  "listMode": {
3184
3146
  "$ref": "esri.ListMode",
3185
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
3147
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
3186
3148
  },
3187
3149
  "maxScale": {
3188
3150
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -3201,7 +3163,7 @@
3201
3163
  "type": "number"
3202
3164
  },
3203
3165
  "refreshInterval": {
3204
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
3166
+ "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}.",
3205
3167
  "type": "number"
3206
3168
  },
3207
3169
  "showLegend": {
@@ -3217,7 +3179,7 @@
3217
3179
  "type": "string"
3218
3180
  },
3219
3181
  "type": {
3220
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link OperationalLayerType} and {@link BaseMapLayerType}.",
3182
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
3221
3183
  "enum": [
3222
3184
  "BingMapsAerial",
3223
3185
  "BingMapsHybrid",
@@ -3248,7 +3210,7 @@
3248
3210
  },
3249
3211
  "esri.rest-api.InheritedDomain.InheritedDomain": {
3250
3212
  "additionalProperties": false,
3251
- "description": "This domain applies to domains on subtypes. It implies that the domain for a field at the subtype level is the same as the domain for the field at the layer level. {@link https://developers.arcgis.com/web-map-specification/objects/inherited_domain/} {@link https://developers.arcgis.com/web-scene-specification/objects/inherited_domain/}.",
3213
+ "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/}.",
3252
3214
  "properties": {
3253
3215
  "type": {
3254
3216
  "description": "The type of domain.",
@@ -3265,7 +3227,7 @@
3265
3227
  },
3266
3228
  "esri.rest-api.IntegratedMeshLayer.IntegratedMeshLayer": {
3267
3229
  "additionalProperties": false,
3268
- "description": "An integrated mesh can represent built and natural 3D features, such as building walls, trees, valleys, and cliffs, with realistic textures and includes elevation information. {@link https://developers.arcgis.com/web-scene-specification/objects/integratedMeshLayer/}.",
3230
+ "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/}.",
3269
3231
  "properties": {
3270
3232
  "blendMode": {
3271
3233
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -3288,7 +3250,7 @@
3288
3250
  },
3289
3251
  "listMode": {
3290
3252
  "$ref": "esri.ListMode",
3291
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
3253
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
3292
3254
  },
3293
3255
  "maxScale": {
3294
3256
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -3303,7 +3265,7 @@
3303
3265
  "type": "number"
3304
3266
  },
3305
3267
  "refreshInterval": {
3306
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
3268
+ "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}.",
3307
3269
  "type": "number"
3308
3270
  },
3309
3271
  "showLegend": {
@@ -3315,7 +3277,7 @@
3315
3277
  "type": "string"
3316
3278
  },
3317
3279
  "type": {
3318
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link OperationalLayerType} and {@link BaseMapLayerType}.",
3280
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
3319
3281
  "enum": [
3320
3282
  "BingMapsAerial",
3321
3283
  "BingMapsHybrid",
@@ -3344,11 +3306,11 @@
3344
3306
  },
3345
3307
  "esri.rest-api.JoinTableDataSource.JoinTableDataSource": {
3346
3308
  "additionalProperties": false,
3347
- "description": "Join Table data source is the result of a join operation. Nested joins are supported. To use nested joins, set either leftTableSource or rightTableSource to be a joinTable. {@link https://developers.arcgis.com/web-map-specification/objects/joinTableDataSource/} {@link https://developers.arcgis.com/web-scene-specification/objects/joinTableDataSource/}.",
3309
+ "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/}.",
3348
3310
  "properties": {
3349
3311
  "joinType": {
3350
3312
  "$ref": "#/definitions/esri.rest-api.JoinTableDataSource.JoinType",
3351
- "description": "The type of join (left outer or left inner). See {@link JoinType}."
3313
+ "description": "The type of join (left outer or left inner). See{@linkJoinType}."
3352
3314
  },
3353
3315
  "leftTableKey": {
3354
3316
  "description": "Field name from the left table.",
@@ -3381,7 +3343,7 @@
3381
3343
  "description": "The right table source."
3382
3344
  },
3383
3345
  "type": {
3384
- "description": "Type of the DataSource. {@link DataSourceType}.",
3346
+ "description": "Type of the DataSource.{@linkDataSourceType}.",
3385
3347
  "enum": [
3386
3348
  "joinTable"
3387
3349
  ],
@@ -3407,7 +3369,7 @@
3407
3369
  },
3408
3370
  "esri.rest-api.KMLLayer.KMLLayer": {
3409
3371
  "additionalProperties": false,
3410
- "description": "Keyhole Markup Language (KML) is an XML-based format for storing geographic data and associated content and is an official Open Geospatial Consortium (OGC) standard. KML is a common format for sharing geographic data with non-GIS users as it can be easily delivered on the Internet. {@link https://developers.arcgis.com/web-map-specification/objects/kmlLayer/}.",
3372
+ "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/}.",
3411
3373
  "properties": {
3412
3374
  "blendMode": {
3413
3375
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -3430,7 +3392,7 @@
3430
3392
  },
3431
3393
  "listMode": {
3432
3394
  "$ref": "esri.ListMode",
3433
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
3395
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
3434
3396
  },
3435
3397
  "maxScale": {
3436
3398
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -3445,7 +3407,7 @@
3445
3407
  "type": "number"
3446
3408
  },
3447
3409
  "refreshInterval": {
3448
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
3410
+ "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}.",
3449
3411
  "type": "number"
3450
3412
  },
3451
3413
  "showLegend": {
@@ -3457,7 +3419,7 @@
3457
3419
  "type": "string"
3458
3420
  },
3459
3421
  "type": {
3460
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link OperationalLayerType} and {@link BaseMapLayerType}.",
3422
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
3461
3423
  "enum": [
3462
3424
  "BingMapsAerial",
3463
3425
  "BingMapsHybrid",
@@ -3493,7 +3455,7 @@
3493
3455
  },
3494
3456
  "esri.rest-api.LabelSymbol3D.LabelSymbol3D": {
3495
3457
  "additionalProperties": false,
3496
- "description": "LabelSymbol3D is used to render labels for features from a FeatureLayer in a 3D SceneView. {@link https://developers.arcgis.com/web-scene-specification/objects/labelSymbol3D/}.",
3458
+ "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/}.",
3497
3459
  "properties": {
3498
3460
  "callout": {
3499
3461
  "$ref": "#/definitions/esri.rest-api.Callout.Callout",
@@ -3507,7 +3469,7 @@
3507
3469
  "type": "array"
3508
3470
  },
3509
3471
  "type": {
3510
- "description": "The type of symbol. See {@link SymbolType}.",
3472
+ "description": "The type of symbol. See{@linkSymbolType}.",
3511
3473
  "enum": [
3512
3474
  "LabelSymbol3D"
3513
3475
  ],
@@ -3525,7 +3487,7 @@
3525
3487
  "type": "object"
3526
3488
  },
3527
3489
  "esri.rest-api.LabelingInfo.LabelPlacement": {
3528
- "description": "Possible values used with {@link LabelingInfo.labelPlacement}.",
3490
+ "description": "Possible values used with{@linkLabelingInfo.labelPlacement}.",
3529
3491
  "enum": [
3530
3492
  "esriServerLinePlacementAboveAfter",
3531
3493
  "esriServerLinePlacementAboveAlong",
@@ -3557,34 +3519,19 @@
3557
3519
  },
3558
3520
  "esri.rest-api.LabelingInfo.LabelingInfo": {
3559
3521
  "additionalProperties": false,
3560
- "description": "The labelingInfo object specifies the label definition for a layer. {@link https://developers.arcgis.com/web-map-specification/objects/labelingInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/labelingInfo/}.",
3522
+ "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/}.",
3561
3523
  "properties": {
3562
3524
  "labelExpression": {
3563
3525
  "description": "This read-only web map property allows formatting of labels. Use labelExpressionInfo instead.",
3564
3526
  "type": "string"
3565
3527
  },
3566
3528
  "labelExpressionInfo": {
3567
- "additionalProperties": false,
3568
- "description": "This object allows label text to be read similar to that of the popupInfo's description property. {@link https://developers.arcgis.com/web-map-specification/objects/labelExpressionInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/labelExpressionInfo/}.",
3569
- "properties": {
3570
- "expression": {
3571
- "description": "An Arcade expression evaluating to either a string or a number.",
3572
- "type": "string"
3573
- },
3574
- "title": {
3575
- "description": "The title of the expression.",
3576
- "type": "string"
3577
- },
3578
- "value": {
3579
- "description": "Represents a simple template string. This property is deprecated as of version 2.7 of the web map in favor of 'expression'.",
3580
- "type": "string"
3581
- }
3582
- },
3583
- "type": "object"
3529
+ "$ref": "__type",
3530
+ "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/}."
3584
3531
  },
3585
3532
  "labelPlacement": {
3586
3533
  "$ref": "#/definitions/esri.rest-api.LabelingInfo.LabelPlacement",
3587
- "description": "This string property specifies the label placement with respect to that of its feature. A list of label placement values categorized by feature geometry types. See {@link LabelPlacement}."
3534
+ "description": "This string property specifies the label placement with respect to that of its feature. A list of label placement values categorized by feature geometry types. See{@linkLabelPlacement}."
3588
3535
  },
3589
3536
  "maxScale": {
3590
3537
  "description": "Represents the maximum scale at which the layer definition will be applied.",
@@ -3622,7 +3569,7 @@
3622
3569
  },
3623
3570
  "esri.rest-api.Layer.Layer": {
3624
3571
  "additionalProperties": false,
3625
- "description": "This object allows overrides on pop-up content and drawing behavior for individual layers of a web service. When used with a feature collection, this object also contains geographic features and their attributes. {@link https://developers.arcgis.com/web-map-specification/objects/layer/} {@link https://developers.arcgis.com/web-scene-specification/objects/layer/}.",
3572
+ "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/}.",
3626
3573
  "properties": {
3627
3574
  "defaultVisibility": {
3628
3575
  "description": "Default visibility of the layers in the map service.",
@@ -3699,7 +3646,7 @@
3699
3646
  },
3700
3647
  "esri.rest-api.LayerDefinition.FieldOverride": {
3701
3648
  "additionalProperties": false,
3702
- "description": "Defines overridden properties on a field for a specific view of the data. {@link https://developers.arcgis.com/web-map-specification/objects/fieldOverride/}.",
3649
+ "description": "Defines overridden properties on a field for a specific view of the data.{@linkhttps://developers.arcgis.com/web-map-specification/objects/fieldOverride/}.",
3703
3650
  "properties": {
3704
3651
  "alias": {
3705
3652
  "description": "A string containing the overridden field alias.",
@@ -3727,7 +3674,7 @@
3727
3674
  },
3728
3675
  "esri.rest-api.LayerDefinition.LayerDefinition": {
3729
3676
  "additionalProperties": false,
3730
- "description": "The LayerDefinition object defines the attribute schema and drawing information for a layer drawn using client-side graphics. This could include a feature collection, a CSV file referenced through the web, or a single layer in an ArcGIS map service. Also used for dynamic layers. {@link https://developers.arcgis.com/web-map-specification/objects/layerDefinition/} {@link https://developers.arcgis.com/web-scene-specification/objects/layerDefinition/}.",
3677
+ "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/}.",
3731
3678
  "properties": {
3732
3679
  "allowGeometryUpdates": {
3733
3680
  "description": "Boolean value indicating whether the geometry of the features in the layer can be edited.",
@@ -3796,18 +3743,8 @@
3796
3743
  "type": "array"
3797
3744
  },
3798
3745
  "floorInfo": {
3799
- "additionalProperties": false,
3800
- "description": "Contains floor-awareness information for the layer. {@link https://developers.arcgis.com/web-map-specification/objects/layerFloorInfo/}.",
3801
- "properties": {
3802
- "floorField": {
3803
- "description": "The name of the attribute field that contains a floor's level ID used for floor filtering.",
3804
- "type": "string"
3805
- }
3806
- },
3807
- "required": [
3808
- "floorField"
3809
- ],
3810
- "type": "object"
3746
+ "$ref": "__type",
3747
+ "description": "Contains floor-awareness information for the layer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/layerFloorInfo/}."
3811
3748
  },
3812
3749
  "geometryType": {
3813
3750
  "description": "The type of geometry used in the layer definition. One of the GeometryType constants.",
@@ -3835,7 +3772,7 @@
3835
3772
  },
3836
3773
  "htmlPopupType": {
3837
3774
  "$ref": "#/definitions/esri.rest-api.LayerDefinition.HtmlPopupType",
3838
- "description": "String value indicating the HTML popup type. Possible values are listed in the htmlPopupType table below. See {@link HtmlPopupType}."
3775
+ "description": "String value indicating the HTML popup type. Possible values are listed in the htmlPopupType table below. See{@linkHtmlPopupType}."
3839
3776
  },
3840
3777
  "id": {
3841
3778
  "description": "The identifier assigned to the layer.",
@@ -3892,7 +3829,7 @@
3892
3829
  "$ref": "#/definitions/esri.rest-api.DynamicDataLayer.DynamicDataLayer"
3893
3830
  }
3894
3831
  ],
3895
- "description": "An object indicating the layerDefinition's layer source. {@link https://developers.arcgis.com/web-map-specification/objects/source/} {@link https://developers.arcgis.com/web-scene-specification/objects/source/}."
3832
+ "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/}."
3896
3833
  },
3897
3834
  "spatialReference": {
3898
3835
  "$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
@@ -3961,7 +3898,7 @@
3961
3898
  },
3962
3899
  "esri.rest-api.LayerDefinition.LayerTimeInfo": {
3963
3900
  "additionalProperties": false,
3964
- "description": "Time info if the layer/table supports querying and exporting maps based on time. {@link https://developers.arcgis.com/web-map-specification/objects/layerTimeInfo/}.",
3901
+ "description": "Time info if the layer/table supports querying and exporting maps based on time.{@linkhttps://developers.arcgis.com/web-map-specification/objects/layerTimeInfo/}.",
3965
3902
  "properties": {
3966
3903
  "endTimeField": {
3967
3904
  "description": "The name of the attribute field that contains the end time information.",
@@ -3980,16 +3917,6 @@
3980
3917
  "type": "string"
3981
3918
  },
3982
3919
  "timeExtent": {
3983
- "additionalItems": {
3984
- "anyOf": [
3985
- {
3986
- "type": "number"
3987
- },
3988
- {
3989
- "type": "number"
3990
- }
3991
- ]
3992
- },
3993
3920
  "description": "The time extent for all the data in the layer.",
3994
3921
  "items": [
3995
3922
  {
@@ -3999,6 +3926,7 @@
3999
3926
  "type": "number"
4000
3927
  }
4001
3928
  ],
3929
+ "maxItems": 2,
4002
3930
  "minItems": 2,
4003
3931
  "type": "array"
4004
3932
  },
@@ -4011,22 +3939,8 @@
4011
3939
  "description": "Temporal unit in which the time interval is measured."
4012
3940
  },
4013
3941
  "timeReference": {
4014
- "additionalProperties": false,
4015
- "description": "Defines information about daylight savings time and the time zone in which data was collected. {@link https://developers.arcgis.com/web-map-specification/objects/timeReference/}.",
4016
- "properties": {
4017
- "respectsDaylightSaving": {
4018
- "description": "Indicates whether the time reference takes into account daylight savings time.",
4019
- "type": "boolean"
4020
- },
4021
- "timeZone": {
4022
- "description": "The time zone in which the data was captured.",
4023
- "type": "string"
4024
- }
4025
- },
4026
- "required": [
4027
- "respectsDaylightSaving"
4028
- ],
4029
- "type": "object"
3942
+ "$ref": "__type",
3943
+ "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/}."
4030
3944
  },
4031
3945
  "trackIdField": {
4032
3946
  "description": "The field that contains the trackId.",
@@ -4080,7 +3994,7 @@
4080
3994
  },
4081
3995
  "esri.rest-api.LayerDefinition.TimeInfoExportOptions": {
4082
3996
  "additionalProperties": false,
4083
- "description": "The default time-related export options for a layer. {@link: https://developers.arcgis.com/web-map-specification/objects/timeInfoExportOptions/}.",
3997
+ "description": "The default time-related export options for a layer.{@link: https://developers.arcgis.com/web-map-specification/objects/timeInfoExportOptions/}.",
4084
3998
  "properties": {
4085
3999
  "timeDataCumulative": {
4086
4000
  "description": "If true, draw all the features from the beginning of time for that data.",
@@ -4103,7 +4017,7 @@
4103
4017
  },
4104
4018
  "esri.rest-api.LineSymbol3D.LineSymbol3D": {
4105
4019
  "additionalProperties": false,
4106
- "description": "LineSymbol3D is used to render features with Polyline geometry in a 3D SceneView. {@link https://developers.arcgis.com/web-scene-specification/objects/lineSymbol3D/}.",
4020
+ "description": "LineSymbol3D is used to render features with Polyline geometry in a 3D SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/lineSymbol3D/}.",
4107
4021
  "properties": {
4108
4022
  "symbolLayers": {
4109
4023
  "description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
@@ -4120,7 +4034,7 @@
4120
4034
  "type": "array"
4121
4035
  },
4122
4036
  "type": {
4123
- "description": "The type of symbol. See {@link SymbolType}.",
4037
+ "description": "The type of symbol. See{@linkSymbolType}.",
4124
4038
  "enum": [
4125
4039
  "LineSymbol3D"
4126
4040
  ],
@@ -4135,7 +4049,7 @@
4135
4049
  },
4136
4050
  "esri.rest-api.LineSymbol3DLayer.LineSymbol3DLayer": {
4137
4051
  "additionalProperties": false,
4138
- "description": "LineSymbol3DLayer renders Polyline geometries using a flat 2D line with a LineSymbol3D in a 3D SceneView. {@link https://developers.arcgis.com/web-scene-specification/objects/lineSymbol3DLayer/}.",
4052
+ "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/}.",
4139
4053
  "properties": {
4140
4054
  "enable": {
4141
4055
  "description": "Type: Boolean.",
@@ -4150,7 +4064,7 @@
4150
4064
  "type": "number"
4151
4065
  },
4152
4066
  "type": {
4153
- "description": "The type of the Symbol3DLayer. See {@link Symbol3DLayerType}.",
4067
+ "description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
4154
4068
  "enum": [
4155
4069
  "Line"
4156
4070
  ],
@@ -4164,7 +4078,7 @@
4164
4078
  },
4165
4079
  "esri.rest-api.LocationInfo.LocationInfo": {
4166
4080
  "additionalProperties": false,
4167
- "description": "Defines how location information will be retrieved from a CSV file referenced through the web. {@link https://developers.arcgis.com/web-map-specification/objects/locationInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/locationInfo/}.",
4081
+ "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/}.",
4168
4082
  "properties": {
4169
4083
  "latitudeFieldName": {
4170
4084
  "description": "A string defining the field name that holds the latitude (Y) coordinate.",
@@ -4183,7 +4097,7 @@
4183
4097
  },
4184
4098
  "esri.rest-api.MapServiceLayer.MapServiceLayer": {
4185
4099
  "additionalProperties": false,
4186
- "description": "ArcGIS web maps are designed to work with web services hosted on ArcGIS Server and ArcGIS Online, in addition to other types of servers. Map services can be cached (tiled) or uncached (dynamic). This object specifically details properties within uncached map services. {@link https://developers.arcgis.com/web-map-specification/objects/mapServiceLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/mapServiceLayer/}.",
4100
+ "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/}.",
4187
4101
  "properties": {
4188
4102
  "blendMode": {
4189
4103
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -4220,7 +4134,7 @@
4220
4134
  },
4221
4135
  "listMode": {
4222
4136
  "$ref": "esri.ListMode",
4223
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
4137
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
4224
4138
  },
4225
4139
  "maxScale": {
4226
4140
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -4235,7 +4149,7 @@
4235
4149
  "type": "number"
4236
4150
  },
4237
4151
  "refreshInterval": {
4238
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
4152
+ "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}.",
4239
4153
  "type": "number"
4240
4154
  },
4241
4155
  "showLegend": {
@@ -4251,7 +4165,7 @@
4251
4165
  "type": "string"
4252
4166
  },
4253
4167
  "type": {
4254
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link OperationalLayerType} and {@link BaseMapLayerType}.",
4168
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
4255
4169
  "enum": [
4256
4170
  "BingMapsAerial",
4257
4171
  "BingMapsHybrid",
@@ -4287,7 +4201,7 @@
4287
4201
  },
4288
4202
  "esri.rest-api.MediaInfo.MediaInfo": {
4289
4203
  "additionalProperties": false,
4290
- "description": "Defines an image or a chart to be displayed in a pop-up window. {@link https://developers.arcgis.com/web-map-specification/objects/mediaInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/mediaInfo/}.",
4204
+ "description": "Defines an image or a chart to be displayed in a pop-up window.{@linkhttps://developers.arcgis.com/web-map-specification/objects/mediaInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/mediaInfo/}.",
4291
4205
  "properties": {
4292
4206
  "caption": {
4293
4207
  "description": "A caption describing the media. This can contain a field name enclosed in {}, such as {IMAGE_CAPTION}.",
@@ -4302,7 +4216,7 @@
4302
4216
  "type": "string"
4303
4217
  },
4304
4218
  "type": {
4305
- "description": "Defines the type of media. One of the {@link MediaType} constants.",
4219
+ "description": "Defines the type of media. One of the{@linkMediaType}constants.",
4306
4220
  "type": "string"
4307
4221
  },
4308
4222
  "value": {
@@ -4314,7 +4228,7 @@
4314
4228
  },
4315
4229
  "esri.rest-api.MeshSymbol3D.MeshSymbol3D": {
4316
4230
  "additionalProperties": false,
4317
- "description": "MeshSymbol3D is used to render 3D mesh features in a SceneLayer in a 3D SceneView. {@link https://developers.arcgis.com/web-scene-specification/objects/meshSymbol3D/}.",
4231
+ "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/}.",
4318
4232
  "properties": {
4319
4233
  "symbolLayers": {
4320
4234
  "description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
@@ -4324,7 +4238,7 @@
4324
4238
  "type": "array"
4325
4239
  },
4326
4240
  "type": {
4327
- "description": "The type of symbol. See {@link SymbolType}.",
4241
+ "description": "The type of symbol. See{@linkSymbolType}.",
4328
4242
  "enum": [
4329
4243
  "MeshSymbol3D"
4330
4244
  ],
@@ -4366,7 +4280,7 @@
4366
4280
  },
4367
4281
  "esri.rest-api.MosaicRule.MosaicRule": {
4368
4282
  "additionalProperties": false,
4369
- "description": "Specifies the mosaic rule when defining how individual images should be mosaiced. It specifies selection, mosaic method, sort order, overlapping pixel resolution, etc. Mosaic rules are for mosaicing rasters in the mosaic dataset. {@link https://developers.arcgis.com/web-map-specification/objects/mosaicRule/} {@link https://developers.arcgis.com/web-scene-specification/objects/mosaicRule/}.",
4283
+ "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/}.",
4370
4284
  "properties": {
4371
4285
  "ascending": {
4372
4286
  "description": "Indicates whether the sort should be ascending.",
@@ -4392,38 +4306,16 @@
4392
4306
  },
4393
4307
  "mosaicMethod": {
4394
4308
  "$ref": "#/definitions/esri.rest-api.MosaicRule.MosaicMethodType",
4395
- "description": "The mosaic method determines how the selected rasters are ordered. See {@link MosaicMethodType}."
4309
+ "description": "The mosaic method determines how the selected rasters are ordered. See{@linkMosaicMethodType}."
4396
4310
  },
4397
4311
  "mosaicOperation": {
4398
4312
  "$ref": "#/definitions/esri.rest-api.MosaicRule.MosaicOperationType",
4399
4313
  "description": "Use the mosaic operation to resolve overlap pixel values: from first or last raster, use the min, max or mean of the pixel values, or blend them. See {@ link MosaicOperationType}."
4400
4314
  },
4401
4315
  "multidimensionalDefinition": {
4402
- "description": "Definition of multidimensional variables. {@link https://developers.arcgis.com/web-map-specification/objects/multidimensionalDefinition/} {@link https://developers.arcgis.com/web-scene-specification/objects/multidimensionalDefinition/}.",
4316
+ "description": "Definition of multidimensional variables.{@linkhttps://developers.arcgis.com/web-map-specification/objects/multidimensionalDefinition/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/multidimensionalDefinition/}.",
4403
4317
  "items": {
4404
- "additionalProperties": false,
4405
- "properties": {
4406
- "dimensionName": {
4407
- "description": "Type of dimension being used (ex. StdTime).",
4408
- "type": "string"
4409
- },
4410
- "isSlice": {
4411
- "description": "Is slice?",
4412
- "type": "boolean"
4413
- },
4414
- "values": {
4415
- "description": "Numerical array of associated values.",
4416
- "items": {
4417
- "type": "number"
4418
- },
4419
- "type": "array"
4420
- },
4421
- "variableName": {
4422
- "description": "Name of the variable.",
4423
- "type": "string"
4424
- }
4425
- },
4426
- "type": "object"
4318
+ "$ref": "__type"
4427
4319
  },
4428
4320
  "type": "array"
4429
4321
  },
@@ -4451,7 +4343,7 @@
4451
4343
  },
4452
4344
  "esri.rest-api.Multipoint.Multipoint": {
4453
4345
  "additionalProperties": false,
4454
- "description": "Contains an array of points, along with a spatial reference field. {@link https://developers.arcgis.com/web-map-specification/objects/multipoint_geometry/} {@link https://developers.arcgis.com/web-scene-specification/objects/multipoint_geometry/}.",
4346
+ "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/}.",
4455
4347
  "properties": {
4456
4348
  "hasM": {
4457
4349
  "description": "Indicates whether the geometry contains M coordinate values.",
@@ -4483,7 +4375,7 @@
4483
4375
  },
4484
4376
  "esri.rest-api.ObjectSymbol3DLayer.ObjectSymbol3DLayer": {
4485
4377
  "additionalProperties": false,
4486
- "description": "ObjectSymbol3DLayer is used to render Point geometries using a volumetric 3D shape (e.g., a sphere or cylinder) with a PointSymbol3D in a SceneView. {@link https://developers.arcgis.com/web-scene-specification/objects/objectSymbol3DLayer/}.",
4378
+ "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/}.",
4487
4379
  "properties": {
4488
4380
  "anchor": {
4489
4381
  "description": "The positioning of the object relative to the geometry. Must be one of the following values: center, bottom, origin.",
@@ -4518,7 +4410,7 @@
4518
4410
  "description": "The shape (primitive) or image URL (href) used to visualize the features."
4519
4411
  },
4520
4412
  "type": {
4521
- "description": "The type of the Symbol3DLayer. See {@link Symbol3DLayerType}.",
4413
+ "description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
4522
4414
  "enum": [
4523
4415
  "Object"
4524
4416
  ],
@@ -4536,7 +4428,7 @@
4536
4428
  },
4537
4429
  "esri.rest-api.PathSymbol3DLayer.PathSymbol3DLayer": {
4538
4430
  "additionalProperties": false,
4539
- "description": "PathSymbol3DLayer renders Polyline geometries using a volumetric 3D tube with a LineSymbol3D in a SceneView. {@link https://developers.arcgis.com/web-scene-specification/objects/pathSymbol3DLayer/}.",
4431
+ "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/}.",
4540
4432
  "properties": {
4541
4433
  "material": {
4542
4434
  "$ref": "#/definitions/esri.rest-api.Symbol3D.Material",
@@ -4547,7 +4439,7 @@
4547
4439
  "type": "number"
4548
4440
  },
4549
4441
  "type": {
4550
- "description": "The type of the Symbol3DLayer. See {@link Symbol3DLayerType}.",
4442
+ "description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
4551
4443
  "enum": [
4552
4444
  "Path"
4553
4445
  ],
@@ -4565,7 +4457,7 @@
4565
4457
  },
4566
4458
  "esri.rest-api.PictureFillSymbol.PictureFillSymbol": {
4567
4459
  "additionalProperties": false,
4568
- "description": "Picture fill symbols can be used to symbolize polygon geometries. {@link https://developers.arcgis.com/web-map-specification/objects/esriPFS_symbol/}.",
4460
+ "description": "Picture fill symbols can be used to symbolize polygon geometries.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriPFS_symbol/}.",
4569
4461
  "properties": {
4570
4462
  "angle": {
4571
4463
  "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.",
@@ -4588,7 +4480,7 @@
4588
4480
  "description": "Sets the outline of the symbol."
4589
4481
  },
4590
4482
  "type": {
4591
- "description": "The type of symbol. See {@link SymbolType}.",
4483
+ "description": "The type of symbol. See{@linkSymbolType}.",
4592
4484
  "enum": [
4593
4485
  "esriPFS"
4594
4486
  ],
@@ -4626,7 +4518,7 @@
4626
4518
  },
4627
4519
  "esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol": {
4628
4520
  "additionalProperties": false,
4629
- "description": "Picture marker symbols can be used to symbolize point geometries. {@link https://developers.arcgis.com/web-map-specification/objects/esriPMS_symbol/}.",
4521
+ "description": "Picture marker symbols can be used to symbolize point geometries.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriPMS_symbol/}.",
4630
4522
  "properties": {
4631
4523
  "angle": {
4632
4524
  "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.",
@@ -4645,7 +4537,7 @@
4645
4537
  "type": "string"
4646
4538
  },
4647
4539
  "type": {
4648
- "description": "The type of symbol. See {@link SymbolType}.",
4540
+ "description": "The type of symbol. See{@linkSymbolType}.",
4649
4541
  "enum": [
4650
4542
  "esriPMS"
4651
4543
  ],
@@ -4675,7 +4567,7 @@
4675
4567
  },
4676
4568
  "esri.rest-api.Point.Point": {
4677
4569
  "additionalProperties": false,
4678
- "description": "Defines the JSON formats of the point and spatial reference objects. {@link https://developers.arcgis.com/web-map-specification/objects/point_geometry/}. {@link https://developers.arcgis.com/web-map-specification/objects/point_geometry/}.",
4570
+ "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/}.",
4679
4571
  "properties": {
4680
4572
  "m": {
4681
4573
  "description": "M coordinate which contains measures used for linear referencing.",
@@ -4715,7 +4607,7 @@
4715
4607
  },
4716
4608
  "esri.rest-api.PointCloudBitfieldFilter.PointCloudBitfieldFilter": {
4717
4609
  "additionalProperties": false,
4718
- "description": "Filters points based on the value of the specified bitfield attribute. {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudBitfieldFilter/}.",
4610
+ "description": "Filters points based on the value of the specified bitfield attribute.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudBitfieldFilter/}.",
4719
4611
  "properties": {
4720
4612
  "field": {
4721
4613
  "description": "The name of the field that is used for the filter.",
@@ -4750,7 +4642,7 @@
4750
4642
  },
4751
4643
  "esri.rest-api.PointCloudClassBreaksRenderer.PointCloudClassBreaksRenderer": {
4752
4644
  "additionalProperties": false,
4753
- "description": "PointCloudClassBreaksRenderer defines the color of each point in a PointCloudLayer based on the value of a numeric attribute. Colors are assigned based on classes or ranges of data. Each point is assigned a symbol based on the class break in which the value of the attribute falls. {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudClassBreaksRenderer/}.",
4645
+ "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/}.",
4754
4646
  "properties": {
4755
4647
  "authoringInfo": {
4756
4648
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -4764,23 +4656,8 @@
4764
4656
  "type": "array"
4765
4657
  },
4766
4658
  "colorModulation": {
4767
- "additionalProperties": false,
4768
- "description": "Indicates whether modulation should be used to render the point. {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}.",
4769
- "properties": {
4770
- "field": {
4771
- "description": "The attribute to use as a source for the modulation amplitude.",
4772
- "type": "string"
4773
- },
4774
- "maxValue": {
4775
- "description": "Maximum value to compute modulation linear mapping.",
4776
- "type": "number"
4777
- },
4778
- "minValue": {
4779
- "description": "Minimum value to compute modulation linear mapping.",
4780
- "type": "number"
4781
- }
4782
- },
4783
- "type": "object"
4659
+ "$ref": "__type",
4660
+ "description": "Indicates whether modulation should be used to render the point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
4784
4661
  },
4785
4662
  "field": {
4786
4663
  "description": "The name of the field that is used for the renderer.",
@@ -4818,10 +4695,10 @@
4818
4695
  },
4819
4696
  "rotationType": {
4820
4697
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
4821
- "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See {@link RotationType}."
4698
+ "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkRotationType}."
4822
4699
  },
4823
4700
  "type": {
4824
- "description": "The type of renderer. See {@link RendererType}.",
4701
+ "description": "The type of renderer. See{@linkRendererType}.",
4825
4702
  "enum": [
4826
4703
  "pointCloudClassBreaksRenderer"
4827
4704
  ],
@@ -4830,20 +4707,8 @@
4830
4707
  "visualVariables": {
4831
4708
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
4832
4709
  "items": {
4833
- "anyOf": [
4834
- {
4835
- "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
4836
- },
4837
- {
4838
- "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
4839
- },
4840
- {
4841
- "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
4842
- },
4843
- {
4844
- "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
4845
- }
4846
- ]
4710
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
4711
+ "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/}."
4847
4712
  },
4848
4713
  "type": "array"
4849
4714
  }
@@ -4855,7 +4720,7 @@
4855
4720
  },
4856
4721
  "esri.rest-api.PointCloudFixedSizeAlgorithm.PointCloudFixedSizeAlgorithm": {
4857
4722
  "additionalProperties": false,
4858
- "description": "Render points with fixed real world or screen space size. {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFixedSizeAlgorithm/}.",
4723
+ "description": "Render points with fixed real world or screen space size.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudFixedSizeAlgorithm/}.",
4859
4724
  "properties": {
4860
4725
  "size": {
4861
4726
  "description": "Symbol size in real world units or display unit.",
@@ -4880,7 +4745,7 @@
4880
4745
  },
4881
4746
  "esri.rest-api.PointCloudLayer.PointCloudLayer": {
4882
4747
  "additionalProperties": false,
4883
- "description": "Point cloud data is post-processed spatially organized lidar data that consists of large collections of 3D points. Elevations for the ground, buildings, forest canopy, highway overpasses, and anything else encountered during the lidar survey make up the point cloud data. Point cloud layers allow for fast visualization of point cloud data in the browser. {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudLayer/}.",
4748
+ "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/}.",
4884
4749
  "properties": {
4885
4750
  "blendMode": {
4886
4751
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -4899,7 +4764,7 @@
4899
4764
  },
4900
4765
  "listMode": {
4901
4766
  "$ref": "esri.ListMode",
4902
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
4767
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
4903
4768
  },
4904
4769
  "maxScale": {
4905
4770
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -4914,7 +4779,7 @@
4914
4779
  "type": "number"
4915
4780
  },
4916
4781
  "refreshInterval": {
4917
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
4782
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
4918
4783
  "type": "number"
4919
4784
  },
4920
4785
  "showLegend": {
@@ -4926,7 +4791,7 @@
4926
4791
  "type": "string"
4927
4792
  },
4928
4793
  "type": {
4929
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link OperationalLayerType} and {@link BaseMapLayerType}.",
4794
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
4930
4795
  "enum": [
4931
4796
  "BingMapsAerial",
4932
4797
  "BingMapsHybrid",
@@ -4955,30 +4820,15 @@
4955
4820
  },
4956
4821
  "esri.rest-api.PointCloudRGBRenderer.PointCloudRGBRenderer": {
4957
4822
  "additionalProperties": false,
4958
- "description": "PointCloudRGBRenderer defines the color of each point in a PointCloudLayer based on the value of a color attribute. {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudRGBRenderer/}.",
4823
+ "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/}.",
4959
4824
  "properties": {
4960
4825
  "authoringInfo": {
4961
4826
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
4962
4827
  "description": "An object containing metadata about the authoring process for creating a renderer object. This allows the authoring clients to save specific overridable settings so that next time it is accessed via the UI, their selections are remembered. Non-authoring clients should ignore it."
4963
4828
  },
4964
4829
  "colorModulation": {
4965
- "additionalProperties": false,
4966
- "description": "Indicates whether modulation should be used to render the point. {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}.",
4967
- "properties": {
4968
- "field": {
4969
- "description": "The attribute to use as a source for the modulation amplitude.",
4970
- "type": "string"
4971
- },
4972
- "maxValue": {
4973
- "description": "Maximum value to compute modulation linear mapping.",
4974
- "type": "number"
4975
- },
4976
- "minValue": {
4977
- "description": "Minimum value to compute modulation linear mapping.",
4978
- "type": "number"
4979
- }
4980
- },
4981
- "type": "object"
4830
+ "$ref": "__type",
4831
+ "description": "Indicates whether modulation should be used to render the point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
4982
4832
  },
4983
4833
  "field": {
4984
4834
  "description": "The name of the field that is used for the renderer.",
@@ -5016,10 +4866,10 @@
5016
4866
  },
5017
4867
  "rotationType": {
5018
4868
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
5019
- "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See {@link RotationType}."
4869
+ "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkRotationType}."
5020
4870
  },
5021
4871
  "type": {
5022
- "description": "The type of renderer. See {@link RendererType}.",
4872
+ "description": "The type of renderer. See{@linkRendererType}.",
5023
4873
  "enum": [
5024
4874
  "pointCloudRGBRenderer"
5025
4875
  ],
@@ -5028,20 +4878,8 @@
5028
4878
  "visualVariables": {
5029
4879
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
5030
4880
  "items": {
5031
- "anyOf": [
5032
- {
5033
- "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
5034
- },
5035
- {
5036
- "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
5037
- },
5038
- {
5039
- "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
5040
- },
5041
- {
5042
- "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
5043
- }
5044
- ]
4881
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
4882
+ "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/}."
5045
4883
  },
5046
4884
  "type": "array"
5047
4885
  }
@@ -5053,7 +4891,7 @@
5053
4891
  },
5054
4892
  "esri.rest-api.PointCloudReturnFilter.PointCloudReturnFilter": {
5055
4893
  "additionalProperties": false,
5056
- "description": "Filters points based on the value of the return number/return count. {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudReturnFilter/}.",
4894
+ "description": "Filters points based on the value of the return number/return count.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudReturnFilter/}.",
5057
4895
  "properties": {
5058
4896
  "field": {
5059
4897
  "description": "The name of the field that is used for the filter.",
@@ -5081,7 +4919,7 @@
5081
4919
  },
5082
4920
  "esri.rest-api.PointCloudSplatAlgorithm.PointCloudSplatAlgorithm": {
5083
4921
  "additionalProperties": false,
5084
- "description": "Render points using sizes depending on point density. {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudSplatAlgorithm/}.",
4922
+ "description": "Render points using sizes depending on point density.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudSplatAlgorithm/}.",
5085
4923
  "properties": {
5086
4924
  "minSize": {
5087
4925
  "description": "Minimum display space point size in points.",
@@ -5106,30 +4944,15 @@
5106
4944
  },
5107
4945
  "esri.rest-api.PointCloudStretchRenderer.PointCloudStretchRenderer": {
5108
4946
  "additionalProperties": false,
5109
- "description": "PointCloudStretchRenderer defines the color of each point in a PointCloudLayer based on the value of a numeric attribute. They allow you to easily map continuous color ramps to minimum and maximum data values of one of the layer's numeric attribute fields. {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudStretchRenderer/}.",
4947
+ "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/}.",
5110
4948
  "properties": {
5111
4949
  "authoringInfo": {
5112
4950
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
5113
4951
  "description": "An object containing metadata about the authoring process for creating a renderer object. This allows the authoring clients to save specific overridable settings so that next time it is accessed via the UI, their selections are remembered. Non-authoring clients should ignore it."
5114
4952
  },
5115
4953
  "colorModulation": {
5116
- "additionalProperties": false,
5117
- "description": "Indicates whether modulation should be used to render the point. {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}.",
5118
- "properties": {
5119
- "field": {
5120
- "description": "The attribute to use as a source for the modulation amplitude.",
5121
- "type": "string"
5122
- },
5123
- "maxValue": {
5124
- "description": "Maximum value to compute modulation linear mapping.",
5125
- "type": "number"
5126
- },
5127
- "minValue": {
5128
- "description": "Minimum value to compute modulation linear mapping.",
5129
- "type": "number"
5130
- }
5131
- },
5132
- "type": "object"
4954
+ "$ref": "__type",
4955
+ "description": "Indicates whether modulation should be used to render the point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
5133
4956
  },
5134
4957
  "field": {
5135
4958
  "description": "The name of the field that is used for the renderer.",
@@ -5167,10 +4990,10 @@
5167
4990
  },
5168
4991
  "rotationType": {
5169
4992
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
5170
- "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See {@link RotationType}."
4993
+ "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkRotationType}."
5171
4994
  },
5172
4995
  "type": {
5173
- "description": "The type of renderer. See {@link RendererType}.",
4996
+ "description": "The type of renderer. See{@linkRendererType}.",
5174
4997
  "enum": [
5175
4998
  "pointCloudStretchRenderer"
5176
4999
  ],
@@ -5179,20 +5002,8 @@
5179
5002
  "visualVariables": {
5180
5003
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
5181
5004
  "items": {
5182
- "anyOf": [
5183
- {
5184
- "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
5185
- },
5186
- {
5187
- "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
5188
- },
5189
- {
5190
- "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
5191
- },
5192
- {
5193
- "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
5194
- }
5195
- ]
5005
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
5006
+ "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/}."
5196
5007
  },
5197
5008
  "type": "array"
5198
5009
  }
@@ -5204,30 +5015,15 @@
5204
5015
  },
5205
5016
  "esri.rest-api.PointCloudUniqueValueRenderer.PointCloudUniqueValueRenderer": {
5206
5017
  "additionalProperties": false,
5207
- "description": "PointCloudUniqueValueRenderer allows you to colorize points in a PointCloudLayer based on an attribute. This is done by using unique colors to represent points with equal attribute values. {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudUniqueValueRenderer/}.",
5018
+ "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/}.",
5208
5019
  "properties": {
5209
5020
  "authoringInfo": {
5210
5021
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
5211
5022
  "description": "An object containing metadata about the authoring process for creating a renderer object. This allows the authoring clients to save specific overridable settings so that next time it is accessed via the UI, their selections are remembered. Non-authoring clients should ignore it."
5212
5023
  },
5213
5024
  "colorModulation": {
5214
- "additionalProperties": false,
5215
- "description": "Indicates whether modulation should be used to render the point. {@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}.",
5216
- "properties": {
5217
- "field": {
5218
- "description": "The attribute to use as a source for the modulation amplitude.",
5219
- "type": "string"
5220
- },
5221
- "maxValue": {
5222
- "description": "Maximum value to compute modulation linear mapping.",
5223
- "type": "number"
5224
- },
5225
- "minValue": {
5226
- "description": "Minimum value to compute modulation linear mapping.",
5227
- "type": "number"
5228
- }
5229
- },
5230
- "type": "object"
5025
+ "$ref": "__type",
5026
+ "description": "Indicates whether modulation should be used to render the point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}."
5231
5027
  },
5232
5028
  "colorUniqueValueInfos": {
5233
5029
  "description": "Unique value infos.",
@@ -5272,10 +5068,10 @@
5272
5068
  },
5273
5069
  "rotationType": {
5274
5070
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
5275
- "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See {@link RotationType}."
5071
+ "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkRotationType}."
5276
5072
  },
5277
5073
  "type": {
5278
- "description": "The type of renderer. See {@link RendererType}.",
5074
+ "description": "The type of renderer. See{@linkRendererType}.",
5279
5075
  "enum": [
5280
5076
  "pointCloudUniqueValueRenderer"
5281
5077
  ],
@@ -5284,20 +5080,8 @@
5284
5080
  "visualVariables": {
5285
5081
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
5286
5082
  "items": {
5287
- "anyOf": [
5288
- {
5289
- "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
5290
- },
5291
- {
5292
- "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
5293
- },
5294
- {
5295
- "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
5296
- },
5297
- {
5298
- "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
5299
- }
5300
- ]
5083
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
5084
+ "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/}."
5301
5085
  },
5302
5086
  "type": "array"
5303
5087
  }
@@ -5309,7 +5093,7 @@
5309
5093
  },
5310
5094
  "esri.rest-api.PointCloudValueFilter.PointCloudValueFilter": {
5311
5095
  "additionalProperties": false,
5312
- "description": "Filters points based on the value of an specified attribute. {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudValueFilter/}.",
5096
+ "description": "Filters points based on the value of an specified attribute.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudValueFilter/}.",
5313
5097
  "properties": {
5314
5098
  "field": {
5315
5099
  "description": "The name of the field that is used for the filter.",
@@ -5341,30 +5125,15 @@
5341
5125
  },
5342
5126
  "esri.rest-api.PointSymbol3D.PointSymbol3D": {
5343
5127
  "additionalProperties": false,
5344
- "description": "PointSymbol3D is used to render features with Point geometry in a 3D SceneView. {@link https://developers.arcgis.com/web-scene-specification/objects/pointSymbol3D/}.",
5128
+ "description": "PointSymbol3D is used to render features with Point geometry in a 3D SceneView.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointSymbol3D/}.",
5345
5129
  "properties": {
5346
5130
  "callout": {
5347
5131
  "$ref": "#/definitions/esri.rest-api.Callout.Callout",
5348
5132
  "description": "Callout configuration for a symbol."
5349
5133
  },
5350
5134
  "styleOrigin": {
5351
- "additionalProperties": false,
5352
- "description": "The origin of the style from which the symbol was originally referenced. A reference to the style origin can be either by styleName or by styleUrl (but not both). It may be used to understand where a symbol was originally sourced from, but does not affect actual appearance or rendering of the symbol. {@link https://developers.arcgis.com/web-scene-specification/objects/styleOrigin/}.",
5353
- "properties": {
5354
- "name": {
5355
- "description": "Name of the symbol in the style referenced by styleName or styleUrl.",
5356
- "type": "string"
5357
- },
5358
- "styleName": {
5359
- "description": "A well-known esri-provided style, such as EsriThematicShapesStyle.",
5360
- "type": "string"
5361
- },
5362
- "styleUrl": {
5363
- "description": "URL to a style definition Must be one of the following values: String An absolute URL String A relative path starting with \"./\".",
5364
- "type": "string"
5365
- }
5366
- },
5367
- "type": "object"
5135
+ "$ref": "__type",
5136
+ "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/}."
5368
5137
  },
5369
5138
  "symbolLayers": {
5370
5139
  "description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
@@ -5381,7 +5150,7 @@
5381
5150
  "type": "array"
5382
5151
  },
5383
5152
  "type": {
5384
- "description": "The type of symbol. See {@link SymbolType}.",
5153
+ "description": "The type of symbol. See{@linkSymbolType}.",
5385
5154
  "enum": [
5386
5155
  "PointSymbol3D"
5387
5156
  ],
@@ -5400,7 +5169,7 @@
5400
5169
  },
5401
5170
  "esri.rest-api.Polygon.Polygon": {
5402
5171
  "additionalProperties": false,
5403
- "description": "A polygon contains an array of rings and a spatial reference. {@link https://developers.arcgis.com/web-map-specification/objects/polygon_geometry/} {@link https://developers.arcgis.com/web-scene-specification/objects/polygon_geometry/}.",
5172
+ "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/}.",
5404
5173
  "properties": {
5405
5174
  "hasM": {
5406
5175
  "description": "Indicates whether the geometry contains M coordinate values.",
@@ -5435,7 +5204,7 @@
5435
5204
  },
5436
5205
  "esri.rest-api.PolygonSymbol3D.PolygonSymbol3D": {
5437
5206
  "additionalProperties": false,
5438
- "description": "PolygonSymbol3D is used to render features with Polygon geometry in a 3D SceneView. Polygon features may also be rendered as points with icons or objects at the centroid of each polygon. {@link https://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}.",
5207
+ "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/}.",
5439
5208
  "properties": {
5440
5209
  "symbolLayers": {
5441
5210
  "description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
@@ -5455,7 +5224,7 @@
5455
5224
  "type": "array"
5456
5225
  },
5457
5226
  "type": {
5458
- "description": "The type of symbol. See {@link SymbolType}.",
5227
+ "description": "The type of symbol. See{@linkSymbolType}.",
5459
5228
  "enum": [
5460
5229
  "PolygonSymbol3D"
5461
5230
  ],
@@ -5470,7 +5239,7 @@
5470
5239
  },
5471
5240
  "esri.rest-api.Polyline.Polyline": {
5472
5241
  "additionalProperties": false,
5473
- "description": "Contains an array of paths and a spatialReference. {@link https://developers.arcgis.com/web-map-specification/objects/polyline_geometry/} {@link https://developers.arcgis.com/web-scene-specification/objects/polyline_geometry/}.",
5242
+ "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/}.",
5474
5243
  "properties": {
5475
5244
  "hasM": {
5476
5245
  "description": "Indicates whether the geometry contains M coordinate values.",
@@ -5513,7 +5282,7 @@
5513
5282
  },
5514
5283
  "esri.rest-api.PopupExpressionInfo.PopupExpressionInfo": {
5515
5284
  "additionalProperties": false,
5516
- "description": "Arcade expression added to the pop-up. {@link https://developers.arcgis.com/web-map-specification/objects/popupExpressionInfo/}.",
5285
+ "description": "Arcade expression added to the pop-up.{@linkhttps://developers.arcgis.com/web-map-specification/objects/popupExpressionInfo/}.",
5517
5286
  "properties": {
5518
5287
  "expression": {
5519
5288
  "description": "The Arcade expression.",
@@ -5536,7 +5305,7 @@
5536
5305
  },
5537
5306
  "esri.rest-api.PopupInfo.OrderByFields": {
5538
5307
  "additionalProperties": false,
5539
- "description": "Object indicating the field display order for the related records and whether they should be sorted in ascending or descending order. {@link https://developers.arcgis.com/web-map-specification/objects/orderByFields/} {@link https://developers.arcgis.com/web-scene-specification/objects/orderByFields/}.",
5308
+ "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/}.",
5540
5309
  "properties": {
5541
5310
  "field": {
5542
5311
  "description": "The attribute value of the field selected that will drive the sorting of related records.",
@@ -5551,7 +5320,7 @@
5551
5320
  },
5552
5321
  "esri.rest-api.PopupInfo.PopupElement": {
5553
5322
  "additionalProperties": false,
5554
- "description": "Popup elements allow users to author popups, using multiple elements such as tabular views, string description, media (charts and images), and attachments of the attributes and control the order in which they appear. Specifically, popupElements do the following: 1) provide the ability to explicitly add a field/ value table in addition to a description, 2) allow adding multiple description elements, and 3) allow a user to author and consume elements of a popup in the order of their choosing. Each popupElement has a type property. This string value indicates the type of popupElement used. {@link https://developers.arcgis.com/web-map-specification/objects/popupElement/} {@link https://developers.arcgis.com/web-scene-specification/objects/popupElement/}.",
5323
+ "description": "Popup elements allow users to author popups, using multiple elements such as tabular views, string description, media (charts and images), and attachments of the attributes and control the order in which they appear. Specifically, popupElements do the following: 1) provide the ability to explicitly add a field/ value table in addition to a description, 2) allow adding multiple description elements, and 3) allow a user to author and consume elements of a popup in the order of their choosing. Each popupElement has a type property. This string value indicates the type of popupElement used.{@linkhttps://developers.arcgis.com/web-map-specification/objects/popupElement/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/popupElement/}.",
5555
5324
  "properties": {
5556
5325
  "displayType": {
5557
5326
  "description": "This property applies to elements of type attachments. A string value indicating how to display the attachment. Possible values are, preview, and list. If list is specified, attachments show as links.",
@@ -5577,7 +5346,7 @@
5577
5346
  },
5578
5347
  "type": {
5579
5348
  "$ref": "#/definitions/esri.rest-api.PopupInfo.PopupElementType",
5580
- "description": "String value indicating which elements to use. See {@link PopupElementType}."
5349
+ "description": "String value indicating which elements to use. See{@linkPopupElementType}."
5581
5350
  }
5582
5351
  },
5583
5352
  "type": "object"
@@ -5594,7 +5363,7 @@
5594
5363
  },
5595
5364
  "esri.rest-api.PopupInfo.PopupInfo": {
5596
5365
  "additionalProperties": false,
5597
- "description": "Defines the look and feel of pop-up windows when users click or query a feature. {@link https://developers.arcgis.com/web-map-specification/objects/popupInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/popupInfo/}.",
5366
+ "description": "Defines the look and feel of pop-up windows when users click or query a feature.{@linkhttps://developers.arcgis.com/web-map-specification/objects/popupInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/popupInfo/}.",
5598
5367
  "properties": {
5599
5368
  "description": {
5600
5369
  "description": "A string that appears in the body of the pop-up window as a description. This can contain a field name enclosed in {}, such as {DETAILS}.",
@@ -5608,7 +5377,7 @@
5608
5377
  "type": "array"
5609
5378
  },
5610
5379
  "fieldInfos": {
5611
- "description": "An array of {@link FieldInfo} objects defining how each field in the dataset participates (or does not participate) in the pop-up window. The order of the array is the order that fields are shown in the pop-up window.",
5380
+ "description": "An array of{@linkFieldInfo}objects defining how each field in the dataset participates (or does not participate) in the pop-up window. The order of the array is the order that fields are shown in the pop-up window.",
5612
5381
  "items": {
5613
5382
  "$ref": "#/definitions/esri.rest-api.FieldInfo.FieldInfo"
5614
5383
  },
@@ -5645,7 +5414,7 @@
5645
5414
  },
5646
5415
  "esri.rest-api.PopupInfo.RelatedRecordsInfo": {
5647
5416
  "additionalProperties": false,
5648
- "description": "The sort in the popupInfo for the parent feature. This impacts the sorting order for the returned child records. {@link https://developers.arcgis.com/web-map-specification/objects/relatedRecordsInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/relatedRecordsInfo/}.",
5417
+ "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/}.",
5649
5418
  "properties": {
5650
5419
  "orderByFields": {
5651
5420
  "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.",
@@ -5666,7 +5435,7 @@
5666
5435
  },
5667
5436
  "esri.rest-api.PredominanceRenderer.PredominanceRenderer": {
5668
5437
  "additionalProperties": false,
5669
- "description": "This renderer is a type of UniqueValue renderer which is based off the valueExpression property rather than field. Optionally, size and/or transparency visual variables may be included with valueExpression. Note that this renderer is supported for ArcGIS Online hosted feature services and feature collections. {@link https://developers.arcgis.com/web-map-specification/objects/predominance_renderer/}.",
5438
+ "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/}.",
5670
5439
  "properties": {
5671
5440
  "authoringInfo": {
5672
5441
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -5690,10 +5459,10 @@
5690
5459
  },
5691
5460
  "rotationType": {
5692
5461
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
5693
- "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See {@link RotationType}."
5462
+ "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkRotationType}."
5694
5463
  },
5695
5464
  "type": {
5696
- "description": "The type of renderer. See {@link RendererType}.",
5465
+ "description": "The type of renderer. See{@linkRendererType}.",
5697
5466
  "enum": [
5698
5467
  "predominance"
5699
5468
  ],
@@ -5709,20 +5478,8 @@
5709
5478
  "visualVariables": {
5710
5479
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
5711
5480
  "items": {
5712
- "anyOf": [
5713
- {
5714
- "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
5715
- },
5716
- {
5717
- "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
5718
- },
5719
- {
5720
- "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
5721
- },
5722
- {
5723
- "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
5724
- }
5725
- ]
5481
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
5482
+ "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/}."
5726
5483
  },
5727
5484
  "type": "array"
5728
5485
  }
@@ -5736,7 +5493,7 @@
5736
5493
  },
5737
5494
  "esri.rest-api.QueryTableDataSource.QueryTableDataSource": {
5738
5495
  "additionalProperties": false,
5739
- "description": "Query table data source is a layer/table that is defined by a SQL query. {@link https://developers.arcgis.com/web-map-specification/objects/queryTableDataSource/} {@link https://developers.arcgis.com/web-scene-specification/objects/queryTableDataSource/}.",
5496
+ "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/}.",
5740
5497
  "properties": {
5741
5498
  "geometryType": {
5742
5499
  "description": "The geometry type. When querying a table that does not have a geometry column, do not include geometryType.",
@@ -5761,7 +5518,7 @@
5761
5518
  "description": "The spatial reference of the geometry column. When querying a table that does not have a geometry column, do not include spatialReference."
5762
5519
  },
5763
5520
  "type": {
5764
- "description": "Type of the DataSource. {@link DataSourceType}.",
5521
+ "description": "Type of the DataSource.{@linkDataSourceType}.",
5765
5522
  "enum": [
5766
5523
  "queryTable"
5767
5524
  ],
@@ -5779,7 +5536,7 @@
5779
5536
  },
5780
5537
  "esri.rest-api.RangeDomain.RangeDomain": {
5781
5538
  "additionalProperties": false,
5782
- "description": "Range domain specifies a range of valid values for a field. {@link https://developers.arcgis.com/web-map-specification/objects/range_domain/} {@link https://developers.arcgis.com/web-scene-specification/objects/range_domain/}.",
5539
+ "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/}.",
5783
5540
  "properties": {
5784
5541
  "name": {
5785
5542
  "description": "The name of the domain.",
@@ -5793,7 +5550,7 @@
5793
5550
  "type": "array"
5794
5551
  },
5795
5552
  "type": {
5796
- "description": "Type of domain. See {@link DomainType}.",
5553
+ "description": "Type of domain. See{@linkDomainType}.",
5797
5554
  "enum": [
5798
5555
  "range"
5799
5556
  ],
@@ -5809,19 +5566,9 @@
5809
5566
  },
5810
5567
  "esri.rest-api.RangeInfo.RangeInfo": {
5811
5568
  "additionalProperties": false,
5812
- "description": "Range Information. {@link https://developers.arcgis.com/web-scene-specification/objects/rangeInfo/}.",
5569
+ "description": "Range Information.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/rangeInfo/}.",
5813
5570
  "properties": {
5814
5571
  "currentRangeExtent": {
5815
- "additionalItems": {
5816
- "anyOf": [
5817
- {
5818
- "type": "number"
5819
- },
5820
- {
5821
- "type": "number"
5822
- }
5823
- ]
5824
- },
5825
5572
  "description": "Contains the min and max values within which the features are visible.",
5826
5573
  "items": [
5827
5574
  {
@@ -5831,6 +5578,7 @@
5831
5578
  "type": "number"
5832
5579
  }
5833
5580
  ],
5581
+ "maxItems": 2,
5834
5582
  "minItems": 2,
5835
5583
  "type": "array"
5836
5584
  },
@@ -5839,16 +5587,6 @@
5839
5587
  "type": "string"
5840
5588
  },
5841
5589
  "fullRangeExtent": {
5842
- "additionalItems": {
5843
- "anyOf": [
5844
- {
5845
- "type": "number"
5846
- },
5847
- {
5848
- "type": "number"
5849
- }
5850
- ]
5851
- },
5852
5590
  "description": "Contains the min and max values of all the features for this rangeInfo.",
5853
5591
  "items": [
5854
5592
  {
@@ -5858,6 +5596,7 @@
5858
5596
  "type": "number"
5859
5597
  }
5860
5598
  ],
5599
+ "maxItems": 2,
5861
5600
  "minItems": 2,
5862
5601
  "type": "array"
5863
5602
  },
@@ -5880,14 +5619,14 @@
5880
5619
  },
5881
5620
  "esri.rest-api.RasterDataSource.RasterDataSource": {
5882
5621
  "additionalProperties": false,
5883
- "description": "Raster data source is a file-based raster that resides in a registered raster workspace. {@link https://developers.arcgis.com/web-map-specification/objects/rasterDataSource/} {@link https://developers.arcgis.com/web-scene-specification/objects/rasterDataSource/}.",
5622
+ "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/}.",
5884
5623
  "properties": {
5885
5624
  "dataSourceName": {
5886
5625
  "description": "The fully-qualified string value used to specify where the dataSource is derived.",
5887
5626
  "type": "string"
5888
5627
  },
5889
5628
  "type": {
5890
- "description": "Type of the DataSource. {@link DataSourceType}.",
5629
+ "description": "Type of the DataSource.{@linkDataSourceType}.",
5891
5630
  "enum": [
5892
5631
  "raster"
5893
5632
  ],
@@ -5905,11 +5644,11 @@
5905
5644
  },
5906
5645
  "esri.rest-api.Renderer.AuthoringInfo": {
5907
5646
  "additionalProperties": false,
5908
- "description": "The authoringInfo is an object containing metadata about the authoring process for creating a renderer object. This allows the authoring clients to save specific overridable settings so that next time it is accessed via the UI, their selections are remembered. Non-authoring clients should ignore it. In order to support the slider with color/size/transparency information, the selection of the various themes, classification, and additional properties are saved within this object. Note: The authoringInfo object is not required with a renderer. It is only used if rendering was generated using Map Viewer rendering tools. {@link https://developers.arcgis.com/web-map-specification/objects/authoringInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/authoringInfo/}.",
5647
+ "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/}.",
5909
5648
  "properties": {
5910
5649
  "classificationMethod": {
5911
5650
  "$ref": "#/definitions/esri.rest-api.Renderer.ClassificationMethod",
5912
- "description": "Used for classed color or size. The default value is esriClassifyManual. See {@link ClassificationMethod}."
5651
+ "description": "Used for classed color or size. The default value is esriClassifyManual. See{@linkClassificationMethod}."
5913
5652
  },
5914
5653
  "colorRamp": {
5915
5654
  "$ref": "#/definitions/esri.rest-api.Renderer.ColorRamp",
@@ -5929,7 +5668,7 @@
5929
5668
  },
5930
5669
  "type": {
5931
5670
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfoType",
5932
- "description": "In case of classed renderers this is set to either classedSize or classedColor. See {@link AuthoringInfoType}."
5671
+ "description": "In case of classed renderers this is set to either classedSize or classedColor. See{@linkAuthoringInfoType}."
5933
5672
  },
5934
5673
  "visualVariables": {
5935
5674
  "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
@@ -5960,7 +5699,7 @@
5960
5699
  },
5961
5700
  "esri.rest-api.Renderer.ColorRamp": {
5962
5701
  "additionalProperties": false,
5963
- "description": "A colorRamp object is used to specify a range of colors that are applied to a group of symbols. {@link https://developers.arcgis.com/web-map-specification/objects/colorRamp/}.",
5702
+ "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/}.",
5964
5703
  "properties": {
5965
5704
  "algorithm": {
5966
5705
  "description": "Algorithm used for calculating the ramp.",
@@ -5979,22 +5718,6 @@
5979
5718
  "type": "array"
5980
5719
  },
5981
5720
  "fromColor": {
5982
- "additionalItems": {
5983
- "anyOf": [
5984
- {
5985
- "type": "number"
5986
- },
5987
- {
5988
- "type": "number"
5989
- },
5990
- {
5991
- "type": "number"
5992
- },
5993
- {
5994
- "type": "number"
5995
- }
5996
- ]
5997
- },
5998
5721
  "description": "Array representing the initial color to start the ramp from.",
5999
5722
  "items": [
6000
5723
  {
@@ -6010,26 +5733,11 @@
6010
5733
  "type": "number"
6011
5734
  }
6012
5735
  ],
5736
+ "maxItems": 4,
6013
5737
  "minItems": 4,
6014
5738
  "type": "array"
6015
5739
  },
6016
5740
  "toColor": {
6017
- "additionalItems": {
6018
- "anyOf": [
6019
- {
6020
- "type": "number"
6021
- },
6022
- {
6023
- "type": "number"
6024
- },
6025
- {
6026
- "type": "number"
6027
- },
6028
- {
6029
- "type": "number"
6030
- }
6031
- ]
6032
- },
6033
5741
  "description": "Array representing the final color to end the ramp with.",
6034
5742
  "items": [
6035
5743
  {
@@ -6045,6 +5753,7 @@
6045
5753
  "type": "number"
6046
5754
  }
6047
5755
  ],
5756
+ "maxItems": 4,
6048
5757
  "minItems": 4,
6049
5758
  "type": "array"
6050
5759
  },
@@ -6133,14 +5842,14 @@
6133
5842
  },
6134
5843
  "esri.rest-api.RenderingRule.RenderingRule": {
6135
5844
  "additionalProperties": false,
6136
- "description": "Specifies the rendering rule for how the requested image should be rendered. {@link https://developers.arcgis.com/web-map-specification/objects/renderingRule/} {@link https://developers.arcgis.com/web-scene-specification/objects/renderingRule/}.",
5845
+ "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/}.",
6137
5846
  "properties": {
6138
5847
  "outputPixelType": {
6139
5848
  "$ref": "#/definitions/esri.rest-api.RenderingRule.PixelType",
6140
- "description": "Defines the pixel type of the output image. See {@link PixelType}."
5849
+ "description": "Defines the pixel type of the output image. See{@linkPixelType}."
6141
5850
  },
6142
5851
  "rasterFunction": {
6143
- "description": "The raster function name identifies the processing or rendering to be performed. {@link http://resources.arcgis.com/en/help/arcgis-rest-api/#/Raster_Function_Objects/02r3000000rv000000/}.",
5852
+ "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/}.",
6144
5853
  "type": "string"
6145
5854
  },
6146
5855
  "rasterFunctionArguments": {
@@ -6155,7 +5864,7 @@
6155
5864
  },
6156
5865
  "esri.rest-api.SceneLayer.SceneLayer": {
6157
5866
  "additionalProperties": false,
6158
- "description": "The SceneLayer is a layer type designed for on-demand streaming and displaying large amounts of data in a SceneView. SceneLayers support two geometry types: Point and 3D Objects (e.g. Buildings). {@link https://developers.arcgis.com/web-scene-specification/objects/sceneLayer/}.",
5867
+ "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/}.",
6159
5868
  "properties": {
6160
5869
  "blendMode": {
6161
5870
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -6186,7 +5895,7 @@
6186
5895
  },
6187
5896
  "listMode": {
6188
5897
  "$ref": "esri.ListMode",
6189
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
5898
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
6190
5899
  },
6191
5900
  "maxScale": {
6192
5901
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -6205,7 +5914,7 @@
6205
5914
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
6206
5915
  },
6207
5916
  "refreshInterval": {
6208
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
5917
+ "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}.",
6209
5918
  "type": "number"
6210
5919
  },
6211
5920
  "screenSizePerspective": {
@@ -6225,7 +5934,7 @@
6225
5934
  "type": "string"
6226
5935
  },
6227
5936
  "type": {
6228
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link OperationalLayerType} and {@link BaseMapLayerType}.",
5937
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
6229
5938
  "enum": [
6230
5939
  "BingMapsAerial",
6231
5940
  "BingMapsHybrid",
@@ -6268,7 +5977,7 @@
6268
5977
  },
6269
5978
  "esri.rest-api.SimpleFillSymbol.SimpleFillSymbol": {
6270
5979
  "additionalProperties": false,
6271
- "description": "Simple fill symbols can be used to symbolize polygon geometries. {@link https://developers.arcgis.com/web-map-specification/objects/esriSFS_symbol/}.",
5980
+ "description": "Simple fill symbols can be used to symbolize polygon geometries.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriSFS_symbol/}.",
6272
5981
  "properties": {
6273
5982
  "color": {
6274
5983
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -6280,10 +5989,10 @@
6280
5989
  },
6281
5990
  "style": {
6282
5991
  "$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillStyle",
6283
- "description": "The fill style. See {@link SimpleFillStyle}."
5992
+ "description": "The fill style. See{@linkSimpleFillStyle}."
6284
5993
  },
6285
5994
  "type": {
6286
- "description": "The type of symbol. See {@link SymbolType}.",
5995
+ "description": "The type of symbol. See{@linkSymbolType}.",
6287
5996
  "enum": [
6288
5997
  "esriSFS"
6289
5998
  ],
@@ -6309,7 +6018,7 @@
6309
6018
  },
6310
6019
  "esri.rest-api.SimpleLineSymbol.SimpleLineSymbol": {
6311
6020
  "additionalProperties": false,
6312
- "description": "Simple line symbols can be used to symbolize polyline geometries or outlines for polygon fills. {@link https://developers.arcgis.com/web-map-specification/objects/esriSLS_symbol/}.",
6021
+ "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/}.",
6313
6022
  "properties": {
6314
6023
  "color": {
6315
6024
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -6317,10 +6026,10 @@
6317
6026
  },
6318
6027
  "style": {
6319
6028
  "$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineStyle",
6320
- "description": "The line style. See {@link SimpleLineStyle}."
6029
+ "description": "The line style. See{@linkSimpleLineStyle}."
6321
6030
  },
6322
6031
  "type": {
6323
- "description": "The type of symbol. See {@link SymbolType}.",
6032
+ "description": "The type of symbol. See{@linkSymbolType}.",
6324
6033
  "enum": [
6325
6034
  "esriSLS"
6326
6035
  ],
@@ -6351,7 +6060,7 @@
6351
6060
  },
6352
6061
  "esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol": {
6353
6062
  "additionalProperties": false,
6354
- "description": "Simple marker symbols can be used to symbolize point geometries. {@link https://developers.arcgis.com/web-map-specification/objects/esriSMS_symbol/}.",
6063
+ "description": "Simple marker symbols can be used to symbolize point geometries.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriSMS_symbol/}.",
6355
6064
  "properties": {
6356
6065
  "angle": {
6357
6066
  "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.",
@@ -6371,10 +6080,10 @@
6371
6080
  },
6372
6081
  "style": {
6373
6082
  "$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerStyle",
6374
- "description": "The marker style. See {@link SimpleMarkerStyle}."
6083
+ "description": "The marker style. See{@linkSimpleMarkerStyle}."
6375
6084
  },
6376
6085
  "type": {
6377
- "description": "The type of symbol. See {@link SymbolType}.",
6086
+ "description": "The type of symbol. See{@linkSymbolType}.",
6378
6087
  "enum": [
6379
6088
  "esriSMS"
6380
6089
  ],
@@ -6396,7 +6105,7 @@
6396
6105
  },
6397
6106
  "esri.rest-api.SimpleRenderer.SimpleRenderer": {
6398
6107
  "additionalProperties": false,
6399
- "description": "A simple renderer is a renderer that uses one symbol only. {@link https://developers.arcgis.com/web-map-specification/objects/simple_renderer/} {@link https://developers.arcgis.com/web-scene-specification/objects/simpleRenderer/}.",
6108
+ "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/}.",
6400
6109
  "properties": {
6401
6110
  "authoringInfo": {
6402
6111
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -6416,7 +6125,7 @@
6416
6125
  },
6417
6126
  "rotationType": {
6418
6127
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
6419
- "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See {@link RotationType}."
6128
+ "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkRotationType}."
6420
6129
  },
6421
6130
  "symbol": {
6422
6131
  "anyOf": [
@@ -6460,7 +6169,7 @@
6460
6169
  "description": "An object that represents how all features will be drawn."
6461
6170
  },
6462
6171
  "type": {
6463
- "description": "The type of renderer. See {@link RendererType}.",
6172
+ "description": "The type of renderer. See{@linkRendererType}.",
6464
6173
  "enum": [
6465
6174
  "simple"
6466
6175
  ],
@@ -6469,20 +6178,8 @@
6469
6178
  "visualVariables": {
6470
6179
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
6471
6180
  "items": {
6472
- "anyOf": [
6473
- {
6474
- "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
6475
- },
6476
- {
6477
- "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
6478
- },
6479
- {
6480
- "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
6481
- },
6482
- {
6483
- "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
6484
- }
6485
- ]
6181
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
6182
+ "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/}."
6486
6183
  },
6487
6184
  "type": "array"
6488
6185
  }
@@ -6495,7 +6192,7 @@
6495
6192
  },
6496
6193
  "esri.rest-api.SpatialReference.SpatialReference": {
6497
6194
  "additionalProperties": false,
6498
- "description": "The spatialReference object is located at the top level of the web map JSON hierarchy. In addition to this, it is also available within the operationalLayer and basemap objects. Many predefined spatial references have already been defined and are available for use. A spatial reference can be defined using a well-known ID (WKID) or well-known text (WKT). The default tolerance and resolution values for the associated coordinate system are used. All operational layers in the map are drawn or requested in the spatial reference of the basemap layers. The basemap defines the map spatial reference and tiling scheme. Each basemapLayer must be in the same spatial reference and tiling scheme. For additional information on working with spatial references, and their associated WKIDs, please refer to the ArcGIS REST API documentation which discusses this. {@link https://developers.arcgis.com/web-map-specification/objects/spatialReference/} {@link https://developers.arcgis.com/web-scene-specification/objects/spatialReference/}.",
6195
+ "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/}.",
6499
6196
  "properties": {
6500
6197
  "latestVcsWkid": {
6501
6198
  "description": "(Optional) The current wkid value of the vertical coordinate system.",
@@ -6522,7 +6219,7 @@
6522
6219
  },
6523
6220
  "esri.rest-api.StreamLayer.StreamLayer": {
6524
6221
  "additionalProperties": false,
6525
- "description": "A stream layer in a web map. {@link https://developers.arcgis.com/web-map-specification/objects/streamLayer/}.",
6222
+ "description": "A stream layer in a web map.{@linkhttps://developers.arcgis.com/web-map-specification/objects/streamLayer/}.",
6526
6223
  "properties": {
6527
6224
  "blendMode": {
6528
6225
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -6576,7 +6273,7 @@
6576
6273
  },
6577
6274
  "listMode": {
6578
6275
  "$ref": "esri.ListMode",
6579
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
6276
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
6580
6277
  },
6581
6278
  "maxScale": {
6582
6279
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -6588,7 +6285,7 @@
6588
6285
  },
6589
6286
  "mode": {
6590
6287
  "$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
6591
- "description": "Used with ArcGIS feature services and individual layers in ArcGIS map services, this property determines how the features are retrieved from the server. This property is represented as 0, 1, or 2. - 0: Snapshot mode. Immediately retrieves all features when the map is loaded. - 1: On-demand mode. Features within the current view extent are retrieved as the user navigates the map. This is the default and the most common way to use feature services in web maps. - 2: Selection-only mode. No features are initially retrieved. This mode is used when you have a map service and a feature service from the same parent URL that are working together in the same map, with the map service being used for display and the feature service used for editing. See {@link FeatureLayerMode}."
6288
+ "description": "Used with ArcGIS feature services and individual layers in ArcGIS map services, this property determines how the features are retrieved from the server. This property is represented as 0, 1, or 2. - 0: Snapshot mode. Immediately retrieves all features when the map is loaded. - 1: On-demand mode. Features within the current view extent are retrieved as the user navigates the map. This is the default and the most common way to use feature services in web maps. - 2: Selection-only mode. No features are initially retrieved. This mode is used when you have a map service and a feature service from the same parent URL that are working together in the same map, with the map service being used for display and the feature service used for editing. See{@linkFeatureLayerMode}."
6592
6289
  },
6593
6290
  "opacity": {
6594
6291
  "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
@@ -6599,7 +6296,7 @@
6599
6296
  "description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
6600
6297
  },
6601
6298
  "refreshInterval": {
6602
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
6299
+ "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}.",
6603
6300
  "type": "number"
6604
6301
  },
6605
6302
  "screenSizePerspective": {
@@ -6626,7 +6323,7 @@
6626
6323
  "type": "string"
6627
6324
  },
6628
6325
  "type": {
6629
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link OperationalLayerType} and {@link BaseMapLayerType}.",
6326
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
6630
6327
  "enum": [
6631
6328
  "BingMapsAerial",
6632
6329
  "BingMapsHybrid",
@@ -6655,7 +6352,7 @@
6655
6352
  },
6656
6353
  "esri.rest-api.StyleSymbolReference.StyleSymbolReference": {
6657
6354
  "additionalProperties": false,
6658
- "description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem. {@link https://developers.arcgis.com/web-scene-specification/objects/styleSymbolReference/}.",
6355
+ "description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/styleSymbolReference/}.",
6659
6356
  "properties": {
6660
6357
  "name": {
6661
6358
  "description": "Identifies a symbol in the style by name.",
@@ -6682,7 +6379,7 @@
6682
6379
  "type": "object"
6683
6380
  },
6684
6381
  "esri.rest-api.Symbol.Color": {
6685
- "description": "Color is represented as a four-element array. The four elements represent values for red, green, blue, and alpha in that order. Values range from 0 through 255. If color is undefined for a symbol, the color value is null. {@link https://developers.arcgis.com/web-map-specification/objects/color/} {@link https://developers.arcgis.com/web-scene-specification/objects/color/}.",
6382
+ "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/}.",
6686
6383
  "items": {
6687
6384
  "type": "number"
6688
6385
  },
@@ -6690,11 +6387,11 @@
6690
6387
  },
6691
6388
  "esri.rest-api.Symbol.Font": {
6692
6389
  "additionalProperties": false,
6693
- "description": "Font used for text symbols. {@link https://developers.arcgis.com/web-map-specification/objects/font/} {@link https://developers.arcgis.com/web-scene-specification/objects/font/}.",
6390
+ "description": "Font used for text symbols.{@linkhttps://developers.arcgis.com/web-map-specification/objects/font/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/font/}.",
6694
6391
  "properties": {
6695
6392
  "decoration": {
6696
6393
  "$ref": "#/definitions/esri.rest-api.Symbol.TextDecoration",
6697
- "description": "The text decoration. See {@link TextDecoration}."
6394
+ "description": "The text decoration. See{@linkTextDecoration}."
6698
6395
  },
6699
6396
  "family": {
6700
6397
  "description": "The font family.",
@@ -6706,11 +6403,11 @@
6706
6403
  },
6707
6404
  "style": {
6708
6405
  "$ref": "#/definitions/esri.rest-api.Symbol.FontStyle",
6709
- "description": "The text style. See {@link FontStyle}."
6406
+ "description": "The text style. See{@linkFontStyle}."
6710
6407
  },
6711
6408
  "weight": {
6712
6409
  "$ref": "#/definitions/esri.rest-api.Symbol.FontWeight",
6713
- "description": "The text weight. See {@link FontWeight}."
6410
+ "description": "The text weight. See{@linkFontWeight}."
6714
6411
  }
6715
6412
  },
6716
6413
  "type": "object"
@@ -6765,7 +6462,7 @@
6765
6462
  "$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
6766
6463
  }
6767
6464
  ],
6768
- "description": "A symbol representing a feature on the map. Part of the Esri ArcGIS REST API (see http://resources.arcgis.com/en/help/rest/apiref/symbol.html). {@link https://developers.arcgis.com/web-map-specification/objects/symbol/}."
6465
+ "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/}."
6769
6466
  },
6770
6467
  "esri.rest-api.Symbol.TextDecoration": {
6771
6468
  "description": "The text decoration for the Font.",
@@ -6788,7 +6485,7 @@
6788
6485
  },
6789
6486
  "esri.rest-api.Symbol3D.Material": {
6790
6487
  "additionalProperties": false,
6791
- "description": "The material used to shade the geometry. {@link https://developers.arcgis.com/web-scene-specification/objects/material/}.",
6488
+ "description": "The material used to shade the geometry.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/material/}.",
6792
6489
  "properties": {
6793
6490
  "color": {
6794
6491
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -6815,7 +6512,7 @@
6815
6512
  },
6816
6513
  "esri.rest-api.Symbol3D.Outline": {
6817
6514
  "additionalProperties": false,
6818
- "description": "The outline of the point, line or polygon. {@link https://developers.arcgis.com/web-scene-specification/objects/outline/}.",
6515
+ "description": "The outline of the point, line or polygon.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/outline/}.",
6819
6516
  "properties": {
6820
6517
  "color": {
6821
6518
  "$ref": "#/definitions/esri.rest-api.Symbol.Color",
@@ -6838,7 +6535,7 @@
6838
6535
  },
6839
6536
  "esri.rest-api.Symbol3D.ResourceIconSymbol": {
6840
6537
  "additionalProperties": false,
6841
- "description": "The shape (primitive) or image URL (href) used to visualize the features. {@link https://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer_resource/}.",
6538
+ "description": "The shape (primitive) or image URL (href) used to visualize the features.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer_resource/}.",
6842
6539
  "properties": {
6843
6540
  "dataURI": {
6844
6541
  "description": "An image encoded as base64 string, starting with data:image.",
@@ -6857,7 +6554,7 @@
6857
6554
  },
6858
6555
  "esri.rest-api.Symbol3D.ResourceObjectSymbol": {
6859
6556
  "additionalProperties": false,
6860
- "description": "The primitive shape (primitive) or external 3D model (href) used to visualize the points. {@link https://developers.arcgis.com/web-scene-specification/objects/objectSymbol3DLayer_resource/}.",
6557
+ "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/}.",
6861
6558
  "properties": {
6862
6559
  "href": {
6863
6560
  "description": "Must be one of the following values: String An absolute URL String A relative path starting with \"./\".",
@@ -6891,11 +6588,11 @@
6891
6588
  "$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
6892
6589
  }
6893
6590
  ],
6894
- "description": "Symbol3D is the base class for all 3D symbols. It is used to render 2D Point, Polyline, and Polygon features in a FeatureLayer and 3D mesh features in a SceneLayer. All 3D symbols must be used in a SceneView instance; there is no support for 3D rendering in MapViews. {@link https://developers.arcgis.com/web-scene-specification/objects/symbol3D/}."
6591
+ "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/}."
6895
6592
  },
6896
6593
  "esri.rest-api.TableDataSource.TableDataSource": {
6897
6594
  "additionalProperties": false,
6898
- "description": "Table data source is a table, feature class, or raster that resides in a registered workspace (either a folder or geodatabase). In the case of a geodatabase, if versioned, use version to switch to an alternate geodatabase version. If version is empty or missing, the registered geodatabase version will be used. {@link https://developers.arcgis.com/web-map-specification/objects/tableDataSource/} {@link https://developers.arcgis.com/web-scene-specification/objects/tableDataSource/}.",
6595
+ "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/}.",
6899
6596
  "properties": {
6900
6597
  "dataSourceName": {
6901
6598
  "description": "The fully-qualified string value used to specify where the dataSource is derived.",
@@ -6906,7 +6603,7 @@
6906
6603
  "type": "string"
6907
6604
  },
6908
6605
  "type": {
6909
- "description": "Type of the DataSource. {@link DataSourceType}.",
6606
+ "description": "Type of the DataSource.{@linkDataSourceType}.",
6910
6607
  "enum": [
6911
6608
  "table"
6912
6609
  ],
@@ -6923,7 +6620,7 @@
6923
6620
  "type": "object"
6924
6621
  },
6925
6622
  "esri.rest-api.Template.DrawingTool": {
6926
- "description": "Possible drawing tool value to use with {@link Template.drawingTool}.",
6623
+ "description": "Possible drawing tool value to use with{@linkTemplate.drawingTool}.",
6927
6624
  "enum": [
6928
6625
  "esriFeatureEditToolCircle",
6929
6626
  "esriFeatureEditToolDownArrow",
@@ -6943,7 +6640,7 @@
6943
6640
  },
6944
6641
  "esri.rest-api.Template.Template": {
6945
6642
  "additionalProperties": false,
6946
- "description": "Templates describe features that can be created in a layer. Templates are used with map notes, other feature collections, and editable web-based CSV layers. They are not used with ArcGIS feature services, which already have feature templates defined in the service. Templates are defined as a property of the layer definition when there are no types defined; otherwise, templates are defined as properties of the types. {@link https://developers.arcgis.com/web-map-specification/objects/template/} {@link https://developers.arcgis.com/web-scene-specification/objects/template/}.",
6643
+ "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/}.",
6947
6644
  "properties": {
6948
6645
  "description": {
6949
6646
  "description": "A detailed description of the template.",
@@ -6951,7 +6648,7 @@
6951
6648
  },
6952
6649
  "drawingTool": {
6953
6650
  "$ref": "#/definitions/esri.rest-api.Template.DrawingTool",
6954
- "description": "An optional string that can define a client-side drawing tool to be used with this feature. See the web map specification for more details. See {@link DrawingTool}."
6651
+ "description": "An optional string that can define a client-side drawing tool to be used with this feature. See the web map specification for more details. See{@linkDrawingTool}."
6955
6652
  },
6956
6653
  "name": {
6957
6654
  "description": "A string containing a user-friendly name for the template. This name could appear on a menu of feature choices displayed in the client editing environment.",
@@ -6966,7 +6663,7 @@
6966
6663
  },
6967
6664
  "esri.rest-api.TemporalRenderer.TemporalRenderer": {
6968
6665
  "additionalProperties": false,
6969
- "description": "A temporal renderer is used to perform time-based rendering of features in a feature layer. {@link https://developers.arcgis.com/web-map-specification/objects/temporalRenderer/}.",
6666
+ "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/}.",
6970
6667
  "properties": {
6971
6668
  "authoringInfo": {
6972
6669
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -6986,14 +6683,14 @@
6986
6683
  },
6987
6684
  "rotationType": {
6988
6685
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
6989
- "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See {@link RotationType}."
6686
+ "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkRotationType}."
6990
6687
  },
6991
6688
  "trackRenderer": {
6992
6689
  "$ref": "#/definitions/esri.rest-api.SimpleRenderer.SimpleRenderer",
6993
6690
  "description": "Simple renderer used to symbolize the tracks."
6994
6691
  },
6995
6692
  "type": {
6996
- "description": "The type of renderer. See {@link RendererType}.",
6693
+ "description": "The type of renderer. See{@linkRendererType}.",
6997
6694
  "enum": [
6998
6695
  "temporal"
6999
6696
  ],
@@ -7002,20 +6699,8 @@
7002
6699
  "visualVariables": {
7003
6700
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
7004
6701
  "items": {
7005
- "anyOf": [
7006
- {
7007
- "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
7008
- },
7009
- {
7010
- "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
7011
- },
7012
- {
7013
- "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
7014
- },
7015
- {
7016
- "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
7017
- }
7018
- ]
6702
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
6703
+ "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/}."
7019
6704
  },
7020
6705
  "type": "array"
7021
6706
  }
@@ -7027,7 +6712,7 @@
7027
6712
  },
7028
6713
  "esri.rest-api.TextSymbol.TextSymbol": {
7029
6714
  "additionalProperties": false,
7030
- "description": "Text symbols are used to add text to a feature (labeling). {@link https://developers.arcgis.com/web-map-specification/objects/esriTS_symbol/}.",
6715
+ "description": "Text symbols are used to add text to a feature (labeling).{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriTS_symbol/}.",
7031
6716
  "properties": {
7032
6717
  "angle": {
7033
6718
  "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.",
@@ -7063,7 +6748,7 @@
7063
6748
  },
7064
6749
  "horizontalAlignment": {
7065
6750
  "$ref": "#/definitions/esri.rest-api.Symbol.HorizontalAlignment",
7066
- "description": "The horizontal alignment of the text. See {@link HorizontalAlignment}."
6751
+ "description": "The horizontal alignment of the text. See{@linkHorizontalAlignment}."
7067
6752
  },
7068
6753
  "kerning": {
7069
6754
  "description": "Boolean value indicating whether to adjust the spacing between characters in the text string.",
@@ -7082,7 +6767,7 @@
7082
6767
  "type": "string"
7083
6768
  },
7084
6769
  "type": {
7085
- "description": "The type of symbol. See {@link SymbolType}.",
6770
+ "description": "The type of symbol. See{@linkSymbolType}.",
7086
6771
  "enum": [
7087
6772
  "esriTS"
7088
6773
  ],
@@ -7090,7 +6775,7 @@
7090
6775
  },
7091
6776
  "verticalAlignment": {
7092
6777
  "$ref": "#/definitions/esri.rest-api.Symbol.VerticalAlignment",
7093
- "description": "The vertical alignment of the text. See {@link VerticalAlignment}."
6778
+ "description": "The vertical alignment of the text. See{@linkVerticalAlignment}."
7094
6779
  },
7095
6780
  "xoffset": {
7096
6781
  "description": "Numeric value indicating the offset on the x-axis in pixels.",
@@ -7108,7 +6793,7 @@
7108
6793
  },
7109
6794
  "esri.rest-api.TextSymbol3DLayer.TextSymbol3DLayer": {
7110
6795
  "additionalProperties": false,
7111
- "description": "TextSymbol3DLayer is used to draw text labels for features of any geometry type. {@link https://developers.arcgis.com/web-scene-specification/objects/textSymbol3DLayer/}.",
6796
+ "description": "TextSymbol3DLayer is used to draw text labels for features of any geometry type.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/textSymbol3DLayer/}.",
7112
6797
  "properties": {
7113
6798
  "font": {
7114
6799
  "$ref": "#/definitions/esri.rest-api.Symbol.Font",
@@ -7127,7 +6812,7 @@
7127
6812
  "type": "string"
7128
6813
  },
7129
6814
  "type": {
7130
- "description": "The type of the Symbol3DLayer. See {@link Symbol3DLayerType}.",
6815
+ "description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
7131
6816
  "enum": [
7132
6817
  "Text"
7133
6818
  ],
@@ -7141,7 +6826,7 @@
7141
6826
  },
7142
6827
  "esri.rest-api.TileInfo.TileInfo": {
7143
6828
  "additionalProperties": false,
7144
- "description": "Tile information, returned from the WMTS OGC Web Service. The tileInfo will contain the spatial reference of the layer. TileInfo is the same json representation as the ArcGIS Map/Image service tileInfo except that it may contain a levelValue on the lod objects that should be used instead of the level in the templateUrl. {@link https://developers.arcgis.com/web-map-specification/objects/tileInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/tileInfo/}.",
6829
+ "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/}.",
7145
6830
  "properties": {
7146
6831
  "cols": {
7147
6832
  "description": "Requested tile's column.",
@@ -7160,28 +6845,9 @@
7160
6845
  "type": "string"
7161
6846
  },
7162
6847
  "lods": {
7163
- "description": "An array of levels of detail that define the tiling scheme. {@link https://developers.arcgis.com/web-map-specification/objects/lod/} {@link https://developers.arcgis.com/web-scene-specification/objects/lod/}.",
6848
+ "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/}.",
7164
6849
  "items": {
7165
- "additionalProperties": false,
7166
- "properties": {
7167
- "level": {
7168
- "description": "ID for each level.",
7169
- "type": "number"
7170
- },
7171
- "levelValue": {
7172
- "description": "String to be used when constructing URL to access a tile from this LOD.",
7173
- "type": "string"
7174
- },
7175
- "resolution": {
7176
- "description": "Resolution in map units of each pixel in a tile for each level.",
7177
- "type": "number"
7178
- },
7179
- "scale": {
7180
- "description": "Scale for each level.",
7181
- "type": "number"
7182
- }
7183
- },
7184
- "type": "object"
6850
+ "$ref": "__type"
7185
6851
  },
7186
6852
  "type": "array"
7187
6853
  },
@@ -7202,7 +6868,7 @@
7202
6868
  },
7203
6869
  "esri.rest-api.TiledImageServiceLayer.TiledImageServiceLayer": {
7204
6870
  "additionalProperties": false,
7205
- "description": "An ArcGIS Tiled Image Service layer displays map content from an ArcGIS Server Image service that has been cached (tiled). {@link https://developers.arcgis.com/web-map-specification/objects/tiledImageServiceLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/tiledImageServiceLayer/}.",
6871
+ "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/}.",
7206
6872
  "properties": {
7207
6873
  "blendMode": {
7208
6874
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -7232,7 +6898,7 @@
7232
6898
  },
7233
6899
  "listMode": {
7234
6900
  "$ref": "esri.ListMode",
7235
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
6901
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
7236
6902
  },
7237
6903
  "maxScale": {
7238
6904
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -7247,7 +6913,7 @@
7247
6913
  "type": "number"
7248
6914
  },
7249
6915
  "refreshInterval": {
7250
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
6916
+ "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}.",
7251
6917
  "type": "number"
7252
6918
  },
7253
6919
  "showLegend": {
@@ -7259,7 +6925,7 @@
7259
6925
  "type": "string"
7260
6926
  },
7261
6927
  "type": {
7262
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link OperationalLayerType} and {@link BaseMapLayerType}.",
6928
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
7263
6929
  "enum": [
7264
6930
  "BingMapsAerial",
7265
6931
  "BingMapsHybrid",
@@ -7289,7 +6955,7 @@
7289
6955
  },
7290
6956
  "esri.rest-api.TiledMapServiceLayer.TiledMapServiceLayer": {
7291
6957
  "additionalProperties": false,
7292
- "description": "An ArcGIS Tiled Map Service layer displays map content from an ArcGIS Server Map service that has been cached (tiled). {@link https://developers.arcgis.com/web-map-specification/objects/tiledMapServiceLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/tiledMapServiceLayer/}.",
6958
+ "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/}.",
7293
6959
  "properties": {
7294
6960
  "blendMode": {
7295
6961
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -7306,31 +6972,8 @@
7306
6972
  "type": "array"
7307
6973
  },
7308
6974
  "exclusionAreas": {
7309
- "additionalProperties": false,
7310
- "description": "Exclusion areas define extent areas where no data will be fetched for a layer. NOTE: Applicable if used as a baseMapLayer. An array of exclusionArea objects defining the layer exclusions. {@link https://developers.arcgis.com/web-map-specification/objects/exclusionArea/}.",
7311
- "properties": {
7312
- "geometry": {
7313
- "$ref": "#/definitions/esri.rest-api.Extent.Extent",
7314
- "description": "The geometry defining the area where no data will be fetched. Only extent is supported."
7315
- },
7316
- "maxScale": {
7317
- "description": "The zoom level where the exclusion ends.",
7318
- "type": "number"
7319
- },
7320
- "maxZoom": {
7321
- "description": "The zoom level where the exclusion ends.",
7322
- "type": "number"
7323
- },
7324
- "minScale": {
7325
- "description": "The zoom level where the exclusion starts.",
7326
- "type": "number"
7327
- },
7328
- "minZoom": {
7329
- "description": "The zoom level where the exclusion starts.",
7330
- "type": "number"
7331
- }
7332
- },
7333
- "type": "object"
6975
+ "$ref": "__type",
6976
+ "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/}."
7334
6977
  },
7335
6978
  "id": {
7336
6979
  "description": "A unique identifying string for the layer.",
@@ -7360,7 +7003,7 @@
7360
7003
  },
7361
7004
  "listMode": {
7362
7005
  "$ref": "esri.ListMode",
7363
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
7006
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
7364
7007
  },
7365
7008
  "maxScale": {
7366
7009
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -7379,7 +7022,7 @@
7379
7022
  "type": "string"
7380
7023
  },
7381
7024
  "refreshInterval": {
7382
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
7025
+ "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}.",
7383
7026
  "type": "number"
7384
7027
  },
7385
7028
  "showLegend": {
@@ -7391,7 +7034,7 @@
7391
7034
  "type": "string"
7392
7035
  },
7393
7036
  "type": {
7394
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link OperationalLayerType} and {@link BaseMapLayerType}.",
7037
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
7395
7038
  "enum": [
7396
7039
  "BingMapsAerial",
7397
7040
  "BingMapsHybrid",
@@ -7420,24 +7063,11 @@
7420
7063
  },
7421
7064
  "esri.rest-api.Type.Type": {
7422
7065
  "additionalProperties": false,
7423
- "description": "Types contain information about the combinations of attributes allowed for features in the dataset. Each feature in the dataset can have a type, indicated in its typeIdField, which is used in LayerDefinition. {@link https://developers.arcgis.com/web-map-specification/objects/type/} {@link https://developers.arcgis.com/web-scene-specification/objects/type/}.",
7066
+ "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/}.",
7424
7067
  "properties": {
7425
7068
  "domains": {
7426
- "additionalProperties": {
7427
- "anyOf": [
7428
- {
7429
- "$ref": "#/definitions/esri.rest-api.CodedValueDomain.CodedValueDomain"
7430
- },
7431
- {
7432
- "$ref": "#/definitions/esri.rest-api.InheritedDomain.InheritedDomain"
7433
- },
7434
- {
7435
- "$ref": "#/definitions/esri.rest-api.RangeDomain.RangeDomain"
7436
- }
7437
- ]
7438
- },
7439
- "description": "A set of domain objects for each domain in the type.",
7440
- "type": "object"
7069
+ "$ref": "__type",
7070
+ "description": "A set of domain objects for each domain in the type."
7441
7071
  },
7442
7072
  "id": {
7443
7073
  "description": "A unique numerical ID for the type.",
@@ -7462,7 +7092,7 @@
7462
7092
  },
7463
7093
  "esri.rest-api.UniqueValueFromStyle.UniqueValueFromStyle": {
7464
7094
  "additionalProperties": false,
7465
- "description": "This is a special version of UniqueValue Renderer, which loads uniqueValue infos from a portal style. {@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueFromStyleRenderer/}.",
7095
+ "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/}.",
7466
7096
  "properties": {
7467
7097
  "authoringInfo": {
7468
7098
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -7486,7 +7116,7 @@
7486
7116
  },
7487
7117
  "rotationType": {
7488
7118
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
7489
- "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See {@link RotationType}."
7119
+ "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkRotationType}."
7490
7120
  },
7491
7121
  "styleName": {
7492
7122
  "description": "A registered web style name. Can not be used in conjunction with styleName.",
@@ -7497,7 +7127,7 @@
7497
7127
  "type": "string"
7498
7128
  },
7499
7129
  "type": {
7500
- "description": "The type of renderer. See {@link RendererType}.",
7130
+ "description": "The type of renderer. See{@linkRendererType}.",
7501
7131
  "enum": [
7502
7132
  "uniqueValue"
7503
7133
  ],
@@ -7506,20 +7136,8 @@
7506
7136
  "visualVariables": {
7507
7137
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
7508
7138
  "items": {
7509
- "anyOf": [
7510
- {
7511
- "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
7512
- },
7513
- {
7514
- "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
7515
- },
7516
- {
7517
- "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
7518
- },
7519
- {
7520
- "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
7521
- }
7522
- ]
7139
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
7140
+ "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/}."
7523
7141
  },
7524
7142
  "type": "array"
7525
7143
  }
@@ -7532,7 +7150,7 @@
7532
7150
  },
7533
7151
  "esri.rest-api.UniqueValueRenderer.UniqueValueInfo": {
7534
7152
  "additionalProperties": false,
7535
- "description": "The following is a list of properties found on the uniqueValueInfo object, which is one of the properties on the renderer object. The uniqueValueInfo object contains the symbology for each uniquely drawn value in the renderer. {@link https://developers.arcgis.com/web-map-specification/objects/uniqueValueInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueInfo/}.",
7153
+ "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/}.",
7536
7154
  "properties": {
7537
7155
  "description": {
7538
7156
  "description": "String value used to describe the drawn symbol.",
@@ -7596,7 +7214,7 @@
7596
7214
  },
7597
7215
  "esri.rest-api.UniqueValueRenderer.UniqueValueRenderer": {
7598
7216
  "additionalProperties": false,
7599
- "description": "A unique value renderer symbolizes groups of features that have matching field values. {@link https://developers.arcgis.com/web-map-specification/objects/uniqueValue_renderer/} {@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueRenderer/}.",
7217
+ "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/}.",
7600
7218
  "properties": {
7601
7219
  "authoringInfo": {
7602
7220
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -7673,10 +7291,10 @@
7673
7291
  },
7674
7292
  "rotationType": {
7675
7293
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
7676
- "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See {@link RotationType}."
7294
+ "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkRotationType}."
7677
7295
  },
7678
7296
  "type": {
7679
- "description": "The type of renderer. See {@link RendererType}.",
7297
+ "description": "The type of renderer. See{@linkRendererType}.",
7680
7298
  "enum": [
7681
7299
  "uniqueValue"
7682
7300
  ],
@@ -7692,20 +7310,8 @@
7692
7310
  "visualVariables": {
7693
7311
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
7694
7312
  "items": {
7695
- "anyOf": [
7696
- {
7697
- "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
7698
- },
7699
- {
7700
- "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
7701
- },
7702
- {
7703
- "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
7704
- },
7705
- {
7706
- "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
7707
- }
7708
- ]
7313
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
7314
+ "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/}."
7709
7315
  },
7710
7316
  "type": "array"
7711
7317
  }
@@ -7719,7 +7325,7 @@
7719
7325
  },
7720
7326
  "esri.rest-api.Value.Value": {
7721
7327
  "additionalProperties": false,
7722
- "description": "The value object contains information for pop-up windows about how images should be retrieved or charts constructed. {@link https://developers.arcgis.com/web-map-specification/objects/value/} {@link https://developers.arcgis.com/web-scene-specification/objects/value/}.",
7328
+ "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/}.",
7723
7329
  "properties": {
7724
7330
  "fields": {
7725
7331
  "description": "Used with charts. An array of field names to display in the chart.",
@@ -7795,7 +7401,7 @@
7795
7401
  },
7796
7402
  "rotationType": {
7797
7403
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
7798
- "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See {@link RotationType}."
7404
+ "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See{@linkRotationType}."
7799
7405
  },
7800
7406
  "style": {
7801
7407
  "description": "A predefined style.",
@@ -7819,7 +7425,7 @@
7819
7425
  "type": "number"
7820
7426
  },
7821
7427
  "type": {
7822
- "description": "The type of renderer. See {@link RendererType}.",
7428
+ "description": "The type of renderer. See{@linkRendererType}.",
7823
7429
  "enum": [
7824
7430
  "vectorField"
7825
7431
  ],
@@ -7828,20 +7434,8 @@
7828
7434
  "visualVariables": {
7829
7435
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
7830
7436
  "items": {
7831
- "anyOf": [
7832
- {
7833
- "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
7834
- },
7835
- {
7836
- "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
7837
- },
7838
- {
7839
- "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
7840
- },
7841
- {
7842
- "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
7843
- }
7844
- ]
7437
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.VisualVariable",
7438
+ "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/}."
7845
7439
  },
7846
7440
  "type": "array"
7847
7441
  }
@@ -7856,7 +7450,7 @@
7856
7450
  },
7857
7451
  "esri.rest-api.VectorTileLayer.VectorTileLayer": {
7858
7452
  "additionalProperties": false,
7859
- "description": "A vector tile layer references a set of web-accessible vector tiles and the corresponding style for how those tiles should be drawn. {@link https://developers.arcgis.com/web-map-specification/objects/vectorTileLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/vectorTileLayer/}.",
7453
+ "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/}.",
7860
7454
  "properties": {
7861
7455
  "blendMode": {
7862
7456
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -7886,7 +7480,7 @@
7886
7480
  },
7887
7481
  "listMode": {
7888
7482
  "$ref": "esri.ListMode",
7889
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
7483
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
7890
7484
  },
7891
7485
  "maxScale": {
7892
7486
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -7905,7 +7499,7 @@
7905
7499
  "type": "string"
7906
7500
  },
7907
7501
  "refreshInterval": {
7908
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
7502
+ "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}.",
7909
7503
  "type": "number"
7910
7504
  },
7911
7505
  "showLegend": {
@@ -7921,7 +7515,7 @@
7921
7515
  "type": "string"
7922
7516
  },
7923
7517
  "type": {
7924
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link OperationalLayerType} and {@link BaseMapLayerType}.",
7518
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
7925
7519
  "enum": [
7926
7520
  "BingMapsAerial",
7927
7521
  "BingMapsHybrid",
@@ -7946,7 +7540,7 @@
7946
7540
  },
7947
7541
  "esri.rest-api.VerticalOffset.VerticalOffset": {
7948
7542
  "additionalProperties": false,
7949
- "description": "Shifts the symbol along the vertical world axis by a given length. The length is set in screen space units. {@link https://developers.arcgis.com/web-scene-specification/objects/verticalOffset/}.",
7543
+ "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/}.",
7950
7544
  "properties": {
7951
7545
  "maxWorldLength": {
7952
7546
  "description": "The maximum vertical symbol lift in world units. It acts as an upper bound to avoid lift becoming too big.",
@@ -7968,15 +7562,13 @@
7968
7562
  },
7969
7563
  "esri.rest-api.VisualVariable.ColorInfo": {
7970
7564
  "additionalProperties": false,
7971
- "description": "The colorInfo visual variable defines how a continuous color ramp is applied to features based on the values of a numeric field attribute. The minimum and maximum values of the data should be indicated along with their respective color values. You must specify either colors or stops to construct the color ramp. {@link https://developers.arcgis.com/web-map-specification/objects/colorInfo_visualVariable/} {@link https://developers.arcgis.com/web-scene-specification/objects/colorInfo_visualVariable/}.",
7565
+ "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/}.",
7972
7566
  "properties": {
7973
7567
  "colors": {
7974
7568
  "description": "An array of colors that define the color ramp. Either colors or stops must be specified to construct the color ramp.",
7975
7569
  "items": {
7976
- "items": {
7977
- "type": "number"
7978
- },
7979
- "type": "array"
7570
+ "$ref": "#/definitions/esri.rest-api.Symbol.Color",
7571
+ "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/}."
7980
7572
  },
7981
7573
  "type": "array"
7982
7574
  },
@@ -7985,15 +7577,8 @@
7985
7577
  "type": "string"
7986
7578
  },
7987
7579
  "legendOptions": {
7988
- "additionalProperties": false,
7989
- "description": "Options available for the legend. {@link https://developers.arcgis.com/web-map-specification/objects/legendOptions/} {@link https://developers.arcgis.com/web-scene-specification/objects/legendOptions/}.",
7990
- "properties": {
7991
- "title": {
7992
- "description": "The title of the legend.",
7993
- "type": "string"
7994
- }
7995
- },
7996
- "type": "object"
7580
+ "$ref": "__type",
7581
+ "description": "Options available for the legend.{@linkhttps://developers.arcgis.com/web-map-specification/objects/legendOptions/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
7997
7582
  },
7998
7583
  "maxDataValue": {
7999
7584
  "description": "The maximum data value.",
@@ -8015,7 +7600,7 @@
8015
7600
  "type": "array"
8016
7601
  },
8017
7602
  "type": {
8018
- "description": "The type of the VisualVariable. See {@link VisualVariableType}.",
7603
+ "description": "The type of the VisualVariable. See{@linkVisualVariableType}.",
8019
7604
  "enum": [
8020
7605
  "colorInfo"
8021
7606
  ],
@@ -8035,10 +7620,8 @@
8035
7620
  "color": {
8036
7621
  "anyOf": [
8037
7622
  {
8038
- "items": {
8039
- "type": "number"
8040
- },
8041
- "type": "array"
7623
+ "$ref": "#/definitions/esri.rest-api.Symbol.Color",
7624
+ "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/}."
8042
7625
  },
8043
7626
  {
8044
7627
  "type": "string"
@@ -8059,22 +7642,15 @@
8059
7642
  },
8060
7643
  "esri.rest-api.VisualVariable.RotationInfo": {
8061
7644
  "additionalProperties": false,
8062
- "description": "The rotation visual variable defines how features rendered with marker symbols are rotated. The rotation value is determined by mapping the values to data in a field, or by other arithmetic means with a function. {@link https://developers.arcgis.com/web-scene-specification/objects/rotationInfo_visualVariable/} {@link https://developers.arcgis.com/web-map-specification/objects/rotationInfo_visualVariable/}.",
7645
+ "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/}.",
8063
7646
  "properties": {
8064
7647
  "field": {
8065
7648
  "description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
8066
7649
  "type": "string"
8067
7650
  },
8068
7651
  "legendOptions": {
8069
- "additionalProperties": false,
8070
- "description": "Options available for the legend. {@link https://developers.arcgis.com/web-map-specification/objects/legendOptions/} {@link https://developers.arcgis.com/web-scene-specification/objects/legendOptions/}.",
8071
- "properties": {
8072
- "title": {
8073
- "description": "The title of the legend.",
8074
- "type": "string"
8075
- }
8076
- },
8077
- "type": "object"
7652
+ "$ref": "__type",
7653
+ "description": "Options available for the legend.{@linkhttps://developers.arcgis.com/web-map-specification/objects/legendOptions/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
8078
7654
  },
8079
7655
  "normalizationField": {
8080
7656
  "description": "String value indicating the name of the attribute field used to normalize the data.",
@@ -8085,7 +7661,7 @@
8085
7661
  "description": "Defines the origin and direction of rotation depending on how the angle of rotation was measured. Possible values are geographic which rotates the symbol from the north in a clockwise direction and arithmetic which rotates the symbol from the east in a counter-clockwise direction. Must be one of the following values: geographic, arithmetic."
8086
7662
  },
8087
7663
  "type": {
8088
- "description": "The type of the VisualVariable. See {@link VisualVariableType}.",
7664
+ "description": "The type of the VisualVariable. See{@linkVisualVariableType}.",
8089
7665
  "enum": [
8090
7666
  "rotationInfo"
8091
7667
  ],
@@ -8112,7 +7688,7 @@
8112
7688
  },
8113
7689
  "esri.rest-api.VisualVariable.Size": {
8114
7690
  "additionalProperties": false,
8115
- "description": "Specifies the largest marker size to use at any given map scale. This is required if valueUnit is set to unknown. {@link https://developers.arcgis.com/web-map-specification/objects/maxSize/} {@link https://developers.arcgis.com/web-map-specification/objects/minSize/} {@link https://developers.arcgis.com/web-scene-specification/objects/maxSize/} {@link https://developers.arcgis.com/web-scene-specification/objects/minSize/}.",
7691
+ "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/}.",
8116
7692
  "properties": {
8117
7693
  "expression": {
8118
7694
  "description": "The value which allows a size to be defined based on the map scale. Currently, the only supported expression is, view.scale.",
@@ -8138,7 +7714,7 @@
8138
7714
  },
8139
7715
  "esri.rest-api.VisualVariable.SizeInfo": {
8140
7716
  "additionalProperties": false,
8141
- "description": "The sizeInfo visual variable defines how a continuous color ramp is applied to features based on the values of a numeric field attribute. The minimum and maximum values of the data should be indicated along with their respective color values. You must specify either colors or stops to construct the color ramp. {@link https://developers.arcgis.com/web-map-specification/objects/sizeInfo_visualVariable/} {@link https://developers.arcgis.com/web-scene-specification/objects/sizeInfo_visualVariable/}.",
7717
+ "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/}.",
8142
7718
  "properties": {
8143
7719
  "axis": {
8144
7720
  "description": "Defines the axis the size visual variable should be applied to when rendering features with an ObjectSymbol3DLayer.",
@@ -8156,15 +7732,8 @@
8156
7732
  "type": "string"
8157
7733
  },
8158
7734
  "legendOptions": {
8159
- "additionalProperties": false,
8160
- "description": "Options available for the legend. {@link https://developers.arcgis.com/web-map-specification/objects/legendOptions/} {@link https://developers.arcgis.com/web-scene-specification/objects/legendOptions/}.",
8161
- "properties": {
8162
- "title": {
8163
- "description": "The title of the legend.",
8164
- "type": "string"
8165
- }
8166
- },
8167
- "type": "object"
7735
+ "$ref": "__type",
7736
+ "description": "Options available for the legend.{@linkhttps://developers.arcgis.com/web-map-specification/objects/legendOptions/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/legendOptions/}."
8168
7737
  },
8169
7738
  "maxDataValue": {
8170
7739
  "description": "The maximum data value.",
@@ -8201,7 +7770,7 @@
8201
7770
  "type": "string"
8202
7771
  },
8203
7772
  "type": {
8204
- "description": "The type of the VisualVariable. See {@link VisualVariableType}.",
7773
+ "description": "The type of the VisualVariable. See{@linkVisualVariableType}.",
8205
7774
  "enum": [
8206
7775
  "sizeInfo"
8207
7776
  ],
@@ -8268,22 +7837,15 @@
8268
7837
  },
8269
7838
  "esri.rest-api.VisualVariable.TransparencyInfo": {
8270
7839
  "additionalProperties": false,
8271
- "description": "TransparencyInfo is supported by opacityInfo in the JavaScript API. Except type and axis, all properties follow the syntax of the JavaScript API's opacityInfo property. It applies transparency to each feature based on the attribute values in a field. The exception is that the webmap JSON uses transparency (range 0 - 100, with 100 as completely transparent) instead of opacity (range 0 - 1, with 0 as completely transparent). {@link https://developers.arcgis.com/web-map-specification/objects/transparencyInfo_visualVariable/} {@link https://developers.arcgis.com/web-scene-specification/objects/transparencyInfo_visualVariable/}.",
7840
+ "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/}.",
8272
7841
  "properties": {
8273
7842
  "field": {
8274
7843
  "description": "A string value indicating the name of the feature attribute field that contains the data value to render.",
8275
7844
  "type": "string"
8276
7845
  },
8277
7846
  "legendOptions": {
8278
- "additionalProperties": false,
8279
- "description": "Options available for the legend.",
8280
- "properties": {
8281
- "title": {
8282
- "description": "The title of the legend.",
8283
- "type": "string"
8284
- }
8285
- },
8286
- "type": "object"
7847
+ "$ref": "__type",
7848
+ "description": "Options available for the legend."
8287
7849
  },
8288
7850
  "normalizationField": {
8289
7851
  "description": "String value indicating the name of the attribute field used to normalize the data.",
@@ -8297,7 +7859,7 @@
8297
7859
  "type": "array"
8298
7860
  },
8299
7861
  "type": {
8300
- "description": "The type of the VisualVariable. See {@link VisualVariableType}.",
7862
+ "description": "The type of the VisualVariable. See{@linkVisualVariableType}.",
8301
7863
  "enum": [
8302
7864
  "transparencyInfo"
8303
7865
  ],
@@ -8349,11 +7911,11 @@
8349
7911
  "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
8350
7912
  }
8351
7913
  ],
8352
- "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'. {@link https://developers.arcgis.com/web-map-specification/objects/visualVariable/} {@link https://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
7914
+ "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/}."
8353
7915
  },
8354
7916
  "esri.rest-api.WMSLayer.WMSLayer": {
8355
7917
  "additionalProperties": false,
8356
- "description": "A layer consuming a Web Map Service (WMS). The WMS specification is an international specification for serving and consuming dynamic maps on the web. For additional information on publishing WMS services, please see the ArcGIS Server help. {@link https://developers.arcgis.com/web-map-specification/objects/wmsLayer/}.",
7918
+ "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/}.",
8357
7919
  "properties": {
8358
7920
  "blendMode": {
8359
7921
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -8423,7 +7985,7 @@
8423
7985
  },
8424
7986
  "listMode": {
8425
7987
  "$ref": "esri.ListMode",
8426
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
7988
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
8427
7989
  },
8428
7990
  "mapUrl": {
8429
7991
  "description": "The URL of the WMS map. You should also supply the url property, which is the URL of the WMS capabilities document.",
@@ -8450,7 +8012,7 @@
8450
8012
  "type": "number"
8451
8013
  },
8452
8014
  "refreshInterval": {
8453
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
8015
+ "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}.",
8454
8016
  "type": "number"
8455
8017
  },
8456
8018
  "showLegend": {
@@ -8469,7 +8031,7 @@
8469
8031
  "type": "string"
8470
8032
  },
8471
8033
  "type": {
8472
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link OperationalLayerType} and {@link BaseMapLayerType}.",
8034
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
8473
8035
  "enum": [
8474
8036
  "BingMapsAerial",
8475
8037
  "BingMapsHybrid",
@@ -8509,7 +8071,7 @@
8509
8071
  },
8510
8072
  "esri.rest-api.WMSSublayer.WMSSublayer": {
8511
8073
  "additionalProperties": false,
8512
- "description": "A layer object may allow overrides on popup content and drawing behavior for individual layers of a web service. {@link https://developers.arcgis.com/web-map-specification/objects/wmsLayer_layer/}.",
8074
+ "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/}.",
8513
8075
  "properties": {
8514
8076
  "legendUrl": {
8515
8077
  "description": "A string URL to a legend graphic for the layer.",
@@ -8536,7 +8098,7 @@
8536
8098
  },
8537
8099
  "esri.rest-api.WMTSInfo.WMTSInfo": {
8538
8100
  "additionalProperties": false,
8539
- "description": "Object containing layerIdentifier, tileMatrixSet, and URL for WMTSLayer layer types. {@link https://developers.arcgis.com/web-map-specification/objects/wmtsInfo/}.",
8101
+ "description": "Object containing layerIdentifier, tileMatrixSet, and URL for WMTSLayer layer types.{@linkhttps://developers.arcgis.com/web-map-specification/objects/wmtsInfo/}.",
8540
8102
  "properties": {
8541
8103
  "customLayerParameters": {
8542
8104
  "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."
@@ -8561,7 +8123,7 @@
8561
8123
  },
8562
8124
  "esri.rest-api.WebTileLayer.WebTileLayer": {
8563
8125
  "additionalProperties": false,
8564
- "description": "A tile layer is a derived from a set of web-accessible tiles which reside on a server. The tiles are accessed by a direct URL request from the web browser. Because the tiles in a tile layer are not available as a service, they must be in a specific format for a web app such as the ArcGIS.com map viewer to display the layer on a map. {@link https://developers.arcgis.com/web-map-specification/objects/tiledLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/tiledLayer/}.",
8126
+ "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/}.",
8565
8127
  "properties": {
8566
8128
  "blendMode": {
8567
8129
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
@@ -8596,7 +8158,7 @@
8596
8158
  },
8597
8159
  "listMode": {
8598
8160
  "$ref": "esri.ListMode",
8599
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link ListMode}."
8161
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
8600
8162
  },
8601
8163
  "maxScale": {
8602
8164
  "description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
@@ -8611,7 +8173,7 @@
8611
8173
  "type": "number"
8612
8174
  },
8613
8175
  "refreshInterval": {
8614
- "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
8176
+ "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}.",
8615
8177
  "type": "number"
8616
8178
  },
8617
8179
  "showLegend": {
@@ -8638,7 +8200,7 @@
8638
8200
  "type": "string"
8639
8201
  },
8640
8202
  "type": {
8641
- "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See {@link OperationalLayerType} and {@link BaseMapLayerType}.",
8203
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
8642
8204
  "enum": [
8643
8205
  "BingMapsAerial",
8644
8206
  "BingMapsHybrid",