@vertigis/viewer-spec 50.5.0 → 50.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. package/README.md +1 -1
  2. package/analytics/AnalyticsContext.d.ts +2 -1
  3. package/analytics/CommonAction.d.ts +2 -1
  4. package/analytics/MobileAction.d.ts +6 -3
  5. package/app-config/AppConfig.d.ts +11 -8
  6. package/app-config/common/BrandingThemeProperties.d.ts +4 -2
  7. package/app-config/common/HighlightModelProperties.d.ts +4 -2
  8. package/app-config/common/LayerPresetsModelProperties.d.ts +2 -1
  9. package/app-config/common/LicensingModelProperties.d.ts +1 -1
  10. package/app-config/common/ResultsModelProperties.d.ts +2 -1
  11. package/app-config/common/TranslatableText.d.ts +2 -1
  12. package/app-config/common/WorkflowModelProperties.d.ts +4 -2
  13. package/app-config/mobile/FeatureDetailsModelProperties.d.ts +4 -2
  14. package/app-config/mobile/VertigisMobileModelProperties.d.ts +4 -3
  15. package/app-config/schema/common-app-config.schema.json +1 -1
  16. package/app-config/schema/mobile-app-config.schema.json +1 -1
  17. package/app-config/schema/web-app-config.schema.json +1 -1
  18. package/app-config/web/CoordinateModelProperties.d.ts +2 -1
  19. package/app-config/web/DrawModelProperties.d.ts +2 -1
  20. package/app-config/web/HasVisibilityFilters.d.ts +2 -1
  21. package/app-config/web/KpiCardModelProperties.d.ts +2 -1
  22. package/app-config/web/MapCoordinatesModelProperties.d.ts +2 -1
  23. package/app-config/web/MapModelProperties.d.ts +4 -2
  24. package/app-config/web/MeasurementModelProperties.d.ts +2 -1
  25. package/app-config/web/PortalModelProperties.d.ts +2 -1
  26. package/app-config/web/ResultsModelProperties.d.ts +4 -2
  27. package/app-config/web/SearchModelProperties.d.ts +2 -1
  28. package/app-config/web/VertigisWebModelProperties.d.ts +6 -3
  29. package/docs/Geocortex Apps.md +8 -8
  30. package/docs/layout-spec.md +105 -94
  31. package/layout/schema/layout-common.xsd +1 -1
  32. package/layout/schema/layout-web.xsd +1 -1
  33. package/messaging/Command.d.ts +4 -2
  34. package/messaging/Event.d.ts +4 -2
  35. package/messaging/Message.d.ts +2 -1
  36. package/messaging/Operation.d.ts +4 -2
  37. package/messaging/common.d.ts +12 -6
  38. package/messaging/registry/app.d.ts +12 -6
  39. package/messaging/registry/arcade.d.ts +6 -3
  40. package/messaging/registry/auth.d.ts +12 -7
  41. package/messaging/registry/basemap.d.ts +2 -1
  42. package/messaging/registry/drawing.d.ts +8 -4
  43. package/messaging/registry/edit.d.ts +6 -3
  44. package/messaging/registry/file.d.ts +2 -1
  45. package/messaging/registry/geocode.d.ts +8 -5
  46. package/messaging/registry/geolocation.d.ts +20 -11
  47. package/messaging/registry/geometry.d.ts +10 -5
  48. package/messaging/registry/kpi.d.ts +4 -2
  49. package/messaging/registry/layout.d.ts +2 -1
  50. package/messaging/registry/location-marker.d.ts +10 -5
  51. package/messaging/registry/map.d.ts +15 -8
  52. package/messaging/registry/measurement.d.ts +4 -2
  53. package/messaging/registry/messaging.d.ts +1 -1
  54. package/messaging/registry/offline.d.ts +16 -9
  55. package/messaging/registry/panel.d.ts +2 -1
  56. package/messaging/registry/portal.d.ts +8 -4
  57. package/messaging/registry/printing.d.ts +4 -2
  58. package/messaging/registry/results.d.ts +19 -10
  59. package/messaging/registry/settings.d.ts +4 -2
  60. package/messaging/registry/sketching.d.ts +38 -26
  61. package/messaging/registry/tasks.d.ts +7 -4
  62. package/messaging/registry/ui.d.ts +14 -7
  63. package/messaging/registry/viewer.d.ts +2 -1
  64. package/messaging/registry/workflow.d.ts +6 -3
  65. package/messaging/schema/common-action.schema.json +269 -236
  66. package/messaging/schema/common-event.schema.json +118 -122
  67. package/messaging/schema/mobile-action.schema.json +266 -233
  68. package/messaging/schema/mobile-event.schema.json +146 -153
  69. package/messaging/schema/web-action.schema.json +305 -269
  70. package/messaging/schema/web-event.schema.json +144 -151
  71. package/package.json +17 -17
  72. package/version.d.ts +2 -2
  73. package/version.js +2 -2
@@ -43,7 +43,7 @@
43
43
  },
