@vertigis/viewer-spec 58.21.1 → 58.23.0

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.
@@ -1,6 +1,29 @@
1
1
  {
2
2
  "$ref": "#/definitions/viewer-spec.Event",
3
3
  "definitions": {
4
+ "@arcgis.core.unionTypes.GeometryUnion": {
5
+ "anyOf": [
6
+ {
7
+ "$ref": "#/definitions/esri.Extent"
8
+ },
9
+ {
10
+ "$ref": "#/definitions/esri.Multipoint"
11
+ },
12
+ {
13
+ "$ref": "#/definitions/esri.Point"
14
+ },
15
+ {
16
+ "$ref": "#/definitions/esri.Polygon"
17
+ },
18
+ {
19
+ "$ref": "#/definitions/esri.Polyline"
20
+ },
21
+ {
22
+ "$ref": "#/definitions/esri.Mesh"
23
+ }
24
+ ],
25
+ "description": "Union of all geometries.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-unionTypes.html#GeometryUnion Read more...}"
26
+ },
4
27
  "@vertigis.arcgis-extensions.FailureMode.FailureMode": {
5
28
  "description": "Possible modes of failure when there is an error resolving or initializing an item.",
6
29
  "enum": [
@@ -61,7 +84,22 @@
61
84
  "geometry": {
62
85
  "anyOf": [
63
86
  {
64
- "$ref": "#/definitions/esri.Geometry"
87
+ "$ref": "#/definitions/esri.Extent"
88
+ },
89
+ {
90
+ "$ref": "#/definitions/esri.Multipoint"
91
+ },
92
+ {
93
+ "$ref": "#/definitions/esri.Point"
94
+ },
95
+ {
96
+ "$ref": "#/definitions/esri.Polygon"
97
+ },
98
+ {
99
+ "$ref": "#/definitions/esri.Polyline"
100
+ },
101
+ {
102
+ "$ref": "#/definitions/esri.Mesh"
65
103
  },
66
104
  {
67
105
  "$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
@@ -235,7 +273,7 @@
235
273
  "type": "string"
236
274
  },
237
275
  "domain": {
238
- "$ref": "#/definitions/esri.rest-api.DomainJson.DomainJson",
276
+ "$ref": "#/definitions/DomainJson",
239
277
  "description": "A domain object that provides the attribute domain information for the field, if a domain exists."
240
278
  },
241
279
  "editable": {
@@ -259,8 +297,12 @@
259
297
  "type": "boolean"
260
298
  },
261
299
  "type": {
262
- "$ref": "#/definitions/esri.rest-api.FieldJson.FieldJsonType",
300
+ "$ref": "FieldJsonType",
263
301
  "description": "Type of the Field. See {@link FieldJsonType}."
302
+ },
303
+ "visible": {
304
+ "description": "<not in spec>.",
305
+ "type": "boolean"
264
306
  }
265
307
  },
266
308
  "type": "object"
@@ -414,7 +456,7 @@
414
456
  "type": "array"
415
457
  },
416
458
  "geometryType": {
417
- "$ref": "#/definitions/esri.rest-api.GeometryJson.GeometryJsonType",
459
+ "$ref": "esri.rest-api.GeometryJson.GeometryJsonType",
418
460
  "description": "See {@link data /Schema!Schema.geometryType}."
419
461
  },
420
462
  "primaryKeyField": {
@@ -579,6 +621,48 @@
579
621
  ],
580
622
  "type": "object"
581
623
  },
624
+ "DataSourceJson": {
625
+ "anyOf": [
626
+ {
627
+ "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.JoinTableDataSourceJson"
628
+ },
629
+ {
630
+ "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.QueryTableDataSourceJson"
631
+ },
632
+ {
633
+ "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.RasterDataSourceJson"
634
+ },
635
+ {
636
+ "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.TableDataSourceJson"
637
+ }
638
+ ],
639
+ "description": "This object applies if the layerDefinition source is set to DynamicDataLayer. See {@link https://developers.arcgis.com/web-map-specification/objects/dataSource/} {@link https://developers.arcgis.com/web-scene-specification/objects/dataSource/}."
640
+ },
641
+ "DomainJson": {
642
+ "anyOf": [
643
+ {
644
+ "$ref": "#/definitions/esri.rest-api.DomainJson.CodedValueDomainJson"
645
+ },
646
+ {
647
+ "$ref": "#/definitions/esri.rest-api.DomainJson.InheritedDomainJson"
648
+ },
649
+ {
650
+ "$ref": "#/definitions/esri.rest-api.DomainJson.RangeDomainJson"
651
+ }
652
+ ],
653
+ "description": "A domain specifies the set of valid values for a field.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/domain/} {@link https://developers.arcgis.com/web-scene-specification/objects/domain/}."
654
+ },
655
+ "EdgesJson": {
656
+ "anyOf": [
657
+ {
658
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.SketchEdgesJson"
659
+ },
660
+ {
661
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.SolidEdgesJson"
662
+ }
663
+ ],
664
+ "description": "Edges describe additional styles applied to visually important edges of 3D objects."
665
+ },
582
666
  "EffectFunctionJson": {
583
667
  "anyOf": [
584
668
  {
@@ -617,6 +701,23 @@
617
701
  ],
618
702
  "description": "Effect functions that can be combined to build a layer effect."
619
703
  },
704
+ "EffectJson": {
705
+ "anyOf": [
706
+ {
707
+ "items": {
708
+ "$ref": "#/definitions/esri.rest-api.LayerJson.ScaleDependentEffectJson"
709
+ },
710
+ "type": "array"
711
+ },
712
+ {
713
+ "items": {
714
+ "$ref": "#/definitions/EffectFunctionJson"
715
+ },
716
+ "type": "array"
717
+ }
718
+ ],
719
+ "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
720
+ },
620
721
  "Error": {
621
722
  "additionalProperties": false,
622
723
  "properties": {
@@ -637,6 +738,28 @@
637
738
  ],
638
739
  "type": "object"
639
740
  },
741
+ "FeatureReductionJson": {
742
+ "anyOf": [
743
+ {
744
+ "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.FeatureReductionClusterJson"
745
+ },
746
+ {
747
+ "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.FeatureReductionSelectionJson"
748
+ }
749
+ ],
750
+ "description": "Feature reductions declutter the screen by hiding features that would otherwise intersect with other features on screen."
751
+ },
752
+ "FilterModeJson": {
753
+ "anyOf": [
754
+ {
755
+ "$ref": "#/definitions/esri.rest-api.BuildingSceneLayerJson.FilterModeSolidJson"
756
+ },
757
+ {
758
+ "$ref": "#/definitions/esri.rest-api.BuildingSceneLayerJson.FilterModeWireFrameJson"
759
+ }
760
+ ],
761
+ "description": "Filter mode represents the way elements draw when participating in a filter block."
762
+ },
640
763
  "GeolocateAccuracyChangedEventArgs": {
641
764
  "additionalProperties": false,
642
765
  "description": "Arguments for the \"geolocation.accuracy-changed\" event.",
@@ -676,6 +799,26 @@
676
799
  ],
677
800
  "type": "object"
678
801
  },
802
+ "GeometryJson": {
803
+ "anyOf": [
804
+ {
805
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
806
+ },
807
+ {
808
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.MultipointJson"
809
+ },
810
+ {
811
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.PolylineJson"
812
+ },
813
+ {
814
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.PolygonJson"
815
+ },
816
+ {
817
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
818
+ }
819
+ ],
820
+ "description": "A geometry as defined in the ArcGIS REST and web map specifications.\n\nSee {@link http://resources.arcgis.com/en/help/rest/apiref/geometry.html}. See {@link https://developers.arcgis.com/web-map-specification/objects/geometry/} {@link https://developers.arcgis.com/web-map-specification/objects/geometryType/}."
821
+ },
679
822
  "GeometryLike": {
680
823
  "anyOf": [
681
824
  {
@@ -710,7 +853,22 @@
710
853
  "type": "array"
711
854
  },
712
855
  {
713
- "$ref": "#/definitions/esri.Geometry"
856
+ "$ref": "#/definitions/esri.Extent"
857
+ },
858
+ {
859
+ "$ref": "#/definitions/esri.Multipoint"
860
+ },
861
+ {
862
+ "$ref": "#/definitions/esri.Point"
863
+ },
864
+ {
865
+ "$ref": "#/definitions/esri.Polygon"
866
+ },
867
+ {
868
+ "$ref": "#/definitions/esri.Polyline"
869
+ },
870
+ {
871
+ "$ref": "#/definitions/esri.Mesh"
714
872
  },
715
873
  {
716
874
  "$ref": "#/definitions/esri.rest-api.FeatureJson.FeatureJson"
@@ -750,7 +908,22 @@
750
908
  "items": {
751
909
  "anyOf": [
752
910
  {
753
- "$ref": "#/definitions/esri.Geometry"
911
+ "$ref": "#/definitions/esri.Extent"
912
+ },
913
+ {
914
+ "$ref": "#/definitions/esri.Multipoint"
915
+ },
916
+ {
917
+ "$ref": "#/definitions/esri.Point"
918
+ },
919
+ {
920
+ "$ref": "#/definitions/esri.Polygon"
921
+ },
922
+ {
923
+ "$ref": "#/definitions/esri.Polyline"
924
+ },
925
+ {
926
+ "$ref": "#/definitions/esri.Mesh"
754
927
  },
755
928
  {
756
929
  "$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
@@ -926,7 +1099,7 @@
926
1099
  "type": "number"
927
1100
  },
928
1101
  "geometry": {
929
- "$ref": "#/definitions/esri.Geometry",
1102
+ "$ref": "#/definitions/@arcgis.core.unionTypes.GeometryUnion",
930
1103
  "description": "The location of the Marker."
931
1104
  },
932
1105
  "heading": {
@@ -1035,22 +1208,22 @@
1035
1208
  "MarkerSymbolConfig": {
1036
1209
  "anyOf": [
1037
1210
  {
1038
- "$ref": "#/definitions/esri.rest-api.SymbolJson.PictureMarkerSymbolJson"
1211
+ "$ref": "#/definitions/esri.PictureMarkerSymbol"
1039
1212
  },
1040
1213
  {
1041
- "$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleMarkerSymbolJson"
1214
+ "$ref": "#/definitions/esri.SimpleMarkerSymbol"
1042
1215
  },
1043
1216
  {
1044
- "$ref": "#/definitions/esri.rest-api.SymbolJson.TextSymbolJson"
1217
+ "$ref": "#/definitions/esri.TextSymbol"
1045
1218
  },
1046
1219
  {
1047
- "$ref": "#/definitions/esri.SimpleMarkerSymbol"
1220
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.PictureMarkerSymbolJson"
1048
1221
  },
1049
1222
  {
1050
- "$ref": "#/definitions/esri.PictureMarkerSymbol"
1223
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleMarkerSymbolJson"
1051
1224
  },
1052
1225
  {
1053
- "$ref": "#/definitions/esri.TextSymbol"
1226
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.TextSymbolJson"
1054
1227
  }
1055
1228
  ],
1056
1229
  "description": "Symbols that can be used for location markers."
@@ -1288,6 +1461,47 @@
1288
1461
  ],
1289
1462
  "type": "object"
1290
1463
  },
1464
+ "RendererJson": {
1465
+ "anyOf": [
1466
+ {
1467
+ "$ref": "#/definitions/esri.rest-api.RendererJson.ClassBreaksRendererJson"
1468
+ },
1469
+ {
1470
+ "$ref": "#/definitions/esri.rest-api.RendererJson.HeatmapRendererJson"
1471
+ },
1472
+ {
1473
+ "$ref": "#/definitions/esri.rest-api.RendererJson.PointCloudClassBreaksRendererJson"
1474
+ },
1475
+ {
1476
+ "$ref": "#/definitions/esri.rest-api.RendererJson.PointCloudRGBRendererJson"
1477
+ },
1478
+ {
1479
+ "$ref": "#/definitions/esri.rest-api.RendererJson.PointCloudStretchRendererJson"
1480
+ },
1481
+ {
1482
+ "$ref": "#/definitions/esri.rest-api.RendererJson.PointCloudUniqueValueRendererJson"
1483
+ },
1484
+ {
1485
+ "$ref": "#/definitions/esri.rest-api.RendererJson.PredominanceRendererJson"
1486
+ },
1487
+ {
1488
+ "$ref": "#/definitions/esri.rest-api.RendererJson.SimpleRendererJson"
1489
+ },
1490
+ {
1491
+ "$ref": "#/definitions/esri.rest-api.RendererJson.TemporalRendererJson"
1492
+ },
1493
+ {
1494
+ "$ref": "#/definitions/esri.rest-api.RendererJson.UniqueValueFromStyleRendererJson"
1495
+ },
1496
+ {
1497
+ "$ref": "#/definitions/esri.rest-api.RendererJson.UniqueValueRendererJson"
1498
+ },
1499
+ {
1500
+ "$ref": "#/definitions/esri.rest-api.RendererJson.VectorFieldRendererJson"
1501
+ }
1502
+ ],
1503
+ "description": "A renderer.\n\nPart of the ArcGIS REST API (see http://resources.arcgis.com/en/help/rest/apiref/renderer.html)."
1504
+ },
1291
1505
  "ReportErrorEventArgs": {
1292
1506
  "additionalProperties": false,
1293
1507
  "description": "Arguments for the reports.report-error event.",
@@ -1495,6 +1709,58 @@
1495
1709
  ],
1496
1710
  "type": "object"
1497
1711
  },
1712
+ "Symbol2DJson": {
1713
+ "anyOf": [
1714
+ {
1715
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolJson"
1716
+ },
1717
+ {
1718
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.PictureFillSymbolJson"
1719
+ },
1720
+ {
1721
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.PictureMarkerSymbolJson"
1722
+ },
1723
+ {
1724
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleFillSymbolJson"
1725
+ },
1726
+ {
1727
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleLineSymbolJson"
1728
+ },
1729
+ {
1730
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleMarkerSymbolJson"
1731
+ },
1732
+ {
1733
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.TextSymbolJson"
1734
+ }
1735
+ ],
1736
+ "description": "Symbol types used in web maps."
1737
+ },
1738
+ "Symbol3DJson": {
1739
+ "anyOf": [
1740
+ {
1741
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolJson"
1742
+ },
1743
+ {
1744
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.LabelSymbol3DJson"
1745
+ },
1746
+ {
1747
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.LineSymbol3DJson"
1748
+ },
1749
+ {
1750
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.MeshSymbol3DJson"
1751
+ },
1752
+ {
1753
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.PointSymbol3DJson"
1754
+ },
1755
+ {
1756
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
1757
+ },
1758
+ {
1759
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.StyleSymbolReferenceJson"
1760
+ }
1761
+ ],
1762
+ "description": "Symbol types used in web scenes."
1763
+ },
1498
1764
  "TargetsResultsSetArgs": {
1499
1765
  "additionalProperties": false,
1500
1766
  "description": "Arguments for various commands that target a result set of features.",
@@ -1586,6 +1852,23 @@
1586
1852
  ],
1587
1853
  "type": "object"
1588
1854
  },
1855
+ "VisualVariableJson": {
1856
+ "anyOf": [
1857
+ {
1858
+ "$ref": "#/definitions/esri.rest-api.RendererJson.ColorInfoJson"
1859
+ },
1860
+ {
1861
+ "$ref": "#/definitions/esri.rest-api.RendererJson.SizeInfoJson"
1862
+ },
1863
+ {
1864
+ "$ref": "#/definitions/esri.rest-api.RendererJson.TransparencyInfoJson"
1865
+ },
1866
+ {
1867
+ "$ref": "#/definitions/esri.rest-api.RendererJson.RotationInfoJson"
1868
+ }
1869
+ ],
1870
+ "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/visualVariable/} {@link https://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
1871
+ },
1589
1872
  "WorkflowErrorEventArgs": {
1590
1873
  "additionalProperties": false,
1591
1874
  "description": "Arguments for the \"workflow.workflow-error\" event.",
@@ -1747,6 +2030,9 @@
1747
2030
  "esri.Content": {
1748
2031
  "$ref": "esri/popup/content/AttachmentsContent"
1749
2032
  },
2033
+ "esri.Extent": {
2034
+ "$ref": "esri/geometry/Extent"
2035
+ },
1750
2036
  "esri.FeatureSet": {
1751
2037
  "$ref": "esri/rest/support/FeatureSet"
1752
2038
  },
@@ -1756,21 +2042,30 @@
1756
2042
  "esri.Field": {
1757
2043
  "$ref": "esri/layers/support/Field"
1758
2044
  },
1759
- "esri.Geometry": {
1760
- "$ref": "esri/geometry/Geometry"
1761
- },
1762
2045
  "esri.Graphic": {
1763
2046
  "$ref": "esri/Graphic"
1764
2047
  },
1765
2048
  "esri.Layer": {
1766
2049
  "$ref": "esri/layers/Layer"
1767
2050
  },
2051
+ "esri.Mesh": {
2052
+ "$ref": "esri/geometry/Mesh"
2053
+ },
2054
+ "esri.Multipoint": {
2055
+ "$ref": "esri/geometry/Multipoint"
2056
+ },
1768
2057
  "esri.PictureMarkerSymbol": {
1769
2058
  "$ref": "esri/symbols/PictureMarkerSymbol"
1770
2059
  },
1771
2060
  "esri.Point": {
1772
2061
  "$ref": "esri/geometry/Point"
1773
2062
  },
2063
+ "esri.Polygon": {
2064
+ "$ref": "esri/geometry/Polygon"
2065
+ },
2066
+ "esri.Polyline": {
2067
+ "$ref": "esri/geometry/Polyline"
2068
+ },
1774
2069
  "esri.PopupTemplate": {
1775
2070
  "$ref": "esri/PopupTemplate"
1776
2071
  },
@@ -1832,7 +2127,7 @@
1832
2127
  "type": "boolean"
1833
2128
  },
1834
2129
  "effect": {
1835
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
2130
+ "$ref": "#/definitions/EffectJson",
1836
2131
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
1837
2132
  },
1838
2133
  "enableEditing": {
@@ -1853,8 +2148,13 @@
1853
2148
  "type": "string"
1854
2149
  },
1855
2150
  "listMode": {
1856
- "$ref": "esri.ListMode",
1857
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
2151
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
2152
+ "enum": [
2153
+ "hide",
2154
+ "hide-children",
2155
+ "show"
2156
+ ],
2157
+ "type": "string"
1858
2158
  },
1859
2159
  "maxScale": {
1860
2160
  "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.",
@@ -1997,7 +2297,7 @@
1997
2297
  "type": "string"
1998
2298
  },
1999
2299
  "effect": {
2000
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
2300
+ "$ref": "#/definitions/EffectJson",
2001
2301
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
2002
2302
  },
2003
2303
  "filters": {
@@ -2025,8 +2325,13 @@
2025
2325
  "type": "string"
2026
2326
  },
2027
2327
  "listMode": {
2028
- "$ref": "esri.ListMode",
2029
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
2328
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
2329
+ "enum": [
2330
+ "hide",
2331
+ "hide-children",
2332
+ "show"
2333
+ ],
2334
+ "type": "string"
2030
2335
  },
2031
2336
  "maxScale": {
2032
2337
  "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.",
@@ -2118,7 +2423,7 @@
2118
2423
  "type": "string"
2119
2424
  },
2120
2425
  "filterMode": {
2121
- "$ref": "#/definitions/esri.rest-api.BuildingSceneLayerJson.FilterModeJson",
2426
+ "$ref": "#/definitions/FilterModeJson",
2122
2427
  "description": "Filter mode defines how features are drawn. For example, the filter mode of a filter can be solid or wire frame."
2123
2428
  },
2124
2429
  "title": {
@@ -2161,17 +2466,6 @@
2161
2466
  ],
2162
2467
  "type": "object"
2163
2468
  },
2164
- "esri.rest-api.BuildingSceneLayerJson.FilterModeJson": {
2165
- "anyOf": [
2166
- {
2167
- "$ref": "#/definitions/esri.rest-api.BuildingSceneLayerJson.FilterModeSolidJson"
2168
- },
2169
- {
2170
- "$ref": "#/definitions/esri.rest-api.BuildingSceneLayerJson.FilterModeWireFrameJson"
2171
- }
2172
- ],
2173
- "description": "Filter mode represents the way elements draw when participating in a filter block."
2174
- },
2175
2469
  "esri.rest-api.BuildingSceneLayerJson.FilterModeSolidJson": {
2176
2470
  "additionalProperties": false,
2177
2471
  "description": "Draw elements of this filter block in solid mode. This mode does not change the display of features.",
@@ -2192,7 +2486,7 @@
2192
2486
  "description": "Draw elements of this filter block in wireframe mode. This mode draws only the edges of the features with the specified edge style.",
2193
2487
  "properties": {
2194
2488
  "edges": {
2195
- "$ref": "#/definitions/esri.rest-api.SymbolJson.EdgesJson",
2489
+ "$ref": "#/definitions/EdgesJson",
2196
2490
  "description": "A size in points by which to extend edges beyond their original end points."
2197
2491
  },
2198
2492
  "type": {
@@ -2223,8 +2517,13 @@
2223
2517
  "description": "Additional properties that can define drawing information and a definition expression for the sublayer. See layerDefinition properties table."
2224
2518
  },
2225
2519
  "listMode": {
2226
- "$ref": "esri.ListMode",
2227
- "description": "To show or hide the sublayer in the layer list. If property is present, must be one of the following values: show, hide."
2520
+ "description": "To show or hide the sublayer in the layer list. If property is present, must be one of the following values: show, hide.",
2521
+ "enum": [
2522
+ "hide",
2523
+ "hide-children",
2524
+ "show"
2525
+ ],
2526
+ "type": "string"
2228
2527
  },
2229
2528
  "opacity": {
2230
2529
  "description": "The degree of transparency applied to the sublayer on the client side, where 0 is full transparency and 1 is no transparency. This is multiplied with the opacity of the containing layers.",
@@ -2295,7 +2594,7 @@
2295
2594
  "type": "boolean"
2296
2595
  },
2297
2596
  "effect": {
2298
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
2597
+ "$ref": "#/definitions/EffectJson",
2299
2598
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
2300
2599
  },
2301
2600
  "id": {
@@ -2316,8 +2615,13 @@
2316
2615
  "type": "string"
2317
2616
  },
2318
2617
  "listMode": {
2319
- "$ref": "esri.ListMode",
2320
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
2618
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
2619
+ "enum": [
2620
+ "hide",
2621
+ "hide-children",
2622
+ "show"
2623
+ ],
2624
+ "type": "string"
2321
2625
  },
2322
2626
  "locationInfo": {
2323
2627
  "$ref": "#/definitions/esri.rest-api.CSVLayerJson.LocationInfoJson",
@@ -2522,20 +2826,6 @@
2522
2826
  ],
2523
2827
  "type": "object"
2524
2828
  },
2525
- "esri.rest-api.DomainJson.DomainJson": {
2526
- "anyOf": [
2527
- {
2528
- "$ref": "#/definitions/esri.rest-api.DomainJson.CodedValueDomainJson"
2529
- },
2530
- {
2531
- "$ref": "#/definitions/esri.rest-api.DomainJson.InheritedDomainJson"
2532
- },
2533
- {
2534
- "$ref": "#/definitions/esri.rest-api.DomainJson.RangeDomainJson"
2535
- }
2536
- ],
2537
- "description": "A domain specifies the set of valid values for a field.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/domain/} {@link https://developers.arcgis.com/web-scene-specification/objects/domain/}."
2538
- },
2539
2829
  "esri.rest-api.DomainJson.InheritedDomainJson": {
2540
2830
  "additionalProperties": false,
2541
2831
  "description": "This domain applies to domains on subtypes. It implies that the domain for a field at the subtype level is the same as the domain for the field at the layer level. See {@link https://developers.arcgis.com/web-map-specification/objects/inherited_domain/} {@link https://developers.arcgis.com/web-scene-specification/objects/inherited_domain/}.",
@@ -2602,7 +2892,7 @@
2602
2892
  "type": "array"
2603
2893
  },
2604
2894
  "renderer": {
2605
- "$ref": "#/definitions/esri.rest-api.RendererJson.RendererJson",
2895
+ "$ref": "#/definitions/RendererJson",
2606
2896
  "description": "A renderer object that provides the symbology for the layer."
2607
2897
  },
2608
2898
  "scaleSymbols": {
@@ -2823,7 +3113,7 @@
2823
3113
  "description": "The feature attributes. It is a JSON object that contains a dictionary of name-value pairs. The names are the feature field names. The values are the field values and they can be any of the standard JSON types - string, number and boolean. Note that date values are encoded as numbers. The number represents the number of milliseconds since epoch (January 1,\n1970) in UTC."
2824
3114
  },
2825
3115
  "geometry": {
2826
- "$ref": "#/definitions/esri.rest-api.GeometryJson.GeometryJson",
3116
+ "$ref": "#/definitions/GeometryJson",
2827
3117
  "description": "The feature geometry."
2828
3118
  },
2829
3119
  "popupInfo": {
@@ -2894,7 +3184,7 @@
2894
3184
  "type": "boolean"
2895
3185
  },
2896
3186
  "effect": {
2897
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
3187
+ "$ref": "#/definitions/EffectJson",
2898
3188
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
2899
3189
  },
2900
3190
  "featureCollection": {
@@ -2932,8 +3222,13 @@
2932
3222
  "type": "string"
2933
3223
  },
2934
3224
  "listMode": {
2935
- "$ref": "esri.ListMode",
2936
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
3225
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
3226
+ "enum": [
3227
+ "hide",
3228
+ "hide-children",
3229
+ "show"
3230
+ ],
3231
+ "type": "string"
2937
3232
  },
2938
3233
  "maxScale": {
2939
3234
  "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.",
@@ -2984,6 +3279,10 @@
2984
3279
  "number"
2985
3280
  ]
2986
3281
  },
3282
+ "timeAnimation": {
3283
+ "description": "Indicates whether to disable time animation if the layer supports it.",
3284
+ "type": "boolean"
3285
+ },
2987
3286
  "title": {
2988
3287
  "description": "A user-friendly title for the layer that can be used in a table of contents. If this is not included, then a title is derived from the service.",
2989
3288
  "type": "string"
@@ -3035,8 +3334,12 @@
3035
3334
  "type": "array"
3036
3335
  },
3037
3336
  "geometryType": {
3038
- "$ref": "#/definitions/esri.rest-api.GeometryJson.GeometryJsonType",
3337
+ "$ref": "esri.rest-api.GeometryJson.GeometryJsonType",
3039
3338
  "description": "One of the GeometryType constants. See Geometry.GeometryJsonType."
3339
+ },
3340
+ "spatialReference": {
3341
+ "$ref": "#/definitions/esri.rest-api.SpatialReferenceJson.SpatialReferenceJson",
3342
+ "description": "<not in spec>."
3040
3343
  }
3041
3344
  },
3042
3345
  "required": [
@@ -3054,7 +3357,7 @@
3054
3357
  "type": "string"
3055
3358
  },
3056
3359
  "domain": {
3057
- "$ref": "#/definitions/esri.rest-api.DomainJson.DomainJson",
3360
+ "$ref": "#/definitions/DomainJson",
3058
3361
  "description": "A domain object that provides the attribute domain information for the field, if a domain exists."
3059
3362
  },
3060
3363
  "editable": {
@@ -3078,8 +3381,12 @@
3078
3381
  "type": "boolean"
3079
3382
  },
3080
3383
  "type": {
3081
- "$ref": "#/definitions/esri.rest-api.FieldJson.FieldJsonType",
3384
+ "$ref": "FieldJsonType",
3082
3385
  "description": "Type of the Field. See {@link FieldJsonType}."
3386
+ },
3387
+ "visible": {
3388
+ "description": "<not in spec>.",
3389
+ "type": "boolean"
3083
3390
  }
3084
3391
  },
3085
3392
  "required": [
@@ -3087,29 +3394,6 @@
3087
3394
  ],
3088
3395
  "type": "object"
3089
3396
  },
3090
- "esri.rest-api.FieldJson.FieldJsonType": {
3091
- "description": "The type of the Field.",
3092
- "enum": [
3093
- "esriFieldTypeBigInteger",
3094
- "esriFieldTypeBlob",
3095
- "esriFieldTypeDate",
3096
- "esriFieldTypeDateOnly",
3097
- "esriFieldTypeDouble",
3098
- "esriFieldTypeGUID",
3099
- "esriFieldTypeGeometry",
3100
- "esriFieldTypeGlobalID",
3101
- "esriFieldTypeInteger",
3102
- "esriFieldTypeOID",
3103
- "esriFieldTypeRaster",
3104
- "esriFieldTypeSingle",
3105
- "esriFieldTypeSmallInteger",
3106
- "esriFieldTypeString",
3107
- "esriFieldTypeTimeOnly",
3108
- "esriFieldTypeTimestampOffset",
3109
- "esriFieldTypeXML"
3110
- ],
3111
- "type": "string"
3112
- },
3113
3397
  "esri.rest-api.FormInfoJson.FormAttachmentElementJson": {
3114
3398
  "additionalProperties": false,
3115
3399
  "description": "Defines how one or more attachments can participate in the form. When present in the form, the user has the ability to upload an attachment specific to the form element. See {@link https://developers.arcgis.com/web-map-specification/objects/formAttachmentElement/}.",
@@ -3255,7 +3539,7 @@
3255
3539
  "type": "string"
3256
3540
  },
3257
3541
  "domain": {
3258
- "$ref": "#/definitions/esri.rest-api.DomainJson.DomainJson",
3542
+ "$ref": "#/definitions/DomainJson",
3259
3543
  "description": "The domain to apply to this field. If defined, it takes precedence over domains defined in field, type, or subtype."
3260
3544
  },
3261
3545
  "editable": {
@@ -3593,7 +3877,7 @@
3593
3877
  "type": "boolean"
3594
3878
  },
3595
3879
  "effect": {
3596
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
3880
+ "$ref": "#/definitions/EffectJson",
3597
3881
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
3598
3882
  },
3599
3883
  "id": {
@@ -3610,8 +3894,13 @@
3610
3894
  "type": "string"
3611
3895
  },
3612
3896
  "listMode": {
3613
- "$ref": "esri.ListMode",
3614
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
3897
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
3898
+ "enum": [
3899
+ "hide",
3900
+ "hide-children",
3901
+ "show"
3902
+ ],
3903
+ "type": "string"
3615
3904
  },
3616
3905
  "maxScale": {
3617
3906
  "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.",
@@ -3719,7 +4008,7 @@
3719
4008
  "type": "string"
3720
4009
  },
3721
4010
  "effect": {
3722
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
4011
+ "$ref": "#/definitions/EffectJson",
3723
4012
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
3724
4013
  },
3725
4014
  "id": {
@@ -3736,8 +4025,13 @@
3736
4025
  "description": "Defined by the GeoRSS to JSON request service. If the GeoRSS feed does not have lines, this property is not added to the layer JSON."
3737
4026
  },
3738
4027
  "listMode": {
3739
- "$ref": "esri.ListMode",
3740
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
4028
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
4029
+ "enum": [
4030
+ "hide",
4031
+ "hide-children",
4032
+ "show"
4033
+ ],
4034
+ "type": "string"
3741
4035
  },
3742
4036
  "maxScale": {
3743
4037
  "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.",
@@ -3826,37 +4120,6 @@
3826
4120
  },
3827
4121
  "type": "object"
3828
4122
  },
3829
- "esri.rest-api.GeometryJson.GeometryJson": {
3830
- "anyOf": [
3831
- {
3832
- "$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
3833
- },
3834
- {
3835
- "$ref": "#/definitions/esri.rest-api.GeometryJson.MultipointJson"
3836
- },
3837
- {
3838
- "$ref": "#/definitions/esri.rest-api.GeometryJson.PolylineJson"
3839
- },
3840
- {
3841
- "$ref": "#/definitions/esri.rest-api.GeometryJson.PolygonJson"
3842
- },
3843
- {
3844
- "$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
3845
- }
3846
- ],
3847
- "description": "A geometry as defined in the ArcGIS REST and web map specifications.\n\nSee {@link http://resources.arcgis.com/en/help/rest/apiref/geometry.html}. See {@link https://developers.arcgis.com/web-map-specification/objects/geometry/} {@link https://developers.arcgis.com/web-map-specification/objects/geometryType/}."
3848
- },
3849
- "esri.rest-api.GeometryJson.GeometryJsonType": {
3850
- "description": "Types of geometry. Geometry JSON objects don't reference these types, but they appear within services to describe the type of geometries in layers.",
3851
- "enum": [
3852
- "esriGeometryEnvelope",
3853
- "esriGeometryMultipoint",
3854
- "esriGeometryPoint",
3855
- "esriGeometryPolygon",
3856
- "esriGeometryPolyline"
3857
- ],
3858
- "type": "string"
3859
- },
3860
4123
  "esri.rest-api.GeometryJson.MultipointJson": {
3861
4124
  "additionalProperties": false,
3862
4125
  "description": "Contains an array of points, along with a spatial reference field. See {@link https://developers.arcgis.com/web-map-specification/objects/multipoint_geometry/} {@link https://developers.arcgis.com/web-scene-specification/objects/multipoint_geometry/}.",
@@ -4041,7 +4304,7 @@
4041
4304
  "type": "string"
4042
4305
  },
4043
4306
  "effect": {
4044
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
4307
+ "$ref": "#/definitions/EffectJson",
4045
4308
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
4046
4309
  },
4047
4310
  "id": {
@@ -4061,8 +4324,13 @@
4061
4324
  "type": "array"
4062
4325
  },
4063
4326
  "listMode": {
4064
- "$ref": "esri.ListMode",
4065
- "description": "To show or hide the group layer in the layer list. See {@link support /esri!ListMode}."
4327
+ "description": "To show or hide the group layer in the layer list. See {@link support /esri!ListMode}.",
4328
+ "enum": [
4329
+ "hide",
4330
+ "hide-children",
4331
+ "show"
4332
+ ],
4333
+ "type": "string"
4066
4334
  },
4067
4335
  "maxScale": {
4068
4336
  "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.",
@@ -4185,7 +4453,7 @@
4185
4453
  "description": "Stores interactive filters."
4186
4454
  },
4187
4455
  "effect": {
4188
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
4456
+ "$ref": "#/definitions/EffectJson",
4189
4457
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
4190
4458
  },
4191
4459
  "format": {
@@ -4234,8 +4502,13 @@
4234
4502
  "type": "string"
4235
4503
  },
4236
4504
  "listMode": {
4237
- "$ref": "esri.ListMode",
4238
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
4505
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
4506
+ "enum": [
4507
+ "hide",
4508
+ "hide-children",
4509
+ "show"
4510
+ ],
4511
+ "type": "string"
4239
4512
  },
4240
4513
  "maxScale": {
4241
4514
  "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.",
@@ -4408,7 +4681,7 @@
4408
4681
  "type": "boolean"
4409
4682
  },
4410
4683
  "effect": {
4411
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
4684
+ "$ref": "#/definitions/EffectJson",
4412
4685
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
4413
4686
  },
4414
4687
  "id": {
@@ -4433,8 +4706,13 @@
4433
4706
  "type": "string"
4434
4707
  },
4435
4708
  "listMode": {
4436
- "$ref": "esri.ListMode",
4437
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
4709
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
4710
+ "enum": [
4711
+ "hide",
4712
+ "hide-children",
4713
+ "show"
4714
+ ],
4715
+ "type": "string"
4438
4716
  },
4439
4717
  "maxScale": {
4440
4718
  "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.",
@@ -4540,7 +4818,7 @@
4540
4818
  "type": "string"
4541
4819
  },
4542
4820
  "effect": {
4543
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
4821
+ "$ref": "#/definitions/EffectJson",
4544
4822
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
4545
4823
  },
4546
4824
  "id": {
@@ -4557,8 +4835,13 @@
4557
4835
  "type": "string"
4558
4836
  },
4559
4837
  "listMode": {
4560
- "$ref": "esri.ListMode",
4561
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
4838
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
4839
+ "enum": [
4840
+ "hide",
4841
+ "hide-children",
4842
+ "show"
4843
+ ],
4844
+ "type": "string"
4562
4845
  },
4563
4846
  "maxScale": {
4564
4847
  "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.",
@@ -4654,7 +4937,7 @@
4654
4937
  "type": "string"
4655
4938
  },
4656
4939
  "effect": {
4657
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
4940
+ "$ref": "#/definitions/EffectJson",
4658
4941
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
4659
4942
  },
4660
4943
  "id": {
@@ -4671,8 +4954,13 @@
4671
4954
  "type": "string"
4672
4955
  },
4673
4956
  "listMode": {
4674
- "$ref": "esri.ListMode",
4675
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
4957
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
4958
+ "enum": [
4959
+ "hide",
4960
+ "hide-children",
4961
+ "show"
4962
+ ],
4963
+ "type": "string"
4676
4964
  },
4677
4965
  "maxScale": {
4678
4966
  "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.",
@@ -4733,29 +5021,12 @@
4733
5021
  ],
4734
5022
  "type": "object"
4735
5023
  },
