@vertigis/viewer-spec 58.22.0 → 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.
@@ -57,6 +57,48 @@
57
57
  ],
58
58
  "type": "string"
59
59
  },
60
+ "DataSourceJson": {
61
+ "anyOf": [
62
+ {
63
+ "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.JoinTableDataSourceJson"
64
+ },
65
+ {
66
+ "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.QueryTableDataSourceJson"
67
+ },
68
+ {
69
+ "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.RasterDataSourceJson"
70
+ },
71
+ {
72
+ "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.TableDataSourceJson"
73
+ }
74
+ ],
75
+ "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/}."
76
+ },
77
+ "DomainJson": {
78
+ "anyOf": [
79
+ {
80
+ "$ref": "#/definitions/esri.rest-api.DomainJson.CodedValueDomainJson"
81
+ },
82
+ {
83
+ "$ref": "#/definitions/esri.rest-api.DomainJson.InheritedDomainJson"
84
+ },
85
+ {
86
+ "$ref": "#/definitions/esri.rest-api.DomainJson.RangeDomainJson"
87
+ }
88
+ ],
89
+ "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/}."
90
+ },
91
+ "EdgesJson": {
92
+ "anyOf": [
93
+ {
94
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.SketchEdgesJson"
95
+ },
96
+ {
97
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.SolidEdgesJson"
98
+ }
99
+ ],
100
+ "description": "Edges describe additional styles applied to visually important edges of 3D objects."
101
+ },
60
102
  "EffectFunctionJson": {
61
103
  "anyOf": [
62
104
  {
@@ -95,6 +137,23 @@
95
137
  ],
96
138
  "description": "Effect functions that can be combined to build a layer effect."
97
139
  },
140
+ "EffectJson": {
141
+ "anyOf": [
142
+ {
143
+ "items": {
144
+ "$ref": "#/definitions/esri.rest-api.LayerJson.ScaleDependentEffectJson"
145
+ },
146
+ "type": "array"
147
+ },
148
+ {
149
+ "items": {
150
+ "$ref": "#/definitions/EffectFunctionJson"
151
+ },
152
+ "type": "array"
153
+ }
154
+ ],
155
+ "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
156
+ },
98
157
  "Error": {
99
158
  "additionalProperties": false,
100
159
  "properties": {
@@ -115,6 +174,28 @@
115
174
  ],
116
175
  "type": "object"
117
176
  },
177
+ "FeatureReductionJson": {
178
+ "anyOf": [
179
+ {
180
+ "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.FeatureReductionClusterJson"
181
+ },
182
+ {
183
+ "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.FeatureReductionSelectionJson"
184
+ }
185
+ ],
186
+ "description": "Feature reductions declutter the screen by hiding features that would otherwise intersect with other features on screen."
187
+ },
188
+ "FilterModeJson": {
189
+ "anyOf": [
190
+ {
191
+ "$ref": "#/definitions/esri.rest-api.BuildingSceneLayerJson.FilterModeSolidJson"
192
+ },
193
+ {
194
+ "$ref": "#/definitions/esri.rest-api.BuildingSceneLayerJson.FilterModeWireFrameJson"
195
+ }
196
+ ],
197
+ "description": "Filter mode represents the way elements draw when participating in a filter block."
198
+ },
118
199
  "GeolocateAccuracyChangedEventArgs": {
119
200
  "additionalProperties": false,
120
201
  "description": "Arguments for the \"geolocation.accuracy-changed\" event.",
@@ -154,6 +235,26 @@
154
235
  ],
155
236
  "type": "object"
156
237
  },
238
+ "GeometryJson": {
239
+ "anyOf": [
240
+ {
241
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
242
+ },
243
+ {
244
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.MultipointJson"
245
+ },
246
+ {
247
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.PolylineJson"
248
+ },
249
+ {
250
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.PolygonJson"
251
+ },
252
+ {
253
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
254
+ }
255
+ ],
256
+ "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/}."
257
+ },
157
258
  "GnssDeviceConnectionInfo": {
158
259
  "additionalProperties": false,
159
260
  "description": "A geolocation source.",
@@ -519,6 +620,47 @@
519
620
  ],
520
621
  "type": "object"
521
622
  },
623
+ "RendererJson": {
624
+ "anyOf": [
625
+ {
626
+ "$ref": "#/definitions/esri.rest-api.RendererJson.ClassBreaksRendererJson"
627
+ },
628
+ {
629
+ "$ref": "#/definitions/esri.rest-api.RendererJson.HeatmapRendererJson"
630
+ },
631
+ {
632
+ "$ref": "#/definitions/esri.rest-api.RendererJson.PointCloudClassBreaksRendererJson"
633
+ },
634
+ {
635
+ "$ref": "#/definitions/esri.rest-api.RendererJson.PointCloudRGBRendererJson"
636
+ },
637
+ {
638
+ "$ref": "#/definitions/esri.rest-api.RendererJson.PointCloudStretchRendererJson"
639
+ },
640
+ {
641
+ "$ref": "#/definitions/esri.rest-api.RendererJson.PointCloudUniqueValueRendererJson"
642
+ },
643
+ {
644
+ "$ref": "#/definitions/esri.rest-api.RendererJson.PredominanceRendererJson"
645
+ },
646
+ {
647
+ "$ref": "#/definitions/esri.rest-api.RendererJson.SimpleRendererJson"
648
+ },
649
+ {
650
+ "$ref": "#/definitions/esri.rest-api.RendererJson.TemporalRendererJson"
651
+ },
652
+ {
653
+ "$ref": "#/definitions/esri.rest-api.RendererJson.UniqueValueFromStyleRendererJson"
654
+ },
655
+ {
656
+ "$ref": "#/definitions/esri.rest-api.RendererJson.UniqueValueRendererJson"
657
+ },
658
+ {
659
+ "$ref": "#/definitions/esri.rest-api.RendererJson.VectorFieldRendererJson"
660
+ }
661
+ ],
662
+ "description": "A renderer.\n\nPart of the ArcGIS REST API (see http://resources.arcgis.com/en/help/rest/apiref/renderer.html)."
663
+ },
522
664
  "SignInCompletedEventArgs": {
523
665
  "additionalProperties": false,
524
666
  "description": "Arguments for the auth.sign-in-completed and auth.portal-sign-in-completed events. Only available in VertiGIS Studio Mobile.",
@@ -583,10 +725,79 @@
583
725
  ],
584
726
  "type": "object"
585
727
  },
728
+ "Symbol2DJson": {
729
+ "anyOf": [
730
+ {
731
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolJson"
732
+ },
733
+ {
734
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.PictureFillSymbolJson"
735
+ },
736
+ {
737
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.PictureMarkerSymbolJson"
738
+ },
739
+ {
740
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleFillSymbolJson"
741
+ },
742
+ {
743
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleLineSymbolJson"
744
+ },
745
+ {
746
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleMarkerSymbolJson"
747
+ },
748
+ {
749
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.TextSymbolJson"
750
+ }
751
+ ],
752
+ "description": "Symbol types used in web maps."
753
+ },
754
+ "Symbol3DJson": {
755
+ "anyOf": [
756
+ {
757
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolJson"
758
+ },
759
+ {
760
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.LabelSymbol3DJson"
761
+ },
762
+ {
763
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.LineSymbol3DJson"
764
+ },
765
+ {
766
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.MeshSymbol3DJson"
767
+ },
768
+ {
769
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.PointSymbol3DJson"
770
+ },
771
+ {
772
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
773
+ },
774
+ {
775
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.StyleSymbolReferenceJson"
776
+ }
777
+ ],
778
+ "description": "Symbol types used in web scenes."
779
+ },
586
780
  "TimeSpan": {
587
781
  "additionalProperties": false,
588
782
  "type": "object"
589
783
  },
784
+ "VisualVariableJson": {
785
+ "anyOf": [
786
+ {
787
+ "$ref": "#/definitions/esri.rest-api.RendererJson.ColorInfoJson"
788
+ },
789
+ {
790
+ "$ref": "#/definitions/esri.rest-api.RendererJson.SizeInfoJson"
791
+ },
792
+ {
793
+ "$ref": "#/definitions/esri.rest-api.RendererJson.TransparencyInfoJson"
794
+ },
795
+ {
796
+ "$ref": "#/definitions/esri.rest-api.RendererJson.RotationInfoJson"
797
+ }
798
+ ],
799
+ "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/}."
800
+ },
590
801
  "WorkflowErrorEventArgs": {
591
802
  "additionalProperties": false,
592
803
  "description": "Arguments for the \"workflow.workflow-error\" event.",
@@ -774,7 +985,7 @@
774
985
  "type": "boolean"
775
986
  },
776
987
  "effect": {
777
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
988
+ "$ref": "#/definitions/EffectJson",
778
989
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
779
990
  },
780
991
  "enableEditing": {
@@ -795,8 +1006,13 @@
795
1006
  "type": "string"
796
1007
  },
797
1008
  "listMode": {
798
- "$ref": "esri.ListMode",
799
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
1009
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
1010
+ "enum": [
1011
+ "hide",
1012
+ "hide-children",
1013
+ "show"
1014
+ ],
1015
+ "type": "string"
800
1016
  },
801
1017
  "maxScale": {
802
1018
  "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.",
@@ -939,7 +1155,7 @@
939
1155
  "type": "string"
940
1156
  },