44
44
  "@vertigis.arcgis-extensions.data.Feature.FeatureProperties": {
45
45
  "additionalProperties": false,
46
- "description": "Properties that can be passed into the constructor for{@linkFeature}.",
46
+ "description": "Properties that can be passed into the constructor for{@linkdata /Feature!Feature}.",
47
47
  "properties": {
48
48
  "attributes": {
49
49
  "anyOf": [
@@ -56,7 +56,7 @@
56
56
  },
57
57
  "failureMode": {
58
58
  "$ref": "#/definitions/@vertigis.arcgis-extensions.FailureMode.FailureMode",
59
- "description": "See{@linkInitializableBase.failureMode}."
59
+ "description": "See{@linksupport /InitializableBase!InitializableBase.failureMode}."
60
60
  },
61
61
  "geometry": {
62
62
  "anyOf": [
@@ -102,14 +102,14 @@
102
102
  },
103
103
  "@vertigis.arcgis-extensions.data.FeatureSettings.FeatureSettingsProperties": {
104
104
  "additionalProperties": false,
105
- "description": "Properties that can be passed into the constructor for{@linkFeatureSettings}.",
105
+ "description": "Properties that can be passed into the constructor for{@linkdata /FeatureSettings!FeatureSettings}.",
106
106
  "properties": {
107
107
  "formatSettings": {
108
108
  "$ref": "#/definitions/@vertigis.arcgis-extensions.support.FormatSettings.FormatSettingsProperties",
109
109
  "description": "Settings affecting how feature attributes are formatted."
110
110
  },
111
111
  "hyperlinkTemplates": {
112
- "description": "Templates that define hyperlinks associated with the feature. Each template's properties can contain field tokens enclosed in \"{}\", which will be replaced by actual field values. If not explicitly set, these will be inherited from the associated layer extension if there is one.",
112
+ "description": "Templates that define hyperlinks associated with the feature. Each template's properties can contain field tokens enclosed in `{}`, which will be replaced by actual field values. If not explicitly set, these will be inherited from the associated layer extension if there is one.",
113
113
  "items": {
114
114
  "anyOf": [
115
115
  {
@@ -123,11 +123,11 @@
123
123
  "type": "array"
124
124
  },
125
125
  "maxAllowableOffset": {
126
- "description": "See{@linkFeatureSettings.maxAllowableOffset}.",
126
+ "description": "See{@linkdata /FeatureSettings!FeatureSettings.maxAllowableOffset}.",
127
127
  "type": "number"
128
128
  },
129
129
  "outFields": {
130
- "description": "See{@linkFeatureSettings.outFields}.",
130
+ "description": "See{@linkdata /FeatureSettings!FeatureSettings.outFields}.",
131
131
  "items": {
132
132
  "type": "string"
133
133
  },
@@ -135,7 +135,7 @@
135
135
  },
136
136
  "outSpatialReference": {
137
137
  "$ref": "#/definitions/esri.SpatialReference",
138
- "description": "See{@linkFeatureSettings.outSpatialReference}."
138
+ "description": "See{@linkdata /FeatureSettings!FeatureSettings.outSpatialReference}."
139
139
  },
140
140
  "popupTemplate": {
141
141
  "anyOf": [
@@ -149,15 +149,15 @@
149
149
  "description": "The template for displaying content in a pop-up when the feature is selected. If not explicitly set, it will be inherited from the associated layer extension if there is one."
150
150
  },
151
151
  "returnGeometry": {
152
- "description": "See{@linkFeatureSettings.returnGeometry}.",
152
+ "description": "See{@linkdata /FeatureSettings!FeatureSettings.returnGeometry}.",
153
153
  "type": "boolean"
154
154
  },
155
155
  "zoomFactor": {
156
- "description": "See{@linkFeatureSettings.zoomFactor}.",
156
+ "description": "See{@linkdata /FeatureSettings!FeatureSettings.zoomFactor}.",
157
157
  "type": "number"
158
158
  },
159
159
  "zoomScale": {
160
- "description": "See{@linkFeatureSettings.zoomScale}.",
160
+ "description": "See{@linkdata /FeatureSettings!FeatureSettings.zoomScale}.",
161
161
  "type": "number"
162
162
  }
163
163
  },
@@ -165,11 +165,11 @@
165
165
  },
166
166
  "@vertigis.arcgis-extensions.data.FieldExtension.FieldExtensionProperties": {
167
167
  "additionalProperties": false,
168
- "description": "Properties that can be passed into the constructor for{@linkFieldExtension}.",
168
+ "description": "Properties that can be passed into the constructor for{@linkdata /FieldExtension!FieldExtension}.",
169
169
  "properties": {
170
170
  "failureMode": {
171
171
  "$ref": "#/definitions/@vertigis.arcgis-extensions.FailureMode.FailureMode",
172
- "description": "See{@linkInitializableBase.failureMode}."
172
+ "description": "See{@linksupport /InitializableBase!InitializableBase.failureMode}."
173
173
  },
174
174
  "field": {
175
175
  "anyOf": [
@@ -242,21 +242,21 @@
242
242
  },
243
243
  "type": {
244
244
  "$ref": "#/definitions/esri.rest-api.Field.FieldType",
245
- "description": "Type of the Field. See{@linkFieldType}."
245
+ "description": "Type of the Field. See{@linkportal /Field!FieldType}."
246
246
  }
247
247
  },
248
248
  "type": "object"
249
249
  },
250
250
  "@vertigis.arcgis-extensions.data.Schema.SchemaProperties": {
251
251
  "additionalProperties": false,
252
- "description": "Properties that can be passed into the constructor for{@linkSchema}.",
252
+ "description": "Properties that can be passed into the constructor for{@linkdata /Schema!Schema}.",
253
253
  "properties": {
254
254
  "displayField": {
255
- "description": "See{@linkSchema.displayField}.",
255
+ "description": "See{@linkdata /Schema!Schema.displayField}.",
256
256
  "type": "string"
257
257
  },
258
258
  "fieldExtensions": {
259
- "description": "See{@linkSchema.fieldExtensions}.",
259
+ "description": "See{@linkdata /Schema!Schema.fieldExtensions}.",
260
260
  "items": {
261
261
  "anyOf": [
262
262
  {
@@ -270,7 +270,7 @@
270
270
  "type": "array"
271
271
  },
272
272
  "fields": {
273
- "description": "See{@linkSchema.fields}.",
273
+ "description": "See{@linkdata /Schema!Schema.fields}.",
274
274
  "items": {
275
275
  "anyOf": [
276
276
  {
@@ -284,27 +284,27 @@
284
284
  "type": "array"
285
285
  },
286
286
  "geometryType": {
287
- "description": "See{@linkSchema.geometryType}.",
287
+ "description": "See{@linkdata /Schema!Schema.geometryType}.",
288
288
  "type": "string"
289
289
  },
290
290
  "primaryKeyField": {
291
- "description": "See{@linkSchema.primaryKeyField}.",
291
+ "description": "See{@linkdata /Schema!Schema.primaryKeyField}.",
292
292
  "type": "string"
293
293
  },
294
294
  "spatialReference": {
295
295
  "$ref": "#/definitions/esri.SpatialReference",
296
- "description": "See{@linkSchema.spatialReference}."
296
+ "description": "See{@linkdata /Schema!Schema.spatialReference}."
297
297
  },
298
298
  "timeZone": {
299
- "description": "See{@linkSchema.timeZone}.",
299
+ "description": "See{@linkdata /Schema!Schema.timeZone}.",
300
300
  "type": "string"
301
301
  },
302
302
  "typeIdField": {
303
- "description": "See{@linkSchema.typeIdField}.",
303
+ "description": "See{@linkdata /Schema!Schema.typeIdField}.",
304
304
  "type": "string"
305
305
  },
306
306
  "types": {
307
- "description": "See{@linkSchema.types}.",
307
+ "description": "See{@linkdata /Schema!Schema.types}.",
308
308
  "items": {
309
309
  "anyOf": [
310
310
  {
@@ -355,7 +355,7 @@
355
355
  "type": "string"
356
356
  },
357
357
  "dateFormat": {
358
- "description": "The default format for date values. Either a{@linkDateFormat}constant, or a custom date format string.",
358
+ "description": "The default format for date values. Either a{@linkutilities /date!DateFormat}constant, or a custom date format string.",
359
359
  "type": "string"
360
360
  },
361
361
  "fractionalDigits": {
@@ -367,7 +367,7 @@
367
367
  "type": "string"
368
368
  },
369
369
  "numberFormat": {
370
- "description": "The default format for number values. Either a{@linkNumberFormat}constant, or a custom number format string.",
370
+ "description": "The default format for number values. Either a{@linkutilities /number!NumberFormat}constant, or a custom number format string.",
371
371
  "type": "string"
372
372
  },
373
373
  "timeZone": {
@@ -381,6 +381,25 @@
381
381
  },
382
382
  "type": "object"
383
383
  },
384
+ "@vertigis.arcgis-extensions.tasks.CountResult.CountResult": {
385
+ "additionalProperties": false,
386
+ "description": "A count result for services.",
387
+ "properties": {
388
+ "count": {
389
+ "description": "The number of features that match the search criteria.",
390
+ "type": "number"
391
+ },
392
+ "source": {
393
+ "$ref": "@vertigis.arcgis-extensions.data.FeatureSource.FeatureSource",
394
+ "description": "The input feature source."
395
+ }
396
+ },
397
+ "required": [
398
+ "count",
399
+ "source"
400
+ ],
401
+ "type": "object"
402
+ },
384
403
  "@vertigis.arcgis-extensions.tasks.geocoding.Geocoder.AddressLike": {
385
404
  "anyOf": [
386
405
  {},
@@ -399,10 +418,10 @@
399
418
  "properties": {
400
419
  "cancelToken": {
401
420
  "$ref": "@vertigis.arcgis-extensions.support.Cancellable.CancelToken",
402
- "description": "An optional cancel token from a{@linkCancellable}that can be used to cancel the geocode operation."
421
+ "description": "An optional cancel token from a{@linksupport /Cancellable!Cancellable}that can be used to cancel the geocode operation."
403
422
  },
404
423
  "maxResults": {
405
- "description": "The maximum number of results to return. This cannot exceed the maximum supported by the geocoder (see{@linkGeocoder.capabilities}).",
424
+ "description": "The maximum number of results to return. This cannot exceed the maximum supported by the geocoder (see{@linktasks /geocoding/Geocoder!Geocoder.capabilities}).",
406
425
  "type": "number"
407
426
  },
408
427
  "outFields": {
@@ -521,7 +540,7 @@
521
540
  "description": "The initial geometry to add the point to. Can be null."
522
541
  },
523
542
  "geometryType": {
524
- "description": "The type of geometry to create if the initial geometry is null. In Geocortex Mobile, this value must be 'polygon' or 'polyline'. In Geocortex Web, this value may also be null if the point being added is intended to be added to the active sketch.",
543
+ "description": "The type of geometry to create if the initial geometry is null. In VertiGIS Studio Mobile, this value must be 'polygon' or 'polyline'. In VertiGIS Studio Web, this value may also be null if the point being added is intended to be added to the active sketch.",
525
544
  "type": "string"
526
545
  },
527
546
  "maps": {
@@ -530,11 +549,11 @@
530
549
  },
531
550
  "node": {
532
551
  "$ref": "#/definitions/esri.Geometry",
533
- "description": "A point geometry to add to the initial geometry. In geocortex Web, this value may be null if the intention is to add a point at the position of the active point of an active sketch."
552
+ "description": "A point geometry to add to the initial geometry. In VertiGIS Studio Web, this value may be null if the intention is to add a point at the position of the active point of an active sketch."
534
553
  },
535
554
  "nodeOrder": {
536
555
  "$ref": "#/definitions/AddNodeOrder",
537
- "description": "Indicates whether the new point should be added before or after the active point in the sketch. Not supported by Geocortex Mobile."
556
+ "description": "Indicates whether the new point should be added before or after the active point in the sketch. Not supported by VertiGIS Studio Mobile."
538
557
  }
539
558
  },
540
559
  "required": [
@@ -747,7 +766,7 @@
747
766
  "type": "string"
748
767
  }
749
768
  ],
750
- "description": "The geometry/shape to use for sketching. * Multiple sketch tools are only supported by Geocortex Web. When multiple sketch tools are provided, the sketch will begin with the first one in the list. If \"point\" is the first of multiple options in the list, click actions will create points while click-and-drag actions will automatically begin the freehand variation of the next included geometry type."
769
+ "description": "The geometry/shape to use for sketching. * Multiple sketch tools are only supported by VertiGIS Studio Web. When multiple sketch tools are provided, the sketch will begin with the first one in the list. If \"point\" is the first of multiple options in the list, click actions will create points while click-and-drag actions will automatically begin the freehand variation of the next included geometry type."
751
770
  },
752
771
  "maps": {
753
772
  "$ref": "MapsLike",
@@ -784,7 +803,7 @@
784
803
  "$ref": "#/definitions/SymbolSet"
785
804
  }
786
805
  ],
787
- "description": "An optional symbol to use. SymbolSets are not supported by Geocortex Mobile."
806
+ "description": "An optional symbol to use. SymbolSets are not supported by VertiGIS Studio Mobile."
788
807
  }
789
808
  },
790
809
  "required": [
@@ -802,7 +821,7 @@
802
821
  },
803
822
  "maps": {
804
823
  "$ref": "MapsLike",
805
- "description": "The map that the user sketched the geometry on. Unavailable in Geocortex Mobile Viewer."
824
+ "description": "The map that the user sketched the geometry on. Unavailable in VertiGIS Studio Mobile."
806
825
  },
807
826
  "symbol": {
808
827
  "$ref": "#/definitions/esri.Symbol",
@@ -2379,7 +2398,7 @@
2379
2398
  "description": "An <see cref=\"OfflineErrorCode\"/> enum value indicating the type of error that occurred, or null if successful."
2380
2399
  },
2381
2400
  "errorCodeString": {
2382
- "description": "Gets a string representation of the ErrorCode enum; or null if successful. Useful for consumption in Geocortex Workflow, instead of having to deal with an integer value for the ErrorCode.",
2401
+ "description": "Gets a string representation of the ErrorCode enum; or null if successful. Useful for consumption in VertiGIS Studio Workflow, instead of having to deal with an integer value for the ErrorCode.",
2383
2402
  "type": "string"
2384
2403
  },
2385
2404
  "errorMessage": {
@@ -2826,7 +2845,7 @@
2826
2845
  },
2827
2846
  "mapViewpoint": {
2828
2847
  "$ref": "#/definitions/esri.Viewpoint",
2829
- "description": "The map Viewpoint at the time of the search. Mobile only."
2848
+ "description": "The map Viewpoint at the time of the search. Mobile only. This property is required in VertiGIS Studio Mobile."
2830
2849
  },
2831
2850
  "maps": {
2832
2851
  "$ref": "MapsLike",
@@ -2869,7 +2888,6 @@
2869
2888
  }
2870
2889
  },
2871
2890
  "required": [
2872
- "mapViewpoint",
2873
2891
  "searchText"
2874
2892
  ],
2875
2893
  "type": "object"
@@ -2974,7 +2992,7 @@
2974
2992
  "description": "Arguments for the \"sketching.set-geometry-mode\" command.",
2975
2993
  "properties": {
2976
2994
  "editorGeometryMode": {
2977
- "description": "The geometry mode to switch to. Geocortex Mobile only supports \"line\" and \"area\".",
2995
+ "description": "The geometry mode to switch to. VertiGIS Studio Mobile only supports \"line\" and \"area\".",
2978
2996
  "enum": [
2979
2997
  "area",
2980
2998
  "circle",
@@ -3338,20 +3356,20 @@
3338
3356
  "description": "The available options for the Locale Service translate function.",
3339
3357
  "properties": {
3340
3358
  "args": {
3341
- "description": "The values to substitute into the format string if it contains substitution placeholders (see utilities/string/format in Geocortex API).",
3359
+ "description": "The values to substitute into the format string if it contains substitution placeholders (see utilities/string/format in ArcGIS Extensions API).",
3342
3360
  "items": {},
3343
3361
  "type": "array"
3344
3362
  },
3345
3363
  "currency": {
3346
- "description": "The default unit of currency to use when formatting currency. See{@linkNumberSettings.currency}.",
3364
+ "description": "The default unit of currency to use when formatting currency. See{@linkutilities /number!NumberSettings.currency}.",
3347
3365
  "type": "string"
3348
3366
  },
3349
3367
  "dateFormat": {
3350
- "description": "The default format to use when formatting dates. See{@linkDateFormatter.format}.",
3368
+ "description": "The default format to use when formatting dates. See{@linkutilities /date!DateFormatter.format}.",
3351
3369
  "type": "string"
3352
3370
  },
3353
3371
  "fractionalDigits": {
3354
- "description": "The default number of digits to show after the decimal point when formatting numbers. See{@linkNumberSettings.fractionalDigits}.",
3372
+ "description": "The default number of digits to show after the decimal point when formatting numbers. See{@linkutilities /number!NumberSettings.fractionalDigits}.",
3355
3373
  "type": "number"
3356
3374
  },
3357
3375
  "locale": {
@@ -3359,7 +3377,7 @@
3359
3377
  "type": "string"
3360
3378
  },
3361
3379
  "numberFormat": {
3362
- "description": "The default format to use when formatting numbers. See{@linkNumberFormatter.format}.",
3380
+ "description": "The default format to use when formatting numbers. See{@linkutilities /number!NumberFormatter.format}.",
3363
3381
  "type": "string"
3364
3382
  },
3365
3383
  "text": {
@@ -3589,7 +3607,7 @@
3589
3607
  ]
3590
3608
  },
3591
3609
  "basemap.get-all": {
3592
- "description": "Gets all configured basemaps. Having argument: - Multiple maps: the union of all basemap options from each - No maps: the union of all basemap options for every map in the application.",
3610
+ "description": "Gets all configured basemaps. Having argument: - Multiple maps: the union of all basemap options from each - No maps: the union of all basemap options for every map in the application.",
3593
3611
  "enum": [
3594
3612
  "basemap.get-all"
3595
3613
  ]
@@ -4106,7 +4124,7 @@
4106
4124
  },
4107
4125
  "listMode": {
4108
4126
  "$ref": "esri.ListMode",
4109
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
4127
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
4110
4128
  },
4111
4129
  "maxScale": {
4112
4130
  "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.",
@@ -4140,7 +4158,7 @@
4140
4158
  "type": "string"
4141
4159
  },
4142
4160
  "type": {
4143
- "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}.",
4161
+ "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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
4144
4162
  "enum": [
4145
4163
  "BingMapsAerial",
4146
4164
  "BingMapsHybrid",
@@ -4385,7 +4403,7 @@
4385
4403
  },
4386
4404
  "listMode": {
4387
4405
  "$ref": "esri.ListMode",
4388
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
4406
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
4389
4407
  },
4390
4408
  "locationInfo": {
4391
4409
  "$ref": "#/definitions/esri.rest-api.LocationInfo.LocationInfo",
@@ -4428,7 +4446,7 @@
4428
4446
  "type": "string"
4429
4447
  },
4430
4448
  "type": {
4431
- "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}.",
4449
+ "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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
4432
4450
  "enum": [
4433
4451
  "BingMapsAerial",
4434
4452
  "BingMapsHybrid",
@@ -4603,7 +4621,7 @@
4603
4621
  },
4604
4622
  "esri.rest-api.ClassBreaksRenderer.ClassBreaksRenderer": {
4605
4623
  "additionalProperties": false,
4606
- "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/}.",
4624
+ "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/}.",
4607
4625
  "properties": {
4608
4626
  "authoringInfo": {
4609
4627
  "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
@@ -4705,10 +4723,10 @@
4705
4723
  },
4706
4724
  "rotationType": {
4707
4725
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
4708
- "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}."
4726
+ "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{@linkportal /Renderer!RotationType}."
4709
4727
  },
4710
4728
  "type": {
4711
- "description": "The type of renderer. See{@linkRendererType}.",
4729
+ "description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
4712
4730
  "enum": [
4713
4731
  "classBreaks"
4714
4732
  ],
@@ -4790,7 +4808,7 @@
4790
4808
  "type": "string"
4791
4809
  },
4792
4810
  "type": {
4793
- "description": "Type of domain. See{@linkDomainType}.",
4811
+ "description": "Type of domain. See{@linkportal /Domain!DomainType}.",
4794
4812
  "enum": [
4795
4813
  "codedValue"
4796
4814
  ],
@@ -5510,7 +5528,7 @@
5510
5528
  "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/}.",
5511
5529
  "properties": {
5512
5530
  "featureExpression": {
5513
- "description": "Deprecated with 1.8, use featureExpressionInfo instead. {\"value\":0} Ignores geometry z-values."
5531
+ "description": "Deprecated with 1.8, use featureExpressionInfo instead. Ignores geometry z-values."
5514
5532
  },
5515
5533
  "featureExpressionInfo": {
5516
5534
  "$ref": "#/definitions/esri.rest-api.ElevationInfo.FeatureExpressionInfo",
@@ -5521,7 +5539,7 @@
5521
5539
  "description": "Determines how the service elevation values are combined with the basemap elevation. See{@linkElevationMode}."
5522
5540
  },
5523
5541
  "offset": {
5524
- "description": "Offset is always added to the result of the above logic except for{@link\"onTheGround\"}where offset is ignored.",
5542
+ "description": "Offset is always added to the result of the above logic except for `\"onTheGround\"` where offset is ignored.",
5525
5543
  "type": "number"
5526
5544
  },
5527
5545
  "unit": {
@@ -5589,7 +5607,7 @@
5589
5607
  },
5590
5608
  "listMode": {
5591
5609
  "$ref": "esri.ListMode",
5592
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
5610
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
5593
5611
  },
5594
5612
  "maxScale": {
5595
5613
  "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.",
@@ -5616,7 +5634,7 @@
5616
5634
  "type": "string"
5617
5635
  },
5618
5636
  "type": {
5619
- "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}.",
5637
+ "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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
5620
5638
  "enum": [
5621
5639
  "BingMapsAerial",
5622
5640
  "BingMapsHybrid",
@@ -5687,7 +5705,7 @@
5687
5705
  "type": "number"
5688
5706
  },
5689
5707
  "type": {
5690
- "description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
5708
+ "description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
5691
5709
  "enum": [
5692
5710
  "Extrude"
5693
5711
  ],
@@ -5851,7 +5869,7 @@
5851
5869
  },
5852
5870
  "listMode": {
5853
5871
  "$ref": "esri.ListMode",
5854
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
5872
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
5855
5873
  },
5856
5874
  "maxScale": {
5857
5875
  "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.",
@@ -5863,7 +5881,7 @@
5863
5881
  },
5864
5882
  "mode": {
5865
5883
  "$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
5866
- "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}."
5884
+ "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{@linkportal /FeatureLayer!FeatureLayerMode}."
5867
5885
  },
5868
5886
  "opacity": {
5869
5887
  "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
@@ -5901,7 +5919,7 @@
5901
5919
  "type": "string"
5902
5920
  },
5903
5921
  "type": {
5904
- "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}.",
5922
+ "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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
5905
5923
  "enum": [
5906
5924
  "BingMapsAerial",
5907
5925
  "BingMapsHybrid",
@@ -6067,7 +6085,7 @@
6067
6085
  },
6068
6086
  "type": {
6069
6087
  "$ref": "#/definitions/esri.rest-api.Field.FieldType",
6070
- "description": "Type of the Field. See{@linkFieldType}."
6088
+ "description": "Type of the Field. See{@linkportal /Field!FieldType}."
6071
6089
  }
6072
6090
  },
6073
6091
  "type": "object"
@@ -6130,7 +6148,7 @@
6130
6148
  "type": "object"
6131
6149
  },
6132
6150
  "esri.rest-api.FieldInfo.StringFieldOption": {
6133
- "description": "The type of string field to use with{@linkFieldInfo.stringFieldOption}..",
6151
+ "description": "The type of string field to use with{@linkportal /FieldInfo!FieldInfo.stringFieldOption}..",
6134
6152
  "enum": [
6135
6153
  "richtext",
6136
6154
  "textarea",
@@ -6163,7 +6181,7 @@
6163
6181
  "description": "The outline of the point, line or polygon."
6164
6182
  },
6165
6183
  "type": {
6166
- "description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
6184
+ "description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
6167
6185
  "enum": [
6168
6186
  "Fill"
6169
6187
  ],
@@ -6666,7 +6684,7 @@
6666
6684
  "properties": {
6667
6685
  "dateFormat": {
6668
6686
  "$ref": "#/definitions/esri.rest-api.Format.DateFormat",
6669
- "description": "A string used with date fields to specify how the date should appear in pop-up windows. See{@linkDateFormat}."
6687
+ "description": "A string used with date fields to specify how the date should appear in pop-up windows. See{@linkutilities /date!DateFormat}."
6670
6688
  },
6671
6689
  "digitSeparator": {
6672
6690
  "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.",
@@ -6708,7 +6726,7 @@
6708
6726
  },
6709
6727
  "listMode": {
6710
6728
  "$ref": "esri.ListMode",
6711
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
6729
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
6712
6730
  },
6713
6731
  "maxScale": {
6714
6732
  "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.",
@@ -6743,7 +6761,7 @@
6743
6761
  "type": "string"
6744
6762
  },
6745
6763
  "type": {
6746
- "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}.",
6764
+ "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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
6747
6765
  "enum": [
6748
6766
  "BingMapsAerial",
6749
6767
  "BingMapsHybrid",
@@ -6833,7 +6851,7 @@
6833
6851
  },
6834
6852
  "listMode": {
6835
6853
  "$ref": "esri.ListMode",
6836
- "description": "To show or hide the group layer in the layer list. See{@linkListMode}."
6854
+ "description": "To show or hide the group layer in the layer list. See{@linksupport /esri!ListMode}."
6837
6855
  },
6838
6856
  "maxScale": {
6839
6857
  "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.",
@@ -6860,7 +6878,7 @@
6860
6878
  "type": "string"
6861
6879
  },
6862
6880
  "type": {
6863
- "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}.",
6881
+ "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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
6864
6882
  "enum": [
6865
6883
  "BingMapsAerial",
6866
6884
  "BingMapsHybrid",
@@ -6952,10 +6970,10 @@
6952
6970
  },
6953
6971
  "rotationType": {
6954
6972
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
6955
- "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}."
6973
+ "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{@linkportal /Renderer!RotationType}."
6956
6974
  },
6957
6975
  "type": {
6958
- "description": "The type of renderer. See{@linkRendererType}.",
6976
+ "description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
6959
6977
  "enum": [
6960
6978
  "heatmap"
6961
6979
  ],
@@ -7015,7 +7033,7 @@
7015
7033
  "type": "number"
7016
7034
  },
7017
7035
  "type": {
7018
- "description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
7036
+ "description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
7019
7037
  "enum": [
7020
7038
  "Icon"
7021
7039
  ],
@@ -7110,7 +7128,7 @@
7110
7128
  },
7111
7129
  "listMode": {
7112
7130
  "$ref": "esri.ListMode",
7113
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
7131
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
7114
7132
  },
7115
7133
  "maxScale": {
7116
7134
  "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.",
@@ -7165,7 +7183,7 @@
7165
7183
  "type": "string"
7166
7184
  },
7167
7185
  "type": {
7168
- "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}.",
7186
+ "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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
7169
7187
  "enum": [
7170
7188
  "BingMapsAerial",
7171
7189
  "BingMapsHybrid",
@@ -7240,7 +7258,7 @@
7240
7258
  },
7241
7259
  "listMode": {
7242
7260
  "$ref": "esri.ListMode",
7243
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
7261
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
7244
7262
  },
7245
7263
  "maxScale": {
7246
7264
  "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.",
@@ -7275,7 +7293,7 @@
7275
7293
  "type": "string"
7276
7294
  },
7277
7295
  "type": {
7278
- "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}.",
7296
+ "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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
7279
7297
  "enum": [
7280
7298
  "BingMapsAerial",
7281
7299
  "BingMapsHybrid",
@@ -7350,7 +7368,7 @@
7350
7368
  },
7351
7369
  "listMode": {
7352
7370
  "$ref": "esri.ListMode",
7353
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
7371
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
7354
7372
  },
7355
7373
  "maxScale": {
7356
7374
  "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.",
@@ -7377,7 +7395,7 @@
7377
7395
  "type": "string"
7378
7396
  },
7379
7397
  "type": {
7380
- "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}.",
7398
+ "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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
7381
7399
  "enum": [
7382
7400
  "BingMapsAerial",
7383
7401
  "BingMapsHybrid",
@@ -7672,7 +7690,7 @@
7672
7690
  "description": "The right table source."
7673
7691
  },
7674
7692
  "type": {
7675
- "description": "Type of the DataSource.{@linkDataSourceType}.",
7693
+ "description": "Type of the DataSource.{@linkportal /DataSource!DataSourceType}.",
7676
7694
  "enum": [
7677
7695
  "joinTable"
7678
7696
  ],
@@ -7725,7 +7743,7 @@
7725
7743
  },
7726
7744
  "listMode": {
7727
7745
  "$ref": "esri.ListMode",
7728
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
7746
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
7729
7747
  },
7730
7748
  "maxScale": {
7731
7749
  "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.",
@@ -7752,7 +7770,7 @@
7752
7770
  "type": "string"
7753
7771
  },
7754
7772
  "type": {
7755
- "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}.",
7773
+ "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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
7756
7774
  "enum": [
7757
7775
  "BingMapsAerial",
7758
7776
  "BingMapsHybrid",
@@ -7802,7 +7820,7 @@
7802
7820
  "type": "array"
7803
7821
  },
7804
7822
  "type": {
7805
- "description": "The type of symbol. See{@linkSymbolType}.",
7823
+ "description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
7806
7824
  "enum": [
7807
7825
  "LabelSymbol3D"
7808
7826
  ],
@@ -8327,7 +8345,7 @@
8327
8345
  },
8328
8346
  "esri.rest-api.LayerDefinition.TimeInfoExportOptions": {
8329
8347
  "additionalProperties": false,
8330
- "description": "The default time-related export options for a layer.{@link:}* https://developers.arcgis.com/web-map-specification/objects/timeInfoExportOptions/}.",
8348
+ "description": "The default time-related export options for a layer. See https://developers.arcgis.com/web-map-specification/objects/timeInfoExportOptions/.",
8331
8349
  "properties": {
8332
8350
  "timeDataCumulative": {
8333
8351
  "description": "If true, draw all the features from the beginning of time for that data.",
@@ -8367,7 +8385,7 @@
8367
8385
  "type": "array"
8368
8386
  },
8369
8387
  "type": {
8370
- "description": "The type of symbol. See{@linkSymbolType}.",
8388
+ "description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
8371
8389
  "enum": [
8372
8390
  "LineSymbol3D"
8373
8391
  ],
@@ -8397,7 +8415,7 @@
8397
8415
  "type": "number"
8398
8416
  },
8399
8417
  "type": {
8400
- "description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
8418
+ "description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
8401
8419
  "enum": [
8402
8420
  "Line"
8403
8421
  ],
@@ -8471,7 +8489,7 @@
8471
8489
  },
8472
8490
  "listMode": {
8473
8491
  "$ref": "esri.ListMode",
8474
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
8492
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
8475
8493
  },
8476
8494
  "maxScale": {
8477
8495
  "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.",
@@ -8502,7 +8520,7 @@
8502
8520
  "type": "string"
8503
8521
  },
8504
8522
  "type": {
8505
- "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}.",
8523
+ "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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
8506
8524
  "enum": [
8507
8525
  "BingMapsAerial",
8508
8526
  "BingMapsHybrid",
@@ -8538,10 +8556,10 @@
8538
8556
  },
8539
8557
  "esri.rest-api.MediaInfo.MediaInfo": {
8540
8558
  "additionalProperties": false,
8541
- "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/}.",
8559
+ "description": "Defines an image or a chart to be displayed in a pop-up window. See https://developers.arcgis.com/web-map-specification/objects/mediaInfo/ and https://developers.arcgis.com/web-scene-specification/objects/mediaInfo/.",
8542
8560
  "properties": {
8543
8561
  "caption": {
8544
- "description": "A caption describing the media. This can contain a field name enclosed in {}, such as {IMAGE_CAPTION}.",
8562
+ "description": "A caption describing the media. This can contain a field name enclosed in `{}`, such as `{IMAGE_CAPTION}`.",
8545
8563
  "type": "string"
8546
8564
  },
8547
8565
  "refreshInterval": {
@@ -8549,7 +8567,7 @@
8549
8567
  "type": "number"
8550
8568
  },
8551
8569
  "title": {
8552
- "description": "A title for the media. This can contain a field name enclosed in {}, such as {IMAGE_TITLE}.",
8570
+ "description": "A title for the media. This can contain a field name enclosed in `{}`, such as `{IMAGE_TITLE}`.",
8553
8571
  "type": "string"
8554
8572
  },
8555
8573
  "type": {
@@ -8575,7 +8593,7 @@
8575
8593
  "type": "array"
8576
8594
  },
8577
8595
  "type": {
8578
- "description": "The type of symbol. See{@linkSymbolType}.",
8596
+ "description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
8579
8597
  "enum": [
8580
8598
  "MeshSymbol3D"
8581
8599
  ],
@@ -8647,10 +8665,10 @@
8647
8665
  },
8648
8666
  "mosaicOperation": {
8649
8667
  "$ref": "#/definitions/esri.rest-api.MosaicRule.MosaicOperationType",
8650
- "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}."
8668
+ "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{@linkMosaicOperationType}."
8651
8669
  },
8652
8670
  "multidimensionalDefinition": {
8653
- "description": "Definition of multidimensional variables.{@linkhttps://developers.arcgis.com/web-map-specification/objects/multidimensionalDefinition/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/multidimensionalDefinition/}.",
8671
+ "description": "Definition of multidimensional variables. See https://developers.arcgis.com/web-map-specification/objects/multidimensionalDefinition/ and https://developers.arcgis.com/web-scene-specification/objects/multidimensionalDefinition/.",
8654
8672
  "items": {
8655
8673
  "$ref": "__type"
8656
8674
  },
@@ -8747,7 +8765,7 @@
8747
8765
  "description": "The shape (primitive) or image URL (href) used to visualize the features."
8748
8766
  },
8749
8767
  "type": {
8750
- "description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
8768
+ "description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
8751
8769
  "enum": [
8752
8770
  "Object"
8753
8771
  ],
@@ -8776,7 +8794,7 @@
8776
8794
  "type": "number"
8777
8795
  },
8778
8796
  "type": {
8779
- "description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
8797
+ "description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
8780
8798
  "enum": [
8781
8799
  "Path"
8782
8800
  ],
@@ -8817,7 +8835,7 @@
8817
8835
  "description": "Sets the outline of the symbol."
8818
8836
  },
8819
8837
  "type": {
8820
- "description": "The type of symbol. See{@linkSymbolType}.",
8838
+ "description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
8821
8839
  "enum": [
8822
8840
  "esriPFS"
8823
8841
  ],
@@ -8874,7 +8892,7 @@
8874
8892
  "type": "string"
8875
8893
  },
8876
8894
  "type": {
8877
- "description": "The type of symbol. See{@linkSymbolType}.",
8895
+ "description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
8878
8896
  "enum": [
8879
8897
  "esriPMS"
8880
8898
  ],
@@ -9032,10 +9050,10 @@
9032
9050
  },
9033
9051
  "rotationType": {
9034
9052
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
9035
- "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}."
9053
+ "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{@linkportal /Renderer!RotationType}."
9036
9054
  },
9037
9055
  "type": {
9038
- "description": "The type of renderer. See{@linkRendererType}.",
9056
+ "description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
9039
9057
  "enum": [
9040
9058
  "pointCloudClassBreaksRenderer"
9041
9059
  ],
@@ -9113,7 +9131,7 @@
9113
9131
  },
9114
9132
  "listMode": {
9115
9133
  "$ref": "esri.ListMode",
9116
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
9134
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
9117
9135
  },
9118
9136
  "maxScale": {
9119
9137
  "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.",
@@ -9144,7 +9162,7 @@
9144
9162
  "type": "string"
9145
9163
  },
9146
9164
  "type": {
9147
- "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}.",
9165
+ "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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
9148
9166
  "enum": [
9149
9167
  "BingMapsAerial",
9150
9168
  "BingMapsHybrid",
@@ -9219,10 +9237,10 @@
9219
9237
  },
9220
9238
  "rotationType": {
9221
9239
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
9222
- "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}."
9240
+ "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{@linkportal /Renderer!RotationType}."
9223
9241
  },
9224
9242
  "type": {
9225
- "description": "The type of renderer. See{@linkRendererType}.",
9243
+ "description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
9226
9244
  "enum": [
9227
9245
  "pointCloudRGBRenderer"
9228
9246
  ],
@@ -9343,10 +9361,10 @@
9343
9361
  },
9344
9362
  "rotationType": {
9345
9363
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
9346
- "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}."
9364
+ "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{@linkportal /Renderer!RotationType}."
9347
9365
  },
9348
9366
  "type": {
9349
- "description": "The type of renderer. See{@linkRendererType}.",
9367
+ "description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
9350
9368
  "enum": [
9351
9369
  "pointCloudStretchRenderer"
9352
9370
  ],
@@ -9421,10 +9439,10 @@
9421
9439
  },
9422
9440
  "rotationType": {
9423
9441
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
9424
- "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}."
9442
+ "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{@linkportal /Renderer!RotationType}."
9425
9443
  },
9426
9444
  "type": {
9427
- "description": "The type of renderer. See{@linkRendererType}.",
9445
+ "description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
9428
9446
  "enum": [
9429
9447
  "pointCloudUniqueValueRenderer"
9430
9448
  ],
@@ -9503,7 +9521,7 @@
9503
9521
  "type": "array"
9504
9522
  },
9505
9523
  "type": {
9506
- "description": "The type of symbol. See{@linkSymbolType}.",
9524
+ "description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
9507
9525
  "enum": [
9508
9526
  "PointSymbol3D"
9509
9527
  ],
@@ -9577,7 +9595,7 @@
9577
9595
  "type": "array"
9578
9596
  },
9579
9597
  "type": {
9580
- "description": "The type of symbol. See{@linkSymbolType}.",
9598
+ "description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
9581
9599
  "enum": [
9582
9600
  "PolygonSymbol3D"
9583
9601
  ],
@@ -9673,7 +9691,7 @@
9673
9691
  },
9674
9692
  "esri.rest-api.PopupInfo.PopupElement": {
9675
9693
  "additionalProperties": false,
9676
- "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/}.",
9694
+ "description": "Popup elements allow users to author popups, using multiple elements such as tabular views, string description, media (charts and images), and attachments of the attributes and control the order in which they appear. Specifically, popupElements do the following: 1) provide the ability to explicitly add a field/ value table in addition to a description, 2) allow adding multiple description elements, and 3) allow a user to author and consume elements of a popup in the order of their choosing. Each popupElement has a type property. This string value indicates the type of popupElement used. See https://developers.arcgis.com/web-map-specification/objects/popupElement/ and https://developers.arcgis.com/web-scene-specification/objects/popupElement/.",
9677
9695
  "properties": {
9678
9696
  "displayType": {
9679
9697
  "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.",
@@ -9716,10 +9734,10 @@
9716
9734
  },
9717
9735
  "esri.rest-api.PopupInfo.PopupInfo": {
9718
9736
  "additionalProperties": false,
9719
- "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/}.",
9737
+ "description": "Defines the look and feel of pop-up windows when users click or query a feature. See https://developers.arcgis.com/web-map-specification/objects/popupInfo/ and https://developers.arcgis.com/web-scene-specification/objects/popupInfo/.",
9720
9738
  "properties": {
9721
9739
  "description": {
9722
- "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}.",
9740
+ "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}`.",
9723
9741
  "type": "string"
9724
9742
  },
9725
9743
  "expressionInfos": {
@@ -9730,7 +9748,7 @@
9730
9748
  "type": "array"
9731
9749
  },
9732
9750
  "fieldInfos": {
9733
- "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.",
9751
+ "description": "An array of{@linkportal /FieldInfo!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.",
9734
9752
  "items": {
9735
9753
  "$ref": "#/definitions/esri.rest-api.FieldInfo.FieldInfo"
9736
9754
  },
@@ -9759,7 +9777,7 @@
9759
9777
  "type": "boolean"
9760
9778
  },
9761
9779
  "title": {
9762
- "description": "Appears at the top of the pop-up window as a title. This can contain a field name enclosed in {}, such as {NAME}.",
9780
+ "description": "Appears at the top of the pop-up window as a title. This can contain a field name enclosed in `{}`, such as `{NAME}`.",
9763
9781
  "type": "string"
9764
9782
  }
9765
9783
  },
@@ -9812,10 +9830,10 @@
9812
9830
  },
9813
9831
  "rotationType": {
9814
9832
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
9815
- "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}."
9833
+ "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{@linkportal /Renderer!RotationType}."
9816
9834
  },
9817
9835
  "type": {
9818
- "description": "The type of renderer. See{@linkRendererType}.",
9836
+ "description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
9819
9837
  "enum": [
9820
9838
  "predominance"
9821
9839
  ],
@@ -9871,7 +9889,7 @@
9871
9889
  "description": "The spatial reference of the geometry column. When querying a table that does not have a geometry column, do not include spatialReference."
9872
9890
  },
9873
9891
  "type": {
9874
- "description": "Type of the DataSource.{@linkDataSourceType}.",
9892
+ "description": "Type of the DataSource.{@linkportal /DataSource!DataSourceType}.",
9875
9893
  "enum": [
9876
9894
  "queryTable"
9877
9895
  ],
@@ -9903,7 +9921,7 @@
9903
9921
  "type": "array"
9904
9922
  },
9905
9923
  "type": {
9906
- "description": "Type of domain. See{@linkDomainType}.",
9924
+ "description": "Type of domain. See{@linkportal /Domain!DomainType}.",
9907
9925
  "enum": [
9908
9926
  "range"
9909
9927
  ],
@@ -9979,7 +9997,7 @@
9979
9997
  "type": "string"
9980
9998
  },
9981
9999
  "type": {
9982
- "description": "Type of the DataSource.{@linkDataSourceType}.",
10000
+ "description": "Type of the DataSource.{@linkportal /DataSource!DataSourceType}.",
9983
10001
  "enum": [
9984
10002
  "raster"
9985
10003
  ],
@@ -10252,7 +10270,7 @@
10252
10270
  },
10253
10271
  "listMode": {
10254
10272
  "$ref": "esri.ListMode",
10255
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
10273
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
10256
10274
  },
10257
10275
  "maxScale": {
10258
10276
  "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.",
@@ -10291,7 +10309,7 @@
10291
10309
  "type": "string"
10292
10310
  },
10293
10311
  "type": {
10294
- "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}.",
10312
+ "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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
10295
10313
  "enum": [
10296
10314
  "BingMapsAerial",
10297
10315
  "BingMapsHybrid",
@@ -10349,7 +10367,7 @@
10349
10367
  "description": "The fill style. See{@linkSimpleFillStyle}."
10350
10368
  },
10351
10369
  "type": {
10352
- "description": "The type of symbol. See{@linkSymbolType}.",
10370
+ "description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
10353
10371
  "enum": [
10354
10372
  "esriSFS"
10355
10373
  ],
@@ -10386,7 +10404,7 @@
10386
10404
  "description": "The line style. See{@linkSimpleLineStyle}."
10387
10405
  },
10388
10406
  "type": {
10389
- "description": "The type of symbol. See{@linkSymbolType}.",
10407
+ "description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
10390
10408
  "enum": [
10391
10409
  "esriSLS"
10392
10410
  ],
@@ -10440,7 +10458,7 @@
10440
10458
  "description": "The marker style. See{@linkSimpleMarkerStyle}."
10441
10459
  },
10442
10460
  "type": {
10443
- "description": "The type of symbol. See{@linkSymbolType}.",
10461
+ "description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
10444
10462
  "enum": [
10445
10463
  "esriSMS"
10446
10464
  ],
@@ -10482,7 +10500,7 @@
10482
10500
  },
10483
10501
  "rotationType": {
10484
10502
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
10485
- "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}."
10503
+ "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{@linkportal /Renderer!RotationType}."
10486
10504
  },
10487
10505
  "symbol": {
10488
10506
  "anyOf": [
@@ -10529,7 +10547,7 @@
10529
10547
  "description": "An object that represents how all features will be drawn."
10530
10548
  },
10531
10549
  "type": {
10532
- "description": "The type of renderer. See{@linkRendererType}.",
10550
+ "description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
10533
10551
  "enum": [
10534
10552
  "simple"
10535
10553
  ],
@@ -10637,7 +10655,7 @@
10637
10655
  },
10638
10656
  "listMode": {
10639
10657
  "$ref": "esri.ListMode",
10640
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
10658
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
10641
10659
  },
10642
10660
  "maxScale": {
10643
10661
  "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.",
@@ -10649,7 +10667,7 @@
10649
10667
  },
10650
10668
  "mode": {
10651
10669
  "$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
10652
- "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}."
10670
+ "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{@linkportal /FeatureLayer!FeatureLayerMode}."
10653
10671
  },
10654
10672
  "opacity": {
10655
10673
  "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
@@ -10687,7 +10705,7 @@
10687
10705
  "type": "string"
10688
10706
  },
10689
10707
  "type": {
10690
- "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}.",
10708
+ "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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
10691
10709
  "enum": [
10692
10710
  "BingMapsAerial",
10693
10711
  "BingMapsHybrid",
@@ -10781,7 +10799,7 @@
10781
10799
  },
10782
10800
  "listMode": {
10783
10801
  "$ref": "esri.ListMode",
10784
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
10802
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
10785
10803
  },
10786
10804
  "maxScale": {
10787
10805
  "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.",
@@ -10808,7 +10826,7 @@
10808
10826
  "type": "string"
10809
10827
  },
10810
10828
  "type": {
10811
- "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}.",
10829
+ "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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
10812
10830
  "enum": [
10813
10831
  "BingMapsAerial",
10814
10832
  "BingMapsHybrid",
@@ -10952,7 +10970,7 @@
10952
10970
  "description": "Color is represented as a three or four-element array."
10953
10971
  },
10954
10972
  "colorMixMode": {
10955
- "description": "Controls how symbolLayer or visualVariable color is applied onto the underlying geometry color/texture. This property only applies to FillSymbol3DLayer within MeshSymbol3D. - Tint: the feature's appearance (in terms of color) should be altered to match the symbol / visual variable color. - Replace: the feature's color is replaced with the symbol / visual variable color. - Multiply: the feature's color is multiplied with the symbol color.",
10973
+ "description": "Controls how symbolLayer or visualVariable color is applied onto the underlying geometry color/texture. This property only applies to FillSymbol3DLayer within MeshSymbol3D. - Tint: the feature's appearance (in terms of color) should be altered to match the symbol / visual variable color. - Replace: the feature's color is replaced with the symbol / visual variable color. - Multiply: the feature's color is multiplied with the symbol color.",
10956
10974
  "enum": [
10957
10975
  "multiply",
10958
10976
  "replace",
@@ -11063,7 +11081,7 @@
11063
11081
  "type": "string"
11064
11082
  },
11065
11083
  "type": {
11066
- "description": "Type of the DataSource.{@linkDataSourceType}.",
11084
+ "description": "Type of the DataSource.{@linkportal /DataSource!DataSourceType}.",
11067
11085
  "enum": [
11068
11086
  "table"
11069
11087
  ],
@@ -11143,14 +11161,14 @@
11143
11161
  },
11144
11162
  "rotationType": {
11145
11163
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
11146
- "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}."
11164
+ "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{@linkportal /Renderer!RotationType}."
11147
11165
  },
11148
11166
  "trackRenderer": {
11149
11167
  "$ref": "#/definitions/esri.rest-api.SimpleRenderer.SimpleRenderer",
11150
11168
  "description": "Simple renderer used to symbolize the tracks."
11151
11169
  },
11152
11170
  "type": {
11153
- "description": "The type of renderer. See{@linkRendererType}.",
11171
+ "description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
11154
11172
  "enum": [
11155
11173
  "temporal"
11156
11174
  ],
@@ -11208,7 +11226,7 @@
11208
11226
  },
11209
11227
  "horizontalAlignment": {
11210
11228
  "$ref": "#/definitions/esri.rest-api.Symbol.HorizontalAlignment",
11211
- "description": "The horizontal alignment of the text. See{@linkHorizontalAlignment}."
11229
+ "description": "The horizontal alignment of the text. See{@linkportal /Symbol!HorizontalAlignment}."
11212
11230
  },
11213
11231
  "kerning": {
11214
11232
  "description": "Boolean value indicating whether to adjust the spacing between characters in the text string.",
@@ -11227,7 +11245,7 @@
11227
11245
  "type": "string"
11228
11246
  },
11229
11247
  "type": {
11230
- "description": "The type of symbol. See{@linkSymbolType}.",
11248
+ "description": "The type of symbol. See{@linkportal /Symbol!SymbolType}.",
11231
11249
  "enum": [
11232
11250
  "esriTS"
11233
11251
  ],
@@ -11235,7 +11253,7 @@
11235
11253
  },
11236
11254
  "verticalAlignment": {
11237
11255
  "$ref": "#/definitions/esri.rest-api.Symbol.VerticalAlignment",
11238
- "description": "The vertical alignment of the text. See{@linkVerticalAlignment}."
11256
+ "description": "The vertical alignment of the text. See{@linkportal /Symbol!VerticalAlignment}."
11239
11257
  },
11240
11258
  "xoffset": {
11241
11259
  "description": "Numeric value indicating the offset on the x-axis in pixels.",
@@ -11272,7 +11290,7 @@
11272
11290
  "type": "string"
11273
11291
  },
11274
11292
  "type": {
11275
- "description": "The type of the Symbol3DLayer. See{@linkSymbol3DLayerType}.",
11293
+ "description": "The type of the Symbol3DLayer. See{@linkportal /Symbol3D!Symbol3DLayerType}.",
11276
11294
  "enum": [
11277
11295
  "Text"
11278
11296
  ],
@@ -11362,7 +11380,7 @@
11362
11380
  },
11363
11381
  "listMode": {
11364
11382
  "$ref": "esri.ListMode",
11365
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
11383
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
11366
11384
  },
11367
11385
  "maxScale": {
11368
11386
  "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.",
@@ -11389,7 +11407,7 @@
11389
11407
  "type": "string"
11390
11408
  },
11391
11409
  "type": {
11392
- "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}.",
11410
+ "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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
11393
11411
  "enum": [
11394
11412
  "BingMapsAerial",
11395
11413
  "BingMapsHybrid",
@@ -11471,7 +11489,7 @@
11471
11489
  },
11472
11490
  "listMode": {
11473
11491
  "$ref": "esri.ListMode",
11474
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
11492
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
11475
11493
  },
11476
11494
  "maxScale": {
11477
11495
  "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.",
@@ -11502,7 +11520,7 @@
11502
11520
  "type": "string"
11503
11521
  },
11504
11522
  "type": {
11505
- "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}.",
11523
+ "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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
11506
11524
  "enum": [
11507
11525
  "BingMapsAerial",
11508
11526
  "BingMapsHybrid",
@@ -11584,7 +11602,7 @@
11584
11602
  },
11585
11603
  "rotationType": {
11586
11604
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
11587
- "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}."
11605
+ "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{@linkportal /Renderer!RotationType}."
11588
11606
  },
11589
11607
  "styleName": {
11590
11608
  "description": "A registered web style name. Can not be used in conjunction with styleName.",
@@ -11595,7 +11613,7 @@
11595
11613
  "type": "string"
11596
11614
  },
11597
11615
  "type": {
11598
- "description": "The type of renderer. See{@linkRendererType}.",
11616
+ "description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
11599
11617
  "enum": [
11600
11618
  "uniqueValue"
11601
11619
  ],
@@ -11765,10 +11783,10 @@
11765
11783
  },
11766
11784
  "rotationType": {
11767
11785
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
11768
- "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}."
11786
+ "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{@linkportal /Renderer!RotationType}."
11769
11787
  },
11770
11788
  "type": {
11771
- "description": "The type of renderer. See{@linkRendererType}.",
11789
+ "description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
11772
11790
  "enum": [
11773
11791
  "uniqueValue"
11774
11792
  ],
@@ -11875,7 +11893,7 @@
11875
11893
  },
11876
11894
  "rotationType": {
11877
11895
  "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
11878
- "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}."
11896
+ "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{@linkportal /Renderer!RotationType}."
11879
11897
  },
11880
11898
  "style": {
11881
11899
  "description": "A predefined style.",
@@ -11899,7 +11917,7 @@
11899
11917
  "type": "number"
11900
11918
  },
11901
11919
  "type": {
11902
- "description": "The type of renderer. See{@linkRendererType}.",
11920
+ "description": "The type of renderer. See{@linkportal /Renderer!RendererType}.",
11903
11921
  "enum": [
11904
11922
  "vectorField"
11905
11923
  ],
@@ -11958,7 +11976,7 @@
11958
11976
  },
11959
11977
  "listMode": {
11960
11978
  "$ref": "esri.ListMode",
11961
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
11979
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
11962
11980
  },
11963
11981
  "maxScale": {
11964
11982
  "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.",
@@ -11993,7 +12011,7 @@
11993
12011
  "type": "string"
11994
12012
  },
11995
12013
  "type": {
11996
- "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}.",
12014
+ "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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
11997
12015
  "enum": [
11998
12016
  "BingMapsAerial",
11999
12017
  "BingMapsHybrid",
@@ -12490,7 +12508,7 @@
12490
12508
  },
12491
12509
  "listMode": {
12492
12510
  "$ref": "esri.ListMode",
12493
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
12511
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
12494
12512
  },
12495
12513
  "mapUrl": {
12496
12514
  "description": "The URL of the WMS map. You should also supply the url property, which is the URL of the WMS capabilities document.",
@@ -12536,7 +12554,7 @@
12536
12554
  "type": "string"
12537
12555
  },
12538
12556
  "type": {
12539
- "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}.",
12557
+ "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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
12540
12558
  "enum": [
12541
12559
  "BingMapsAerial",
12542
12560
  "BingMapsHybrid",
@@ -12667,7 +12685,7 @@
12667
12685
  },
12668
12686
  "listMode": {
12669
12687
  "$ref": "esri.ListMode",
12670
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
12688
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linksupport /esri!ListMode}."
12671
12689
  },
12672
12690
  "maxScale": {
12673
12691
  "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.",
@@ -12690,14 +12708,14 @@
12690
12708
  "type": "boolean"
12691
12709
  },
12692
12710
  "subDomains": {
12693
- "description": "If sub-domains are detected, they must be specified. The map viewer detects if the Web Tile Layer has sub-domains by parsing the templateURL value for {subDomain}.",
12711
+ "description": "If sub-domains are detected, they must be specified. The map viewer detects if the Web Tile Layer has sub-domains by parsing the templateURL value for `{subDomain}`.",
12694
12712
  "items": {
12695
12713
  "type": "string"
12696
12714
  },
12697
12715
  "type": "array"
12698
12716
  },
12699
12717
  "templateUrl": {
12700
- "description": "URL to the Web Tile Layer. Input required by the user when the layer is added to the web scene. The template URL contains a parameterized URL. The URL can contain the following template parameters: '{level}', '{col}', '{row}', and '{subDomain}'.",
12718
+ "description": "URL to the Web Tile Layer. Input required by the user when the layer is added to the web scene. The template URL contains a parameterized URL. The URL can contain the following template parameters: `{level}`, `{col}`, `{row}`, and `{subDomain}`.",
12701
12719
  "type": "string"
12702
12720
  },
12703
12721
  "tileInfo": {
@@ -12709,7 +12727,7 @@
12709
12727
  "type": "string"
12710
12728
  },
12711
12729
  "type": {
12712
- "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}.",
12730
+ "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{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.",
12713
12731
  "enum": [
12714
12732
  "BingMapsAerial",
12715
12733
  "BingMapsHybrid",
@@ -12810,6 +12828,9 @@
12810
12828
  "geocode.count:input": {
12811
12829
  "$ref": "#/definitions/GeocodeArgs"
12812
12830
  },
12831
+ "geocode.count:output": {
12832
+ "$ref": "#/definitions/@vertigis.arcgis-extensions.tasks.CountResult.CountResult"
12833
+ },
12813
12834
  "geocode.geocode": {
12814
12835
  "description": "Finds one or more locations corresponding to an address.",
12815
12836
  "enum": [
@@ -12819,6 +12840,9 @@
12819
12840
  "geocode.geocode:input": {
12820
12841
  "$ref": "#/definitions/GeocodeArgs"
12821
12842
  },
12843
+ "geocode.geocode:output": {
12844
+ "$ref": "#/definitions/Features"
12845
+ },
12822
12846
  "geocode.reverse-geocode": {
12823
12847
  "description": "Finds the address at a particular location. The geocoder must have the supportsReverseGeocoding capability.",
12824
12848
  "enum": [
@@ -12828,6 +12852,9 @@
12828
12852
  "geocode.reverse-geocode:input": {
12829
12853
  "$ref": "#/definitions/ReverseGeocodeArgs"
12830
12854
  },
12855
+ "geocode.reverse-geocode:output": {
12856
+ "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
12857
+ },
12831
12858
  "geocode.suggest": {
12832
12859
  "description": "Suggests matching addresses to search for based on some input text. The geocoder must have the supportsSuggest capability.",
12833
12860
  "enum": [
@@ -12837,6 +12864,12 @@
12837
12864
  "geocode.suggest:input": {
12838
12865
  "$ref": "#/definitions/SuggestArgs"
12839
12866
  },
12867
+ "geocode.suggest:output": {
12868
+ "items": {
12869
+ "type": "string"
12870
+ },
12871
+ "type": "array"
12872
+ },
12840
12873
  "geolocation.auto-recenter": {
12841
12874
  "description": "Centers the map on the user's current location and keeps the location centered as it moves around. The maps parameter is only supported in VertiGIS Studio Mobile. In VertiGIS Studio Web, all maps are affected.",
12842
12875
  "enum": [
@@ -14124,7 +14157,7 @@
14124
14157
  ]
14125
14158
  },
14126
14159
  "results.from-graphics": {
14127
- "description": "Converts provided GraphicsLike to Geocortex Features using any available metadata.",
14160
+ "description": "Converts provided GraphicsLike to VertiGIS Studio Features using any available metadata.",
14128
14161
  "enum": [
14129
14162
  "results.from-graphics"
14130
14163
  ]
@@ -14191,7 +14224,7 @@
14191
14224
  "$ref": "#/definitions/ShowResultsArgs"
14192
14225
  },
14193
14226
  "results.to-graphics": {
14194
- "description": "Converts Geocortex Features to Esri graphics.",
14227
+ "description": "Converts VertiGIS Studio Features to Esri graphics.",
14195
14228
  "enum": [
14196
14229
  "results.to-graphics"
14197
14230
  ]
@@ -14925,70 +14958,6 @@
14925
14958
  ],
14926
14959
  "type": "object"
14927
14960
  },
14928
- {
14929
- "additionalProperties": false,
14930
- "properties": {
14931
- "arguments": {
14932
- "$ref": "#/definitions/geocode.count:input"
14933
- },
14934
- "name": {
14935
- "$ref": "#/definitions/geocode.count"
14936
- }
14937
- },
14938
- "required": [
14939
- "name",
14940
- "arguments"
14941
- ],
14942
- "type": "object"
14943
- },
14944
- {
14945
- "additionalProperties": false,
14946
- "properties": {
14947
- "arguments": {
14948
- "$ref": "#/definitions/geocode.geocode:input"
14949
- },
14950
- "name": {
14951
- "$ref": "#/definitions/geocode.geocode"
14952
- }
14953
- },
14954
- "required": [
14955
- "name",
14956
- "arguments"
14957
- ],
14958
- "type": "object"
14959
- },
14960
- {
14961
- "additionalProperties": false,
14962
- "properties": {
14963
- "arguments": {
14964
- "$ref": "#/definitions/geocode.reverse-geocode:input"
14965
- },
14966
- "name": {
14967
- "$ref": "#/definitions/geocode.reverse-geocode"
14968
- }
14969
- },
14970
- "required": [
14971
- "name",
14972
- "arguments"
14973
- ],
14974
- "type": "object"
14975
- },
14976
- {
14977
- "additionalProperties": false,
14978
- "properties": {
14979
- "arguments": {
14980
- "$ref": "#/definitions/geocode.suggest:input"
14981
- },
14982
- "name": {
14983
- "$ref": "#/definitions/geocode.suggest"
14984
- }
14985
- },
14986
- "required": [
14987
- "name",
14988
- "arguments"
14989
- ],
14990
- "type": "object"
14991
- },
14992
14961
  {
14993
14962
  "additionalProperties": false,
14994
14963
  "properties": {
@@ -16591,18 +16560,6 @@
16591
16560
  {
16592
16561
  "$ref": "#/definitions/file.open-file"
16593
16562
  },
16594
- {
16595
- "$ref": "#/definitions/geocode.count"
16596
- },
16597
- {
16598
- "$ref": "#/definitions/geocode.geocode"
16599
- },
16600
- {
16601
- "$ref": "#/definitions/geocode.reverse-geocode"
16602
- },
16603
- {
16604
- "$ref": "#/definitions/geocode.suggest"
16605
- },
16606
16563
  {
16607
16564
  "$ref": "#/definitions/geolocation.auto-recenter"
16608
16565
  },
@@ -17017,6 +16974,70 @@
17017
16974
  ],
17018
16975
  "type": "object"
17019
16976
  },
16977
+ {
16978
+ "additionalProperties": false,
16979
+ "properties": {
16980
+ "arguments": {
16981
+ "$ref": "#/definitions/geocode.count:input"
16982
+ },
16983
+ "name": {
16984
+ "$ref": "#/definitions/geocode.count"
16985
+ }
16986
+ },
16987
+ "required": [
16988
+ "name",
16989
+ "arguments"
16990
+ ],
16991
+ "type": "object"
16992
+ },
16993
+ {
16994
+ "additionalProperties": false,
16995
+ "properties": {
16996
+ "arguments": {
16997
+ "$ref": "#/definitions/geocode.geocode:input"
16998
+ },
16999
+ "name": {
17000
+ "$ref": "#/definitions/geocode.geocode"
17001
+ }
17002
+ },
17003
+ "required": [
17004
+ "name",
17005
+ "arguments"
17006
+ ],
17007
+ "type": "object"
17008
+ },
17009
+ {
17010
+ "additionalProperties": false,
17011
+ "properties": {
17012
+ "arguments": {
17013
+ "$ref": "#/definitions/geocode.reverse-geocode:input"
17014
+ },
17015
+ "name": {
17016
+ "$ref": "#/definitions/geocode.reverse-geocode"
17017
+ }
17018
+ },
17019
+ "required": [
17020
+ "name",
17021
+ "arguments"
17022
+ ],
17023
+ "type": "object"
17024
+ },
17025
+ {
17026
+ "additionalProperties": false,
17027
+ "properties": {
17028
+ "arguments": {
17029
+ "$ref": "#/definitions/geocode.suggest:input"
17030
+ },
17031
+ "name": {
17032
+ "$ref": "#/definitions/geocode.suggest"
17033
+ }
17034
+ },
17035
+ "required": [
17036
+ "name",
17037
+ "arguments"
17038
+ ],
17039
+ "type": "object"
17040
+ },
17020
17041
  {
17021
17042
  "additionalProperties": false,
17022
17043
  "properties": {
@@ -17627,6 +17648,18 @@
17627
17648
  {
17628
17649
  "$ref": "#/definitions/file.pick-file"
17629
17650
  },
17651
+ {
17652
+ "$ref": "#/definitions/geocode.count"
17653
+ },
17654
+ {
17655
+ "$ref": "#/definitions/geocode.geocode"
17656
+ },
17657
+ {
17658
+ "$ref": "#/definitions/geocode.reverse-geocode"
17659
+ },
17660
+ {
17661
+ "$ref": "#/definitions/geocode.suggest"
17662
+ },
17630
17663
  {
17631
17664
  "$ref": "#/definitions/geolocation.get-all-sources"
17632
17665
  },