4736
- "esri.rest-api.LayerDefinitionJson.DataSourceJson": {
4737
- "anyOf": [
4738
- {
4739
- "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.JoinTableDataSourceJson"
4740
- },
4741
- {
4742
- "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.QueryTableDataSourceJson"
4743
- },
4744
- {
4745
- "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.RasterDataSourceJson"
4746
- },
4747
- {
4748
- "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.TableDataSourceJson"
4749
- }
4750
- ],
4751
- "description": "This object applies if the layerDefinition source is set to DynamicDataLayer. See {@link https://developers.arcgis.com/web-map-specification/objects/dataSource/} {@link https://developers.arcgis.com/web-scene-specification/objects/dataSource/}."
4752
- },
4753
5024
  "esri.rest-api.LayerDefinitionJson.DynamicDataLayerJson": {
4754
5025
  "additionalProperties": false,
4755
5026
  "description": "A dynamic data layer derived from a registered workspace. More information on this can be found in the ArcGIS REST API help. See {@link https://developers.arcgis.com/web-map-specification/objects/dynamicDataLayer_source/} {@link https://developers.arcgis.com/web-scene-specification/objects/dynamicDataLayer_source/}.",
4756
5027
  "properties": {
4757
5028
  "dataSource": {
4758
- "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.DataSourceJson",
5029
+ "$ref": "#/definitions/DataSourceJson",
4759
5030
  "description": "This object applies if the layerDefinition source is set to DynamicDataLayer. See {@link https://developers.arcgis.com/web-map-specification/objects/dataSource/} {@link https://developers.arcgis.com/web-scene-specification/objects/dataSource/}."
4760
5031
  },
4761
5032
  "fields": {
@@ -4811,7 +5082,7 @@
4811
5082
  "description": "Sets the offset distance, type and other parameters."
4812
5083
  },
4813
5084
  "mode": {
4814
- "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.ElevationModeJsonType",
5085
+ "$ref": "ElevationModeJsonType",
4815
5086
  "description": "Determines how the service elevation values are combined with the basemap elevation."
4816
5087
  },
4817
5088
  "offset": {
@@ -4825,16 +5096,6 @@
4825
5096
  },
4826
5097
  "type": "object"
4827
5098
  },
4828
- "esri.rest-api.LayerDefinitionJson.ElevationModeJsonType": {
4829
- "description": "Defines how the graphic is placed with respect to the terrain surface.",
4830
- "enum": [
4831
- "absoluteHeight",
4832
- "onTheGround",
4833
- "relativeToGround",
4834
- "relativeToScene"
4835
- ],
4836
- "type": "string"
4837
- },
4838
5099
  "esri.rest-api.LayerDefinitionJson.FeatureExpressionInfoJson": {
4839
5100
  "additionalProperties": false,
4840
5101
  "description": "An object that defines an expression for per-feature elevation. If not set, geometry.z values are used for elevation. Unit is applied to the resulting expression value.",
@@ -4893,17 +5154,6 @@
4893
5154
  ],
4894
5155
  "type": "object"
4895
5156
  },