941
1157
  "effect": {
942
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
1158
+ "$ref": "#/definitions/EffectJson",
943
1159
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
944
1160
  },
945
1161
  "filters": {
@@ -967,8 +1183,13 @@
967
1183
  "type": "string"
968
1184
  },
969
1185
  "listMode": {
970
- "$ref": "esri.ListMode",
971
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
1186
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
1187
+ "enum": [
1188
+ "hide",
1189
+ "hide-children",
1190
+ "show"
1191
+ ],
1192
+ "type": "string"
972
1193
  },
973
1194
  "maxScale": {
974
1195
  "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.",
@@ -1060,7 +1281,7 @@
1060
1281
  "type": "string"
1061
1282
  },
1062
1283
  "filterMode": {
1063
- "$ref": "#/definitions/esri.rest-api.BuildingSceneLayerJson.FilterModeJson",
1284
+ "$ref": "#/definitions/FilterModeJson",
1064
1285
  "description": "Filter mode defines how features are drawn. For example, the filter mode of a filter can be solid or wire frame."
1065
1286
  },
1066
1287
  "title": {
@@ -1103,17 +1324,6 @@
1103
1324
  ],
1104
1325
  "type": "object"
1105
1326
  },
1106
- "esri.rest-api.BuildingSceneLayerJson.FilterModeJson": {
1107
- "anyOf": [
1108
- {
1109
- "$ref": "#/definitions/esri.rest-api.BuildingSceneLayerJson.FilterModeSolidJson"
1110
- },
1111
- {
1112
- "$ref": "#/definitions/esri.rest-api.BuildingSceneLayerJson.FilterModeWireFrameJson"
1113
- }
1114
- ],
1115
- "description": "Filter mode represents the way elements draw when participating in a filter block."
1116
- },
1117
1327
  "esri.rest-api.BuildingSceneLayerJson.FilterModeSolidJson": {
1118
1328
  "additionalProperties": false,
1119
1329
  "description": "Draw elements of this filter block in solid mode. This mode does not change the display of features.",
@@ -1134,7 +1344,7 @@
1134
1344
  "description": "Draw elements of this filter block in wireframe mode. This mode draws only the edges of the features with the specified edge style.",
1135
1345
  "properties": {
1136
1346
  "edges": {
1137
- "$ref": "#/definitions/esri.rest-api.SymbolJson.EdgesJson",
1347
+ "$ref": "#/definitions/EdgesJson",
1138
1348
  "description": "A size in points by which to extend edges beyond their original end points."
1139
1349
  },
1140
1350
  "type": {
@@ -1165,8 +1375,13 @@
1165
1375
  "description": "Additional properties that can define drawing information and a definition expression for the sublayer. See layerDefinition properties table."
1166
1376
  },
1167
1377
  "listMode": {
1168
- "$ref": "esri.ListMode",
1169
- "description": "To show or hide the sublayer in the layer list. If property is present, must be one of the following values: show, hide."
1378
+ "description": "To show or hide the sublayer in the layer list. If property is present, must be one of the following values: show, hide.",
1379
+ "enum": [
1380
+ "hide",
1381
+ "hide-children",
1382
+ "show"
1383
+ ],
1384
+ "type": "string"
1170
1385
  },
1171
1386
  "opacity": {
1172
1387
  "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.",
@@ -1237,7 +1452,7 @@
1237
1452
  "type": "boolean"
1238
1453
  },
1239
1454
  "effect": {
1240
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
1455
+ "$ref": "#/definitions/EffectJson",
1241
1456
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
1242
1457
  },
1243
1458
  "id": {
@@ -1258,8 +1473,13 @@
1258
1473
  "type": "string"
1259
1474
  },
1260
1475
  "listMode": {
1261
- "$ref": "esri.ListMode",
1262
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
1476
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
1477
+ "enum": [
1478
+ "hide",
1479
+ "hide-children",
1480
+ "show"
1481
+ ],
1482
+ "type": "string"
1263
1483
  },
1264
1484
  "locationInfo": {
1265
1485
  "$ref": "#/definitions/esri.rest-api.CSVLayerJson.LocationInfoJson",
@@ -1464,20 +1684,6 @@
1464
1684
  ],
1465
1685
  "type": "object"
1466
1686
  },
1467
- "esri.rest-api.DomainJson.DomainJson": {
1468
- "anyOf": [
1469
- {
1470
- "$ref": "#/definitions/esri.rest-api.DomainJson.CodedValueDomainJson"
1471
- },
1472
- {
1473
- "$ref": "#/definitions/esri.rest-api.DomainJson.InheritedDomainJson"
1474
- },
1475
- {
1476
- "$ref": "#/definitions/esri.rest-api.DomainJson.RangeDomainJson"
1477
- }
1478
- ],
1479
- "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/}."
1480
- },
1481
1687
  "esri.rest-api.DomainJson.InheritedDomainJson": {
1482
1688
  "additionalProperties": false,
1483
1689
  "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/}.",
@@ -1544,7 +1750,7 @@
1544
1750
  "type": "array"
1545
1751
  },
1546
1752
  "renderer": {
1547
- "$ref": "#/definitions/esri.rest-api.RendererJson.RendererJson",
1753
+ "$ref": "#/definitions/RendererJson",
1548
1754
  "description": "A renderer object that provides the symbology for the layer."
1549
1755
  },
1550
1756
  "scaleSymbols": {
@@ -1765,7 +1971,7 @@
1765
1971
  "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."
1766
1972
  },
1767
1973
  "geometry": {
1768
- "$ref": "#/definitions/esri.rest-api.GeometryJson.GeometryJson",
1974
+ "$ref": "#/definitions/GeometryJson",
1769
1975
  "description": "The feature geometry."
1770
1976
  },
1771
1977
  "popupInfo": {
@@ -1836,7 +2042,7 @@
1836
2042
  "type": "boolean"
1837
2043
  },
1838
2044
  "effect": {
1839
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
2045
+ "$ref": "#/definitions/EffectJson",
1840
2046
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
1841
2047
  },
1842
2048
  "featureCollection": {
@@ -1874,8 +2080,13 @@
1874
2080
  "type": "string"
1875
2081
  },
1876
2082
  "listMode": {
1877
- "$ref": "esri.ListMode",
1878
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
2083
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
2084
+ "enum": [
2085
+ "hide",
2086
+ "hide-children",
2087
+ "show"
2088
+ ],
2089
+ "type": "string"
1879
2090
  },
1880
2091
  "maxScale": {
1881
2092
  "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.",
@@ -1926,6 +2137,10 @@
1926
2137
  "number"
1927
2138
  ]
1928
2139
  },
2140
+ "timeAnimation": {
2141
+ "description": "Indicates whether to disable time animation if the layer supports it.",
2142
+ "type": "boolean"
2143
+ },
1929
2144
  "title": {
1930
2145
  "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.",
1931
2146
  "type": "string"
@@ -1977,8 +2192,12 @@
1977
2192
  "type": "array"
1978
2193
  },
1979
2194
  "geometryType": {
1980
- "$ref": "#/definitions/esri.rest-api.GeometryJson.GeometryJsonType",
2195
+ "$ref": "esri.rest-api.GeometryJson.GeometryJsonType",
1981
2196
  "description": "One of the GeometryType constants. See Geometry.GeometryJsonType."
2197
+ },
2198
+ "spatialReference": {
2199
+ "$ref": "#/definitions/esri.rest-api.SpatialReferenceJson.SpatialReferenceJson",
2200
+ "description": "<not in spec>."
1982
2201
  }
1983
2202
  },
1984
2203
  "required": [
@@ -1996,7 +2215,7 @@
1996
2215
  "type": "string"
1997
2216
  },
1998
2217
  "domain": {
1999
- "$ref": "#/definitions/esri.rest-api.DomainJson.DomainJson",
2218
+ "$ref": "#/definitions/DomainJson",
2000
2219
  "description": "A domain object that provides the attribute domain information for the field, if a domain exists."
2001
2220
  },
2002
2221
  "editable": {
@@ -2020,8 +2239,12 @@
2020
2239
  "type": "boolean"
2021
2240
  },
2022
2241
  "type": {
2023
- "$ref": "#/definitions/esri.rest-api.FieldJson.FieldJsonType",
2242
+ "$ref": "FieldJsonType",
2024
2243
  "description": "Type of the Field. See {@link FieldJsonType}."
2244
+ },
2245
+ "visible": {
2246
+ "description": "<not in spec>.",
2247
+ "type": "boolean"
2025
2248
  }
2026
2249
  },
2027
2250
  "required": [
@@ -2029,29 +2252,6 @@
2029
2252
  ],
2030
2253
  "type": "object"
2031
2254
  },
2032
- "esri.rest-api.FieldJson.FieldJsonType": {
2033
- "description": "The type of the Field.",
2034
- "enum": [
2035
- "esriFieldTypeBigInteger",
2036
- "esriFieldTypeBlob",
2037
- "esriFieldTypeDate",
2038
- "esriFieldTypeDateOnly",
2039
- "esriFieldTypeDouble",
2040
- "esriFieldTypeGUID",
2041
- "esriFieldTypeGeometry",
2042
- "esriFieldTypeGlobalID",
2043
- "esriFieldTypeInteger",
2044
- "esriFieldTypeOID",
2045
- "esriFieldTypeRaster",
2046
- "esriFieldTypeSingle",
2047
- "esriFieldTypeSmallInteger",
2048
- "esriFieldTypeString",
2049
- "esriFieldTypeTimeOnly",
2050
- "esriFieldTypeTimestampOffset",
2051
- "esriFieldTypeXML"
2052
- ],
2053
- "type": "string"
2054
- },
2055
2255
  "esri.rest-api.FormInfoJson.FormAttachmentElementJson": {
2056
2256
  "additionalProperties": false,
2057
2257
  "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/}.",
@@ -2197,7 +2397,7 @@
2197
2397
  "type": "string"
2198
2398
  },
