@vertigis/viewer-spec 49.7.0 → 49.9.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.
@@ -61,22 +61,22 @@
61
61
  "geometry": {
62
62
  "anyOf": [
63
63
  {
64
- "$ref": "#/definitions/esri.Geometry"
64
+ "$ref": "#/definitions/esri.rest-api.Point.Point"
65
65
  },
66
66
  {
67
- "$ref": "#/definitions/esri.rest-api.Extent.Extent"
67
+ "$ref": "#/definitions/esri.rest-api.Multipoint.Multipoint"
68
68
  },
69
69
  {
70
- "$ref": "#/definitions/esri.rest-api.Multipoint.Multipoint"
70
+ "$ref": "#/definitions/esri.rest-api.Polyline.Polyline"
71
71
  },
72
72
  {
73
73
  "$ref": "#/definitions/esri.rest-api.Polygon.Polygon"
74
74
  },
75
75
  {
76
- "$ref": "#/definitions/esri.rest-api.Polyline.Polyline"
76
+ "$ref": "#/definitions/esri.rest-api.Extent.Extent"
77
77
  },
78
78
  {
79
- "$ref": "#/definitions/esri.rest-api.Point.Point"
79
+ "$ref": "#/definitions/esri.Geometry"
80
80
  }
81
81
  ],
82
82
  "description": "The feature's geometry."
@@ -451,60 +451,42 @@
451
451
  "GeometryLike": {
452
452
  "anyOf": [
453
453
  {
454
- "$ref": "#/definitions/esri.Geometry"
454
+ "$ref": "#/definitions/CreateGraphicsResult"
455
455
  },
456
456
  {
457
457
  "$ref": "#/definitions/esri.Graphic"
458
458
  },
459
- {
460
- "$ref": "#/definitions/esri.FeatureSet"
461
- },
462
- {
463
- "$ref": "#/definitions/esri.rest-api.Extent.Extent"
464
- },
465
- {
466
- "$ref": "#/definitions/esri.rest-api.Multipoint.Multipoint"
467
- },
468
- {
469
- "$ref": "#/definitions/esri.rest-api.Polygon.Polygon"
470
- },
471
- {
472
- "$ref": "#/definitions/esri.rest-api.Polyline.Polyline"
473
- },
474
- {
475
- "$ref": "#/definitions/esri.rest-api.Point.Point"
476
- },
477
- {
478
- "$ref": "#/definitions/esri.rest-api.Feature.Feature"
479
- },
480
- {
481
- "$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
482
- },
483
459
  {
484
460
  "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
485
461
  },
486
462
  {
487
- "$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
463
+ "$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
488
464
  },
489
465
  {
490
466
  "$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
491
467
  },
492
468
  {
493
- "$ref": "#/definitions/CreateGraphicsResult"
469
+ "$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
494
470
  },
495
471
  {
496
472
  "items": {
497
473
  "anyOf": [
498
474
  {
499
- "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
475
+ "$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
500
476
  },
501
477
  {
502
- "$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
478
+ "$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
503
479
  }
504
480
  ]
505
481
  },
506
482
  "type": "array"
507
483
  },
484
+ {
485
+ "$ref": "#/definitions/esri.rest-api.Feature.Feature"
486
+ },
487
+ {
488
+ "$ref": "#/definitions/esri.FeatureSet"
489
+ },
508
490
  {
509
491
  "items": {
510
492
  "anyOf": [
@@ -518,26 +500,44 @@
518
500
  },
519
501
  "type": "array"
520
502
  },
503
+ {
504
+ "$ref": "#/definitions/esri.rest-api.Point.Point"
505
+ },
506
+ {
507
+ "$ref": "#/definitions/esri.rest-api.Multipoint.Multipoint"
508
+ },
509
+ {
510
+ "$ref": "#/definitions/esri.rest-api.Polyline.Polyline"
511
+ },
512
+ {
513
+ "$ref": "#/definitions/esri.rest-api.Polygon.Polygon"
514
+ },
515
+ {
516
+ "$ref": "#/definitions/esri.rest-api.Extent.Extent"
517
+ },
518
+ {
519
+ "$ref": "#/definitions/esri.Geometry"
520
+ },
521
521
  {
522
522
  "items": {
523
523
  "anyOf": [
524
524
  {
525
- "$ref": "#/definitions/esri.Geometry"
525
+ "$ref": "#/definitions/esri.rest-api.Point.Point"
526
526
  },
527
527
  {
528
- "$ref": "#/definitions/esri.rest-api.Extent.Extent"
528
+ "$ref": "#/definitions/esri.rest-api.Multipoint.Multipoint"
529
529
  },
530
530
  {
531
- "$ref": "#/definitions/esri.rest-api.Multipoint.Multipoint"
531
+ "$ref": "#/definitions/esri.rest-api.Polyline.Polyline"
532
532
  },
533
533
  {
534
534
  "$ref": "#/definitions/esri.rest-api.Polygon.Polygon"
535
535
  },
536
536
  {
537
- "$ref": "#/definitions/esri.rest-api.Polyline.Polyline"
537
+ "$ref": "#/definitions/esri.rest-api.Extent.Extent"
538
538
  },
539
539
  {
540
- "$ref": "#/definitions/esri.rest-api.Point.Point"
540
+ "$ref": "#/definitions/esri.Geometry"
541
541
  }
542
542
  ]
543
543
  },
@@ -636,22 +636,22 @@
636
636
  "items": {
637
637
  "anyOf": [
638
638
  {
639
- "$ref": "#/definitions/esri.PictureMarkerSymbol"
639
+ "$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
640
640
  },
641
641
  {
642
- "$ref": "#/definitions/esri.SimpleMarkerSymbol"
642
+ "$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
643
643
  },
644
644
  {
645
- "$ref": "#/definitions/esri.TextSymbol"
645
+ "$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
646
646
  },
647
647
  {
648
- "$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
648
+ "$ref": "#/definitions/esri.SimpleMarkerSymbol"
649
649
  },
650
650
  {
651
- "$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
651
+ "$ref": "#/definitions/esri.PictureMarkerSymbol"
652
652
  },
653
653
  {
654
- "$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
654
+ "$ref": "#/definitions/esri.TextSymbol"
655
655
  }
656
656
  ],
657
657
  "description": "Symbols that can be used for location markers."
@@ -722,9 +722,6 @@
722
722
  {
723
723
  "$ref": "#/definitions/esri.rest-api.ElevationLayer.ElevationLayer"
724
724
  },
725
- {
726
- "$ref": "#/definitions/esri.rest-api.StreamLayer.StreamLayer"
727
- },
728
725
  {
729
726
  "$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayer"
730
727
  },
@@ -734,6 +731,9 @@
734
731
  {
735
732
  "$ref": "#/definitions/esri.rest-api.GroupLayer.GroupLayer"
736
733
  },
734
+ {
735
+ "$ref": "#/definitions/esri.rest-api.ImageServiceLayer.ImageServiceLayer"
736
+ },
737
737
  {
738
738
  "$ref": "#/definitions/esri.rest-api.ImageServiceVectorLayer.ImageServiceVectorLayer"
739
739
  },
@@ -752,6 +752,12 @@
752
752
  {
753
753
  "$ref": "#/definitions/esri.rest-api.SceneLayer.SceneLayer"
754
754
  },
755
+ {
756
+ "$ref": "#/definitions/esri.rest-api.StreamLayer.StreamLayer"
757
+ },
758
+ {
759
+ "$ref": "#/definitions/esri.rest-api.SubtypeGroupLayer.SubtypeGroupLayer"
760
+ },
755
761
  {
756
762
  "$ref": "#/definitions/esri.rest-api.TiledImageServiceLayer.TiledImageServiceLayer"
757
763
  },
@@ -761,14 +767,11 @@
761
767
  {
762
768
  "$ref": "#/definitions/esri.rest-api.VectorTileLayer.VectorTileLayer"
763
769
  },
764
- {
765
- "$ref": "#/definitions/esri.rest-api.WMSLayer.WMSLayer"
766
- },
767
770
  {
768
771
  "$ref": "#/definitions/esri.rest-api.WebTileLayer.WebTileLayer"
769
772
  },
770
773
  {
771
- "$ref": "#/definitions/esri.rest-api.ImageServiceLayer.ImageServiceLayer"
774
+ "$ref": "#/definitions/esri.rest-api.WMSLayer.WMSLayer"
772
775
  }
773
776
  ],
774
777
  "description": "An operational layer in a web map/scene."
@@ -1285,6 +1288,10 @@
1285
1288
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
1286
1289
  "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."
1287
1290
  },
1291
+ "effect": {
1292
+ "$ref": "#/definitions/esri.rest-api.Effect.Effect",
1293
+ "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
1294
+ },
1288
1295
  "filters": {
1289
1296
  "description": "A list of filters available for this layer. Overrides filters defined on the service.",
1290
1297
  "items": {
@@ -1571,6 +1578,10 @@
1571
1578
  "description": "Indicates whether to allow a client to ignore popups defined by the service item.",
1572
1579
  "type": "boolean"
1573
1580
  },
1581
+ "effect": {
1582
+ "$ref": "#/definitions/esri.rest-api.Effect.Effect",
1583
+ "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
1584
+ },
1574
1585
  "id": {
1575
1586
  "description": "A unique identifying string for the layer.",
1576
1587
  "type": "string"
@@ -1734,43 +1745,43 @@
1734
1745
  "symbol": {
1735
1746
  "anyOf": [
1736
1747
  {
1737
- "$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
1748
+ "$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
1738
1749
  },
1739
1750
  {
1740
1751
  "$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
1741
1752
  },
1742
1753
  {
1743
- "$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
1754
+ "$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
1744
1755
  },
1745
1756
  {
1746
1757
  "$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
1747
1758
  },
1748
1759
  {
1749
- "$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
1760
+ "$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
1750
1761
  },
1751
1762
  {
1752
- "$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
1763
+ "$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
1753
1764
  },
1754
1765
  {
1755
- "$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
1766
+ "$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
1756
1767
  },
1757
1768
  {
1758
- "$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
1769
+ "$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
1759
1770
  },
1760
1771
  {
1761
- "$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
1772
+ "$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
1762
1773
  },
1763
1774
  {
1764
- "$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
1775
+ "$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
1765
1776
  },
1766
1777
  {
1767
- "$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
1778
+ "$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
1768
1779
  },
1769
1780
  {
1770
- "$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
1781
+ "$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
1771
1782
  },
1772
1783
  {
1773
- "$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
1784
+ "$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
1774
1785
  }
1775
1786
  ],
1776
1787
  "description": "An object used to display the value."
@@ -1819,43 +1830,43 @@
1819
1830
  "defaultSymbol": {
1820
1831
  "anyOf": [
1821
1832
  {
1822
- "$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
1833
+ "$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
1823
1834
  },
1824
1835
  {
1825
1836
  "$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
1826
1837
  },
1827
1838
  {
1828
- "$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
1839
+ "$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
1829
1840
  },
1830
1841
  {
1831
1842
  "$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
1832
1843
  },
1833
1844
  {
1834
- "$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
1845
+ "$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
1835
1846
  },
1836
1847
  {
1837
- "$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
1848
+ "$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
1838
1849
  },
1839
1850
  {
1840
- "$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
1851
+ "$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
1841
1852
  },
1842
1853
  {
1843
- "$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
1854
+ "$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
1844
1855
  },
1845
1856
  {
1846
- "$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
1857
+ "$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
1847
1858
  },
1848
1859
  {
1849
- "$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
1860
+ "$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
1850
1861
  },
1851
1862
  {
1852
- "$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
1863
+ "$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
1853
1864
  },
1854
1865
  {
1855
- "$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
1866
+ "$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
1856
1867
  },
1857
1868
  {
1858
- "$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
1869
+ "$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
1859
1870
  }
1860
1871
  ],
1861
1872
  "description": "Symbol used when a value cannot be classified."
@@ -2283,37 +2294,400 @@
2283
2294
  }
2284
2295
  },
2285
2296
  "required": [
2286
- "type"
2297
+ "type"
2298
+ ],
2299
+ "type": "object"
2300
+ },
2301
+ "esri.rest-api.Edges.SolidEdges": {
2302
+ "additionalProperties": false,
2303
+ "description": "The solid edge rendering configuration of a symbol layer. Edges of type solid are rendered in a single color, unaffected by scene lighting.",
2304
+ "properties": {
2305
+ "color": {
2306
+ "description": "Color is represented as a three or four-element array.",
2307
+ "items": {
2308
+ "type": "number"
2309
+ },
2310
+ "type": "array"
2311
+ },
2312
+ "extensionLength": {
2313
+ "description": "A size in points by which to extend edges beyond their original end points.",
2314
+ "type": "number"
2315
+ },
2316
+ "size": {
2317
+ "description": "Edge size in points, positive only.",
2318
+ "type": "number"
2319
+ },
2320
+ "transparency": {
2321
+ "description": "The value has to lie between 100 (full transparency) and 0 (full opacity).",
2322
+ "type": "number"
2323
+ },
2324
+ "type": {
2325
+ "description": "The type of edge visualization. Value of this property must be solid.",
2326
+ "enum": [
2327
+ "solid"
2328
+ ],
2329
+ "type": "string"
2330
+ }
2331
+ },
2332
+ "required": [
2333
+ "type"
2334
+ ],
2335
+ "type": "object"
2336
+ },
2337
+ "esri.rest-api.Effect.BloomEffectFunction": {
2338
+ "additionalProperties": false,
2339
+ "description": "An Effect Function for the bloom effect.",
2340
+ "properties": {
2341
+ "radius": {
2342
+ "description": "Determines the radius of the blur. Negative values are not allowed. Leaves the pixels inside the radius untouched.",
2343
+ "type": "number"
2344
+ },
2345
+ "strength": {
2346
+ "description": "The intensity of the bloom effect. The higher the value, the brighter the glow. Negative values are not allowed.",
2347
+ "type": "number"
2348
+ },
2349
+ "threshold": {
2350
+ "description": "The minimum color luminosity for a pixel to bloom, where at 0 all pixels bloom and 1 only the pixels with 100% luminosity colors bloom.",
2351
+ "type": "number"
2352
+ },
2353
+ "type": {
2354
+ "description": "Effect type.",
2355
+ "enum": [
2356
+ "bloom"
2357
+ ],
2358
+ "type": "string"
2359
+ }
2360
+ },
2361
+ "required": [
2362
+ "type"
2363
+ ],
2364
+ "type": "object"
2365
+ },
2366
+ "esri.rest-api.Effect.BlurEffectFunction": {
2367
+ "additionalProperties": false,
2368
+ "description": "An Effect Function for the blur effect.",
2369
+ "properties": {
2370
+ "radius": {
2371
+ "description": "The radius of the blur in points. It defines the value of the standard deviation to the Gaussian function. Negative values are not allowed.",
2372
+ "type": "number"
2373
+ },
2374
+ "type": {
2375
+ "description": "Effect type.",
2376
+ "enum": [
2377
+ "blur"
2378
+ ],
2379
+ "type": "string"
2380
+ }
2381
+ },
2382
+ "required": [
2383
+ "type"
2384
+ ],
2385
+ "type": "object"
2386
+ },
2387
+ "esri.rest-api.Effect.BrightnessEffectFunction": {
2388
+ "additionalProperties": false,
2389
+ "description": "An Effect Function for the brightness effect.",
2390
+ "properties": {
2391
+ "amount": {
2392
+ "description": "Amount of effect. A value of 0 leaves the input unchanged. Grayscale, invert, sepia, and opacity effects accept a maximum amount of 1 which applies the effect at 100%. Brightness, contrast, and saturate can accept amount above 1. Negative values are not allowed.",
2393
+ "type": "number"
2394
+ },
2395
+ "type": {
2396
+ "description": "Effect type.",
2397
+ "enum": [
2398
+ "brightness"
2399
+ ],
2400
+ "type": "string"
2401
+ }
2402
+ },
2403
+ "required": [
2404
+ "type"
2405
+ ],
2406
+ "type": "object"
2407
+ },
2408
+ "esri.rest-api.Effect.ContrastEffectFunction": {
2409
+ "additionalProperties": false,
2410
+ "description": "An Effect Function for the contrast effect.",
2411
+ "properties": {
2412
+ "amount": {
2413
+ "description": "Amount of effect. A value of 0 leaves the input unchanged. Grayscale, invert, sepia, and opacity effects accept a maximum amount of 1 which applies the effect at 100%. Brightness, contrast, and saturate can accept amount above 1. Negative values are not allowed.",
2414
+ "type": "number"
2415
+ },
2416
+ "type": {
2417
+ "description": "Effect type.",
2418
+ "enum": [
2419
+ "contrast"
2420
+ ],
2421
+ "type": "string"
2422
+ }
2423
+ },
2424
+ "required": [
2425
+ "type"
2426
+ ],
2427
+ "type": "object"
2428
+ },
2429
+ "esri.rest-api.Effect.DropShadowEffectFunction": {
2430
+ "additionalProperties": false,
2431
+ "description": "An Effect Function for the drop-shadow effect.",
2432
+ "properties": {
2433
+ "blurRadius": {
2434
+ "description": "The radius of the blur in points. It defines the value of the standard deviation to the Gaussian function.",
2435
+ "type": "number"
2436
+ },
2437
+ "color": {
2438
+ "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.",
2439
+ "items": {
2440
+ "type": "number"
2441
+ },
2442
+ "type": "array"
2443
+ },
2444
+ "type": {
2445
+ "description": "Effect type.",
2446
+ "enum": [
2447
+ "drop-shadow"
2448
+ ],
2449
+ "type": "string"
2450
+ },
2451
+ "xoffset": {
2452
+ "description": "The distance of the shadow on the x-axis in points.",
2453
+ "type": "number"
2454
+ },
2455
+ "yoffset": {
2456
+ "description": "The distance of the shadow on the y-axis in points.",
2457
+ "type": "number"
2458
+ }
2459
+ },
2460
+ "required": [
2461
+ "type"
2462
+ ],
2463
+ "type": "object"
2464
+ },
2465
+ "esri.rest-api.Effect.Effect": {
2466
+ "anyOf": [
2467
+ {
2468
+ "items": {
2469
+ "$ref": "#/definitions/esri.rest-api.Effect.ScaleDependentEffect"
2470
+ },
2471
+ "type": "array"
2472
+ },
2473
+ {
2474
+ "items": {
2475
+ "anyOf": [
2476
+ {
2477
+ "$ref": "#/definitions/esri.rest-api.Effect.HueRotateEffectFunction"
2478
+ },
2479
+ {
2480
+ "$ref": "#/definitions/esri.rest-api.Effect.BlurEffectFunction"
2481
+ },
2482
+ {
2483
+ "$ref": "#/definitions/esri.rest-api.Effect.DropShadowEffectFunction"
2484
+ },
2485
+ {
2486
+ "$ref": "#/definitions/esri.rest-api.Effect.BloomEffectFunction"
2487
+ },
2488
+ {
2489
+ "$ref": "#/definitions/esri.rest-api.Effect.BrightnessEffectFunction"
2490
+ },
2491
+ {
2492
+ "$ref": "#/definitions/esri.rest-api.Effect.ContrastEffectFunction"
2493
+ },
2494
+ {
2495
+ "$ref": "#/definitions/esri.rest-api.Effect.GrayscaleEffectFunction"
2496
+ },
2497
+ {
2498
+ "$ref": "#/definitions/esri.rest-api.Effect.InvertEffectFunction"
2499
+ },
2500
+ {
2501
+ "$ref": "#/definitions/esri.rest-api.Effect.OpacityEffectFunction"
2502
+ },
2503
+ {
2504
+ "$ref": "#/definitions/esri.rest-api.Effect.SaturateEffectFunction"
2505
+ },
2506
+ {
2507
+ "$ref": "#/definitions/esri.rest-api.Effect.SepiaEffectFunction"
2508
+ }
2509
+ ],
2510
+ "description": "Effect functions that can be combined to build a layer effect."
2511
+ },
2512
+ "type": "array"
2513
+ }
2514
+ ],
2515
+ "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
2516
+ },
2517
+ "esri.rest-api.Effect.GrayscaleEffectFunction": {
2518
+ "additionalProperties": false,
2519
+ "description": "An Effect Function for the grayscale effect.",
2520
+ "properties": {
2521
+ "amount": {
2522
+ "description": "Amount of effect. A value of 0 leaves the input unchanged. Grayscale, invert, sepia, and opacity effects accept a maximum amount of 1 which applies the effect at 100%. Brightness, contrast, and saturate can accept amount above 1. Negative values are not allowed.",
2523
+ "type": "number"
2524
+ },
2525
+ "type": {
2526
+ "description": "Effect type.",
2527
+ "enum": [
2528
+ "grayscale"
2529
+ ],
2530
+ "type": "string"
2531
+ }
2532
+ },
2533
+ "required": [
2534
+ "type"
2535
+ ],
2536
+ "type": "object"
2537
+ },
2538
+ "esri.rest-api.Effect.HueRotateEffectFunction": {
2539
+ "additionalProperties": false,
2540
+ "description": "An Effect Function for the hue-rotate effect.",
2541
+ "properties": {
2542
+ "angle": {
2543
+ "description": "The relative change in hue as an angle in degree. A value of 0 leaves the input unchanged. A positive hue rotation increases the hue value, while a negative one decreases the hue value.",
2544
+ "type": "number"
2545
+ },
2546
+ "type": {
2547
+ "description": "Effect type.",
2548
+ "enum": [
2549
+ "hue-rotate"
2550
+ ],
2551
+ "type": "string"
2552
+ }
2553
+ },
2554
+ "required": [
2555
+ "type"
2556
+ ],
2557
+ "type": "object"
2558
+ },
2559
+ "esri.rest-api.Effect.InvertEffectFunction": {
2560
+ "additionalProperties": false,
2561
+ "description": "An Effect Function for the invert effect.",
2562
+ "properties": {
2563
+ "amount": {
2564
+ "description": "Amount of effect. A value of 0 leaves the input unchanged. Grayscale, invert, sepia, and opacity effects accept a maximum amount of 1 which applies the effect at 100%. Brightness, contrast, and saturate can accept amount above 1. Negative values are not allowed.",
2565
+ "type": "number"
2566
+ },
2567
+ "type": {
2568
+ "description": "Effect type.",
2569
+ "enum": [
2570
+ "invert"
2571
+ ],
2572
+ "type": "string"
2573
+ }
2574
+ },
2575
+ "required": [
2576
+ "type"
2577
+ ],
2578
+ "type": "object"
2579
+ },
2580
+ "esri.rest-api.Effect.OpacityEffectFunction": {
2581
+ "additionalProperties": false,
2582
+ "description": "An Effect Function for the opacity effect.",
2583
+ "properties": {
2584
+ "amount": {
2585
+ "description": "Amount of effect. A value of 0 leaves the input unchanged. Grayscale, invert, sepia, and opacity effects accept a maximum amount of 1 which applies the effect at 100%. Brightness, contrast, and saturate can accept amount above 1. Negative values are not allowed.",
2586
+ "type": "number"
2587
+ },
2588
+ "type": {
2589
+ "description": "Effect type.",
2590
+ "enum": [
2591
+ "opacity"
2592
+ ],
2593
+ "type": "string"
2594
+ }
2595
+ },
2596
+ "required": [
2597
+ "type"
2598
+ ],
2599
+ "type": "object"
2600
+ },
2601
+ "esri.rest-api.Effect.SaturateEffectFunction": {
2602
+ "additionalProperties": false,
2603
+ "description": "An Effect Function for the saturate effect.",
2604
+ "properties": {
2605
+ "amount": {
2606
+ "description": "Amount of effect. A value of 0 leaves the input unchanged. Grayscale, invert, sepia, and opacity effects accept a maximum amount of 1 which applies the effect at 100%. Brightness, contrast, and saturate can accept amount above 1. Negative values are not allowed.",
2607
+ "type": "number"
2608
+ },
2609
+ "type": {
2610
+ "description": "Effect type.",
2611
+ "enum": [
2612
+ "saturate"
2613
+ ],
2614
+ "type": "string"
2615
+ }
2616
+ },
2617
+ "required": [
2618
+ "type"
2619
+ ],
2620
+ "type": "object"
2621
+ },
2622
+ "esri.rest-api.Effect.ScaleDependentEffect": {
2623
+ "additionalProperties": false,
2624
+ "description": "An object describing the effect to apply at a scale stop.",
2625
+ "properties": {
2626
+ "scale": {
2627
+ "description": "The scale of the view for the effect to take place.",
2628
+ "type": "number"
2629
+ },
2630
+ "value": {
2631
+ "description": "The effect to be applied at the corresponding scale.",
2632
+ "items": {
2633
+ "anyOf": [
2634
+ {
2635
+ "$ref": "#/definitions/esri.rest-api.Effect.HueRotateEffectFunction"
2636
+ },
2637
+ {
2638
+ "$ref": "#/definitions/esri.rest-api.Effect.BlurEffectFunction"
2639
+ },
2640
+ {
2641
+ "$ref": "#/definitions/esri.rest-api.Effect.DropShadowEffectFunction"
2642
+ },
2643
+ {
2644
+ "$ref": "#/definitions/esri.rest-api.Effect.BloomEffectFunction"
2645
+ },
2646
+ {
2647
+ "$ref": "#/definitions/esri.rest-api.Effect.BrightnessEffectFunction"
2648
+ },
2649
+ {
2650
+ "$ref": "#/definitions/esri.rest-api.Effect.ContrastEffectFunction"
2651
+ },
2652
+ {
2653
+ "$ref": "#/definitions/esri.rest-api.Effect.GrayscaleEffectFunction"
2654
+ },
2655
+ {
2656
+ "$ref": "#/definitions/esri.rest-api.Effect.InvertEffectFunction"
2657
+ },
2658
+ {
2659
+ "$ref": "#/definitions/esri.rest-api.Effect.OpacityEffectFunction"
2660
+ },
2661
+ {
2662
+ "$ref": "#/definitions/esri.rest-api.Effect.SaturateEffectFunction"
2663
+ },
2664
+ {
2665
+ "$ref": "#/definitions/esri.rest-api.Effect.SepiaEffectFunction"
2666
+ }
2667
+ ],
2668
+ "description": "Effect functions that can be combined to build a layer effect."
2669
+ },
2670
+ "type": "array"
2671
+ }
2672
+ },
2673
+ "required": [
2674
+ "scale",
2675
+ "value"
2287
2676
  ],
2288
2677
  "type": "object"
2289
2678
  },
2290
- "esri.rest-api.Edges.SolidEdges": {
2679
+ "esri.rest-api.Effect.SepiaEffectFunction": {
2291
2680
  "additionalProperties": false,
2292
- "description": "The solid edge rendering configuration of a symbol layer. Edges of type solid are rendered in a single color, unaffected by scene lighting.",
2681
+ "description": "An Effect Function for the sepia effect.",
2293
2682
  "properties": {
2294
- "color": {
2295
- "description": "Color is represented as a three or four-element array.",
2296
- "items": {
2297
- "type": "number"
2298
- },
2299
- "type": "array"
2300
- },
2301
- "extensionLength": {
2302
- "description": "A size in points by which to extend edges beyond their original end points.",
2303
- "type": "number"
2304
- },
2305
- "size": {
2306
- "description": "Edge size in points, positive only.",
2307
- "type": "number"
2308
- },
2309
- "transparency": {
2310
- "description": "The value has to lie between 100 (full transparency) and 0 (full opacity).",
2683
+ "amount": {
2684
+ "description": "Amount of effect. A value of 0 leaves the input unchanged. Grayscale, invert, sepia, and opacity effects accept a maximum amount of 1 which applies the effect at 100%. Brightness, contrast, and saturate can accept amount above 1. Negative values are not allowed.",
2311
2685
  "type": "number"
2312
2686
  },
2313
2687
  "type": {
2314
- "description": "The type of edge visualization. Value of this property must be solid.",
2688
+ "description": "Effect type.",
2315
2689
  "enum": [
2316
- "solid"
2690
+ "sepia"
2317
2691
  ],
2318
2692
  "type": "string"
2319
2693
  }
@@ -2382,6 +2756,10 @@
2382
2756
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
2383
2757
  "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."
2384
2758
  },
2759
+ "effect": {
2760
+ "$ref": "#/definitions/esri.rest-api.Effect.Effect",
2761
+ "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
2762
+ },
2385
2763
  "id": {
2386
2764
  "description": "A unique identifying string for the layer.",
2387
2765
  "type": "string"
@@ -2531,43 +2909,43 @@
2531
2909
  "symbol": {
2532
2910
  "anyOf": [
2533
2911
  {
2534
- "$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
2912
+ "$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
2535
2913
  },
2536
2914
  {
2537
2915
  "$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
2538
2916
  },
2539
2917
  {
2540
- "$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
2918
+ "$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
2541
2919
  },
2542
2920
  {
2543
2921
  "$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
2544
2922
  },
2545
2923
  {
2546
- "$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
2924
+ "$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
2547
2925
  },
2548
2926
  {
2549
- "$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
2927
+ "$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
2550
2928
  },
2551
2929
  {
2552
- "$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
2930
+ "$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
2553
2931
  },
2554
2932
  {
2555
- "$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
2933
+ "$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
2556
2934
  },
2557
2935
  {
2558
- "$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
2936
+ "$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
2559
2937
  },
2560
2938
  {
2561
- "$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
2939
+ "$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
2562
2940
  },
2563
2941
  {
2564
- "$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
2942
+ "$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
2565
2943
  },
2566
2944
  {
2567
- "$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
2945
+ "$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
2568
2946
  },
2569
2947
  {
2570
- "$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
2948
+ "$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
2571
2949
  }
2572
2950
  ],
2573
2951
  "description": "Symbol used for drawing the feature."
@@ -2628,6 +3006,10 @@
2628
3006
  "description": "Indicates whether to allow a client to ignore popups defined by the service item.",
2629
3007
  "type": "boolean"
2630
3008
  },
3009
+ "effect": {
3010
+ "$ref": "#/definitions/esri.rest-api.Effect.Effect",
3011
+ "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
3012
+ },
2631
3013
  "featureCollection": {
2632
3014
  "$ref": "#/definitions/esri.rest-api.FeatureCollection.FeatureCollection",
2633
3015
  "description": "A featureCollection object defining a layer of features whose geometry and attributes will be stored directly within the web map. This is only used when no url property is supplied."
@@ -3497,6 +3879,10 @@
3497
3879
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
3498
3880
  "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."
3499
3881
  },
3882
+ "effect": {
3883
+ "$ref": "#/definitions/esri.rest-api.Effect.Effect",
3884
+ "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
3885
+ },
3500
3886
  "id": {
3501
3887
  "description": "A unique identifying string for the layer.",
3502
3888
  "type": "string"
@@ -3579,19 +3965,19 @@
3579
3965
  "esri.rest-api.Geometry.Geometry": {
3580
3966
  "anyOf": [
3581
3967
  {
3582
- "$ref": "#/definitions/esri.rest-api.Extent.Extent"
3968
+ "$ref": "#/definitions/esri.rest-api.Point.Point"
3583
3969
  },
3584
3970
  {
3585
3971
  "$ref": "#/definitions/esri.rest-api.Multipoint.Multipoint"
3586
3972
  },
3587
3973
  {
3588
- "$ref": "#/definitions/esri.rest-api.Polygon.Polygon"
3974
+ "$ref": "#/definitions/esri.rest-api.Polyline.Polyline"
3589
3975
  },
3590
3976
  {
3591
- "$ref": "#/definitions/esri.rest-api.Polyline.Polyline"
3977
+ "$ref": "#/definitions/esri.rest-api.Polygon.Polygon"
3592
3978
  },
3593
3979
  {
3594
- "$ref": "#/definitions/esri.rest-api.Point.Point"
3980
+ "$ref": "#/definitions/esri.rest-api.Extent.Extent"
3595
3981
  }
3596
3982
  ],
3597
3983
  "description": "A geometry as defined in the ArcGIS REST and web map specifications. See{@linkhttp://resources.arcgis.com/en/help/rest/apiref/geometry.html}.{@linkhttps://developers.arcgis.com/web-map-specification/objects/geometry/}{@linkhttps://developers.arcgis.com/web-map-specification/objects/geometryType/}."
@@ -3604,6 +3990,10 @@
3604
3990
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
3605
3991
  "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."
3606
3992
  },
3993
+ "effect": {
3994
+ "$ref": "#/definitions/esri.rest-api.Effect.Effect",
3995
+ "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
3996
+ },
3607
3997
  "id": {
3608
3998
  "description": "A unique identifying string for the layer.",
3609
3999
  "type": "string"
@@ -3848,6 +4238,10 @@
3848
4238
  "$ref": "#/definitions/esri.rest-api.DefinitionEditor.DefinitionEditor",
3849
4239
  "description": "Stores interactive filters."
3850
4240
  },
4241
+ "effect": {
4242
+ "$ref": "#/definitions/esri.rest-api.Effect.Effect",
4243
+ "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
4244
+ },
3851
4245
  "format": {
3852
4246
  "description": "The output image type.",
3853
4247
  "enum": [
@@ -3998,6 +4392,10 @@
3998
4392
  "description": "Boolean property indicating whether to ignore popups defined by the service item.",
3999
4393
  "type": "boolean"
4000
4394
  },
4395
+ "effect": {
4396
+ "$ref": "#/definitions/esri.rest-api.Effect.Effect",
4397
+ "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
4398
+ },
4001
4399
  "id": {
4002
4400
  "description": "A unique identifying string for the layer.",
4003
4401
  "type": "string"
@@ -4112,6 +4510,10 @@
4112
4510
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
4113
4511
  "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."
4114
4512
  },
4513
+ "effect": {
4514
+ "$ref": "#/definitions/esri.rest-api.Effect.Effect",
4515
+ "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
4516
+ },
4115
4517
  "id": {
4116
4518
  "description": "A unique identifying string for the layer.",
4117
4519
  "type": "string"
@@ -4254,6 +4656,10 @@
4254
4656
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
4255
4657
  "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."
4256
4658
  },
4659
+ "effect": {
4660
+ "$ref": "#/definitions/esri.rest-api.Effect.Effect",
4661
+ "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
4662
+ },
4257
4663
  "id": {
4258
4664
  "description": "A unique identifying string for the layer.",
4259
4665
  "type": "string"
@@ -4427,10 +4833,10 @@
4427
4833
  "symbol": {
4428
4834
  "anyOf": [
4429
4835
  {
4430
- "$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
4836
+ "$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
4431
4837
  },
4432
4838
  {
4433
- "$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
4839
+ "$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
4434
4840
  }
4435
4841
  ],
4436
4842
  "description": "The text symbol used to label."
@@ -4985,6 +5391,10 @@
4985
5391
  "customParameters": {
4986
5392
  "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
4987
5393
  },
5394
+ "effect": {
5395
+ "$ref": "#/definitions/esri.rest-api.Effect.Effect",
5396
+ "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
5397
+ },
4988
5398
  "id": {
4989
5399
  "description": "A unique identifying string for the layer.",
4990
5400
  "type": "string"
@@ -5634,6 +6044,10 @@
5634
6044
  "description": "Indicates whether to allow a client to ignore popups defined by the service item.",
5635
6045
  "type": "boolean"
5636
6046
  },
6047
+ "effect": {
6048
+ "$ref": "#/definitions/esri.rest-api.Effect.Effect",
6049
+ "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
6050
+ },
5637
6051
  "id": {
5638
6052
  "description": "A unique identifying string for the layer.",
5639
6053
  "type": "string"
@@ -6023,23 +6437,8 @@
6023
6437
  "description": "Callout configuration for a symbol."
6024
6438
  },
6025
6439
  "styleOrigin": {
6026
- "additionalProperties": false,
6027
- "description": "The origin of the style from which the symbol was originally referenced. A reference to the style origin can be either by styleName or by styleUrl (but not both). It may be used to understand where a symbol was originally sourced from, but does not affect actual appearance or rendering of the symbol.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/styleOrigin/}.",
6028
- "properties": {
6029
- "name": {
6030
- "description": "Name of the symbol in the style referenced by styleName or styleUrl.",
6031
- "type": "string"
6032
- },
6033
- "styleName": {
6034
- "description": "A well-known esri-provided style, such as EsriThematicShapesStyle.",
6035
- "type": "string"
6036
- },
6037
- "styleUrl": {
6038
- "description": "URL to a style definition Must be one of the following values: String An absolute URL String A relative path starting with \"./\".",
6039
- "type": "string"
6040
- }
6041
- },
6042
- "type": "object"
6440
+ "$ref": "__type",
6441
+ "description": "The origin of the style from which the symbol was originally referenced. A reference to the style origin can be either by styleName or by styleUrl (but not both). It may be used to understand where a symbol was originally sourced from, but does not affect actual appearance or rendering of the symbol.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/styleOrigin/}."
6043
6442
  },
6044
6443
  "symbolLayers": {
6045
6444
  "description": "A Collection of Symbol3DLayer objects used to visualize the graphic or feature.",
@@ -6780,6 +7179,10 @@
6780
7179
  "description": "Indicates whether to allow a client to ignore popups defined by the service item.",
6781
7180
  "type": "boolean"
6782
7181
  },
7182
+ "effect": {
7183
+ "$ref": "#/definitions/esri.rest-api.Effect.Effect",
7184
+ "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
7185
+ },
6783
7186
  "id": {
6784
7187
  "description": "A unique identifying string for the layer.",
6785
7188
  "type": "string"
@@ -7036,43 +7439,43 @@
7036
7439
  "symbol": {
7037
7440
  "anyOf": [
7038
7441
  {
7039
- "$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
7442
+ "$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
7040
7443
  },
7041
7444
  {
7042
7445
  "$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
7043
7446
  },
7044
7447
  {
7045
- "$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
7448
+ "$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
7046
7449
  },
7047
7450
  {
7048
7451
  "$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
7049
7452
  },
7050
7453
  {
7051
- "$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
7454
+ "$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
7052
7455
  },
7053
7456
  {
7054
- "$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
7457
+ "$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
7055
7458
  },
7056
7459
  {
7057
- "$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
7460
+ "$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
7058
7461
  },
7059
7462
  {
7060
- "$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
7463
+ "$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
7061
7464
  },
7062
7465
  {
7063
- "$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
7466
+ "$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
7064
7467
  },
7065
7468
  {
7066
- "$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
7469
+ "$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
7067
7470
  },
7068
7471
  {
7069
- "$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
7472
+ "$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
7070
7473
  },
7071
7474
  {
7072
- "$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
7475
+ "$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
7073
7476
  },
7074
7477
  {
7075
- "$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
7478
+ "$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
7076
7479
  }
7077
7480
  ],
7078
7481
  "description": "An object that represents how all features will be drawn."
@@ -7149,6 +7552,10 @@
7149
7552
  "description": "Indicates whether to allow a client to ignore popups defined by the service item.",
7150
7553
  "type": "boolean"
7151
7554
  },
7555
+ "effect": {
7556
+ "$ref": "#/definitions/esri.rest-api.Effect.Effect",
7557
+ "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
7558
+ },
7152
7559
  "featureCollection": {
7153
7560
  "$ref": "#/definitions/esri.rest-api.FeatureCollection.FeatureCollection",
7154
7561
  "description": "A featureCollection object defining a layer of features whose geometry and attributes will be stored directly within the web map. This is only used when no url property is supplied."
@@ -7287,6 +7694,99 @@
7287
7694
  ],
7288
7695
  "type": "object"
7289
7696
  },
7697
+ "esri.rest-api.SubtypeGroupLayer.SubtypeGroupLayer": {
7698
+ "additionalProperties": false,
7699
+ "description": "SubtypeGroupLayer provides the ability to organize several sublayers into one common layer. Suppose there are several FeatureLayers that all represent water features in different dimensions. For example, wells (points), streams (lines), and lakes (polygons). The SubtypeGroupLayer provides the functionality to treat them as one layer called Water Features even though they are stored as separate feature layers.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/subtypeGroupLayer/}.",
7700
+ "properties": {
7701
+ "blendMode": {
7702
+ "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
7703
+ "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."
7704
+ },
7705
+ "customParameters": {
7706
+ "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
7707
+ },
7708
+ "effect": {
7709
+ "$ref": "#/definitions/esri.rest-api.Effect.Effect",
7710
+ "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
7711
+ },
7712
+ "id": {
7713
+ "description": "A unique identifying string for the layer.",
7714
+ "type": "string"
7715
+ },
7716
+ "layerDefinition": {
7717
+ "$ref": "#/definitions/esri.rest-api.LayerDefinition.LayerDefinition",
7718
+ "description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
7719
+ },
7720
+ "layerType": {
7721
+ "description": "String indicating the layer type. Value of this property must be SubtypeGroupLayer.",
7722
+ "enum": [
7723
+ "ArcGISSubtypeGroupLayer"
7724
+ ],
7725
+ "type": "string"
7726
+ },
7727
+ "layers": {
7728
+ "description": "An array of feature layers, each describing the properties for a subtype in the feature service layer.",
7729
+ "items": {
7730
+ "$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayer"
7731
+ },
7732
+ "type": "array"
7733
+ },
7734
+ "listMode": {
7735
+ "$ref": "esri.ListMode",
7736
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
7737
+ },
7738
+ "maxScale": {
7739
+ "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.",
7740
+ "type": "number"
7741
+ },
7742
+ "minScale": {
7743
+ "description": "A number representing the minimum 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.",
7744
+ "type": "number"
7745
+ },
7746
+ "opacity": {
7747
+ "description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
7748
+ "type": "number"
7749
+ },
7750
+ "refreshInterval": {
7751
+ "description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
7752
+ "type": "number"
7753
+ },
7754
+ "showLegend": {
7755
+ "description": "Indicates whether to allow map authors the ability to control what layers should be shown in a client's legend.",
7756
+ "type": "boolean"
7757
+ },
7758
+ "title": {
7759
+ "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.",
7760
+ "type": "string"
7761
+ },
7762
+ "type": {
7763
+ "description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
7764
+ "enum": [
7765
+ "BingMapsAerial",
7766
+ "BingMapsHybrid",
7767
+ "BingMapsRoad",
7768
+ "CSV",
7769
+ "KML",
7770
+ "OpenStreetMap",
7771
+ "WMS",
7772
+ "WebTiledLayer"
7773
+ ],
7774
+ "type": "string"
7775
+ },
7776
+ "url": {
7777
+ "description": "The URL to the layer. If the layer is not from a web service but rather a feature collection, then the url property is omitted.",
7778
+ "type": "string"
7779
+ },
7780
+ "visibility": {
7781
+ "description": "Determines whether the layer is initially visible in the web map.",
7782
+ "type": "boolean"
7783
+ }
7784
+ },
7785
+ "required": [
7786
+ "layerType"
7787
+ ],
7788
+ "type": "object"
7789
+ },
7290
7790
  "esri.rest-api.Symbol.Color": {
7291
7791
  "description": "Color is represented as a four-element array. The four elements represent values for red, green, blue, and alpha in that order. Values range from 0 through 255. If color is undefined for a symbol, the color value is null.{@linkhttps://developers.arcgis.com/web-map-specification/objects/color/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/color/}.",
7292
7792
  "items": {
@@ -7353,25 +7853,25 @@
7353
7853
  "esri.rest-api.Symbol.Symbol": {
7354
7854
  "anyOf": [
7355
7855
  {
7356
- "$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
7856
+ "$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
7357
7857
  },
7358
7858
  {
7359
7859
  "$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
7360
7860
  },
7361
7861
  {
7362
- "$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
7862
+ "$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
7363
7863
  },
7364
7864
  {
7365
7865
  "$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
7366
7866
  },
7367
7867
  {
7368
- "$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
7868
+ "$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
7369
7869
  },
7370
7870
  {
7371
- "$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
7871
+ "$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
7372
7872
  },
7373
7873
  {
7374
- "$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
7874
+ "$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
7375
7875
  }
7376
7876
  ],
7377
7877
  "description": "A symbol representing a feature on the map. Part of the Esri ArcGIS REST API (see http://resources.arcgis.com/en/help/rest/apiref/symbol.html).{@linkhttps://developers.arcgis.com/web-map-specification/objects/symbol/}."
@@ -7482,19 +7982,19 @@
7482
7982
  "esri.rest-api.Symbol3D.Symbol3D": {
7483
7983
  "anyOf": [
7484
7984
  {
7485
- "$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
7985
+ "$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
7486
7986
  },
7487
7987
  {
7488
7988
  "$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
7489
7989
  },
7490
7990
  {
7491
- "$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
7991
+ "$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
7492
7992
  },
7493
7993
  {
7494
- "$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
7994
+ "$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
7495
7995
  },
7496
7996
  {
7497
- "$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
7997
+ "$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
7498
7998
  },
7499
7999
  {
7500
8000
  "$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
@@ -7789,6 +8289,10 @@
7789
8289
  "customParameters": {
7790
8290
  "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
7791
8291
  },
8292
+ "effect": {
8293
+ "$ref": "#/definitions/esri.rest-api.Effect.Effect",
8294
+ "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
8295
+ },
7792
8296
  "id": {
7793
8297
  "description": "A unique identifying string for the layer.",
7794
8298
  "type": "string"
@@ -7883,6 +8387,10 @@
7883
8387
  },
7884
8388
  "type": "array"
7885
8389
  },
8390
+ "effect": {
8391
+ "$ref": "#/definitions/esri.rest-api.Effect.Effect",
8392
+ "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
8393
+ },
7886
8394
  "exclusionAreas": {
7887
8395
  "$ref": "__type",
7888
8396
  "description": "Exclusion areas define extent areas where no data will be fetched for a layer. NOTE: Applicable if used as a baseMapLayer. An array of exclusionArea objects defining the layer exclusions.{@linkhttps://developers.arcgis.com/web-map-specification/objects/exclusionArea/}."
@@ -8075,43 +8583,43 @@
8075
8583
  "symbol": {
8076
8584
  "anyOf": [
8077
8585
  {
8078
- "$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
8586
+ "$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
8079
8587
  },
8080
8588
  {
8081
8589
  "$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
8082
8590
  },
8083
8591
  {
8084
- "$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
8592
+ "$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
8085
8593
  },
8086
8594
  {
8087
8595
  "$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
8088
8596
  },
8089
8597
  {
8090
- "$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
8598
+ "$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
8091
8599
  },
8092
8600
  {
8093
- "$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
8601
+ "$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
8094
8602
  },
8095
8603
  {
8096
- "$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
8604
+ "$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
8097
8605
  },
8098
8606
  {
8099
- "$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
8607
+ "$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
8100
8608
  },
8101
8609
  {
8102
- "$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
8610
+ "$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
8103
8611
  },
8104
8612
  {
8105
- "$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
8613
+ "$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
8106
8614
  },
8107
8615
  {
8108
- "$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
8616
+ "$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
8109
8617
  },
8110
8618
  {
8111
- "$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
8619
+ "$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
8112
8620
  },
8113
8621
  {
8114
- "$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
8622
+ "$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
8115
8623
  }
8116
8624
  ],
8117
8625
  "description": "An object used to display the value."
@@ -8146,43 +8654,43 @@
8146
8654
  "defaultSymbol": {
8147
8655
  "anyOf": [
8148
8656
  {
8149
- "$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
8657
+ "$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
8150
8658
  },
8151
8659
  {
8152
8660
  "$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
8153
8661
  },
8154
8662
  {
8155
- "$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
8663
+ "$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
8156
8664
  },
8157
8665
  {
8158
8666
  "$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
8159
8667
  },
8160
8668
  {
8161
- "$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
8669
+ "$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
8162
8670
  },
8163
8671
  {
8164
- "$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
8672
+ "$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
8165
8673
  },
8166
8674
  {
8167
- "$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
8675
+ "$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
8168
8676
  },
8169
8677
  {
8170
- "$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
8678
+ "$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
8171
8679
  },
8172
8680
  {
8173
- "$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
8681
+ "$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
8174
8682
  },
8175
8683
  {
8176
- "$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
8684
+ "$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
8177
8685
  },
8178
8686
  {
8179
- "$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
8687
+ "$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
8180
8688
  },
8181
8689
  {
8182
- "$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
8690
+ "$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
8183
8691
  },
8184
8692
  {
8185
- "$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
8693
+ "$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
8186
8694
  }
8187
8695
  ],
8188
8696
  "description": "Symbol used when a value cannot be matched."
@@ -8377,6 +8885,10 @@
8377
8885
  "customParameters": {
8378
8886
  "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
8379
8887
  },
8888
+ "effect": {
8889
+ "$ref": "#/definitions/esri.rest-api.Effect.Effect",
8890
+ "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
8891
+ },
8380
8892
  "id": {
8381
8893
  "description": "A unique identifying string for the layer.",
8382
8894
  "type": "string"
@@ -8849,6 +9361,10 @@
8849
9361
  "customParameters": {
8850
9362
  "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."
8851
9363
  },
9364
+ "effect": {
9365
+ "$ref": "#/definitions/esri.rest-api.Effect.Effect",
9366
+ "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
9367
+ },
8852
9368
  "extent": {
8853
9369
  "description": "The rectangular map extent that should be requested from the service.",
8854
9370
  "items": {
@@ -9051,6 +9567,10 @@
9051
9567
  "description": "Attribution to the Web Tile Layer provider. It is displayed in the attribution on the web map. Input required by the user when the layer is added to the web map.",
9052
9568
  "type": "string"
9053
9569
  },
9570
+ "effect": {
9571
+ "$ref": "#/definitions/esri.rest-api.Effect.Effect",
9572
+ "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
9573
+ },
9054
9574
  "fullExtent": {
9055
9575
  "$ref": "#/definitions/esri.rest-api.Extent.Extent",
9056
9576
  "description": "An extent object representing the full extent envelope for the layer."