4896
- "esri.rest-api.LayerDefinitionJson.FeatureReductionJson": {
4897
- "anyOf": [
4898
- {
4899
- "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.FeatureReductionClusterJson"
4900
- },
4901
- {
4902
- "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.FeatureReductionSelectionJson"
4903
- }
4904
- ],
4905
- "description": "Feature reductions declutter the screen by hiding features that would otherwise intersect with other features on screen."
4906
- },
4907
5157
  "esri.rest-api.LayerDefinitionJson.FeatureReductionSelectionJson": {
4908
5158
  "additionalProperties": false,
4909
5159
  "description": "Feature reduction of type selection declutters the screen by hiding features that would otherwise intersect with other features on screen. The default behavior of this feature reduction type is to select features by depth order, i.e. hide all features that would otherwise be overlapped by at least one other feature which is closer to the viewer.",
@@ -4938,20 +5188,12 @@
4938
5188
  },
4939
5189
  "type": "object"
4940
5190
  },
4941
- "esri.rest-api.LayerDefinitionJson.JoinJsonType": {
4942
- "description": "The type of the JoinTableDataSource.",
4943
- "enum": [
4944
- "esriLeftInnerJoin",
4945
- "esriLeftOuterJoin"
4946
- ],
4947
- "type": "string"
4948
- },
4949
5191
  "esri.rest-api.LayerDefinitionJson.JoinTableDataSourceJson": {
4950
5192
  "additionalProperties": false,
4951
5193
  "description": "Join Table data source is the result of a join operation. Nested joins are supported. To use nested joins, set either leftTableSource or rightTableSource to be a joinTable. See {@link https://developers.arcgis.com/web-map-specification/objects/joinTableDataSource/} {@link https://developers.arcgis.com/web-scene-specification/objects/joinTableDataSource/}.",
4952
5194
  "properties": {
4953
5195
  "joinType": {
4954
- "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.JoinJsonType",
5196
+ "$ref": "JoinJsonType",
4955
5197
  "description": "The type of join (left outer or left inner)."
4956
5198
  },
4957
5199
  "leftTableKey": {
@@ -5052,7 +5294,7 @@
5052
5294
  "description": "The rectangular map extent that should be requested from the service, given in the format [[xmin, ymin],[xmax,ymax]]."
5053
5295
  },
5054
5296
  "featureReduction": {
5055
- "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.FeatureReductionJson",
5297
+ "$ref": "#/definitions/FeatureReductionJson",
5056
5298
  "description": "Feature reductions declutter the screen by hiding features that would otherwise intersect with other features on screen."
5057
5299
  },
5058
5300
  "fieldOverrides": {
@@ -5108,7 +5350,10 @@
5108
5350
  },
5109
5351
  "id": {
5110
5352
  "description": "The identifier assigned to the layer.",
5111
- "type": "string"
5353
+ "type": [
5354
+ "string",
5355
+ "number"
5356
+ ]
5112
5357
  },
5113
5358
  "isDataVersioned": {
5114
5359
  "description": "Boolean value indicating whether the data is versioned.",
@@ -5267,7 +5512,7 @@
5267
5512
  "type": "number"
5268
5513
  },
5269
5514
  "timeIntervalUnits": {
5270
- "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.TemporalUnitJsonType",
5515
+ "$ref": "TemporalUnitJsonType",
5271
5516
  "description": "Temporal unit in which the time interval is measured."
5272
5517
  },
5273
5518
  "timeReference": {
@@ -5449,23 +5694,6 @@
5449
5694
  ],
5450
5695
  "type": "object"
5451
5696
  },
5452
- "esri.rest-api.LayerDefinitionJson.TemporalUnitJsonType": {
5453
- "description": "Temporal units in which a time value can be measured.",
5454
- "enum": [
5455
- "esriTimeUnitsCenturies",
5456
- "esriTimeUnitsDays",
5457
- "esriTimeUnitsDecades",
5458
- "esriTimeUnitsHours",
5459
- "esriTimeUnitsMilliseconds",
5460
- "esriTimeUnitsMinutes",
5461
- "esriTimeUnitsMonths",
5462
- "esriTimeUnitsSeconds",
5463
- "esriTimeUnitsUnknown",
5464
- "esriTimeUnitsWeeks",
5465
- "esriTimeUnitsYears"
5466
- ],
5467
- "type": "string"
5468
- },
5469
5697
  "esri.rest-api.LayerDefinitionJson.TimeInfoExportOptionsJson": {
5470
5698
  "additionalProperties": false,
5471
5699
  "description": "The default time-related export options for a layer. See https://developers.arcgis.com/web-map-specification/objects/timeInfoExportOptions/.",
@@ -5479,7 +5707,7 @@
5479
5707
  "type": "number"
5480
5708
  },
5481
5709
  "timeOffsetUnits": {
5482
- "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.TemporalUnitJsonType",
5710
+ "$ref": "TemporalUnitJsonType",
5483
5711
  "description": "Temporal unit in which the time offset is measured."
5484
5712
  },
5485
5713
  "useTime": {
@@ -5594,32 +5822,15 @@
5594
5822
  "description": "The distance of the shadow on the x-axis in points.",
5595
5823
  "type": "number"
5596
5824
  },
5597
- "yoffset": {
5598
- "description": "The distance of the shadow on the y-axis in points.",
5599
- "type": "number"
5600
- }
5601
- },
5602
- "required": [
5603
- "type"
5604
- ],
5605
- "type": "object"
5606
- },
5607
- "esri.rest-api.LayerJson.EffectJson": {
5608
- "anyOf": [
5609
- {
5610
- "items": {
5611
- "$ref": "#/definitions/esri.rest-api.LayerJson.ScaleDependentEffectJson"
5612
- },
5613
- "type": "array"
5614
- },
5615
- {
5616
- "items": {
5617
- "$ref": "#/definitions/EffectFunctionJson"
5618
- },
5619
- "type": "array"
5825
+ "yoffset": {
5826
+ "description": "The distance of the shadow on the y-axis in points.",
5827
+ "type": "number"
5620
5828
  }
5829
+ },
5830
+ "required": [
5831
+ "type"
5621
5832
  ],
5622
- "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
5833
+ "type": "object"
5623
5834
  },
5624
5835
  "esri.rest-api.LayerJson.GrayscaleEffectFunctionJson": {
5625
5836
  "additionalProperties": false,
@@ -5802,7 +6013,7 @@
5802
6013
  "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
5803
6014
  },
5804
6015
  "effect": {
5805
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
6016
+ "$ref": "#/definitions/EffectJson",
5806
6017
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
5807
6018
  },
5808
6019
  "id": {
@@ -5830,8 +6041,13 @@
5830
6041
  "type": "array"
5831
6042
  },
5832
6043
  "listMode": {
5833
- "$ref": "esri.ListMode",
5834
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
6044
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
6045
+ "enum": [
6046
+ "hide",
6047
+ "hide-children",
6048
+ "show"
6049
+ ],
6050
+ "type": "string"
5835
6051
  },
5836
6052
  "maxScale": {
5837
6053
  "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.",
@@ -6024,7 +6240,7 @@
6024
6240
  "type": "boolean"
6025
6241
  },
6026
6242
  "effect": {
6027
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
6243
+ "$ref": "#/definitions/EffectJson",
6028
6244
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
6029
6245
  },
6030
6246
  "id": {
@@ -6041,8 +6257,13 @@
6041
6257
  "type": "string"
6042
6258
  },
6043
6259
  "listMode": {
6044
- "$ref": "esri.ListMode",
6045
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
6260
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
6261
+ "enum": [
6262
+ "hide",
6263
+ "hide-children",
6264
+ "show"
6265
+ ],
6266
+ "type": "string"
6046
6267
  },
6047
6268
  "maxScale": {
6048
6269
  "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.",
@@ -6100,40 +6321,6 @@
6100
6321
  ],
6101
6322
  "type": "object"
6102
6323
  },