2199
2399
  "domain": {
2200
- "$ref": "#/definitions/esri.rest-api.DomainJson.DomainJson",
2400
+ "$ref": "#/definitions/DomainJson",
2201
2401
  "description": "The domain to apply to this field. If defined, it takes precedence over domains defined in field, type, or subtype."
2202
2402
  },
2203
2403
  "editable": {
@@ -2535,7 +2735,7 @@
2535
2735
  "type": "boolean"
2536
2736
  },
2537
2737
  "effect": {
2538
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
2738
+ "$ref": "#/definitions/EffectJson",
2539
2739
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
2540
2740
  },
2541
2741
  "id": {
@@ -2552,8 +2752,13 @@
2552
2752
  "type": "string"
2553
2753
  },
2554
2754
  "listMode": {
2555
- "$ref": "esri.ListMode",
2556
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
2755
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
2756
+ "enum": [
2757
+ "hide",
2758
+ "hide-children",
2759
+ "show"
2760
+ ],
2761
+ "type": "string"
2557
2762
  },
2558
2763
  "maxScale": {
2559
2764
  "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.",
@@ -2661,7 +2866,7 @@
2661
2866
  "type": "string"
2662
2867
  },
2663
2868
  "effect": {
2664
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
2869
+ "$ref": "#/definitions/EffectJson",
2665
2870
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
2666
2871
  },
2667
2872
  "id": {
@@ -2678,8 +2883,13 @@
2678
2883
  "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."
2679
2884
  },
2680
2885
  "listMode": {
2681
- "$ref": "esri.ListMode",
2682
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
2886
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
2887
+ "enum": [
2888
+ "hide",
2889
+ "hide-children",
2890
+ "show"
2891
+ ],
2892
+ "type": "string"
2683
2893
  },
2684
2894
  "maxScale": {
2685
2895
  "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.",
@@ -2768,37 +2978,6 @@
2768
2978
  },
2769
2979
  "type": "object"
2770
2980
  },
2771
- "esri.rest-api.GeometryJson.GeometryJson": {
2772
- "anyOf": [
2773
- {
2774
- "$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
2775
- },
2776
- {
2777
- "$ref": "#/definitions/esri.rest-api.GeometryJson.MultipointJson"
2778
- },
2779
- {
2780
- "$ref": "#/definitions/esri.rest-api.GeometryJson.PolylineJson"
2781
- },
2782
- {
2783
- "$ref": "#/definitions/esri.rest-api.GeometryJson.PolygonJson"
2784
- },
2785
- {
2786
- "$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
2787
- }
2788
- ],
2789
- "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/}."
2790
- },
2791
- "esri.rest-api.GeometryJson.GeometryJsonType": {
2792
- "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.",
2793
- "enum": [
2794
- "esriGeometryEnvelope",
2795
- "esriGeometryMultipoint",
2796
- "esriGeometryPoint",
2797
- "esriGeometryPolygon",
2798
- "esriGeometryPolyline"
2799
- ],
2800
- "type": "string"
2801
- },
2802
2981
  "esri.rest-api.GeometryJson.MultipointJson": {
2803
2982
  "additionalProperties": false,
2804
2983
  "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/}.",
@@ -2983,7 +3162,7 @@
2983
3162
  "type": "string"
2984
3163
  },
2985
3164
  "effect": {
2986
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
3165
+ "$ref": "#/definitions/EffectJson",
2987
3166
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
2988
3167
  },
2989
3168
  "id": {
@@ -3003,8 +3182,13 @@
3003
3182
  "type": "array"
3004
3183
  },
3005
3184
  "listMode": {
3006
- "$ref": "esri.ListMode",
3007
- "description": "To show or hide the group layer in the layer list. See {@link support /esri!ListMode}."
3185
+ "description": "To show or hide the group layer in the layer list. See {@link support /esri!ListMode}.",
3186
+ "enum": [
3187
+ "hide",
3188
+ "hide-children",
3189
+ "show"
3190
+ ],
3191
+ "type": "string"
3008
3192
  },
3009
3193
  "maxScale": {
3010
3194
  "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.",
@@ -3127,7 +3311,7 @@
3127
3311
  "description": "Stores interactive filters."
3128
3312
  },
3129
3313
  "effect": {
3130
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
3314
+ "$ref": "#/definitions/EffectJson",
3131
3315
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
3132
3316
  },
3133
3317
  "format": {
@@ -3176,8 +3360,13 @@
3176
3360
  "type": "string"
3177
3361
  },
3178
3362
  "listMode": {
3179
- "$ref": "esri.ListMode",
3180
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
3363
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
3364
+ "enum": [
3365
+ "hide",
3366
+ "hide-children",
3367
+ "show"
3368
+ ],
3369
+ "type": "string"
3181
3370
  },
3182
3371
  "maxScale": {
3183
3372
  "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.",
@@ -3350,7 +3539,7 @@
3350
3539
  "type": "boolean"
3351
3540
  },
3352
3541
  "effect": {
3353
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
3542
+ "$ref": "#/definitions/EffectJson",
3354
3543
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
3355
3544
  },
3356
3545
  "id": {
@@ -3375,8 +3564,13 @@
3375
3564
  "type": "string"
3376
3565
  },
3377
3566
  "listMode": {
3378
- "$ref": "esri.ListMode",
3379
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
3567
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
3568
+ "enum": [
3569
+ "hide",
3570
+ "hide-children",
3571
+ "show"
3572
+ ],
3573
+ "type": "string"
3380
3574
  },
3381
3575
  "maxScale": {
3382
3576
  "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.",
@@ -3482,7 +3676,7 @@
3482
3676
  "type": "string"
3483
3677
  },
3484
3678
  "effect": {
3485
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
3679
+ "$ref": "#/definitions/EffectJson",
3486
3680
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
3487
3681
  },
3488
3682
  "id": {
@@ -3499,8 +3693,13 @@
3499
3693
  "type": "string"
3500
3694
  },
3501
3695
  "listMode": {
3502
- "$ref": "esri.ListMode",
3503
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
3696
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
3697
+ "enum": [
3698
+ "hide",
3699
+ "hide-children",
3700
+ "show"
3701
+ ],
3702
+ "type": "string"
3504
3703
  },
3505
3704
  "maxScale": {
3506
3705
  "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.",
@@ -3596,7 +3795,7 @@
3596
3795
  "type": "string"
3597
3796
  },
3598
3797
  "effect": {
3599
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
3798
+ "$ref": "#/definitions/EffectJson",
3600
3799
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
3601
3800
  },
3602
3801
  "id": {
@@ -3613,8 +3812,13 @@
3613
3812
  "type": "string"
3614
3813
  },
3615
3814
  "listMode": {
3616
- "$ref": "esri.ListMode",
3617
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
3815
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
3816
+ "enum": [
3817
+ "hide",
3818
+ "hide-children",
3819
+ "show"
3820
+ ],
3821
+ "type": "string"
3618
3822
  },
3619
3823
  "maxScale": {
3620
3824
  "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.",
@@ -3675,29 +3879,12 @@
3675
3879
  ],
3676
3880
  "type": "object"
3677
3881
  },
3678
- "esri.rest-api.LayerDefinitionJson.DataSourceJson": {
3679
- "anyOf": [
3680
- {
3681
- "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.JoinTableDataSourceJson"
3682
- },
3683
- {
3684
- "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.QueryTableDataSourceJson"
3685
- },
3686
- {
3687
- "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.RasterDataSourceJson"
3688
- },
3689
- {
3690
- "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.TableDataSourceJson"
3691
- }
3692
- ],
3693
- "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/}."
3694
- },
3695
3882
  "esri.rest-api.LayerDefinitionJson.DynamicDataLayerJson": {
3696
3883
  "additionalProperties": false,
3697
3884
  "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/}.",
3698
3885
  "properties": {
3699
3886
  "dataSource": {
3700
- "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.DataSourceJson",
3887
+ "$ref": "#/definitions/DataSourceJson",
3701
3888
  "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/}."
3702
3889
  },
3703
3890
  "fields": {
@@ -3753,7 +3940,7 @@
3753
3940
  "description": "Sets the offset distance, type and other parameters."
3754
3941
  },
3755
3942
  "mode": {
3756
- "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.ElevationModeJsonType",
3943
+ "$ref": "ElevationModeJsonType",
3757
3944
  "description": "Determines how the service elevation values are combined with the basemap elevation."
3758
3945
  },
3759
3946
  "offset": {
@@ -3767,16 +3954,6 @@
3767
3954
  },
3768
3955
  "type": "object"
3769
3956
  },
3770
- "esri.rest-api.LayerDefinitionJson.ElevationModeJsonType": {
3771
- "description": "Defines how the graphic is placed with respect to the terrain surface.",
3772
- "enum": [
3773
- "absoluteHeight",
3774
- "onTheGround",
3775
- "relativeToGround",
3776
- "relativeToScene"
3777
- ],
3778
- "type": "string"
3779
- },
3780
3957
  "esri.rest-api.LayerDefinitionJson.FeatureExpressionInfoJson": {
3781
3958
  "additionalProperties": false,
3782
3959
  "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.",
@@ -3835,17 +4012,6 @@
3835
4012
  ],
3836
4013
  "type": "object"
3837
4014
  },
3838
- "esri.rest-api.LayerDefinitionJson.FeatureReductionJson": {
3839
- "anyOf": [
3840
- {
3841
- "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.FeatureReductionClusterJson"
3842
- },
3843
- {
3844
- "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.FeatureReductionSelectionJson"
3845
- }
3846
- ],
3847
- "description": "Feature reductions declutter the screen by hiding features that would otherwise intersect with other features on screen."
3848
- },
3849
4015
  "esri.rest-api.LayerDefinitionJson.FeatureReductionSelectionJson": {
3850
4016
  "additionalProperties": false,
3851
4017
  "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.",
@@ -3880,20 +4046,12 @@
3880
4046
  },
3881
4047
  "type": "object"
3882
4048
  },
3883
- "esri.rest-api.LayerDefinitionJson.JoinJsonType": {
3884
- "description": "The type of the JoinTableDataSource.",
3885
- "enum": [
3886
- "esriLeftInnerJoin",
3887
- "esriLeftOuterJoin"
3888
- ],
3889
- "type": "string"
3890
- },
3891
4049
  "esri.rest-api.LayerDefinitionJson.JoinTableDataSourceJson": {
3892
4050
  "additionalProperties": false,
3893
4051
  "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/}.",
3894
4052
  "properties": {
3895
4053
  "joinType": {
3896
- "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.JoinJsonType",
4054
+ "$ref": "JoinJsonType",
3897
4055
  "description": "The type of join (left outer or left inner)."
3898
4056
  },
3899
4057
  "leftTableKey": {
@@ -3994,7 +4152,7 @@
3994
4152
  "description": "The rectangular map extent that should be requested from the service, given in the format [[xmin, ymin],[xmax,ymax]]."
3995
4153
  },
3996
4154
  "featureReduction": {
3997
- "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.FeatureReductionJson",
4155
+ "$ref": "#/definitions/FeatureReductionJson",
3998
4156
  "description": "Feature reductions declutter the screen by hiding features that would otherwise intersect with other features on screen."
3999
4157
  },
4000
4158
  "fieldOverrides": {
@@ -4050,7 +4208,10 @@
4050
4208
  },
4051
4209
  "id": {
4052
4210
  "description": "The identifier assigned to the layer.",
4053
- "type": "string"
4211
+ "type": [
4212
+ "string",
4213
+ "number"
4214
+ ]
4054
4215
  },
4055
4216
  "isDataVersioned": {
4056
4217
  "description": "Boolean value indicating whether the data is versioned.",
@@ -4209,7 +4370,7 @@
4209
4370
  "type": "number"
4210
4371
  },
4211
4372
  "timeIntervalUnits": {
4212
- "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.TemporalUnitJsonType",
4373
+ "$ref": "TemporalUnitJsonType",
4213
4374
  "description": "Temporal unit in which the time interval is measured."
4214
4375
  },
4215
4376
  "timeReference": {
@@ -4391,23 +4552,6 @@
4391
4552
  ],
4392
4553
  "type": "object"
4393
4554
  },
4394
- "esri.rest-api.LayerDefinitionJson.TemporalUnitJsonType": {
4395
- "description": "Temporal units in which a time value can be measured.",
4396
- "enum": [
4397
- "esriTimeUnitsCenturies",
4398
- "esriTimeUnitsDays",
4399
- "esriTimeUnitsDecades",
4400
- "esriTimeUnitsHours",
4401
- "esriTimeUnitsMilliseconds",
4402
- "esriTimeUnitsMinutes",
4403
- "esriTimeUnitsMonths",
4404
- "esriTimeUnitsSeconds",
4405
- "esriTimeUnitsUnknown",
4406
- "esriTimeUnitsWeeks",
4407
- "esriTimeUnitsYears"
4408
- ],
4409
- "type": "string"
4410
- },
4411
4555
  "esri.rest-api.LayerDefinitionJson.TimeInfoExportOptionsJson": {
4412
4556
  "additionalProperties": false,
4413
4557
  "description": "The default time-related export options for a layer. See https://developers.arcgis.com/web-map-specification/objects/timeInfoExportOptions/.",
@@ -4421,7 +4565,7 @@
4421
4565
  "type": "number"
4422
4566
  },
4423
4567
  "timeOffsetUnits": {
4424
- "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.TemporalUnitJsonType",
4568
+ "$ref": "TemporalUnitJsonType",
4425
4569
  "description": "Temporal unit in which the time offset is measured."
4426
4570
  },
4427
4571
  "useTime": {
@@ -4536,32 +4680,15 @@
4536
4680
  "description": "The distance of the shadow on the x-axis in points.",
4537
4681
  "type": "number"
4538
4682
  },
4539
- "yoffset": {
4540
- "description": "The distance of the shadow on the y-axis in points.",
4541
- "type": "number"
4542
- }
4543
- },
4544
- "required": [
4545
- "type"
4546
- ],
4547
- "type": "object"
4548
- },
4549
- "esri.rest-api.LayerJson.EffectJson": {
4550
- "anyOf": [
4551
- {
4552
- "items": {
4553
- "$ref": "#/definitions/esri.rest-api.LayerJson.ScaleDependentEffectJson"
4554
- },
4555
- "type": "array"
4556
- },
4557
- {
4558
- "items": {
4559
- "$ref": "#/definitions/EffectFunctionJson"
4560
- },
4561
- "type": "array"
4683
+ "yoffset": {
4684
+ "description": "The distance of the shadow on the y-axis in points.",
4685
+ "type": "number"
4562
4686
  }
4687
+ },
4688
+ "required": [
4689
+ "type"
4563
4690
  ],
4564
- "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
4691
+ "type": "object"
4565
4692
  },
4566
4693
  "esri.rest-api.LayerJson.GrayscaleEffectFunctionJson": {
4567
4694
  "additionalProperties": false,
@@ -4744,7 +4871,7 @@
4744
4871
  "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
4745
4872
  },
4746
4873
  "effect": {
4747
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
4874
+ "$ref": "#/definitions/EffectJson",
4748
4875
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
4749
4876
  },
4750
4877
  "id": {
@@ -4772,8 +4899,13 @@
4772
4899
  "type": "array"
4773
4900
  },
4774
4901
  "listMode": {
4775
- "$ref": "esri.ListMode",
4776
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
4902
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
4903
+ "enum": [
4904
+ "hide",
4905
+ "hide-children",
4906
+ "show"
4907
+ ],
4908
+ "type": "string"
4777
4909
  },
4778
4910
  "maxScale": {
4779
4911
  "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.",
@@ -4966,7 +5098,7 @@
4966
5098
  "type": "boolean"
4967
5099
  },
4968
5100
  "effect": {
4969
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
5101
+ "$ref": "#/definitions/EffectJson",
4970
5102
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
4971
5103
  },
4972
5104
  "id": {
@@ -4983,8 +5115,13 @@
4983
5115
  "type": "string"
4984
5116
  },
4985
5117
  "listMode": {
4986
- "$ref": "esri.ListMode",
4987
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
5118
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
5119
+ "enum": [
5120
+ "hide",
5121
+ "hide-children",
5122
+ "show"
5123
+ ],
5124
+ "type": "string"
4988
5125
  },
4989
5126
  "maxScale": {
4990
5127
  "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.",
@@ -5042,40 +5179,6 @@
5042
5179
  ],
5043
5180
  "type": "object"
5044
5181
  },