6103
- "esri.rest-api.PopupInfoJson.DateFormatJsonType": {
6104
- "description": "Possible date formats for {@link FormatJson.dateFormat}.",
6105
- "enum": [
6106
- "dayShortMonthYear",
6107
- "dayShortMonthYearLongTime",
6108
- "dayShortMonthYearLongTime24",
6109
- "dayShortMonthYearShortTime",
6110
- "dayShortMonthYearShortTime24",
6111
- "longDate",
6112
- "longDateLongTime",
6113
- "longDateLongTime24",
6114
- "longDateShortTime",
6115
- "longDateShortTime24",
6116
- "longMonthDayYear",
6117
- "longMonthDayYearLongTime",
6118
- "longMonthDayYearLongTime24",
6119
- "longMonthDayYearShortTime",
6120
- "longMonthDayYearShortTime24",
6121
- "longMonthYear",
6122
- "shortDate",
6123
- "shortDateLE",
6124
- "shortDateLELongTime",
6125
- "shortDateLELongTime24",
6126
- "shortDateLEShortTime",
6127
- "shortDateLEShortTime24",
6128
- "shortDateLongTime",
6129
- "shortDateLongTime24",
6130
- "shortDateShortTime",
6131
- "shortDateShortTime24",
6132
- "shortMonthYear",
6133
- "year"
6134
- ],
6135
- "type": "string"
6136
- },
6137
6324
  "esri.rest-api.PopupInfoJson.FieldInfoJson": {
6138
6325
  "additionalProperties": false,
6139
6326
  "description": "Defines how a field in the dataset participates (or does not participate) in a pop-up window.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/fieldInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/fieldInfo/}.",
@@ -6182,7 +6369,7 @@
6182
6369
  "description": "The format object can be used with numerical or date fields to provide more detail about how values should be displayed in web map pop-up windows.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/format/} {@link https://developers.arcgis.com/web-scene-specification/objects/format/}.",
6183
6370
  "properties": {
6184
6371
  "dateFormat": {
6185
- "$ref": "#/definitions/esri.rest-api.PopupInfoJson.DateFormatJsonType",
6372
+ "$ref": "DateFormatJsonType",
6186
6373
  "description": "A string used with date fields to specify how the date should appear in pop-up windows."
6187
6374
  },
6188
6375
  "digitSeparator": {
@@ -6447,7 +6634,7 @@
6447
6634
  "description": "The authoringInfo is an object containing metadata about the authoring process for creating a renderer object. This allows the authoring clients to save specific overridable settings so that next time it is accessed via the UI, their selections are remembered. Non-authoring clients should ignore it. In order to support the slider with color/size/transparency information, the selection of the various themes, classification, and additional properties are saved within this object.\n\nNote: The authoringInfo object is not required with a renderer. It is only used if rendering was generated using Map Viewer rendering tools.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/authoringInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/authoringInfo/}.",
6448
6635
  "properties": {
6449
6636
  "classificationMethod": {
6450
- "$ref": "#/definitions/esri.rest-api.RendererJson.ClassificationMethodJsonType",
6637
+ "$ref": "esri.rest-api.RendererJson.ClassificationMethodJsonType",
6451
6638
  "description": "Used for classed color or size. The default value is esriClassifyManual."
6452
6639
  },
6453
6640
  "colorRamp": {
@@ -6467,25 +6654,16 @@
6467
6654
  "type": "number"
6468
6655
  },
6469
6656
  "type": {
6470
- "$ref": "#/definitions/esri.rest-api.RendererJson.AuthoringInfoJsonType",
6657
+ "$ref": "AuthoringInfoJsonType",
6471
6658
  "description": "In case of classed renderers this is set to either classedSize or classedColor."
6472
6659
  },
6473
6660
  "visualVariables": {
6474
- "$ref": "#/definitions/esri.rest-api.RendererJson.VisualVariableJson",
6661
+ "$ref": "#/definitions/VisualVariableJson",
6475
6662
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity."
6476
6663
  }
6477
6664
  },
6478
6665
  "type": "object"
6479
6666
  },
6480
- "esri.rest-api.RendererJson.AuthoringInfoJsonType": {
6481
- "description": "The type of the AuthoringInfo.",
6482
- "enum": [
6483
- "classedColor",
6484
- "classedSize",
6485
- "predominance"
6486
- ],
6487
- "type": "string"
6488
- },
6489
6667
  "esri.rest-api.RendererJson.ClassBreakInfoJson": {
6490
6668
  "additionalProperties": false,
6491
6669
  "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/classBreakInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/classBreakInfo/}.",
@@ -6544,7 +6722,7 @@
6544
6722
  "type": "array"
6545
6723
  },
6546
6724
  "classificationMethod": {
6547
- "$ref": "#/definitions/esri.rest-api.RendererJson.ClassificationMethodJsonType",
6725
+ "$ref": "esri.rest-api.RendererJson.ClassificationMethodJsonType",
6548
6726
  "description": "Determines the classification method that was used to generate class breaks."
6549
6727
  },
6550
6728
  "defaultLabel": {
@@ -6585,7 +6763,7 @@
6585
6763
  "type": "string"
6586
6764
  },
6587
6765
  "rotationType": {
6588
- "$ref": "#/definitions/esri.rest-api.RendererJson.RotationJsonType",
6766
+ "$ref": "RotationJsonType",
6589
6767
  "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."
6590
6768
  },
6591
6769
  "type": {
@@ -6596,7 +6774,7 @@
6596
6774
  "visualVariables": {
6597
6775
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
6598
6776
  "items": {
6599
- "$ref": "#/definitions/esri.rest-api.RendererJson.VisualVariableJson"
6777
+ "$ref": "#/definitions/VisualVariableJson"
6600
6778
  },
6601
6779
  "type": "array"
6602
6780
  }
@@ -6609,18 +6787,6 @@
6609
6787
  ],
6610
6788
  "type": "object"
6611
6789
  },
6612
- "esri.rest-api.RendererJson.ClassificationMethodJsonType": {
6613
- "description": "The classification method for ClassBreaksRenderer.",
6614
- "enum": [
6615
- "esriClassifyEqualInterval",
6616
- "esriClassifyGeometricalInterval",
6617
- "esriClassifyManual",
6618
- "esriClassifyNaturalBreaks",
6619
- "esriClassifyQuantile",
6620
- "esriClassifyStandardDeviation"
6621
- ],
6622
- "type": "string"
6623
- },
6624
6790
  "esri.rest-api.RendererJson.ColorClassBreakInfoJson": {
6625
6791
  "additionalProperties": false,
6626
6792
  "description": "The classBreaksInfo object provides information about the class breaks associated with the renderer.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/colorClassBreakInfo/}.",
@@ -6655,8 +6821,11 @@
6655
6821
  "colors": {
6656
6822
  "description": "An array of colors that define the color ramp. Either colors or stops must be specified to construct the color ramp.",
6657
6823
  "items": {
6658
- "$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
6659
- "description": "Color is represented as a four-element array. The four elements represent values for red, green, blue, and alpha in that order. Values range from 0 through 255. If color is undefined for a symbol, the color value is null. See {@link https://developers.arcgis.com/web-map-specification/objects/color/} {@link https://developers.arcgis.com/web-scene-specification/objects/color/}."
6824
+ "description": "Color is represented as a four-element array. The four elements represent values for red, green, blue, and alpha in that order. Values range from 0 through 255. If color is undefined for a symbol, the color value is null. See {@link https://developers.arcgis.com/web-map-specification/objects/color/} {@link https://developers.arcgis.com/web-scene-specification/objects/color/}.",
6825
+ "items": {
6826
+ "type": "number"
6827
+ },
6828
+ "type": "array"
6660
6829
  },
6661
6830
  "type": "array"
6662
6831
  },
@@ -6862,7 +7031,7 @@
6862
7031
  "type": "string"
6863
7032
  },
6864
7033
  "rotationType": {
6865
- "$ref": "#/definitions/esri.rest-api.RendererJson.RotationJsonType",
7034
+ "$ref": "RotationJsonType",
6866
7035
  "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."
6867
7036
  },
6868
7037
  "type": {
@@ -6873,7 +7042,7 @@
6873
7042
  "visualVariables": {
6874
7043
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
6875
7044
  "items": {
6876
- "$ref": "#/definitions/esri.rest-api.RendererJson.VisualVariableJson"
7045
+ "$ref": "#/definitions/VisualVariableJson"
6877
7046
  },
6878
7047
  "type": "array"
6879
7048
  }
@@ -6883,17 +7052,6 @@
6883
7052
  ],
6884
7053
  "type": "object"
6885
7054
  },