5045
- "esri.rest-api.PopupInfoJson.DateFormatJsonType": {
5046
- "description": "Possible date formats for {@link FormatJson.dateFormat}.",
5047
- "enum": [
5048
- "dayShortMonthYear",
5049
- "dayShortMonthYearLongTime",
5050
- "dayShortMonthYearLongTime24",
5051
- "dayShortMonthYearShortTime",
5052
- "dayShortMonthYearShortTime24",
5053
- "longDate",
5054
- "longDateLongTime",
5055
- "longDateLongTime24",
5056
- "longDateShortTime",
5057
- "longDateShortTime24",
5058
- "longMonthDayYear",
5059
- "longMonthDayYearLongTime",
5060
- "longMonthDayYearLongTime24",
5061
- "longMonthDayYearShortTime",
5062
- "longMonthDayYearShortTime24",
5063
- "longMonthYear",
5064
- "shortDate",
5065
- "shortDateLE",
5066
- "shortDateLELongTime",
5067
- "shortDateLELongTime24",
5068
- "shortDateLEShortTime",
5069
- "shortDateLEShortTime24",
5070
- "shortDateLongTime",
5071
- "shortDateLongTime24",
5072
- "shortDateShortTime",
5073
- "shortDateShortTime24",
5074
- "shortMonthYear",
5075
- "year"
5076
- ],
5077
- "type": "string"
5078
- },
5079
5182
  "esri.rest-api.PopupInfoJson.FieldInfoJson": {
5080
5183
  "additionalProperties": false,
5081
5184
  "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/}.",
@@ -5124,7 +5227,7 @@
5124
5227
  "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/}.",
5125
5228
  "properties": {
5126
5229
  "dateFormat": {
5127
- "$ref": "#/definitions/esri.rest-api.PopupInfoJson.DateFormatJsonType",
5230
+ "$ref": "DateFormatJsonType",
5128
5231
  "description": "A string used with date fields to specify how the date should appear in pop-up windows."
5129
5232
  },
5130
5233
  "digitSeparator": {
@@ -5389,7 +5492,7 @@
5389
5492
  "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/}.",
5390
5493
  "properties": {
5391
5494
  "classificationMethod": {
5392
- "$ref": "#/definitions/esri.rest-api.RendererJson.ClassificationMethodJsonType",
5495
+ "$ref": "esri.rest-api.RendererJson.ClassificationMethodJsonType",
5393
5496
  "description": "Used for classed color or size. The default value is esriClassifyManual."
5394
5497
  },
5395
5498
  "colorRamp": {
@@ -5409,25 +5512,16 @@
5409
5512
  "type": "number"
5410
5513
  },
5411
5514
  "type": {
5412
- "$ref": "#/definitions/esri.rest-api.RendererJson.AuthoringInfoJsonType",
5515
+ "$ref": "AuthoringInfoJsonType",
5413
5516
  "description": "In case of classed renderers this is set to either classedSize or classedColor."
5414
5517
  },
5415
5518
  "visualVariables": {
5416
- "$ref": "#/definitions/esri.rest-api.RendererJson.VisualVariableJson",
5519
+ "$ref": "#/definitions/VisualVariableJson",
5417
5520
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity."
5418
5521
  }
5419
5522
  },
5420
5523
  "type": "object"
5421
5524
  },
5422
- "esri.rest-api.RendererJson.AuthoringInfoJsonType": {
5423
- "description": "The type of the AuthoringInfo.",
5424
- "enum": [
5425
- "classedColor",
5426
- "classedSize",
5427
- "predominance"
5428
- ],
5429
- "type": "string"
5430
- },
5431
5525
  "esri.rest-api.RendererJson.ClassBreakInfoJson": {
5432
5526
  "additionalProperties": false,
5433
5527
  "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/}.",
@@ -5486,7 +5580,7 @@
5486
5580
  "type": "array"
5487
5581
  },
5488
5582
  "classificationMethod": {
5489
- "$ref": "#/definitions/esri.rest-api.RendererJson.ClassificationMethodJsonType",
5583
+ "$ref": "esri.rest-api.RendererJson.ClassificationMethodJsonType",
5490
5584
  "description": "Determines the classification method that was used to generate class breaks."
5491
5585
  },
5492
5586
  "defaultLabel": {
@@ -5527,7 +5621,7 @@
5527
5621
  "type": "string"
5528
5622
  },
5529
5623
  "rotationType": {
5530
- "$ref": "#/definitions/esri.rest-api.RendererJson.RotationJsonType",
5624
+ "$ref": "RotationJsonType",
5531
5625
  "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."
5532
5626
  },
5533
5627
  "type": {
@@ -5538,7 +5632,7 @@
5538
5632
  "visualVariables": {
5539
5633
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
5540
5634
  "items": {
5541
- "$ref": "#/definitions/esri.rest-api.RendererJson.VisualVariableJson"
5635
+ "$ref": "#/definitions/VisualVariableJson"
5542
5636
  },
5543
5637
  "type": "array"
5544
5638
  }
@@ -5551,18 +5645,6 @@
5551
5645
  ],
5552
5646
  "type": "object"
5553
5647
  },
5554
- "esri.rest-api.RendererJson.ClassificationMethodJsonType": {
5555
- "description": "The classification method for ClassBreaksRenderer.",
5556
- "enum": [
5557
- "esriClassifyEqualInterval",
5558
- "esriClassifyGeometricalInterval",
5559
- "esriClassifyManual",
5560
- "esriClassifyNaturalBreaks",
5561
- "esriClassifyQuantile",
5562
- "esriClassifyStandardDeviation"
5563
- ],
5564
- "type": "string"
5565
- },
5566
5648
  "esri.rest-api.RendererJson.ColorClassBreakInfoJson": {
5567
5649
  "additionalProperties": false,
5568
5650
  "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/}.",
@@ -5597,8 +5679,11 @@
5597
5679
  "colors": {
5598
5680
  "description": "An array of colors that define the color ramp. Either colors or stops must be specified to construct the color ramp.",
5599
5681
  "items": {
5600
- "$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
5601
- "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/}."
5682
+ "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/}.",
5683
+ "items": {
5684
+ "type": "number"
5685
+ },
5686
+ "type": "array"
5602
5687
  },
5603
5688
  "type": "array"
5604
5689
  },
@@ -5804,7 +5889,7 @@
5804
5889
  "type": "string"
5805
5890
  },
5806
5891
  "rotationType": {
5807
- "$ref": "#/definitions/esri.rest-api.RendererJson.RotationJsonType",
5892
+ "$ref": "RotationJsonType",
5808
5893
  "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."
5809
5894
  },
5810
5895
  "type": {
@@ -5815,7 +5900,7 @@
5815
5900
  "visualVariables": {
5816
5901
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
5817
5902
  "items": {
5818
- "$ref": "#/definitions/esri.rest-api.RendererJson.VisualVariableJson"
5903
+ "$ref": "#/definitions/VisualVariableJson"
5819
5904
  },
5820
5905
  "type": "array"
5821
5906
  }
@@ -5825,17 +5910,6 @@
5825
5910
  ],
5826
5911
  "type": "object"
5827
5912
  },
5828
- "esri.rest-api.RendererJson.MagnitudeUnitJsonType": {
5829
- "description": "Units of magnitude.",
5830
- "enum": [
5831
- "esriFeetPerSecond",
5832
- "esriKilometersPerHour",
5833
- "esriKnots",
5834
- "esriMetersPerSecond",
5835
- "esriMilesPerHour"
5836
- ],
5837
- "type": "string"
5838
- },
5839
5913
  "esri.rest-api.RendererJson.PointCloudClassBreaksRendererJson": {
5840
5914
  "additionalProperties": false,
5841
5915
  "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/}.",
@@ -5890,7 +5964,7 @@
5890
5964
  "type": "string"
5891
5965
  },
5892
5966
  "rotationType": {
5893
- "$ref": "#/definitions/esri.rest-api.RendererJson.RotationJsonType",
5967
+ "$ref": "RotationJsonType",
5894
5968
  "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."
5895
5969
  },
5896
5970
  "type": {
@@ -5901,7 +5975,7 @@
5901
5975
  "visualVariables": {
5902
5976
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
5903
5977
  "items": {
5904
- "$ref": "#/definitions/esri.rest-api.RendererJson.VisualVariableJson"
5978
+ "$ref": "#/definitions/VisualVariableJson"
5905
5979
  },
5906
5980
  "type": "array"
5907
5981
  }
@@ -5981,7 +6055,7 @@
5981
6055
  "type": "string"
5982
6056
  },
5983
6057
  "rotationType": {
5984
- "$ref": "#/definitions/esri.rest-api.RendererJson.RotationJsonType",
6058
+ "$ref": "RotationJsonType",
5985
6059
  "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."
5986
6060
  },
5987
6061
  "type": {
@@ -5992,7 +6066,7 @@
5992
6066
  "visualVariables": {
5993
6067
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
5994
6068
  "items": {
5995
- "$ref": "#/definitions/esri.rest-api.RendererJson.VisualVariableJson"
6069
+ "$ref": "#/definitions/VisualVariableJson"
5996
6070
  },
5997
6071
  "type": "array"
5998
6072
  }
@@ -6072,7 +6146,7 @@
6072
6146
  "type": "string"
6073
6147
  },
6074
6148
  "rotationType": {
6075
- "$ref": "#/definitions/esri.rest-api.RendererJson.RotationJsonType",
6149
+ "$ref": "RotationJsonType",
6076
6150
  "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."
6077
6151
  },
6078
6152
  "type": {
@@ -6083,7 +6157,7 @@
6083
6157
  "visualVariables": {
6084
6158
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
6085
6159
  "items": {
6086
- "$ref": "#/definitions/esri.rest-api.RendererJson.VisualVariableJson"
6160
+ "$ref": "#/definitions/VisualVariableJson"
6087
6161
  },
6088
6162
  "type": "array"
6089
6163
  }
@@ -6147,7 +6221,7 @@
6147
6221
  "type": "string"
6148
6222
  },
6149
6223
  "rotationType": {
6150
- "$ref": "#/definitions/esri.rest-api.RendererJson.RotationJsonType",
6224
+ "$ref": "RotationJsonType",
6151
6225
  "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."
6152
6226
  },
6153
6227
  "type": {
@@ -6158,7 +6232,7 @@
6158
6232
  "visualVariables": {
6159
6233
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
6160
6234
  "items": {
6161
- "$ref": "#/definitions/esri.rest-api.RendererJson.VisualVariableJson"
6235
+ "$ref": "#/definitions/VisualVariableJson"
6162
6236
  },
6163
6237
  "type": "array"
6164
6238
  }
@@ -6185,7 +6259,7 @@
6185
6259
  "type": "string"
6186
6260
  },