6886
- "esri.rest-api.RendererJson.MagnitudeUnitJsonType": {
6887
- "description": "Units of magnitude.",
6888
- "enum": [
6889
- "esriFeetPerSecond",
6890
- "esriKilometersPerHour",
6891
- "esriKnots",
6892
- "esriMetersPerSecond",
6893
- "esriMilesPerHour"
6894
- ],
6895
- "type": "string"
6896
- },
6897
7055
  "esri.rest-api.RendererJson.PointCloudClassBreaksRendererJson": {
6898
7056
  "additionalProperties": false,
6899
7057
  "description": "PointCloudClassBreaksRenderer defines the color of each point in a PointCloudLayer based on the value of a numeric attribute. Colors are assigned based on classes or ranges of data. Each point is assigned a symbol based on the class break in which the value of the attribute falls.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudClassBreaksRenderer/}.",
@@ -6948,7 +7106,7 @@
6948
7106
  "type": "string"
6949
7107
  },
6950
7108
  "rotationType": {
6951
- "$ref": "#/definitions/esri.rest-api.RendererJson.RotationJsonType",
7109
+ "$ref": "RotationJsonType",
6952
7110
  "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."
6953
7111
  },
6954
7112
  "type": {
@@ -6959,7 +7117,7 @@
6959
7117
  "visualVariables": {
6960
7118
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
6961
7119
  "items": {
6962
- "$ref": "#/definitions/esri.rest-api.RendererJson.VisualVariableJson"
7120
+ "$ref": "#/definitions/VisualVariableJson"
6963
7121
  },
6964
7122
  "type": "array"
6965
7123
  }
@@ -7039,7 +7197,7 @@
7039
7197
  "type": "string"
7040
7198
  },