6187
6261
  "defaultSymbol": {
6188
- "$ref": "#/definitions/esri.rest-api.SymbolJson.Symbol2DJson",
6262
+ "$ref": "#/definitions/Symbol2DJson",
6189
6263
  "description": "Symbol used when a value cannot be classified."
6190
6264
  },
6191
6265
  "rotationExpression": {
@@ -6193,7 +6267,7 @@
6193
6267
  "type": "string"
6194
6268
  },
6195
6269
  "rotationType": {
6196
- "$ref": "#/definitions/esri.rest-api.RendererJson.RotationJsonType",
6270
+ "$ref": "RotationJsonType",
6197
6271
  "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."
6198
6272
  },
6199
6273
  "type": {
@@ -6211,7 +6285,7 @@
6211
6285
  "visualVariables": {
6212
6286
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
6213
6287
  "items": {
6214
- "$ref": "#/definitions/esri.rest-api.RendererJson.VisualVariableJson"
6288
+ "$ref": "#/definitions/VisualVariableJson"
6215
6289
  },
6216
6290
  "type": "array"
6217
6291
  }
@@ -6223,47 +6297,6 @@
6223
6297
  ],
6224
6298
  "type": "object"
6225
6299
  },
6226
- "esri.rest-api.RendererJson.RendererJson": {
6227
- "anyOf": [
6228
- {
6229
- "$ref": "#/definitions/esri.rest-api.RendererJson.ClassBreaksRendererJson"
6230
- },
6231
- {
6232
- "$ref": "#/definitions/esri.rest-api.RendererJson.HeatmapRendererJson"
6233
- },
6234
- {
6235
- "$ref": "#/definitions/esri.rest-api.RendererJson.PointCloudClassBreaksRendererJson"
6236
- },
6237
- {
6238
- "$ref": "#/definitions/esri.rest-api.RendererJson.PointCloudRGBRendererJson"
6239
- },
6240
- {
6241
- "$ref": "#/definitions/esri.rest-api.RendererJson.PointCloudStretchRendererJson"
6242
- },
6243
- {
6244
- "$ref": "#/definitions/esri.rest-api.RendererJson.PointCloudUniqueValueRendererJson"
6245
- },
6246
- {
6247
- "$ref": "#/definitions/esri.rest-api.RendererJson.PredominanceRendererJson"
6248
- },
6249
- {
6250
- "$ref": "#/definitions/esri.rest-api.RendererJson.SimpleRendererJson"
6251
- },
6252
- {
6253
- "$ref": "#/definitions/esri.rest-api.RendererJson.TemporalRendererJson"
6254
- },
6255
- {
6256
- "$ref": "#/definitions/esri.rest-api.RendererJson.UniqueValueFromStyleRendererJson"
6257
- },
6258
- {
6259
- "$ref": "#/definitions/esri.rest-api.RendererJson.UniqueValueRendererJson"
6260
- },
6261
- {
6262
- "$ref": "#/definitions/esri.rest-api.RendererJson.VectorFieldRendererJson"
6263
- }
6264
- ],
6265
- "description": "A renderer.\n\nPart of the ArcGIS REST API (see http://resources.arcgis.com/en/help/rest/apiref/renderer.html)."
6266
- },
6267
6300
  "esri.rest-api.RendererJson.RotationInfoJson": {
6268
6301
  "additionalProperties": false,
6269
6302
  "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/}.",
@@ -6281,7 +6314,7 @@
6281
6314
  "type": "string"
6282
6315
  },
6283
6316
  "rotationType": {
6284
- "$ref": "#/definitions/esri.rest-api.RendererJson.RotationJsonType",
6317
+ "$ref": "RotationJsonType",
6285
6318
  "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."
6286
6319
  },
6287
6320
  "type": {
@@ -6300,14 +6333,6 @@
6300
6333
  ],
6301
6334
  "type": "object"
6302
6335
  },
6303
- "esri.rest-api.RendererJson.RotationJsonType": {
6304
- "description": "The type of rotation for RendererBase.",
6305
- "enum": [
6306
- "arithmetic",
6307
- "geographic"
6308
- ],
6309
- "type": "string"
6310
- },
6311
6336
  "esri.rest-api.RendererJson.SimpleRendererJson": {
6312
6337
  "additionalProperties": false,
6313
6338
  "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/}.",
@@ -6329,7 +6354,7 @@
6329
6354
  "type": "string"
6330
6355
  },
6331
6356
  "rotationType": {
6332
- "$ref": "#/definitions/esri.rest-api.RendererJson.RotationJsonType",
6357
+ "$ref": "RotationJsonType",
6333
6358
  "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."
6334
6359
  },
6335
6360
  "symbol": {
@@ -6344,7 +6369,7 @@
6344
6369
  "visualVariables": {
6345
6370
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
6346
6371
  "items": {
6347
- "$ref": "#/definitions/esri.rest-api.RendererJson.VisualVariableJson"
6372
+ "$ref": "#/definitions/VisualVariableJson"
6348
6373
  },
6349
6374
  "type": "array"
6350
6375
  }
@@ -6521,7 +6546,7 @@
6521
6546
  "type": "string"
6522
6547
  },
6523
6548
  "rotationType": {
6524
- "$ref": "#/definitions/esri.rest-api.RendererJson.RotationJsonType",
6549
+ "$ref": "RotationJsonType",
6525
6550
  "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."
6526
6551
  },
6527
6552
  "trackRenderer": {
@@ -6536,7 +6561,7 @@
6536
6561
  "visualVariables": {
6537
6562
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
6538
6563
  "items": {
6539
- "$ref": "#/definitions/esri.rest-api.RendererJson.VisualVariableJson"
6564
+ "$ref": "#/definitions/VisualVariableJson"
6540
6565
  },
6541
6566
  "type": "array"
6542
6567
  }
@@ -6651,7 +6676,7 @@
6651
6676
  "type": "string"
6652
6677
  },
6653
6678
  "defaultSymbol": {
6654
- "$ref": "#/definitions/esri.rest-api.SymbolJson.Symbol3DJson",
6679
+ "$ref": "#/definitions/Symbol3DJson",
6655
6680
  "description": "The defaultSymbol on the renderer that get assigned to features with no value or features that do not fall within the configured data."
6656
6681
  },
6657
6682
  "field1": {
@@ -6663,7 +6688,7 @@
6663
6688
  "type": "string"
6664
6689
  },
6665
6690
  "rotationType": {
6666
- "$ref": "#/definitions/esri.rest-api.RendererJson.RotationJsonType",
6691
+ "$ref": "RotationJsonType",
6667
6692
  "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."
6668
6693
  },
6669
6694
  "styleName": {
@@ -6682,7 +6707,7 @@
6682
6707
  "visualVariables": {
6683
6708
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
6684
6709
  "items": {
6685
- "$ref": "#/definitions/esri.rest-api.RendererJson.VisualVariableJson"
6710
+ "$ref": "#/definitions/VisualVariableJson"
6686
6711
  },
6687
6712
  "type": "array"
6688
6713
  }
@@ -6779,7 +6804,7 @@
6779
6804
  "type": "string"
6780
6805
  },
6781
6806
  "rotationType": {
6782
- "$ref": "#/definitions/esri.rest-api.RendererJson.RotationJsonType",
6807
+ "$ref": "RotationJsonType",
6783
6808
  "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."
6784
6809
  },
6785
6810
  "type": {
@@ -6804,7 +6829,7 @@
6804
6829
  "visualVariables": {
6805
6830
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
6806
6831
  "items": {
6807
- "$ref": "#/definitions/esri.rest-api.RendererJson.VisualVariableJson"
6832
+ "$ref": "#/definitions/VisualVariableJson"
6808
6833
  },
6809
6834
  "type": "array"
6810
6835
  }
@@ -6837,11 +6862,11 @@
6837
6862
  "type": "string"
6838
6863
  },
6839
6864
  "inputUnit": {
6840
- "$ref": "#/definitions/esri.rest-api.RendererJson.MagnitudeUnitJsonType",
6865
+ "$ref": "MagnitudeUnitJsonType",
6841
6866
  "description": "Input unit for Magnitude."
6842
6867
  },
6843
6868
  "outputUnit": {
6844
- "$ref": "#/definitions/esri.rest-api.RendererJson.MagnitudeUnitJsonType",
6869
+ "$ref": "MagnitudeUnitJsonType",
6845
6870
  "description": "Output unit for Magnitude."
6846
6871
  },
6847
6872
  "rotationExpression": {
@@ -6849,7 +6874,7 @@
6849
6874
  "type": "string"
6850
6875
  },
6851
6876
  "rotationType": {
6852
- "$ref": "#/definitions/esri.rest-api.RendererJson.RotationJsonType",
6877
+ "$ref": "RotationJsonType",
6853
6878
  "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."
6854
6879
  },
6855
6880
  "style": {
@@ -6881,7 +6906,7 @@
6881
6906
  "visualVariables": {
6882
6907
  "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
6883
6908
  "items": {
6884
- "$ref": "#/definitions/esri.rest-api.RendererJson.VisualVariableJson"
6909
+ "$ref": "#/definitions/VisualVariableJson"
6885
6910
  },
6886
6911
  "type": "array"
6887
6912
  }
@@ -6894,23 +6919,6 @@
6894
6919
  ],
6895
6920
  "type": "object"
6896
6921
  },