7041
7199
  "rotationType": {
7042
- "$ref": "#/definitions/esri.rest-api.RendererJson.RotationJsonType",
7200
+ "$ref": "RotationJsonType",
7043
7201
  "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."
7044
7202
  },
7045
7203
  "type": {
@@ -7050,7 +7208,7 @@
7050
7208
  "visualVariables": {
7051
7209
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
7052
7210
  "items": {
7053
- "$ref": "#/definitions/esri.rest-api.RendererJson.VisualVariableJson"
7211
+ "$ref": "#/definitions/VisualVariableJson"
7054
7212
  },
7055
7213
  "type": "array"
7056
7214
  }
@@ -7130,7 +7288,7 @@
7130
7288
  "type": "string"
7131
7289
  },
7132
7290
  "rotationType": {
7133
- "$ref": "#/definitions/esri.rest-api.RendererJson.RotationJsonType",
7291
+ "$ref": "RotationJsonType",
7134
7292
  "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."
7135
7293
  },
7136
7294
  "type": {
@@ -7141,7 +7299,7 @@
7141
7299
  "visualVariables": {
7142
7300
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
7143
7301
  "items": {
7144
- "$ref": "#/definitions/esri.rest-api.RendererJson.VisualVariableJson"
7302
+ "$ref": "#/definitions/VisualVariableJson"
7145
7303
  },
7146
7304
  "type": "array"
7147
7305
  }
@@ -7205,7 +7363,7 @@
7205
7363
  "type": "string"
7206
7364
  },
7207
7365
  "rotationType": {
7208
- "$ref": "#/definitions/esri.rest-api.RendererJson.RotationJsonType",
7366
+ "$ref": "RotationJsonType",
7209
7367
  "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."
7210
7368
  },
7211
7369
  "type": {
@@ -7216,7 +7374,7 @@
7216
7374
  "visualVariables": {
7217
7375
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
7218
7376
  "items": {
7219
- "$ref": "#/definitions/esri.rest-api.RendererJson.VisualVariableJson"
7377
+ "$ref": "#/definitions/VisualVariableJson"
7220
7378
  },
7221
7379
  "type": "array"
7222
7380
  }
@@ -7243,7 +7401,7 @@
7243
7401
  "type": "string"
7244
7402
  },
7245
7403
  "defaultSymbol": {
7246
- "$ref": "#/definitions/esri.rest-api.SymbolJson.Symbol2DJson",
7404
+ "$ref": "#/definitions/Symbol2DJson",
7247
7405
  "description": "Symbol used when a value cannot be classified."
7248
7406
  },
7249
7407
  "rotationExpression": {
@@ -7251,7 +7409,7 @@
7251
7409
  "type": "string"
7252
7410
  },
7253
7411
  "rotationType": {
7254
- "$ref": "#/definitions/esri.rest-api.RendererJson.RotationJsonType",
7412
+ "$ref": "RotationJsonType",
7255
7413
  "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."
7256
7414
  },
7257
7415
  "type": {
@@ -7269,7 +7427,7 @@
7269
7427
  "visualVariables": {
7270
7428
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
7271
7429
  "items": {
7272
- "$ref": "#/definitions/esri.rest-api.RendererJson.VisualVariableJson"
7430
+ "$ref": "#/definitions/VisualVariableJson"
7273
7431
  },
7274
7432
  "type": "array"
7275
7433
  }
@@ -7281,47 +7439,6 @@
7281
7439
  ],
7282
7440
  "type": "object"
7283
7441
  },
7284
- "esri.rest-api.RendererJson.RendererJson": {
7285
- "anyOf": [
7286
- {
7287
- "$ref": "#/definitions/esri.rest-api.RendererJson.ClassBreaksRendererJson"
7288
- },
7289
- {
7290
- "$ref": "#/definitions/esri.rest-api.RendererJson.HeatmapRendererJson"
7291
- },
7292
- {
7293
- "$ref": "#/definitions/esri.rest-api.RendererJson.PointCloudClassBreaksRendererJson"
7294
- },
7295
- {
7296
- "$ref": "#/definitions/esri.rest-api.RendererJson.PointCloudRGBRendererJson"
7297
- },
7298
- {
7299
- "$ref": "#/definitions/esri.rest-api.RendererJson.PointCloudStretchRendererJson"
7300
- },
7301
- {
7302
- "$ref": "#/definitions/esri.rest-api.RendererJson.PointCloudUniqueValueRendererJson"
7303
- },
7304
- {
7305
- "$ref": "#/definitions/esri.rest-api.RendererJson.PredominanceRendererJson"
7306
- },
7307
- {
7308
- "$ref": "#/definitions/esri.rest-api.RendererJson.SimpleRendererJson"
7309
- },
7310
- {
7311
- "$ref": "#/definitions/esri.rest-api.RendererJson.TemporalRendererJson"
7312
- },
7313
- {
7314
- "$ref": "#/definitions/esri.rest-api.RendererJson.UniqueValueFromStyleRendererJson"
7315
- },
7316
- {
7317
- "$ref": "#/definitions/esri.rest-api.RendererJson.UniqueValueRendererJson"
7318
- },
7319
- {
7320
- "$ref": "#/definitions/esri.rest-api.RendererJson.VectorFieldRendererJson"
7321
- }
7322
- ],
7323
- "description": "A renderer.\n\nPart of the ArcGIS REST API (see http://resources.arcgis.com/en/help/rest/apiref/renderer.html)."
7324
- },
7325
7442
  "esri.rest-api.RendererJson.RotationInfoJson": {
7326
7443
  "additionalProperties": false,
7327
7444
  "description": "The rotation visual variable defines how features rendered with marker symbols are rotated. The rotation value is determined by mapping the values to data in a field, or by other arithmetic means with a function.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/rotationInfo_visualVariable/} {@link https://developers.arcgis.com/web-map-specification/objects/rotationInfo_visualVariable/}.",
@@ -7339,7 +7456,7 @@
7339
7456
  "type": "string"
7340
7457
  },
7341
7458
  "rotationType": {
7342
- "$ref": "#/definitions/esri.rest-api.RendererJson.RotationJsonType",
7459
+ "$ref": "RotationJsonType",
7343
7460
  "description": "Defines the origin and direction of rotation depending on how the angle of rotation was measured. Possible values are geographic which rotates the symbol from the north in a clockwise direction and arithmetic which rotates the symbol from the east in a counter-clockwise direction.\n\nMust be one of the following values: geographic, arithmetic."
7344
7461
  },
7345
7462
  "type": {
@@ -7358,14 +7475,6 @@
7358
7475
  ],
7359
7476
  "type": "object"
7360
7477
  },
7361
- "esri.rest-api.RendererJson.RotationJsonType": {
7362
- "description": "The type of rotation for RendererBase.",
7363
- "enum": [
7364
- "arithmetic",
7365
- "geographic"
7366
- ],
7367
- "type": "string"
7368
- },
7369
7478
  "esri.rest-api.RendererJson.SimpleRendererJson": {
7370
7479
  "additionalProperties": false,
7371
7480
  "description": "A simple renderer is a renderer that uses one symbol only.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/simple_renderer/} {@link https://developers.arcgis.com/web-scene-specification/objects/simpleRenderer/}.",
@@ -7387,7 +7496,7 @@
7387
7496
  "type": "string"
7388
7497
  },
7389
7498
  "rotationType": {
7390
- "$ref": "#/definitions/esri.rest-api.RendererJson.RotationJsonType",
7499
+ "$ref": "RotationJsonType",
7391
7500
  "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."
7392
7501
  },
7393
7502
  "symbol": {
@@ -7402,7 +7511,7 @@
7402
7511
  "visualVariables": {
7403
7512
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
7404
7513
  "items": {
7405
- "$ref": "#/definitions/esri.rest-api.RendererJson.VisualVariableJson"
7514
+ "$ref": "#/definitions/VisualVariableJson"
7406
7515
  },
7407
7516
  "type": "array"
7408
7517
  }
@@ -7579,7 +7688,7 @@
7579
7688
  "type": "string"
7580
7689
  },
7581
7690
  "rotationType": {
7582
- "$ref": "#/definitions/esri.rest-api.RendererJson.RotationJsonType",
7691
+ "$ref": "RotationJsonType",
7583
7692
  "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."
7584
7693
  },
7585
7694
  "trackRenderer": {
@@ -7594,7 +7703,7 @@
7594
7703
  "visualVariables": {
7595
7704
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
7596
7705
  "items": {
7597
- "$ref": "#/definitions/esri.rest-api.RendererJson.VisualVariableJson"
7706
+ "$ref": "#/definitions/VisualVariableJson"
7598
7707
  },
7599
7708
  "type": "array"
7600
7709
  }
@@ -7709,7 +7818,7 @@
7709
7818
  "type": "string"
7710
7819
  },
7711
7820
  "defaultSymbol": {
7712
- "$ref": "#/definitions/esri.rest-api.SymbolJson.Symbol3DJson",
7821
+ "$ref": "#/definitions/Symbol3DJson",
7713
7822
  "description": "The defaultSymbol on the renderer that get assigned to features with no value or features that do not fall within the configured data."
7714
7823
  },
7715
7824
  "field1": {
@@ -7721,7 +7830,7 @@
7721
7830
  "type": "string"
7722
7831
  },
7723
7832
  "rotationType": {
7724
- "$ref": "#/definitions/esri.rest-api.RendererJson.RotationJsonType",
7833
+ "$ref": "RotationJsonType",
7725
7834
  "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."
7726
7835
  },
7727
7836
  "styleName": {
@@ -7740,7 +7849,7 @@
7740
7849
  "visualVariables": {
7741
7850
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
7742
7851
  "items": {
7743
- "$ref": "#/definitions/esri.rest-api.RendererJson.VisualVariableJson"
7852
+ "$ref": "#/definitions/VisualVariableJson"
7744
7853
  },
7745
7854
  "type": "array"
7746
7855
  }
@@ -7837,7 +7946,7 @@
7837
7946
  "type": "string"
7838
7947
  },
7839
7948
  "rotationType": {
7840
- "$ref": "#/definitions/esri.rest-api.RendererJson.RotationJsonType",
7949
+ "$ref": "RotationJsonType",
7841
7950
  "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."
7842
7951
  },
7843
7952
  "type": {
@@ -7862,7 +7971,7 @@
7862
7971
  "visualVariables": {
7863
7972
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
7864
7973
  "items": {
7865
- "$ref": "#/definitions/esri.rest-api.RendererJson.VisualVariableJson"
7974
+ "$ref": "#/definitions/VisualVariableJson"
7866
7975
  },
7867
7976
  "type": "array"
7868
7977
  }
@@ -7895,11 +8004,11 @@
7895
8004
  "type": "string"
7896
8005
  },
7897
8006
  "inputUnit": {
7898
- "$ref": "#/definitions/esri.rest-api.RendererJson.MagnitudeUnitJsonType",
8007
+ "$ref": "MagnitudeUnitJsonType",
7899
8008
  "description": "Input unit for Magnitude."
7900
8009
  },
7901
8010
  "outputUnit": {
7902
- "$ref": "#/definitions/esri.rest-api.RendererJson.MagnitudeUnitJsonType",
8011
+ "$ref": "MagnitudeUnitJsonType",
7903
8012
  "description": "Output unit for Magnitude."
7904
8013
  },