6897
- "esri.rest-api.RendererJson.VisualVariableJson": {
6898
- "anyOf": [
6899
- {
6900
- "$ref": "#/definitions/esri.rest-api.RendererJson.ColorInfoJson"
6901
- },
6902
- {
6903
- "$ref": "#/definitions/esri.rest-api.RendererJson.SizeInfoJson"
6904
- },
6905
- {
6906
- "$ref": "#/definitions/esri.rest-api.RendererJson.TransparencyInfoJson"
6907
- },
6908
- {
6909
- "$ref": "#/definitions/esri.rest-api.RendererJson.RotationInfoJson"
6910
- }
6911
- ],
6912
- "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/}."
6913
- },
6914
6922
  "esri.rest-api.SceneLayerJson.SceneLayerJson": {
6915
6923
  "additionalProperties": false,
6916
6924
  "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/}.",
@@ -6957,7 +6965,7 @@
6957
6965
  "type": "boolean"
6958
6966
  },
6959
6967
  "effect": {
6960
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
6968
+ "$ref": "#/definitions/EffectJson",
6961
6969
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
6962
6970
  },
6963
6971
  "id": {
@@ -6978,8 +6986,13 @@
6978
6986
  "type": "string"
6979
6987
  },
6980
6988
  "listMode": {
6981
- "$ref": "esri.ListMode",
6982
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
6989
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
6990
+ "enum": [
6991
+ "hide",
6992
+ "hide-children",
6993
+ "show"
6994
+ ],
6995
+ "type": "string"
6983
6996
  },
6984
6997
  "maxScale": {
6985
6998
  "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.",
@@ -7129,7 +7142,7 @@
7129
7142
  "type": "boolean"
7130
7143
  },
7131
7144
  "effect": {
7132
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
7145
+ "$ref": "#/definitions/EffectJson",
7133
7146
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
7134
7147
  },
7135
7148
  "featureCollection": {
@@ -7167,8 +7180,13 @@
7167
7180
  "type": "string"
7168
7181
  },
7169
7182
  "listMode": {
7170
- "$ref": "esri.ListMode",
7171
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
7183
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
7184
+ "enum": [
7185
+ "hide",
7186
+ "hide-children",
7187
+ "show"
7188
+ ],
7189
+ "type": "string"
7172
7190
  },
7173
7191
  "maxScale": {
7174
7192
  "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.",
@@ -7219,6 +7237,10 @@
7219
7237
  "number"
7220
7238
  ]
7221
7239
  },
7240
+ "timeAnimation": {
7241
+ "description": "Indicates whether to disable time animation if the layer supports it.",
7242
+ "type": "boolean"
7243
+ },
7222
7244
  "title": {
7223
7245
  "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.",
7224
7246
  "type": "string"
@@ -7384,13 +7406,17 @@
7384
7406
  "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
7385
7407
  },
7386
7408
  "effect": {
7387
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
7409
+ "$ref": "#/definitions/EffectJson",
7388
7410
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
7389
7411
  },
7390
7412
  "id": {
7391
7413
  "description": "A unique identifying string for the layer.",
7392
7414
  "type": "string"
7393
7415
  },
7416
+ "itemId": {
7417
+ "description": "Optional string containing the item ID of the service if it's registered on ArcGIS Online or your organization's portal.",
7418
+ "type": "string"
7419
+ },
7394
7420
  "layerDefinition": {
7395
7421
  "$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.LayerDefinitionJson",
7396
7422
  "description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
@@ -7408,8 +7434,13 @@
7408
7434
  "type": "array"
7409
7435
  },
7410
7436
  "listMode": {
7411
- "$ref": "esri.ListMode",
7412
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
7437
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
7438
+ "enum": [
7439
+ "hide",
7440
+ "hide-children",
7441
+ "show"
7442
+ ],
7443
+ "type": "string"
7413
7444
  },
7414
7445
  "maxScale": {
7415
7446
  "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.",
@@ -7431,6 +7462,10 @@
7431
7462
  "description": "Indicates whether to allow map authors the ability to control what layers should be shown in a client's legend.",
7432
7463
  "type": "boolean"
7433
7464
  },
7465
+ "timeAnimation": {
7466
+ "description": "Indicates whether to disable time animation if the layer supports it.",
7467
+ "type": "boolean"
7468
+ },
7434
7469
  "title": {
7435
7470
  "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.",
7436
7471
  "type": "string"
@@ -7465,7 +7500,7 @@
7465
7500
  },