7905
8014
  "rotationExpression": {
@@ -7907,7 +8016,7 @@
7907
8016
  "type": "string"
7908
8017
  },
7909
8018
  "rotationType": {
7910
- "$ref": "#/definitions/esri.rest-api.RendererJson.RotationJsonType",
8019
+ "$ref": "RotationJsonType",
7911
8020
  "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."
7912
8021
  },
7913
8022
  "style": {
@@ -7939,7 +8048,7 @@
7939
8048
  "visualVariables": {
7940
8049
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
7941
8050
  "items": {
7942
- "$ref": "#/definitions/esri.rest-api.RendererJson.VisualVariableJson"
8051
+ "$ref": "#/definitions/VisualVariableJson"
7943
8052
  },
7944
8053
  "type": "array"
7945
8054
  }
@@ -7952,23 +8061,6 @@
7952
8061
  ],
7953
8062
  "type": "object"
7954
8063
  },
7955
- "esri.rest-api.RendererJson.VisualVariableJson": {
7956
- "anyOf": [
7957
- {
7958
- "$ref": "#/definitions/esri.rest-api.RendererJson.ColorInfoJson"
7959
- },
7960
- {
7961
- "$ref": "#/definitions/esri.rest-api.RendererJson.SizeInfoJson"
7962
- },
7963
- {
7964
- "$ref": "#/definitions/esri.rest-api.RendererJson.TransparencyInfoJson"
7965
- },
7966
- {
7967
- "$ref": "#/definitions/esri.rest-api.RendererJson.RotationInfoJson"
7968
- }
7969
- ],
7970
- "description": "A visualVariable is an object containing the type of drawing property, the axis the variable is applied to, and additional properties for the variable. There are three types of visual variables, 'colorInfo', 'sizeInfo', and 'transparencyInfo'.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/visualVariable/} {@link https://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."
7971
- },
7972
8064
  "esri.rest-api.SceneLayerJson.SceneLayerJson": {
7973
8065
  "additionalProperties": false,
7974
8066
  "description": "The SceneLayer is a layer type designed for on-demand streaming and displaying large amounts of data in a SceneView. SceneLayers support two geometry types: Point and 3D Objects (e.g. Buildings).\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/sceneLayer/}.",
@@ -8015,7 +8107,7 @@
8015
8107
  "type": "boolean"
8016
8108
  },
8017
8109
  "effect": {
8018
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
8110
+ "$ref": "#/definitions/EffectJson",
8019
8111
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
8020
8112
  },
8021
8113
  "id": {
@@ -8036,8 +8128,13 @@
8036
8128
  "type": "string"
8037
8129
  },
8038
8130
  "listMode": {
8039
- "$ref": "esri.ListMode",
8040
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
8131
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
8132
+ "enum": [
8133
+ "hide",
8134
+ "hide-children",
8135
+ "show"
8136
+ ],
8137
+ "type": "string"
8041
8138
  },
8042
8139
  "maxScale": {
8043
8140
  "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.",
@@ -8187,7 +8284,7 @@
8187
8284
  "type": "boolean"
8188
8285
  },
8189
8286
  "effect": {
8190
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
8287
+ "$ref": "#/definitions/EffectJson",
8191
8288
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
8192
8289
  },
8193
8290
  "featureCollection": {
@@ -8225,8 +8322,13 @@
8225
8322
  "type": "string"
8226
8323
  },
8227
8324
  "listMode": {
8228
- "$ref": "esri.ListMode",
8229
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
8325
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
8326
+ "enum": [
8327
+ "hide",
8328
+ "hide-children",
8329
+ "show"
8330
+ ],
8331
+ "type": "string"
8230
8332
  },
8231
8333
  "maxScale": {
8232
8334
  "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.",
@@ -8277,6 +8379,10 @@
8277
8379
  "number"
8278
8380
  ]
8279
8381
  },
8382
+ "timeAnimation": {
8383
+ "description": "Indicates whether to disable time animation if the layer supports it.",
8384
+ "type": "boolean"
8385
+ },
8280
8386
  "title": {
8281
8387
  "description": "A user-friendly title for the layer that can be used in a table of contents. If this is not included, then a title is derived from the service.",
8282
8388
  "type": "string"
@@ -8442,13 +8548,17 @@
8442
8548
  "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
8443
8549
  },
8444
8550
  "effect": {
8445
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
8551
+ "$ref": "#/definitions/EffectJson",
8446
8552
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
8447
8553
  },
8448
8554
  "id": {
8449
8555
  "description": "A unique identifying string for the layer.",
8450
8556
  "type": "string"
8451
8557
  },
8558
+ "itemId": {
8559
+ "description": "Optional string containing the item ID of the service if it's registered on ArcGIS Online or your organization's portal.",
8560
+ "type": "string"
8561
+ },
8452
8562
  "layerDefinition": {
8453
8563
  "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.LayerDefinitionJson",
8454
8564
  "description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
@@ -8466,8 +8576,13 @@
8466
8576
  "type": "array"
8467
8577
  },
8468
8578
  "listMode": {
8469
- "$ref": "esri.ListMode",
8470
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
8579
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
8580
+ "enum": [
8581
+ "hide",
8582
+ "hide-children",
8583
+ "show"
8584
+ ],
8585
+ "type": "string"
8471
8586
  },
8472
8587
  "maxScale": {
8473
8588
  "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.",
@@ -8489,6 +8604,10 @@
8489
8604
  "description": "Indicates whether to allow map authors the ability to control what layers should be shown in a client's legend.",
8490
8605
  "type": "boolean"
8491
8606
  },
8607
+ "timeAnimation": {
8608
+ "description": "Indicates whether to disable time animation if the layer supports it.",
8609
+ "type": "boolean"
8610
+ },
8492
8611
  "title": {
8493
8612
  "description": "A user-friendly title for the layer that can be used in a table of contents. If this is not included, then a title is derived from the service.",
8494
8613
  "type": "string"
@@ -8523,7 +8642,7 @@
8523
8642
  },
8524
8643
  "esri.rest-api.SubtypeSublayerJson.SubtypeSublayerJson": {
8525
8644
  "additionalProperties": false,
8526
- "description": "Feature layers can be created by referencing a sublayer from either a map service or a feature service or by specifying a feature collection object. Use a map service if you just want to retrieve geometries and attributes from the server and symbolize them yourself. Use a feature service if you want to take advantage of symbols from the service's source map document. Also, use a feature service if you plan on doing editing with the feature sublayer. Feature layers honor any feature templates configured in the source map document. Feature collection objects are used to create a feature sublayer based on the supplied definition.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/subtypeSublayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/subtypeSublayer/}.",
8645
+ "description": "Feature layers can be created by referencing a sublayer from either a map service or a feature service or by specifying a feature collection object. Use a map service if you just want to retrieve geometries and attributes from the server and symbolize them yourself. Use a feature service if you want to take advantage of symbols from the service's source map document. Also, use a feature service if you plan on doing editing with the feature sublayer. Feature layers honor any feature templates configured in the source map document. Feature collection objects are used to create a feature sublayer based on the supplied definition.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/subtypeLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/subtypeLayer/}.",
8527
8646
  "properties": {
8528
8647
  "blendMode": {
8529
8648
  "description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.",
@@ -8570,9 +8689,13 @@
8570
8689
  "type": "boolean"
8571
8690
  },
8572
8691
  "effect": {
8573
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
8692
+ "$ref": "#/definitions/EffectJson",
8574
8693
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
8575
8694
  },
8695
+ "enableEditing": {
8696
+ "description": "Indicates whether a client should allow feature editing for this layer. Applicable only if the layer has editing capability.",
8697
+ "type": "boolean"
8698
+ },
8576
8699
  "id": {
8577
8700
  "description": "A unique identifying string for the layer.",
8578
8701
  "type": "string"
@@ -8587,8 +8710,13 @@
8587
8710
  "type": "string"
8588
8711
  },
8589
8712
  "listMode": {
8590
- "$ref": "esri.ListMode",
8591
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
8713
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
8714
+ "enum": [
8715
+ "hide",
8716
+ "hide-children",
8717
+ "show"
8718
+ ],
8719
+ "type": "string"
8592
8720
  },
8593
8721
  "maxScale": {
8594
8722
  "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.",
@@ -8658,8 +8786,11 @@
8658
8786
  "description": "Optional border on the line that is used to improve the contrast of the line color against various background colors.",
8659
8787
  "properties": {
8660
8788
  "color": {
8661
- "$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
8662
- "description": "The color of the border."
8789
+ "description": "The color of the border.",
8790
+ "items": {
8791
+ "type": "number"
8792
+ },
8793
+ "type": "array"
8663
8794
  },
8664
8795
  "transparency": {
8665
8796
  "description": "A value between 100 (full transparency) and 0 (full opacity).",
@@ -8692,8 +8823,11 @@
8692
8823
  "description": "Optional border on the line that is used to improve the contrast of the line color against various background colors."
8693
8824
  },
8694
8825
  "color": {
8695
- "$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
8696
- "description": "The color of the line."
8826
+ "description": "The color of the line.",
8827
+ "items": {
8828
+ "type": "number"
8829
+ },
8830
+ "type": "array"
8697
8831
  },
8698
8832
  "size": {
8699
8833
  "description": "The width of the line in points.",
@@ -8721,17 +8855,6 @@
8721
8855
  },
8722
8856
  "type": "array"
8723
8857
  },
8724
- "esri.rest-api.SymbolJson.EdgesJson": {
8725
- "anyOf": [
8726
- {
8727
- "$ref": "#/definitions/esri.rest-api.SymbolJson.SketchEdgesJson"
8728
- },
8729
- {
8730
- "$ref": "#/definitions/esri.rest-api.SymbolJson.SolidEdgesJson"
8731
- }
8732
- ],
8733
- "description": "Edges describe additional styles applied to visually important edges of 3D objects."
8734
- },
8735
8858
  "esri.rest-api.SymbolJson.ExtrudeSymbol3DLayerJson": {
8736
8859
  "additionalProperties": false,
8737
8860
  "description": "ExtrudeSymbol3DLayer is used to render Polygon geometries by extruding them upward from the ground, creating a 3D volumetric object.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/extrudeSymbol3DLayer/}.",
@@ -8768,7 +8891,7 @@
8768
8891
  "type": "boolean"
8769
8892
  },
8770
8893
  "edges": {
8771
- "$ref": "#/definitions/esri.rest-api.SymbolJson.EdgesJson",
8894
+ "$ref": "#/definitions/EdgesJson",
8772
8895
  "description": "Specifies an edge visualization style. Only affects MeshSymbol3D."
8773
8896
  },
8774
8897
  "enable": {
@@ -8980,8 +9103,11 @@
8980
9103
  "description": "The material used to shade the geometry.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/material/}.",
8981
9104
  "properties": {
8982
9105
  "color": {
8983
- "$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
8984
- "description": "Color is represented as a three or four-element array."
9106
+ "description": "Color is represented as a three or four-element array.",
9107
+ "items": {
9108
+ "type": "number"
9109
+ },
9110
+ "type": "array"
8985
9111
  },
8986
9112
  "colorMixMode": {
8987
9113
  "description": "Controls how symbolLayer or visualVariable color is applied onto the underlying geometry color/texture. This property only applies to FillSymbol3DLayer within MeshSymbol3D.\n\n- Tint: the feature's appearance (in terms of color) should be altered to match the symbol / visual variable color.\n- Replace: the feature's color is replaced with the symbol / visual variable color.\n- Multiply: the feature's color is multiplied with the symbol color.",
@@ -9096,8 +9222,11 @@
9096
9222
  "description": "The outline of the point, line or polygon.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/outline/}.",
9097
9223
  "properties": {
9098
9224
  "color": {
9099
- "$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
9100
- "description": "Color is represented as a three or four-element array."
9225
+ "description": "Color is represented as a three or four-element array.",
9226
+ "items": {
9227
+ "type": "number"
9228
+ },
9229
+ "type": "array"
9101
9230
  },
9102
9231
  "size": {
9103
9232
  "description": "Outline size in points, positive only.",
@@ -9357,8 +9486,11 @@
9357
9486
  "description": "Simple fill symbols can be used to symbolize polygon geometries.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/esriSFS_symbol/}.",
9358
9487
  "properties": {
9359
9488
  "color": {
9360
- "$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
9361
- "description": "Color is represented as a four-element array. The four elements represent values for red, green, blue, and alpha in that order. Values range from 0 through 255. If color is undefined for a symbol, the color value is null."
9489
+ "description": "Color is represented as a four-element array. The four elements represent values for red, green, blue, and alpha in that order. Values range from 0 through 255. If color is undefined for a symbol, the color value is null.",
9490
+ "items": {
9491
+ "type": "number"
9492
+ },
9493
+ "type": "array"
9362
9494
  },
9363
9495
  "outline": {
9364
9496
  "$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleLineSymbolJson",
@@ -9394,8 +9526,11 @@
9394
9526
  "description": "Simple line symbols can be used to symbolize polyline geometries or outlines for polygon fills.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/esriSLS_symbol/}.",
9395
9527
  "properties": {
9396
9528
  "color": {
9397
- "$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
9398
- "description": "Color is represented as a four-element array. The four elements represent values for red, green, blue, and alpha in that order. Values range from 0 through 255. If color is undefined for a symbol, the color value is null."
9529
+ "description": "Color is represented as a four-element array. The four elements represent values for red, green, blue, and alpha in that order. Values range from 0 through 255. If color is undefined for a symbol, the color value is null.",
9530
+ "items": {
9531
+ "type": "number"
9532
+ },
9533
+ "type": "array"
9399
9534
  },
9400
9535
  "style": {
9401
9536
  "description": "The line style.",
@@ -9433,8 +9568,11 @@
9433
9568
  "type": "number"
9434
9569
  },
9435
9570
  "color": {
9436
- "$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
9437
- "description": "Color is represented as a four-element array. The four elements represent values for red, green, blue, and alpha in that order. Values range from 0 through 255. If color is undefined for a symbol, the color value is null."
9571
+ "description": "Color is represented as a four-element array. The four elements represent values for red, green, blue, and alpha in that order. Values range from 0 through 255. If color is undefined for a symbol, the color value is null.",
9572
+ "items": {
9573
+ "type": "number"
9574
+ },
9575
+ "type": "array"
9438
9576
  },
9439
9577
  "outline": {
9440
9578
  "$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleLineSymbolJson",
@@ -9570,58 +9708,6 @@
9570
9708
  ],
9571
9709
  "type": "object"
9572
9710
  },
9573
- "esri.rest-api.SymbolJson.Symbol2DJson": {
9574
- "anyOf": [
9575
- {
9576
- "$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolJson"
9577
- },
9578
- {
9579
- "$ref": "#/definitions/esri.rest-api.SymbolJson.PictureFillSymbolJson"
9580
- },
9581
- {
9582
- "$ref": "#/definitions/esri.rest-api.SymbolJson.PictureMarkerSymbolJson"
9583
- },
9584
- {
9585
- "$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleFillSymbolJson"
9586
- },
9587
- {
9588
- "$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleLineSymbolJson"
9589
- },
9590
- {
9591
- "$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleMarkerSymbolJson"
9592
- },
9593
- {
9594
- "$ref": "#/definitions/esri.rest-api.SymbolJson.TextSymbolJson"
9595
- }
9596
- ],
9597
- "description": "Symbol types used in web maps."
9598
- },
9599
- "esri.rest-api.SymbolJson.Symbol3DJson": {
9600
- "anyOf": [
9601
- {
9602
- "$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolJson"
9603
- },
9604
- {
9605
- "$ref": "#/definitions/esri.rest-api.SymbolJson.LabelSymbol3DJson"
9606
- },
9607
- {
9608
- "$ref": "#/definitions/esri.rest-api.SymbolJson.LineSymbol3DJson"
9609
- },
9610
- {
9611
- "$ref": "#/definitions/esri.rest-api.SymbolJson.MeshSymbol3DJson"
9612
- },
9613
- {
9614
- "$ref": "#/definitions/esri.rest-api.SymbolJson.PointSymbol3DJson"
9615
- },
9616
- {
9617
- "$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
9618
- },
9619
- {
9620
- "$ref": "#/definitions/esri.rest-api.SymbolJson.StyleSymbolReferenceJson"
9621
- }
9622
- ],
9623
- "description": "Symbol types used in web scenes."
9624
- },
9625
9711
  "esri.rest-api.SymbolJson.SymbolJson": {
9626
9712
  "anyOf": [
9627
9713
  {
@@ -9706,28 +9792,40 @@
9706
9792
  "type": "number"
9707
9793
  },
9708
9794
  "backgroundColor": {
9709
- "$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
9710
- "description": "Background color of the text."
9795
+ "description": "Background color of the text.",
9796
+ "items": {
9797
+ "type": "number"
9798
+ },
9799
+ "type": "array"
9711
9800
  },
9712
9801
  "borderLineColor": {
9713
- "$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
9714
- "description": "Value indicating the the color of the border line."
9802
+ "description": "Value indicating the the color of the border line.",
9803
+ "items": {
9804
+ "type": "number"
9805
+ },
9806
+ "type": "array"
9715
9807
  },
9716
9808
  "borderLineSize": {
9717
9809
  "description": "Numeric value indicating the the size of the border line in points.",
9718
9810
  "type": "number"
9719
9811
  },
9720
9812
  "color": {
9721
- "$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
9722
- "description": "Color is represented as a four-element array. The four elements represent values for red, green, blue, and alpha in that order. Values range from 0 through 255. If color is undefined for a symbol, the color value is null."
9813
+ "description": "Color is represented as a four-element array. The four elements represent values for red, green, blue, and alpha in that order. Values range from 0 through 255. If color is undefined for a symbol, the color value is null.",
9814
+ "items": {
9815
+ "type": "number"
9816
+ },
9817
+ "type": "array"
9723
9818
  },
9724
9819
  "font": {
9725
9820
  "$ref": "#/definitions/esri.rest-api.SymbolJson.FontJson",
9726
9821
  "description": "Font used for text symbols."
9727
9822
  },
9728
9823
  "haloColor": {
9729
- "$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
9730
- "description": "Color of the halo around the text."
9824
+ "description": "Color of the halo around the text.",
9825
+ "items": {
9826
+ "type": "number"
9827
+ },
9828
+ "type": "array"
9731
9829
  },
9732
9830
  "haloSize": {
9733
9831
  "description": "Numeric value indicating the point size of a halo around the text symbol.",
@@ -9893,7 +9991,7 @@
9893
9991
  "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
9894
9992
  },
9895
9993
  "effect": {
9896
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
9994
+ "$ref": "#/definitions/EffectJson",
9897
9995
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
9898
9996
  },
9899
9997
  "id": {
@@ -9914,8 +10012,13 @@
9914
10012
  "type": "string"
9915
10013
  },
9916
10014
  "listMode": {
9917
- "$ref": "esri.ListMode",
9918
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
10015
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
10016
+ "enum": [
10017
+ "hide",
10018
+ "hide-children",
10019
+ "show"
10020
+ ],
10021
+ "type": "string"
9919
10022
  },
9920
10023
  "maxScale": {
9921
10024
  "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.",
@@ -10021,7 +10124,7 @@
10021
10124
  "type": "array"
10022
10125
  },
10023
10126
  "effect": {
10024
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
10127
+ "$ref": "#/definitions/EffectJson",
10025
10128
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
10026
10129
  },
10027
10130
  "exclusionAreas": {
@@ -10053,8 +10156,13 @@
10053
10156
  "type": "array"
10054
10157
  },
10055
10158
  "listMode": {
10056
- "$ref": "esri.ListMode",
10057
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
10159
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
10160
+ "enum": [
10161
+ "hide",
10162
+ "hide-children",
10163
+ "show"
10164
+ ],
10165
+ "type": "string"
10058
10166
  },
10059
10167
  "maxScale": {
10060
10168
  "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.",
@@ -10185,7 +10293,7 @@
10185
10293
  "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
10186
10294
  },
10187
10295
  "effect": {
10188
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
10296
+ "$ref": "#/definitions/EffectJson",
10189
10297
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
10190
10298
  },
10191
10299
  "id": {
@@ -10206,8 +10314,13 @@
10206
10314
  "type": "string"
10207
10315
  },
10208
10316
  "listMode": {
10209
- "$ref": "esri.ListMode",
10210
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
10317
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
10318
+ "enum": [
10319
+ "hide",
10320
+ "hide-children",
10321
+ "show"
10322
+ ],
10323
+ "type": "string"
10211
10324
  },
10212
10325
  "maxScale": {
10213
10326
  "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.",
@@ -10352,7 +10465,7 @@
10352
10465
  "type": "boolean"
10353
10466
  },
10354
10467
  "effect": {
10355
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
10468
+ "$ref": "#/definitions/EffectJson",
10356
10469
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
10357
10470
  },
10358
10471
  "id": {
@@ -10373,8 +10486,13 @@
10373
10486
  "type": "string"
10374
10487
  },
10375
10488
  "listMode": {
10376
- "$ref": "esri.ListMode",
10377
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
10489
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
10490
+ "enum": [
10491
+ "hide",
10492
+ "hide-children",
10493
+ "show"
10494
+ ],
10495
+ "type": "string"
10378
10496
  },
10379
10497
  "maxScale": {
10380
10498
  "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.",
@@ -10500,7 +10618,7 @@
10500
10618
  "description": "A sequence of custom parameters to all WMS requests. These parameters are applied to GetCapabilities, GetMap, and GetFeatureInfo requests. If used with the customLayerParameters property, customParameters will not take precedence."
10501
10619
  },
10502
10620
  "effect": {
10503
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
10621
+ "$ref": "#/definitions/EffectJson",
10504
10622
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
10505
10623
  },
10506
10624
  "extent": {
@@ -10558,8 +10676,13 @@
10558
10676
  "type": "string"
10559
10677
  },
10560
10678
  "listMode": {
10561
- "$ref": "esri.ListMode",
10562
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
10679
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
10680
+ "enum": [
10681
+ "hide",
10682
+ "hide-children",
10683
+ "show"
10684
+ ],
10685
+ "type": "string"
10563
10686
  },
10564
10687
  "mapUrl": {
10565
10688
  "description": "The URL of the WMS map. You should also supply the url property, which is the URL of the WMS capabilities document.",
@@ -10783,7 +10906,7 @@
10783
10906
  "type": "string"
10784
10907
  },
10785
10908
  "effect": {
10786
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
10909
+ "$ref": "#/definitions/EffectJson",
10787
10910
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
10788
10911
  },
10789
10912
  "fullExtent": {
@@ -10808,8 +10931,13 @@
10808
10931
  "type": "string"
10809
10932
  },
10810
10933
  "listMode": {
10811
- "$ref": "esri.ListMode",
10812
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
10934
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
10935
+ "enum": [
10936
+ "hide",
10937
+ "hide-children",
10938
+ "show"
10939
+ ],
10940
+ "type": "string"
10813
10941
  },
10814
10942
  "maxScale": {
10815
10943
  "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.",