7466
7501
  "esri.rest-api.SubtypeSublayerJson.SubtypeSublayerJson": {
7467
7502
  "additionalProperties": false,
7468
- "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/}.",
7503
+ "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/}.",
7469
7504
  "properties": {
7470
7505
  "blendMode": {
7471
7506
  "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.",
@@ -7512,9 +7547,13 @@
7512
7547
  "type": "boolean"
7513
7548
  },
7514
7549
  "effect": {
7515
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
7550
+ "$ref": "#/definitions/EffectJson",
7516
7551
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
7517
7552
  },
7553
+ "enableEditing": {
7554
+ "description": "Indicates whether a client should allow feature editing for this layer. Applicable only if the layer has editing capability.",
7555
+ "type": "boolean"
7556
+ },
7518
7557
  "id": {
7519
7558
  "description": "A unique identifying string for the layer.",
7520
7559
  "type": "string"
@@ -7529,8 +7568,13 @@
7529
7568
  "type": "string"
7530
7569
  },
7531
7570
  "listMode": {
7532
- "$ref": "esri.ListMode",
7533
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
7571
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
7572
+ "enum": [
7573
+ "hide",
7574
+ "hide-children",
7575
+ "show"
7576
+ ],
7577
+ "type": "string"
7534
7578
  },
7535
7579
  "maxScale": {
7536
7580
  "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.",
@@ -7600,8 +7644,11 @@
7600
7644
  "description": "Optional border on the line that is used to improve the contrast of the line color against various background colors.",
7601
7645
  "properties": {
7602
7646
  "color": {
7603
- "$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
7604
- "description": "The color of the border."
7647
+ "description": "The color of the border.",
7648
+ "items": {
7649
+ "type": "number"
7650
+ },
7651
+ "type": "array"
7605
7652
  },
7606
7653
  "transparency": {
7607
7654
  "description": "A value between 100 (full transparency) and 0 (full opacity).",
@@ -7634,8 +7681,11 @@
7634
7681
  "description": "Optional border on the line that is used to improve the contrast of the line color against various background colors."
7635
7682
  },
7636
7683
  "color": {
7637
- "$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
7638
- "description": "The color of the line."
7684
+ "description": "The color of the line.",
7685
+ "items": {
7686
+ "type": "number"
7687
+ },
7688
+ "type": "array"
7639
7689
  },
7640
7690
  "size": {
7641
7691
  "description": "The width of the line in points.",
@@ -7663,17 +7713,6 @@
7663
7713
  },
7664
7714
  "type": "array"
7665
7715
  },
7666
- "esri.rest-api.SymbolJson.EdgesJson": {
7667
- "anyOf": [
7668
- {
7669
- "$ref": "#/definitions/esri.rest-api.SymbolJson.SketchEdgesJson"
7670
- },
7671
- {
7672
- "$ref": "#/definitions/esri.rest-api.SymbolJson.SolidEdgesJson"
7673
- }
7674
- ],
7675
- "description": "Edges describe additional styles applied to visually important edges of 3D objects."
7676
- },
7677
7716
  "esri.rest-api.SymbolJson.ExtrudeSymbol3DLayerJson": {
7678
7717
  "additionalProperties": false,
7679
7718
  "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/}.",
@@ -7710,7 +7749,7 @@
7710
7749
  "type": "boolean"
7711
7750
  },
7712
7751
  "edges": {
7713
- "$ref": "#/definitions/esri.rest-api.SymbolJson.EdgesJson",
7752
+ "$ref": "#/definitions/EdgesJson",
7714
7753
  "description": "Specifies an edge visualization style. Only affects MeshSymbol3D."
7715
7754
  },
7716
7755
  "enable": {
@@ -7922,8 +7961,11 @@
7922
7961
  "description": "The material used to shade the geometry.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/material/}.",
7923
7962
  "properties": {
7924
7963
  "color": {
7925
- "$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
7926
- "description": "Color is represented as a three or four-element array."
7964
+ "description": "Color is represented as a three or four-element array.",
7965
+ "items": {
7966
+ "type": "number"
7967
+ },
7968
+ "type": "array"
7927
7969
  },
7928
7970
  "colorMixMode": {
7929
7971
  "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.",
@@ -8038,8 +8080,11 @@
8038
8080
  "description": "The outline of the point, line or polygon.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/outline/}.",
8039
8081
  "properties": {
8040
8082
  "color": {
8041
- "$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
8042
- "description": "Color is represented as a three or four-element array."
8083
+ "description": "Color is represented as a three or four-element array.",
8084
+ "items": {
8085
+ "type": "number"
8086
+ },
8087
+ "type": "array"
8043
8088
  },
8044
8089
  "size": {
8045
8090
  "description": "Outline size in points, positive only.",
@@ -8299,8 +8344,11 @@
8299
8344
  "description": "Simple fill symbols can be used to symbolize polygon geometries.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/esriSFS_symbol/}.",
8300
8345
  "properties": {
8301
8346
  "color": {
8302
- "$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
8303
- "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."
8347
+ "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.",
8348
+ "items": {
8349
+ "type": "number"
8350
+ },
8351
+ "type": "array"
8304
8352
  },
8305
8353
  "outline": {
8306
8354
  "$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleLineSymbolJson",
@@ -8336,8 +8384,11 @@
8336
8384
  "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/}.",
8337
8385
  "properties": {
8338
8386
  "color": {
8339
- "$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
8340
- "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."
8387
+ "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.",
8388
+ "items": {
8389
+ "type": "number"
8390
+ },
8391
+ "type": "array"
8341
8392
  },
8342
8393
  "style": {
8343
8394
  "description": "The line style.",
@@ -8375,8 +8426,11 @@
8375
8426
  "type": "number"
8376
8427
  },
8377
8428
  "color": {
8378
- "$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
8379
- "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."
8429
+ "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.",
8430
+ "items": {
8431
+ "type": "number"
8432
+ },
8433
+ "type": "array"
8380
8434
  },
8381
8435
  "outline": {
8382
8436
  "$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleLineSymbolJson",
@@ -8512,58 +8566,6 @@
8512
8566
  ],
8513
8567
  "type": "object"
8514
8568
  },
8515
- "esri.rest-api.SymbolJson.Symbol2DJson": {
8516
- "anyOf": [
8517
- {
8518
- "$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolJson"
8519
- },
8520
- {
8521
- "$ref": "#/definitions/esri.rest-api.SymbolJson.PictureFillSymbolJson"
8522
- },
8523
- {
8524
- "$ref": "#/definitions/esri.rest-api.SymbolJson.PictureMarkerSymbolJson"
8525
- },
8526
- {
8527
- "$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleFillSymbolJson"
8528
- },
8529
- {
8530
- "$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleLineSymbolJson"
8531
- },
8532
- {
8533
- "$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleMarkerSymbolJson"
8534
- },
8535
- {
8536
- "$ref": "#/definitions/esri.rest-api.SymbolJson.TextSymbolJson"
8537
- }
8538
- ],
8539
- "description": "Symbol types used in web maps."
8540
- },
8541
- "esri.rest-api.SymbolJson.Symbol3DJson": {
8542
- "anyOf": [
8543
- {
8544
- "$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolJson"
8545
- },
8546
- {
8547
- "$ref": "#/definitions/esri.rest-api.SymbolJson.LabelSymbol3DJson"
8548
- },
8549
- {
8550
- "$ref": "#/definitions/esri.rest-api.SymbolJson.LineSymbol3DJson"
8551
- },
8552
- {
8553
- "$ref": "#/definitions/esri.rest-api.SymbolJson.MeshSymbol3DJson"
8554
- },
8555
- {
8556
- "$ref": "#/definitions/esri.rest-api.SymbolJson.PointSymbol3DJson"
8557
- },
8558
- {
8559
- "$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
8560
- },
8561
- {
8562
- "$ref": "#/definitions/esri.rest-api.SymbolJson.StyleSymbolReferenceJson"
8563
- }
8564
- ],
8565
- "description": "Symbol types used in web scenes."
8566
- },
8567
8569
  "esri.rest-api.SymbolJson.SymbolJson": {
8568
8570
  "anyOf": [
8569
8571
  {
@@ -8648,28 +8650,40 @@
8648
8650
  "type": "number"
8649
8651
  },
8650
8652
  "backgroundColor": {
8651
- "$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
8652
- "description": "Background color of the text."
8653
+ "description": "Background color of the text.",
8654
+ "items": {
8655
+ "type": "number"
8656
+ },
8657
+ "type": "array"
8653
8658
  },
8654
8659
  "borderLineColor": {
8655
- "$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
8656
- "description": "Value indicating the the color of the border line."
8660
+ "description": "Value indicating the the color of the border line.",
8661
+ "items": {
8662
+ "type": "number"
8663
+ },
8664
+ "type": "array"
8657
8665
  },
8658
8666
  "borderLineSize": {
8659
8667
  "description": "Numeric value indicating the the size of the border line in points.",
8660
8668
  "type": "number"
8661
8669
  },
8662
8670
  "color": {
8663
- "$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
8664
- "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."
8671
+ "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.",
8672
+ "items": {
8673
+ "type": "number"
8674
+ },
8675
+ "type": "array"
8665
8676
  },
8666
8677
  "font": {
8667
8678
  "$ref": "#/definitions/esri.rest-api.SymbolJson.FontJson",
8668
8679
  "description": "Font used for text symbols."
8669
8680
  },
8670
8681
  "haloColor": {
8671
- "$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
8672
- "description": "Color of the halo around the text."
8682
+ "description": "Color of the halo around the text.",
8683
+ "items": {
8684
+ "type": "number"
8685
+ },
8686
+ "type": "array"
8673
8687
  },
8674
8688
  "haloSize": {
8675
8689
  "description": "Numeric value indicating the point size of a halo around the text symbol.",
@@ -8835,7 +8849,7 @@
8835
8849
  "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
8836
8850
  },
8837
8851
  "effect": {
8838
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
8852
+ "$ref": "#/definitions/EffectJson",
8839
8853
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
8840
8854
  },
8841
8855
  "id": {
@@ -8856,8 +8870,13 @@
8856
8870
  "type": "string"
8857
8871
  },
8858
8872
  "listMode": {
8859
- "$ref": "esri.ListMode",
8860
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
8873
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
8874
+ "enum": [
8875
+ "hide",
8876
+ "hide-children",
8877
+ "show"
8878
+ ],
8879
+ "type": "string"
8861
8880
  },
8862
8881
  "maxScale": {
8863
8882
  "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.",
@@ -8963,7 +8982,7 @@
8963
8982
  "type": "array"
8964
8983
  },
8965
8984
  "effect": {
8966
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
8985
+ "$ref": "#/definitions/EffectJson",
8967
8986
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
8968
8987
  },
8969
8988
  "exclusionAreas": {
@@ -8995,8 +9014,13 @@
8995
9014
  "type": "array"
8996
9015
  },
8997
9016
  "listMode": {
8998
- "$ref": "esri.ListMode",
8999
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
9017
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
9018
+ "enum": [
9019
+ "hide",
9020
+ "hide-children",
9021
+ "show"
9022
+ ],
9023
+ "type": "string"
9000
9024
  },
9001
9025
  "maxScale": {
9002
9026
  "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.",
@@ -9127,7 +9151,7 @@
9127
9151
  "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
9128
9152
  },
9129
9153
  "effect": {
9130
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
9154
+ "$ref": "#/definitions/EffectJson",
9131
9155
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
9132
9156
  },
9133
9157
  "id": {
@@ -9148,8 +9172,13 @@
9148
9172
  "type": "string"
9149
9173
  },
9150
9174
  "listMode": {
9151
- "$ref": "esri.ListMode",
9152
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
9175
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
9176
+ "enum": [
9177
+ "hide",
9178
+ "hide-children",
9179
+ "show"
9180
+ ],
9181
+ "type": "string"
9153
9182
  },
9154
9183
  "maxScale": {
9155
9184
  "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.",
@@ -9294,7 +9323,7 @@
9294
9323
  "type": "boolean"
9295
9324
  },
9296
9325
  "effect": {
9297
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
9326
+ "$ref": "#/definitions/EffectJson",
9298
9327
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
9299
9328
  },
9300
9329
  "id": {
@@ -9315,8 +9344,13 @@
9315
9344
  "type": "string"
9316
9345
  },
9317
9346
  "listMode": {
9318
- "$ref": "esri.ListMode",
9319
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
9347
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
9348
+ "enum": [
9349
+ "hide",
9350
+ "hide-children",
9351
+ "show"
9352
+ ],
9353
+ "type": "string"
9320
9354
  },
9321
9355
  "maxScale": {
9322
9356
  "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.",
@@ -9442,7 +9476,7 @@
9442
9476
  "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."
9443
9477
  },
9444
9478
  "effect": {
9445
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
9479
+ "$ref": "#/definitions/EffectJson",
9446
9480
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
9447
9481
  },
9448
9482
  "extent": {
@@ -9500,8 +9534,13 @@
9500
9534
  "type": "string"
9501
9535
  },
9502
9536
  "listMode": {
9503
- "$ref": "esri.ListMode",
9504
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
9537
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
9538
+ "enum": [
9539
+ "hide",
9540
+ "hide-children",
9541
+ "show"
9542
+ ],
9543
+ "type": "string"
9505
9544
  },
9506
9545
  "mapUrl": {
9507
9546
  "description": "The URL of the WMS map. You should also supply the url property, which is the URL of the WMS capabilities document.",
@@ -9725,7 +9764,7 @@
9725
9764
  "type": "string"
9726
9765
  },
9727
9766
  "effect": {
9728
- "$ref": "#/definitions/esri.rest-api.LayerJson.EffectJson",
9767
+ "$ref": "#/definitions/EffectJson",
9729
9768
  "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
9730
9769
  },
9731
9770
  "fullExtent": {
@@ -9750,8 +9789,13 @@
9750
9789
  "type": "string"
9751
9790
  },
9752
9791
  "listMode": {
9753
- "$ref": "esri.ListMode",
9754
- "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}."
9792
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
9793
+ "enum": [
9794
+ "hide",
9795
+ "hide-children",
9796
+ "show"
9797
+ ],
9798
+ "type": "string"
9755
9799
  },
9756
9800
  "maxScale": {
9757
9801
  "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.",