@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.
- package/analytics/AnalyticsContext.d.ts +28 -0
- package/analytics/AnalyticsContext.js +1 -0
- package/analytics/CommonAction.d.ts +89 -0
- package/analytics/CommonAction.js +1 -0
- package/analytics/WebAction.d.ts +102 -0
- package/analytics/WebAction.js +1 -0
- package/app-config/schema/common-app-config.schema.json +1 -1
- package/app-config/schema/mobile-app-config.schema.json +1 -1
- package/app-config/schema/web-app-config.schema.json +1 -1
- package/messaging/Command.d.ts +2 -1
- package/messaging/Message.d.ts +26 -0
- package/messaging/Operation.d.ts +2 -1
- package/messaging/registry/Commands.d.ts +4 -0
- package/messaging/registry/Commands.js +1 -1
- package/messaging/registry/app.d.ts +2 -2
- package/messaging/registry/map.d.ts +16 -0
- package/messaging/registry/map.js +1 -1
- package/messaging/registry/studioAnalytics.d.ts +24 -0
- package/messaging/registry/studioAnalytics.js +1 -0
- package/messaging/schema/common-action.schema.json +974 -393
- package/messaging/schema/common-event.schema.json +645 -110
- package/messaging/schema/mobile-action.schema.json +956 -375
- package/messaging/schema/mobile-event.schema.json +662 -127
- package/messaging/schema/web-action.schema.json +1429 -677
- package/messaging/schema/web-event.schema.json +692 -172
- package/package.json +16 -15
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -61,22 +61,22 @@
|
|
|
61
61
|
"geometry": {
|
|
62
62
|
"anyOf": [
|
|
63
63
|
{
|
|
64
|
-
"$ref": "#/definitions/esri.
|
|
64
|
+
"$ref": "#/definitions/esri.rest-api.Point.Point"
|
|
65
65
|
},
|
|
66
66
|
{
|
|
67
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
67
|
+
"$ref": "#/definitions/esri.rest-api.Multipoint.Multipoint"
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
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.
|
|
76
|
+
"$ref": "#/definitions/esri.rest-api.Extent.Extent"
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
|
-
"$ref": "#/definitions/esri.
|
|
79
|
+
"$ref": "#/definitions/esri.Geometry"
|
|
80
80
|
}
|
|
81
81
|
],
|
|
82
82
|
"description": "The feature's geometry."
|
|
@@ -410,10 +410,10 @@
|
|
|
410
410
|
},
|
|
411
411
|
"@vertigis.arcgis-extensions.tasks.geocoding.Geocoder.AddressLike": {
|
|
412
412
|
"anyOf": [
|
|
413
|
+
{},
|
|
413
414
|
{
|
|
414
415
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
415
416
|
},
|
|
416
|
-
{},
|
|
417
417
|
{
|
|
418
418
|
"type": "string"
|
|
419
419
|
}
|
|
@@ -670,25 +670,25 @@
|
|
|
670
670
|
"symbol": {
|
|
671
671
|
"anyOf": [
|
|
672
672
|
{
|
|
673
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
673
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
674
674
|
},
|
|
675
675
|
{
|
|
676
676
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
677
677
|
},
|
|
678
678
|
{
|
|
679
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
679
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
680
680
|
},
|
|
681
681
|
{
|
|
682
682
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
683
683
|
},
|
|
684
684
|
{
|
|
685
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
685
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
686
686
|
},
|
|
687
687
|
{
|
|
688
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
688
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
689
689
|
},
|
|
690
690
|
{
|
|
691
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
691
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
692
692
|
},
|
|
693
693
|
{
|
|
694
694
|
"$ref": "#/definitions/SymbolSet"
|
|
@@ -1050,19 +1050,19 @@
|
|
|
1050
1050
|
"$ref": "#/definitions/esri.Symbol"
|
|
1051
1051
|
},
|
|
1052
1052
|
{
|
|
1053
|
-
"$ref": "#/definitions/esri.
|
|
1053
|
+
"$ref": "#/definitions/esri.SimpleMarkerSymbol"
|
|
1054
1054
|
},
|
|
1055
1055
|
{
|
|
1056
1056
|
"$ref": "#/definitions/esri.PictureMarkerSymbol"
|
|
1057
1057
|
},
|
|
1058
1058
|
{
|
|
1059
|
-
"$ref": "#/definitions/esri.
|
|
1059
|
+
"$ref": "#/definitions/esri.SimpleLineSymbol"
|
|
1060
1060
|
},
|
|
1061
1061
|
{
|
|
1062
|
-
"$ref": "#/definitions/esri.
|
|
1062
|
+
"$ref": "#/definitions/esri.SimpleFillSymbol"
|
|
1063
1063
|
},
|
|
1064
1064
|
{
|
|
1065
|
-
"$ref": "#/definitions/esri.
|
|
1065
|
+
"$ref": "#/definitions/esri.PictureFillSymbol"
|
|
1066
1066
|
},
|
|
1067
1067
|
{
|
|
1068
1068
|
"$ref": "#/definitions/esri.TextSymbol"
|
|
@@ -1150,19 +1150,19 @@
|
|
|
1150
1150
|
"$ref": "#/definitions/esri.Symbol"
|
|
1151
1151
|
},
|
|
1152
1152
|
{
|
|
1153
|
-
"$ref": "#/definitions/esri.
|
|
1153
|
+
"$ref": "#/definitions/esri.SimpleMarkerSymbol"
|
|
1154
1154
|
},
|
|
1155
1155
|
{
|
|
1156
1156
|
"$ref": "#/definitions/esri.PictureMarkerSymbol"
|
|
1157
1157
|
},
|
|
1158
1158
|
{
|
|
1159
|
-
"$ref": "#/definitions/esri.
|
|
1159
|
+
"$ref": "#/definitions/esri.SimpleLineSymbol"
|
|
1160
1160
|
},
|
|
1161
1161
|
{
|
|
1162
|
-
"$ref": "#/definitions/esri.
|
|
1162
|
+
"$ref": "#/definitions/esri.SimpleFillSymbol"
|
|
1163
1163
|
},
|
|
1164
1164
|
{
|
|
1165
|
-
"$ref": "#/definitions/esri.
|
|
1165
|
+
"$ref": "#/definitions/esri.PictureFillSymbol"
|
|
1166
1166
|
},
|
|
1167
1167
|
{
|
|
1168
1168
|
"$ref": "#/definitions/esri.TextSymbol"
|
|
@@ -1233,26 +1233,26 @@
|
|
|
1233
1233
|
},
|
|
1234
1234
|
"Features": {
|
|
1235
1235
|
"anyOf": [
|
|
1236
|
-
{
|
|
1237
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
1238
|
-
},
|
|
1239
1236
|
{
|
|
1240
1237
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
1241
1238
|
},
|
|
1242
1239
|
{
|
|
1243
|
-
"$ref": "@vertigis.arcgis-extensions.data.
|
|
1240
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
1244
1241
|
},
|
|
1245
1242
|
{
|
|
1246
1243
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
1247
1244
|
},
|
|
1245
|
+
{
|
|
1246
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
1247
|
+
},
|
|
1248
1248
|
{
|
|
1249
1249
|
"items": {
|
|
1250
1250
|
"anyOf": [
|
|
1251
1251
|
{
|
|
1252
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
1252
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
1253
1253
|
},
|
|
1254
1254
|
{
|
|
1255
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
1255
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
1256
1256
|
}
|
|
1257
1257
|
]
|
|
1258
1258
|
},
|
|
@@ -1266,26 +1266,26 @@
|
|
|
1266
1266
|
},
|
|
1267
1267
|
"FeaturesLike": {
|
|
1268
1268
|
"anyOf": [
|
|
1269
|
-
{
|
|
1270
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
1271
|
-
},
|
|
1272
1269
|
{
|
|
1273
1270
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
1274
1271
|
},
|
|
1275
1272
|
{
|
|
1276
|
-
"$ref": "@vertigis.arcgis-extensions.data.
|
|
1273
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
1277
1274
|
},
|
|
1278
1275
|
{
|
|
1279
1276
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
1280
1277
|
},
|
|
1278
|
+
{
|
|
1279
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
1280
|
+
},
|
|
1281
1281
|
{
|
|
1282
1282
|
"items": {
|
|
1283
1283
|
"anyOf": [
|
|
1284
1284
|
{
|
|
1285
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
1285
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
1286
1286
|
},
|
|
1287
1287
|
{
|
|
1288
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
1288
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
1289
1289
|
}
|
|
1290
1290
|
]
|
|
1291
1291
|
},
|
|
@@ -1436,60 +1436,42 @@
|
|
|
1436
1436
|
"GeometryLike": {
|
|
1437
1437
|
"anyOf": [
|
|
1438
1438
|
{
|
|
1439
|
-
"$ref": "#/definitions/
|
|
1439
|
+
"$ref": "#/definitions/CreateGraphicsResult"
|
|
1440
1440
|
},
|
|
1441
1441
|
{
|
|
1442
1442
|
"$ref": "#/definitions/esri.Graphic"
|
|
1443
1443
|
},
|
|
1444
|
-
{
|
|
1445
|
-
"$ref": "#/definitions/esri.FeatureSet"
|
|
1446
|
-
},
|
|
1447
|
-
{
|
|
1448
|
-
"$ref": "#/definitions/esri.rest-api.Extent.Extent"
|
|
1449
|
-
},
|
|
1450
|
-
{
|
|
1451
|
-
"$ref": "#/definitions/esri.rest-api.Multipoint.Multipoint"
|
|
1452
|
-
},
|
|
1453
|
-
{
|
|
1454
|
-
"$ref": "#/definitions/esri.rest-api.Polygon.Polygon"
|
|
1455
|
-
},
|
|
1456
|
-
{
|
|
1457
|
-
"$ref": "#/definitions/esri.rest-api.Polyline.Polyline"
|
|
1458
|
-
},
|
|
1459
|
-
{
|
|
1460
|
-
"$ref": "#/definitions/esri.rest-api.Point.Point"
|
|
1461
|
-
},
|
|
1462
|
-
{
|
|
1463
|
-
"$ref": "#/definitions/esri.rest-api.Feature.Feature"
|
|
1464
|
-
},
|
|
1465
|
-
{
|
|
1466
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
1467
|
-
},
|
|
1468
1444
|
{
|
|
1469
1445
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
1470
1446
|
},
|
|
1471
1447
|
{
|
|
1472
|
-
"$ref": "@vertigis.arcgis-extensions.data.
|
|
1448
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
1473
1449
|
},
|
|
1474
1450
|
{
|
|
1475
1451
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
1476
1452
|
},
|
|
1477
1453
|
{
|
|
1478
|
-
"$ref": "
|
|
1454
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
1479
1455
|
},
|
|
1480
1456
|
{
|
|
1481
1457
|
"items": {
|
|
1482
1458
|
"anyOf": [
|
|
1483
1459
|
{
|
|
1484
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
1460
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
1485
1461
|
},
|
|
1486
1462
|
{
|
|
1487
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
1463
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
1488
1464
|
}
|
|
1489
1465
|
]
|
|
1490
1466
|
},
|
|
1491
1467
|
"type": "array"
|
|
1492
1468
|
},
|
|
1469
|
+
{
|
|
1470
|
+
"$ref": "#/definitions/esri.rest-api.Feature.Feature"
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
"$ref": "#/definitions/esri.FeatureSet"
|
|
1474
|
+
},
|
|
1493
1475
|
{
|
|
1494
1476
|
"items": {
|
|
1495
1477
|
"anyOf": [
|
|
@@ -1503,26 +1485,44 @@
|
|
|
1503
1485
|
},
|
|
1504
1486
|
"type": "array"
|
|
1505
1487
|
},
|
|
1488
|
+
{
|
|
1489
|
+
"$ref": "#/definitions/esri.rest-api.Point.Point"
|
|
1490
|
+
},
|
|
1491
|
+
{
|
|
1492
|
+
"$ref": "#/definitions/esri.rest-api.Multipoint.Multipoint"
|
|
1493
|
+
},
|
|
1494
|
+
{
|
|
1495
|
+
"$ref": "#/definitions/esri.rest-api.Polyline.Polyline"
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
"$ref": "#/definitions/esri.rest-api.Polygon.Polygon"
|
|
1499
|
+
},
|
|
1500
|
+
{
|
|
1501
|
+
"$ref": "#/definitions/esri.rest-api.Extent.Extent"
|
|
1502
|
+
},
|
|
1503
|
+
{
|
|
1504
|
+
"$ref": "#/definitions/esri.Geometry"
|
|
1505
|
+
},
|
|
1506
1506
|
{
|
|
1507
1507
|
"items": {
|
|
1508
1508
|
"anyOf": [
|
|
1509
1509
|
{
|
|
1510
|
-
"$ref": "#/definitions/esri.
|
|
1510
|
+
"$ref": "#/definitions/esri.rest-api.Point.Point"
|
|
1511
1511
|
},
|
|
1512
1512
|
{
|
|
1513
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1513
|
+
"$ref": "#/definitions/esri.rest-api.Multipoint.Multipoint"
|
|
1514
1514
|
},
|
|
1515
1515
|
{
|
|
1516
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1516
|
+
"$ref": "#/definitions/esri.rest-api.Polyline.Polyline"
|
|
1517
1517
|
},
|
|
1518
1518
|
{
|
|
1519
1519
|
"$ref": "#/definitions/esri.rest-api.Polygon.Polygon"
|
|
1520
1520
|
},
|
|
1521
1521
|
{
|
|
1522
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1522
|
+
"$ref": "#/definitions/esri.rest-api.Extent.Extent"
|
|
1523
1523
|
},
|
|
1524
1524
|
{
|
|
1525
|
-
"$ref": "#/definitions/esri.
|
|
1525
|
+
"$ref": "#/definitions/esri.Geometry"
|
|
1526
1526
|
}
|
|
1527
1527
|
]
|
|
1528
1528
|
},
|
|
@@ -1534,16 +1534,16 @@
|
|
|
1534
1534
|
"GraphicsLike": {
|
|
1535
1535
|
"anyOf": [
|
|
1536
1536
|
{
|
|
1537
|
-
"$ref": "#/definitions/
|
|
1537
|
+
"$ref": "#/definitions/CreateGraphicsResult"
|
|
1538
1538
|
},
|
|
1539
1539
|
{
|
|
1540
|
-
"$ref": "#/definitions/esri.
|
|
1540
|
+
"$ref": "#/definitions/esri.Graphic"
|
|
1541
1541
|
},
|
|
1542
1542
|
{
|
|
1543
1543
|
"$ref": "#/definitions/esri.rest-api.Feature.Feature"
|
|
1544
1544
|
},
|
|
1545
1545
|
{
|
|
1546
|
-
"$ref": "#/definitions/
|
|
1546
|
+
"$ref": "#/definitions/esri.FeatureSet"
|
|
1547
1547
|
},
|
|
1548
1548
|
{
|
|
1549
1549
|
"items": {
|
|
@@ -1685,16 +1685,16 @@
|
|
|
1685
1685
|
"LayersLike": {
|
|
1686
1686
|
"anyOf": [
|
|
1687
1687
|
{
|
|
1688
|
-
"$ref": "#/definitions
|
|
1688
|
+
"$ref": "#/definitions/@vertigis.arcgis-extensions.mapping._LayerExtension.LayerReference"
|
|
1689
1689
|
},
|
|
1690
1690
|
{
|
|
1691
|
-
"$ref": "esri.
|
|
1691
|
+
"$ref": "#/definitions/esri.Layer"
|
|
1692
1692
|
},
|
|
1693
1693
|
{
|
|
1694
|
-
"$ref": "
|
|
1694
|
+
"$ref": "@vertigis.arcgis-extensions.mapping._LayerExtension.LayerExtension"
|
|
1695
1695
|
},
|
|
1696
1696
|
{
|
|
1697
|
-
"$ref": "
|
|
1697
|
+
"$ref": "esri.SublayerLike"
|
|
1698
1698
|
},
|
|
1699
1699
|
{
|
|
1700
1700
|
"$ref": "@vertigis.arcgis-extensions.mapping._SublayerExtension.SublayerExtension"
|
|
@@ -1703,16 +1703,16 @@
|
|
|
1703
1703
|
"items": {
|
|
1704
1704
|
"anyOf": [
|
|
1705
1705
|
{
|
|
1706
|
-
"$ref": "#/definitions
|
|
1706
|
+
"$ref": "#/definitions/@vertigis.arcgis-extensions.mapping._LayerExtension.LayerReference"
|
|
1707
1707
|
},
|
|
1708
1708
|
{
|
|
1709
|
-
"$ref": "esri.
|
|
1709
|
+
"$ref": "#/definitions/esri.Layer"
|
|
1710
1710
|
},
|
|
1711
1711
|
{
|
|
1712
|
-
"$ref": "
|
|
1712
|
+
"$ref": "@vertigis.arcgis-extensions.mapping._LayerExtension.LayerExtension"
|
|
1713
1713
|
},
|
|
1714
1714
|
{
|
|
1715
|
-
"$ref": "
|
|
1715
|
+
"$ref": "esri.SublayerLike"
|
|
1716
1716
|
},
|
|
1717
1717
|
{
|
|
1718
1718
|
"$ref": "@vertigis.arcgis-extensions.mapping._SublayerExtension.SublayerExtension"
|
|
@@ -1844,9 +1844,6 @@
|
|
|
1844
1844
|
{
|
|
1845
1845
|
"$ref": "#/definitions/esri.rest-api.ElevationLayer.ElevationLayer"
|
|
1846
1846
|
},
|
|
1847
|
-
{
|
|
1848
|
-
"$ref": "#/definitions/esri.rest-api.StreamLayer.StreamLayer"
|
|
1849
|
-
},
|
|
1850
1847
|
{
|
|
1851
1848
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayer"
|
|
1852
1849
|
},
|
|
@@ -1856,6 +1853,9 @@
|
|
|
1856
1853
|
{
|
|
1857
1854
|
"$ref": "#/definitions/esri.rest-api.GroupLayer.GroupLayer"
|
|
1858
1855
|
},
|
|
1856
|
+
{
|
|
1857
|
+
"$ref": "#/definitions/esri.rest-api.ImageServiceLayer.ImageServiceLayer"
|
|
1858
|
+
},
|
|
1859
1859
|
{
|
|
1860
1860
|
"$ref": "#/definitions/esri.rest-api.ImageServiceVectorLayer.ImageServiceVectorLayer"
|
|
1861
1861
|
},
|
|
@@ -1874,6 +1874,12 @@
|
|
|
1874
1874
|
{
|
|
1875
1875
|
"$ref": "#/definitions/esri.rest-api.SceneLayer.SceneLayer"
|
|
1876
1876
|
},
|
|
1877
|
+
{
|
|
1878
|
+
"$ref": "#/definitions/esri.rest-api.StreamLayer.StreamLayer"
|
|
1879
|
+
},
|
|
1880
|
+
{
|
|
1881
|
+
"$ref": "#/definitions/esri.rest-api.SubtypeGroupLayer.SubtypeGroupLayer"
|
|
1882
|
+
},
|
|
1877
1883
|
{
|
|
1878
1884
|
"$ref": "#/definitions/esri.rest-api.TiledImageServiceLayer.TiledImageServiceLayer"
|
|
1879
1885
|
},
|
|
@@ -1883,14 +1889,11 @@
|
|
|
1883
1889
|
{
|
|
1884
1890
|
"$ref": "#/definitions/esri.rest-api.VectorTileLayer.VectorTileLayer"
|
|
1885
1891
|
},
|
|
1886
|
-
{
|
|
1887
|
-
"$ref": "#/definitions/esri.rest-api.WMSLayer.WMSLayer"
|
|
1888
|
-
},
|
|
1889
1892
|
{
|
|
1890
1893
|
"$ref": "#/definitions/esri.rest-api.WebTileLayer.WebTileLayer"
|
|
1891
1894
|
},
|
|
1892
1895
|
{
|
|
1893
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1896
|
+
"$ref": "#/definitions/esri.rest-api.WMSLayer.WMSLayer"
|
|
1894
1897
|
}
|
|
1895
1898
|
],
|
|
1896
1899
|
"description": "An operational layer in a web map/scene."
|
|
@@ -2173,26 +2176,26 @@
|
|
|
2173
2176
|
},
|
|
2174
2177
|
"ShowResultsArgs": {
|
|
2175
2178
|
"anyOf": [
|
|
2176
|
-
{
|
|
2177
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
2178
|
-
},
|
|
2179
2179
|
{
|
|
2180
2180
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
2181
2181
|
},
|
|
2182
2182
|
{
|
|
2183
|
-
"$ref": "@vertigis.arcgis-extensions.data.
|
|
2183
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
2184
2184
|
},
|
|
2185
2185
|
{
|
|
2186
2186
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
2187
2187
|
},
|
|
2188
|
+
{
|
|
2189
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
2190
|
+
},
|
|
2188
2191
|
{
|
|
2189
2192
|
"items": {
|
|
2190
2193
|
"anyOf": [
|
|
2191
2194
|
{
|
|
2192
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
2195
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
2193
2196
|
},
|
|
2194
2197
|
{
|
|
2195
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
2198
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
2196
2199
|
}
|
|
2197
2200
|
]
|
|
2198
2201
|
},
|
|
@@ -2278,10 +2281,10 @@
|
|
|
2278
2281
|
"lineSymbol": {
|
|
2279
2282
|
"anyOf": [
|
|
2280
2283
|
{
|
|
2281
|
-
"$ref": "#/definitions/esri.SimpleLineSymbol"
|
|
2284
|
+
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
2282
2285
|
},
|
|
2283
2286
|
{
|
|
2284
|
-
"$ref": "#/definitions/esri.
|
|
2287
|
+
"$ref": "#/definitions/esri.SimpleLineSymbol"
|
|
2285
2288
|
}
|
|
2286
2289
|
],
|
|
2287
2290
|
"description": "The symbol used to draw lines."
|
|
@@ -2300,16 +2303,16 @@
|
|
|
2300
2303
|
"pointSymbol": {
|
|
2301
2304
|
"anyOf": [
|
|
2302
2305
|
{
|
|
2303
|
-
"$ref": "#/definitions/esri.
|
|
2306
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
2304
2307
|
},
|
|
2305
2308
|
{
|
|
2306
|
-
"$ref": "#/definitions/esri.
|
|
2309
|
+
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
2307
2310
|
},
|
|
2308
2311
|
{
|
|
2309
|
-
"$ref": "#/definitions/esri.
|
|
2312
|
+
"$ref": "#/definitions/esri.SimpleMarkerSymbol"
|
|
2310
2313
|
},
|
|
2311
2314
|
{
|
|
2312
|
-
"$ref": "#/definitions/esri.
|
|
2315
|
+
"$ref": "#/definitions/esri.PictureMarkerSymbol"
|
|
2313
2316
|
}
|
|
2314
2317
|
],
|
|
2315
2318
|
"description": "The symbol used to draw points."
|
|
@@ -2328,16 +2331,16 @@
|
|
|
2328
2331
|
"polygonSymbol": {
|
|
2329
2332
|
"anyOf": [
|
|
2330
2333
|
{
|
|
2331
|
-
"$ref": "#/definitions/esri.
|
|
2334
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
2332
2335
|
},
|
|
2333
2336
|
{
|
|
2334
|
-
"$ref": "#/definitions/esri.
|
|
2337
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
2335
2338
|
},
|
|
2336
2339
|
{
|
|
2337
|
-
"$ref": "#/definitions/esri.
|
|
2340
|
+
"$ref": "#/definitions/esri.SimpleFillSymbol"
|
|
2338
2341
|
},
|
|
2339
2342
|
{
|
|
2340
|
-
"$ref": "#/definitions/esri.
|
|
2343
|
+
"$ref": "#/definitions/esri.PictureFillSymbol"
|
|
2341
2344
|
}
|
|
2342
2345
|
],
|
|
2343
2346
|
"description": "The symbol used to draw polygons."
|
|
@@ -2356,6 +2359,24 @@
|
|
|
2356
2359
|
},
|
|
2357
2360
|
"type": "object"
|
|
2358
2361
|
},
|
|
2362
|
+
"TrackCustomEventArgs": {
|
|
2363
|
+
"additionalProperties": false,
|
|
2364
|
+
"description": "Arguments for the 'studio-analytics.track-custom-event' command.",
|
|
2365
|
+
"properties": {
|
|
2366
|
+
"name": {
|
|
2367
|
+
"description": "The name of the event. The event name should be in kebab-case, present tense, and follow a `{noun phrase}-{verb}` pattern, where `{verb}` is a single word without hyphens. Example: \"parcel-boundary-move\".",
|
|
2368
|
+
"type": "string"
|
|
2369
|
+
},
|
|
2370
|
+
"payload": {
|
|
2371
|
+
"description": "Optional. Additional event-specific data of interest.",
|
|
2372
|
+
"type": "string"
|
|
2373
|
+
}
|
|
2374
|
+
},
|
|
2375
|
+
"required": [
|
|
2376
|
+
"name"
|
|
2377
|
+
],
|
|
2378
|
+
"type": "object"
|
|
2379
|
+
},
|
|
2359
2380
|
"TranslatableText": {
|
|
2360
2381
|
"anyOf": [
|
|
2361
2382
|
{
|
|
@@ -2502,13 +2523,13 @@
|
|
|
2502
2523
|
"viewpoint": {
|
|
2503
2524
|
"anyOf": [
|
|
2504
2525
|
{
|
|
2505
|
-
"$ref": "
|
|
2526
|
+
"$ref": "@vertigis.arcgis-extensions.mapping.Bookmark.BookmarkProperties"
|
|
2506
2527
|
},
|
|
2507
2528
|
{
|
|
2508
|
-
"$ref": "#/definitions/esri.
|
|
2529
|
+
"$ref": "#/definitions/esri.Viewpoint"
|
|
2509
2530
|
},
|
|
2510
2531
|
{
|
|
2511
|
-
"$ref": "
|
|
2532
|
+
"$ref": "#/definitions/esri.rest-api.Viewpoint.Viewpoint"
|
|
2512
2533
|
},
|
|
2513
2534
|
{
|
|
2514
2535
|
"$ref": "@vertigis.arcgis-extensions.mapping.Bookmark.Bookmark"
|
|
@@ -2612,64 +2633,46 @@
|
|
|
2612
2633
|
"drawing.create-graphics:input": {
|
|
2613
2634
|
"anyOf": [
|
|
2614
2635
|
{
|
|
2615
|
-
"$ref": "#/definitions/
|
|
2636
|
+
"$ref": "#/definitions/CreateGraphicsResult"
|
|
2616
2637
|
},
|
|
2617
2638
|
{
|
|
2618
2639
|
"$ref": "#/definitions/esri.Graphic"
|
|
2619
2640
|
},
|
|
2620
|
-
{
|
|
2621
|
-
"$ref": "#/definitions/esri.FeatureSet"
|
|
2622
|
-
},
|
|
2623
|
-
{
|
|
2624
|
-
"$ref": "#/definitions/esri.rest-api.Extent.Extent"
|
|
2625
|
-
},
|
|
2626
|
-
{
|
|
2627
|
-
"$ref": "#/definitions/esri.rest-api.Multipoint.Multipoint"
|
|
2628
|
-
},
|
|
2629
|
-
{
|
|
2630
|
-
"$ref": "#/definitions/esri.rest-api.Polygon.Polygon"
|
|
2631
|
-
},
|
|
2632
|
-
{
|
|
2633
|
-
"$ref": "#/definitions/esri.rest-api.Polyline.Polyline"
|
|
2634
|
-
},
|
|
2635
|
-
{
|
|
2636
|
-
"$ref": "#/definitions/esri.rest-api.Point.Point"
|
|
2637
|
-
},
|
|
2638
|
-
{
|
|
2639
|
-
"$ref": "#/definitions/esri.rest-api.Feature.Feature"
|
|
2640
|
-
},
|
|
2641
|
-
{
|
|
2642
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
2643
|
-
},
|
|
2644
2641
|
{
|
|
2645
2642
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
2646
2643
|
},
|
|
2647
2644
|
{
|
|
2648
|
-
"$ref": "@vertigis.arcgis-extensions.data.
|
|
2645
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
2649
2646
|
},
|
|
2650
2647
|
{
|
|
2651
2648
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
2652
2649
|
},
|
|
2653
2650
|
{
|
|
2654
|
-
"$ref": "
|
|
2651
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
2655
2652
|
},
|
|
2656
2653
|
{
|
|
2657
2654
|
"items": {
|
|
2658
2655
|
"anyOf": [
|
|
2659
2656
|
{
|
|
2660
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
2657
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
2661
2658
|
},
|
|
2662
2659
|
{
|
|
2663
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
2660
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
2664
2661
|
}
|
|
2665
2662
|
]
|
|
2666
2663
|
},
|
|
2667
2664
|
"type": "array"
|
|
2668
2665
|
},
|
|
2669
2666
|
{
|
|
2670
|
-
"
|
|
2671
|
-
|
|
2672
|
-
|
|
2667
|
+
"$ref": "#/definitions/esri.rest-api.Feature.Feature"
|
|
2668
|
+
},
|
|
2669
|
+
{
|
|
2670
|
+
"$ref": "#/definitions/esri.FeatureSet"
|
|
2671
|
+
},
|
|
2672
|
+
{
|
|
2673
|
+
"items": {
|
|
2674
|
+
"anyOf": [
|
|
2675
|
+
{
|
|
2673
2676
|
"$ref": "#/definitions/esri.Graphic"
|
|
2674
2677
|
},
|
|
2675
2678
|
{
|
|
@@ -2679,26 +2682,44 @@
|
|
|
2679
2682
|
},
|
|
2680
2683
|
"type": "array"
|
|
2681
2684
|
},
|
|
2685
|
+
{
|
|
2686
|
+
"$ref": "#/definitions/esri.rest-api.Point.Point"
|
|
2687
|
+
},
|
|
2688
|
+
{
|
|
2689
|
+
"$ref": "#/definitions/esri.rest-api.Multipoint.Multipoint"
|
|
2690
|
+
},
|
|
2691
|
+
{
|
|
2692
|
+
"$ref": "#/definitions/esri.rest-api.Polyline.Polyline"
|
|
2693
|
+
},
|
|
2694
|
+
{
|
|
2695
|
+
"$ref": "#/definitions/esri.rest-api.Polygon.Polygon"
|
|
2696
|
+
},
|
|
2697
|
+
{
|
|
2698
|
+
"$ref": "#/definitions/esri.rest-api.Extent.Extent"
|
|
2699
|
+
},
|
|
2700
|
+
{
|
|
2701
|
+
"$ref": "#/definitions/esri.Geometry"
|
|
2702
|
+
},
|
|
2682
2703
|
{
|
|
2683
2704
|
"items": {
|
|
2684
2705
|
"anyOf": [
|
|
2685
2706
|
{
|
|
2686
|
-
"$ref": "#/definitions/esri.
|
|
2707
|
+
"$ref": "#/definitions/esri.rest-api.Point.Point"
|
|
2687
2708
|
},
|
|
2688
2709
|
{
|
|
2689
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2710
|
+
"$ref": "#/definitions/esri.rest-api.Multipoint.Multipoint"
|
|
2690
2711
|
},
|
|
2691
2712
|
{
|
|
2692
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2713
|
+
"$ref": "#/definitions/esri.rest-api.Polyline.Polyline"
|
|
2693
2714
|
},
|
|
2694
2715
|
{
|
|
2695
2716
|
"$ref": "#/definitions/esri.rest-api.Polygon.Polygon"
|
|
2696
2717
|
},
|
|
2697
2718
|
{
|
|
2698
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2719
|
+
"$ref": "#/definitions/esri.rest-api.Extent.Extent"
|
|
2699
2720
|
},
|
|
2700
2721
|
{
|
|
2701
|
-
"$ref": "#/definitions/esri.
|
|
2722
|
+
"$ref": "#/definitions/esri.Geometry"
|
|
2702
2723
|
}
|
|
2703
2724
|
]
|
|
2704
2725
|
},
|
|
@@ -2751,26 +2772,26 @@
|
|
|
2751
2772
|
},
|
|
2752
2773
|
"edit.add-feature:input": {
|
|
2753
2774
|
"anyOf": [
|
|
2754
|
-
{
|
|
2755
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
2756
|
-
},
|
|
2757
2775
|
{
|
|
2758
2776
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
2759
2777
|
},
|
|
2760
2778
|
{
|
|
2761
|
-
"$ref": "@vertigis.arcgis-extensions.data.
|
|
2779
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
2762
2780
|
},
|
|
2763
2781
|
{
|
|
2764
2782
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
2765
2783
|
},
|
|
2784
|
+
{
|
|
2785
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
2786
|
+
},
|
|
2766
2787
|
{
|
|
2767
2788
|
"items": {
|
|
2768
2789
|
"anyOf": [
|
|
2769
2790
|
{
|
|
2770
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
2791
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
2771
2792
|
},
|
|
2772
2793
|
{
|
|
2773
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
2794
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
2774
2795
|
}
|
|
2775
2796
|
]
|
|
2776
2797
|
},
|
|
@@ -2801,26 +2822,26 @@
|
|
|
2801
2822
|
},
|
|
2802
2823
|
"edit.delete-features:input": {
|
|
2803
2824
|
"anyOf": [
|
|
2804
|
-
{
|
|
2805
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
2806
|
-
},
|
|
2807
2825
|
{
|
|
2808
2826
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
2809
2827
|
},
|
|
2810
2828
|
{
|
|
2811
|
-
"$ref": "@vertigis.arcgis-extensions.data.
|
|
2829
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
2812
2830
|
},
|
|
2813
2831
|
{
|
|
2814
2832
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
2815
2833
|
},
|
|
2834
|
+
{
|
|
2835
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
2836
|
+
},
|
|
2816
2837
|
{
|
|
2817
2838
|
"items": {
|
|
2818
2839
|
"anyOf": [
|
|
2819
2840
|
{
|
|
2820
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
2841
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
2821
2842
|
},
|
|
2822
2843
|
{
|
|
2823
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
2844
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
2824
2845
|
}
|
|
2825
2846
|
]
|
|
2826
2847
|
},
|
|
@@ -2843,10 +2864,10 @@
|
|
|
2843
2864
|
"edit.display-add-feature:input": {
|
|
2844
2865
|
"anyOf": [
|
|
2845
2866
|
{
|
|
2846
|
-
"$ref": "
|
|
2867
|
+
"$ref": "#/definitions/DisplayAddFeatureArgs"
|
|
2847
2868
|
},
|
|
2848
2869
|
{
|
|
2849
|
-
"$ref": "
|
|
2870
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSource.FeatureSource"
|
|
2850
2871
|
}
|
|
2851
2872
|
]
|
|
2852
2873
|
},
|
|
@@ -2874,26 +2895,26 @@
|
|
|
2874
2895
|
},
|
|
2875
2896
|
"edit.update-feature:input": {
|
|
2876
2897
|
"anyOf": [
|
|
2877
|
-
{
|
|
2878
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
2879
|
-
},
|
|
2880
2898
|
{
|
|
2881
2899
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
2882
2900
|
},
|
|
2883
2901
|
{
|
|
2884
|
-
"$ref": "@vertigis.arcgis-extensions.data.
|
|
2902
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
2885
2903
|
},
|
|
2886
2904
|
{
|
|
2887
2905
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
2888
2906
|
},
|
|
2907
|
+
{
|
|
2908
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
2909
|
+
},
|
|
2889
2910
|
{
|
|
2890
2911
|
"items": {
|
|
2891
2912
|
"anyOf": [
|
|
2892
2913
|
{
|
|
2893
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
2914
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
2894
2915
|
},
|
|
2895
2916
|
{
|
|
2896
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
2917
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
2897
2918
|
}
|
|
2898
2919
|
]
|
|
2899
2920
|
},
|
|
@@ -3020,6 +3041,10 @@
|
|
|
3020
3041
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
3021
3042
|
"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."
|
|
3022
3043
|
},
|
|
3044
|
+
"effect": {
|
|
3045
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
3046
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
3047
|
+
},
|
|
3023
3048
|
"filters": {
|
|
3024
3049
|
"description": "A list of filters available for this layer. Overrides filters defined on the service.",
|
|
3025
3050
|
"items": {
|
|
@@ -3306,6 +3331,10 @@
|
|
|
3306
3331
|
"description": "Indicates whether to allow a client to ignore popups defined by the service item.",
|
|
3307
3332
|
"type": "boolean"
|
|
3308
3333
|
},
|
|
3334
|
+
"effect": {
|
|
3335
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
3336
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
3337
|
+
},
|
|
3309
3338
|
"id": {
|
|
3310
3339
|
"description": "A unique identifying string for the layer.",
|
|
3311
3340
|
"type": "string"
|
|
@@ -3491,43 +3520,43 @@
|
|
|
3491
3520
|
"symbol": {
|
|
3492
3521
|
"anyOf": [
|
|
3493
3522
|
{
|
|
3494
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3523
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
3495
3524
|
},
|
|
3496
3525
|
{
|
|
3497
3526
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
3498
3527
|
},
|
|
3499
3528
|
{
|
|
3500
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3529
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
3501
3530
|
},
|
|
3502
3531
|
{
|
|
3503
3532
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
3504
3533
|
},
|
|
3505
3534
|
{
|
|
3506
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3535
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
3507
3536
|
},
|
|
3508
3537
|
{
|
|
3509
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3538
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
3510
3539
|
},
|
|
3511
3540
|
{
|
|
3512
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3541
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
3513
3542
|
},
|
|
3514
3543
|
{
|
|
3515
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3544
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
3516
3545
|
},
|
|
3517
3546
|
{
|
|
3518
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3547
|
+
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
3519
3548
|
},
|
|
3520
3549
|
{
|
|
3521
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3550
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
3522
3551
|
},
|
|
3523
3552
|
{
|
|
3524
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3553
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
3525
3554
|
},
|
|
3526
3555
|
{
|
|
3527
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3556
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
3528
3557
|
},
|
|
3529
3558
|
{
|
|
3530
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3559
|
+
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
3531
3560
|
}
|
|
3532
3561
|
],
|
|
3533
3562
|
"description": "An object used to display the value."
|
|
@@ -3576,43 +3605,43 @@
|
|
|
3576
3605
|
"defaultSymbol": {
|
|
3577
3606
|
"anyOf": [
|
|
3578
3607
|
{
|
|
3579
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3608
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
3580
3609
|
},
|
|
3581
3610
|
{
|
|
3582
3611
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
3583
3612
|
},
|
|
3584
3613
|
{
|
|
3585
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3614
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
3586
3615
|
},
|
|
3587
3616
|
{
|
|
3588
3617
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
3589
3618
|
},
|
|
3590
3619
|
{
|
|
3591
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3620
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
3592
3621
|
},
|
|
3593
3622
|
{
|
|
3594
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3623
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
3595
3624
|
},
|
|
3596
3625
|
{
|
|
3597
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3626
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
3598
3627
|
},
|
|
3599
3628
|
{
|
|
3600
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3629
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
3601
3630
|
},
|
|
3602
3631
|
{
|
|
3603
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3632
|
+
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
3604
3633
|
},
|
|
3605
3634
|
{
|
|
3606
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3635
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
3607
3636
|
},
|
|
3608
3637
|
{
|
|
3609
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3638
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
3610
3639
|
},
|
|
3611
3640
|
{
|
|
3612
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3641
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
3613
3642
|
},
|
|
3614
3643
|
{
|
|
3615
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3644
|
+
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
3616
3645
|
}
|
|
3617
3646
|
],
|
|
3618
3647
|
"description": "Symbol used when a value cannot be classified."
|
|
@@ -3887,82 +3916,412 @@
|
|
|
3887
3916
|
"$ref": "#/definitions/esri.rest-api.InheritedDomain.InheritedDomain"
|
|
3888
3917
|
},
|
|
3889
3918
|
{
|
|
3890
|
-
"$ref": "#/definitions/esri.rest-api.RangeDomain.RangeDomain"
|
|
3891
|
-
}
|
|
3892
|
-
],
|
|
3893
|
-
"description": "A domain specifies the set of valid values for a field.{@linkhttps://developers.arcgis.com/web-map-specification/objects/domain/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/domain/}."
|
|
3894
|
-
},
|
|
3895
|
-
"esri.rest-api.DrawingInfo.DrawingInfo": {
|
|
3896
|
-
"additionalProperties": false,
|
|
3897
|
-
"description": "The drawingInfo object contains drawing information for a feature collection or a single layer in a map service. This object is used in LayerDefinition.{@linkhttps://developers.arcgis.com/web-map-specification/objects/drawingInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/drawingInfo/}.",
|
|
3898
|
-
"properties": {
|
|
3899
|
-
"filters": {
|
|
3900
|
-
"description": "Filters for PointCloud layers.",
|
|
3919
|
+
"$ref": "#/definitions/esri.rest-api.RangeDomain.RangeDomain"
|
|
3920
|
+
}
|
|
3921
|
+
],
|
|
3922
|
+
"description": "A domain specifies the set of valid values for a field.{@linkhttps://developers.arcgis.com/web-map-specification/objects/domain/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/domain/}."
|
|
3923
|
+
},
|
|
3924
|
+
"esri.rest-api.DrawingInfo.DrawingInfo": {
|
|
3925
|
+
"additionalProperties": false,
|
|
3926
|
+
"description": "The drawingInfo object contains drawing information for a feature collection or a single layer in a map service. This object is used in LayerDefinition.{@linkhttps://developers.arcgis.com/web-map-specification/objects/drawingInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/drawingInfo/}.",
|
|
3927
|
+
"properties": {
|
|
3928
|
+
"filters": {
|
|
3929
|
+
"description": "Filters for PointCloud layers.",
|
|
3930
|
+
"items": {
|
|
3931
|
+
"anyOf": [
|
|
3932
|
+
{
|
|
3933
|
+
"$ref": "#/definitions/esri.rest-api.PointCloudBitfieldFilter.PointCloudBitfieldFilter"
|
|
3934
|
+
},
|
|
3935
|
+
{
|
|
3936
|
+
"$ref": "#/definitions/esri.rest-api.PointCloudReturnFilter.PointCloudReturnFilter"
|
|
3937
|
+
},
|
|
3938
|
+
{
|
|
3939
|
+
"$ref": "#/definitions/esri.rest-api.PointCloudValueFilter.PointCloudValueFilter"
|
|
3940
|
+
}
|
|
3941
|
+
],
|
|
3942
|
+
"description": "Filters applied to the pointCloud which will hide a point.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
|
|
3943
|
+
},
|
|
3944
|
+
"type": "array"
|
|
3945
|
+
},
|
|
3946
|
+
"fixedSymbols": {
|
|
3947
|
+
"description": "Only used for feature collections with a renderer. The feature's symbol is defined by the layer's renderer. Not implemented in JSAPI 4.x.",
|
|
3948
|
+
"type": "boolean"
|
|
3949
|
+
},
|
|
3950
|
+
"labelingInfo": {
|
|
3951
|
+
"description": "An object defining the properties used for labeling the layer.",
|
|
3952
|
+
"items": {
|
|
3953
|
+
"$ref": "#/definitions/esri.rest-api.LabelingInfo.LabelingInfo"
|
|
3954
|
+
},
|
|
3955
|
+
"type": "array"
|
|
3956
|
+
},
|
|
3957
|
+
"renderer": {
|
|
3958
|
+
"$ref": "#/definitions/esri.rest-api.Renderer.Renderer",
|
|
3959
|
+
"description": "A renderer object that provides the symbology for the layer."
|
|
3960
|
+
},
|
|
3961
|
+
"scaleSymbols": {
|
|
3962
|
+
"description": "Boolean property indicating whether symbols should stay the same size in screen units as you zoom in. A value of false means the symbols stay the same size in screen units regardless of the map scale. Not implemented in JSAPI 4.x.",
|
|
3963
|
+
"type": "boolean"
|
|
3964
|
+
},
|
|
3965
|
+
"showLabels": {
|
|
3966
|
+
"description": "Defines whether labels should be shown or not. This is only valid for sublayers.",
|
|
3967
|
+
"type": "boolean"
|
|
3968
|
+
},
|
|
3969
|
+
"transparency": {
|
|
3970
|
+
"description": "Number value ranging between 0 (no transparency) to 100 (completely transparent).",
|
|
3971
|
+
"type": "number"
|
|
3972
|
+
}
|
|
3973
|
+
},
|
|
3974
|
+
"type": "object"
|
|
3975
|
+
},
|
|
3976
|
+
"esri.rest-api.DynamicDataLayer.DynamicDataLayer": {
|
|
3977
|
+
"additionalProperties": false,
|
|
3978
|
+
"description": "A dynamic data layer derived from a registered workspace. More information on this can be found in the ArcGIS REST API help.{@linkhttps://developers.arcgis.com/web-map-specification/objects/dynamicDataLayer_source/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/dynamicDataLayer_source/}.",
|
|
3979
|
+
"properties": {
|
|
3980
|
+
"dataSource": {
|
|
3981
|
+
"$ref": "#/definitions/esri.rest-api.DataSource.DataSource",
|
|
3982
|
+
"description": "This object applies if the layerDefinition source is set to DynamicDataLayer.{@linkhttps://developers.arcgis.com/web-map-specification/objects/dataSource/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/dataSource/}."
|
|
3983
|
+
},
|
|
3984
|
+
"fields": {
|
|
3985
|
+
"description": "An array of objects specifying information about an attribute field.",
|
|
3986
|
+
"items": {
|
|
3987
|
+
"$ref": "#/definitions/esri.rest-api.Field.Field"
|
|
3988
|
+
},
|
|
3989
|
+
"type": "array"
|
|
3990
|
+
},
|
|
3991
|
+
"type": {
|
|
3992
|
+
"description": "A string value indicating the type. This value is dataLayer.",
|
|
3993
|
+
"enum": [
|
|
3994
|
+
"dataLayer"
|
|
3995
|
+
],
|
|
3996
|
+
"type": "string"
|
|
3997
|
+
}
|
|
3998
|
+
},
|
|
3999
|
+
"required": [
|
|
4000
|
+
"type"
|
|
4001
|
+
],
|
|
4002
|
+
"type": "object"
|
|
4003
|
+
},
|
|
4004
|
+
"esri.rest-api.DynamicMapLayer.DynamicMapLayer": {
|
|
4005
|
+
"additionalProperties": false,
|
|
4006
|
+
"description": "A dynamic map layer refers to a layer in the current map service. More information on this can be found in the ArcGIS REST API help.{@linkhttps://developers.arcgis.com/web-map-specification/objects/dynamicMapLayer_source/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/dynamicMapLayer_source/}.",
|
|
4007
|
+
"properties": {
|
|
4008
|
+
"gdbVersion": {
|
|
4009
|
+
"description": "If applicable, specify this to use an alternate geodatabase version.",
|
|
4010
|
+
"type": "string"
|
|
4011
|
+
},
|
|
4012
|
+
"mapLayerId": {
|
|
4013
|
+
"description": "The current map layer's ID.",
|
|
4014
|
+
"type": "number"
|
|
4015
|
+
},
|
|
4016
|
+
"type": {
|
|
4017
|
+
"description": "A string value indicating the type. This value is mapLayer.",
|
|
4018
|
+
"enum": [
|
|
4019
|
+
"mapLayer"
|
|
4020
|
+
],
|
|
4021
|
+
"type": "string"
|
|
4022
|
+
}
|
|
4023
|
+
},
|
|
4024
|
+
"required": [
|
|
4025
|
+
"type"
|
|
4026
|
+
],
|
|
4027
|
+
"type": "object"
|
|
4028
|
+
},
|
|
4029
|
+
"esri.rest-api.Edges.Edges": {
|
|
4030
|
+
"anyOf": [
|
|
4031
|
+
{
|
|
4032
|
+
"$ref": "#/definitions/esri.rest-api.Edges.SketchEdges"
|
|
4033
|
+
},
|
|
4034
|
+
{
|
|
4035
|
+
"$ref": "#/definitions/esri.rest-api.Edges.SolidEdges"
|
|
4036
|
+
}
|
|
4037
|
+
],
|
|
4038
|
+
"description": "Edges describe additional styles applied to visually important edges of 3D objects."
|
|
4039
|
+
},
|
|
4040
|
+
"esri.rest-api.Edges.SketchEdges": {
|
|
4041
|
+
"additionalProperties": false,
|
|
4042
|
+
"description": "The sketch edge rendering configuration of a symbol layer. Edges of type sketch are rendered with a hand-drawn look in mind.",
|
|
4043
|
+
"properties": {
|
|
4044
|
+
"color": {
|
|
4045
|
+
"description": "Color is represented as a three or four-element array.",
|
|
4046
|
+
"items": {
|
|
4047
|
+
"type": "number"
|
|
4048
|
+
},
|
|
4049
|
+
"type": "array"
|
|
4050
|
+
},
|
|
4051
|
+
"extensionLength": {
|
|
4052
|
+
"description": "A size in points by which to extend edges beyond their original end points.",
|
|
4053
|
+
"type": "number"
|
|
4054
|
+
},
|
|
4055
|
+
"size": {
|
|
4056
|
+
"description": "Edge size in points, positive only.",
|
|
4057
|
+
"type": "number"
|
|
4058
|
+
},
|
|
4059
|
+
"transparency": {
|
|
4060
|
+
"description": "The value has to lie between 100 (full transparency) and 0 (full opacity).",
|
|
4061
|
+
"type": "number"
|
|
4062
|
+
},
|
|
4063
|
+
"type": {
|
|
4064
|
+
"description": "The type of edge visualization. Value of this property must be sketch.",
|
|
4065
|
+
"enum": [
|
|
4066
|
+
"sketch"
|
|
4067
|
+
],
|
|
4068
|
+
"type": "string"
|
|
4069
|
+
}
|
|
4070
|
+
},
|
|
4071
|
+
"required": [
|
|
4072
|
+
"type"
|
|
4073
|
+
],
|
|
4074
|
+
"type": "object"
|
|
4075
|
+
},
|
|
4076
|
+
"esri.rest-api.Edges.SolidEdges": {
|
|
4077
|
+
"additionalProperties": false,
|
|
4078
|
+
"description": "The solid edge rendering configuration of a symbol layer. Edges of type solid are rendered in a single color, unaffected by scene lighting.",
|
|
4079
|
+
"properties": {
|
|
4080
|
+
"color": {
|
|
4081
|
+
"description": "Color is represented as a three or four-element array.",
|
|
4082
|
+
"items": {
|
|
4083
|
+
"type": "number"
|
|
4084
|
+
},
|
|
4085
|
+
"type": "array"
|
|
4086
|
+
},
|
|
4087
|
+
"extensionLength": {
|
|
4088
|
+
"description": "A size in points by which to extend edges beyond their original end points.",
|
|
4089
|
+
"type": "number"
|
|
4090
|
+
},
|
|
4091
|
+
"size": {
|
|
4092
|
+
"description": "Edge size in points, positive only.",
|
|
4093
|
+
"type": "number"
|
|
4094
|
+
},
|
|
4095
|
+
"transparency": {
|
|
4096
|
+
"description": "The value has to lie between 100 (full transparency) and 0 (full opacity).",
|
|
4097
|
+
"type": "number"
|
|
4098
|
+
},
|
|
4099
|
+
"type": {
|
|
4100
|
+
"description": "The type of edge visualization. Value of this property must be solid.",
|
|
4101
|
+
"enum": [
|
|
4102
|
+
"solid"
|
|
4103
|
+
],
|
|
4104
|
+
"type": "string"
|
|
4105
|
+
}
|
|
4106
|
+
},
|
|
4107
|
+
"required": [
|
|
4108
|
+
"type"
|
|
4109
|
+
],
|
|
4110
|
+
"type": "object"
|
|
4111
|
+
},
|
|
4112
|
+
"esri.rest-api.Effect.BloomEffectFunction": {
|
|
4113
|
+
"additionalProperties": false,
|
|
4114
|
+
"description": "An Effect Function for the bloom effect.",
|
|
4115
|
+
"properties": {
|
|
4116
|
+
"radius": {
|
|
4117
|
+
"description": "Determines the radius of the blur. Negative values are not allowed. Leaves the pixels inside the radius untouched.",
|
|
4118
|
+
"type": "number"
|
|
4119
|
+
},
|
|
4120
|
+
"strength": {
|
|
4121
|
+
"description": "The intensity of the bloom effect. The higher the value, the brighter the glow. Negative values are not allowed.",
|
|
4122
|
+
"type": "number"
|
|
4123
|
+
},
|
|
4124
|
+
"threshold": {
|
|
4125
|
+
"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.",
|
|
4126
|
+
"type": "number"
|
|
4127
|
+
},
|
|
4128
|
+
"type": {
|
|
4129
|
+
"description": "Effect type.",
|
|
4130
|
+
"enum": [
|
|
4131
|
+
"bloom"
|
|
4132
|
+
],
|
|
4133
|
+
"type": "string"
|
|
4134
|
+
}
|
|
4135
|
+
},
|
|
4136
|
+
"required": [
|
|
4137
|
+
"type"
|
|
4138
|
+
],
|
|
4139
|
+
"type": "object"
|
|
4140
|
+
},
|
|
4141
|
+
"esri.rest-api.Effect.BlurEffectFunction": {
|
|
4142
|
+
"additionalProperties": false,
|
|
4143
|
+
"description": "An Effect Function for the blur effect.",
|
|
4144
|
+
"properties": {
|
|
4145
|
+
"radius": {
|
|
4146
|
+
"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.",
|
|
4147
|
+
"type": "number"
|
|
4148
|
+
},
|
|
4149
|
+
"type": {
|
|
4150
|
+
"description": "Effect type.",
|
|
4151
|
+
"enum": [
|
|
4152
|
+
"blur"
|
|
4153
|
+
],
|
|
4154
|
+
"type": "string"
|
|
4155
|
+
}
|
|
4156
|
+
},
|
|
4157
|
+
"required": [
|
|
4158
|
+
"type"
|
|
4159
|
+
],
|
|
4160
|
+
"type": "object"
|
|
4161
|
+
},
|
|
4162
|
+
"esri.rest-api.Effect.BrightnessEffectFunction": {
|
|
4163
|
+
"additionalProperties": false,
|
|
4164
|
+
"description": "An Effect Function for the brightness effect.",
|
|
4165
|
+
"properties": {
|
|
4166
|
+
"amount": {
|
|
4167
|
+
"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.",
|
|
4168
|
+
"type": "number"
|
|
4169
|
+
},
|
|
4170
|
+
"type": {
|
|
4171
|
+
"description": "Effect type.",
|
|
4172
|
+
"enum": [
|
|
4173
|
+
"brightness"
|
|
4174
|
+
],
|
|
4175
|
+
"type": "string"
|
|
4176
|
+
}
|
|
4177
|
+
},
|
|
4178
|
+
"required": [
|
|
4179
|
+
"type"
|
|
4180
|
+
],
|
|
4181
|
+
"type": "object"
|
|
4182
|
+
},
|
|
4183
|
+
"esri.rest-api.Effect.ContrastEffectFunction": {
|
|
4184
|
+
"additionalProperties": false,
|
|
4185
|
+
"description": "An Effect Function for the contrast effect.",
|
|
4186
|
+
"properties": {
|
|
4187
|
+
"amount": {
|
|
4188
|
+
"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.",
|
|
4189
|
+
"type": "number"
|
|
4190
|
+
},
|
|
4191
|
+
"type": {
|
|
4192
|
+
"description": "Effect type.",
|
|
4193
|
+
"enum": [
|
|
4194
|
+
"contrast"
|
|
4195
|
+
],
|
|
4196
|
+
"type": "string"
|
|
4197
|
+
}
|
|
4198
|
+
},
|
|
4199
|
+
"required": [
|
|
4200
|
+
"type"
|
|
4201
|
+
],
|
|
4202
|
+
"type": "object"
|
|
4203
|
+
},
|
|
4204
|
+
"esri.rest-api.Effect.DropShadowEffectFunction": {
|
|
4205
|
+
"additionalProperties": false,
|
|
4206
|
+
"description": "An Effect Function for the drop-shadow effect.",
|
|
4207
|
+
"properties": {
|
|
4208
|
+
"blurRadius": {
|
|
4209
|
+
"description": "The radius of the blur in points. It defines the value of the standard deviation to the Gaussian function.",
|
|
4210
|
+
"type": "number"
|
|
4211
|
+
},
|
|
4212
|
+
"color": {
|
|
4213
|
+
"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.",
|
|
4214
|
+
"items": {
|
|
4215
|
+
"type": "number"
|
|
4216
|
+
},
|
|
4217
|
+
"type": "array"
|
|
4218
|
+
},
|
|
4219
|
+
"type": {
|
|
4220
|
+
"description": "Effect type.",
|
|
4221
|
+
"enum": [
|
|
4222
|
+
"drop-shadow"
|
|
4223
|
+
],
|
|
4224
|
+
"type": "string"
|
|
4225
|
+
},
|
|
4226
|
+
"xoffset": {
|
|
4227
|
+
"description": "The distance of the shadow on the x-axis in points.",
|
|
4228
|
+
"type": "number"
|
|
4229
|
+
},
|
|
4230
|
+
"yoffset": {
|
|
4231
|
+
"description": "The distance of the shadow on the y-axis in points.",
|
|
4232
|
+
"type": "number"
|
|
4233
|
+
}
|
|
4234
|
+
},
|
|
4235
|
+
"required": [
|
|
4236
|
+
"type"
|
|
4237
|
+
],
|
|
4238
|
+
"type": "object"
|
|
4239
|
+
},
|
|
4240
|
+
"esri.rest-api.Effect.Effect": {
|
|
4241
|
+
"anyOf": [
|
|
4242
|
+
{
|
|
4243
|
+
"items": {
|
|
4244
|
+
"$ref": "#/definitions/esri.rest-api.Effect.ScaleDependentEffect"
|
|
4245
|
+
},
|
|
4246
|
+
"type": "array"
|
|
4247
|
+
},
|
|
4248
|
+
{
|
|
3901
4249
|
"items": {
|
|
3902
4250
|
"anyOf": [
|
|
3903
4251
|
{
|
|
3904
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4252
|
+
"$ref": "#/definitions/esri.rest-api.Effect.HueRotateEffectFunction"
|
|
3905
4253
|
},
|
|
3906
4254
|
{
|
|
3907
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4255
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BlurEffectFunction"
|
|
3908
4256
|
},
|
|
3909
4257
|
{
|
|
3910
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4258
|
+
"$ref": "#/definitions/esri.rest-api.Effect.DropShadowEffectFunction"
|
|
4259
|
+
},
|
|
4260
|
+
{
|
|
4261
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BloomEffectFunction"
|
|
4262
|
+
},
|
|
4263
|
+
{
|
|
4264
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BrightnessEffectFunction"
|
|
4265
|
+
},
|
|
4266
|
+
{
|
|
4267
|
+
"$ref": "#/definitions/esri.rest-api.Effect.ContrastEffectFunction"
|
|
4268
|
+
},
|
|
4269
|
+
{
|
|
4270
|
+
"$ref": "#/definitions/esri.rest-api.Effect.GrayscaleEffectFunction"
|
|
4271
|
+
},
|
|
4272
|
+
{
|
|
4273
|
+
"$ref": "#/definitions/esri.rest-api.Effect.InvertEffectFunction"
|
|
4274
|
+
},
|
|
4275
|
+
{
|
|
4276
|
+
"$ref": "#/definitions/esri.rest-api.Effect.OpacityEffectFunction"
|
|
4277
|
+
},
|
|
4278
|
+
{
|
|
4279
|
+
"$ref": "#/definitions/esri.rest-api.Effect.SaturateEffectFunction"
|
|
4280
|
+
},
|
|
4281
|
+
{
|
|
4282
|
+
"$ref": "#/definitions/esri.rest-api.Effect.SepiaEffectFunction"
|
|
3911
4283
|
}
|
|
3912
4284
|
],
|
|
3913
|
-
"description": "
|
|
3914
|
-
},
|
|
3915
|
-
"type": "array"
|
|
3916
|
-
},
|
|
3917
|
-
"fixedSymbols": {
|
|
3918
|
-
"description": "Only used for feature collections with a renderer. The feature's symbol is defined by the layer's renderer. Not implemented in JSAPI 4.x.",
|
|
3919
|
-
"type": "boolean"
|
|
3920
|
-
},
|
|
3921
|
-
"labelingInfo": {
|
|
3922
|
-
"description": "An object defining the properties used for labeling the layer.",
|
|
3923
|
-
"items": {
|
|
3924
|
-
"$ref": "#/definitions/esri.rest-api.LabelingInfo.LabelingInfo"
|
|
4285
|
+
"description": "Effect functions that can be combined to build a layer effect."
|
|
3925
4286
|
},
|
|
3926
4287
|
"type": "array"
|
|
3927
|
-
}
|
|
3928
|
-
|
|
3929
|
-
|
|
3930
|
-
|
|
3931
|
-
|
|
3932
|
-
|
|
3933
|
-
|
|
3934
|
-
|
|
3935
|
-
|
|
3936
|
-
|
|
3937
|
-
"description": "Defines whether labels should be shown or not. This is only valid for sublayers.",
|
|
3938
|
-
"type": "boolean"
|
|
3939
|
-
},
|
|
3940
|
-
"transparency": {
|
|
3941
|
-
"description": "Number value ranging between 0 (no transparency) to 100 (completely transparent).",
|
|
4288
|
+
}
|
|
4289
|
+
],
|
|
4290
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
4291
|
+
},
|
|
4292
|
+
"esri.rest-api.Effect.GrayscaleEffectFunction": {
|
|
4293
|
+
"additionalProperties": false,
|
|
4294
|
+
"description": "An Effect Function for the grayscale effect.",
|
|
4295
|
+
"properties": {
|
|
4296
|
+
"amount": {
|
|
4297
|
+
"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.",
|
|
3942
4298
|
"type": "number"
|
|
4299
|
+
},
|
|
4300
|
+
"type": {
|
|
4301
|
+
"description": "Effect type.",
|
|
4302
|
+
"enum": [
|
|
4303
|
+
"grayscale"
|
|
4304
|
+
],
|
|
4305
|
+
"type": "string"
|
|
3943
4306
|
}
|
|
3944
4307
|
},
|
|
4308
|
+
"required": [
|
|
4309
|
+
"type"
|
|
4310
|
+
],
|
|
3945
4311
|
"type": "object"
|
|
3946
4312
|
},
|
|
3947
|
-
"esri.rest-api.
|
|
4313
|
+
"esri.rest-api.Effect.HueRotateEffectFunction": {
|
|
3948
4314
|
"additionalProperties": false,
|
|
3949
|
-
"description": "
|
|
4315
|
+
"description": "An Effect Function for the hue-rotate effect.",
|
|
3950
4316
|
"properties": {
|
|
3951
|
-
"
|
|
3952
|
-
"
|
|
3953
|
-
"
|
|
3954
|
-
},
|
|
3955
|
-
"fields": {
|
|
3956
|
-
"description": "An array of objects specifying information about an attribute field.",
|
|
3957
|
-
"items": {
|
|
3958
|
-
"$ref": "#/definitions/esri.rest-api.Field.Field"
|
|
3959
|
-
},
|
|
3960
|
-
"type": "array"
|
|
4317
|
+
"angle": {
|
|
4318
|
+
"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.",
|
|
4319
|
+
"type": "number"
|
|
3961
4320
|
},
|
|
3962
4321
|
"type": {
|
|
3963
|
-
"description": "
|
|
4322
|
+
"description": "Effect type.",
|
|
3964
4323
|
"enum": [
|
|
3965
|
-
"
|
|
4324
|
+
"hue-rotate"
|
|
3966
4325
|
],
|
|
3967
4326
|
"type": "string"
|
|
3968
4327
|
}
|
|
@@ -3972,22 +4331,18 @@
|
|
|
3972
4331
|
],
|
|
3973
4332
|
"type": "object"
|
|
3974
4333
|
},
|
|
3975
|
-
"esri.rest-api.
|
|
4334
|
+
"esri.rest-api.Effect.InvertEffectFunction": {
|
|
3976
4335
|
"additionalProperties": false,
|
|
3977
|
-
"description": "
|
|
4336
|
+
"description": "An Effect Function for the invert effect.",
|
|
3978
4337
|
"properties": {
|
|
3979
|
-
"
|
|
3980
|
-
"description": "
|
|
3981
|
-
"type": "string"
|
|
3982
|
-
},
|
|
3983
|
-
"mapLayerId": {
|
|
3984
|
-
"description": "The current map layer's ID.",
|
|
4338
|
+
"amount": {
|
|
4339
|
+
"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.",
|
|
3985
4340
|
"type": "number"
|
|
3986
4341
|
},
|
|
3987
4342
|
"type": {
|
|
3988
|
-
"description": "
|
|
4343
|
+
"description": "Effect type.",
|
|
3989
4344
|
"enum": [
|
|
3990
|
-
"
|
|
4345
|
+
"invert"
|
|
3991
4346
|
],
|
|
3992
4347
|
"type": "string"
|
|
3993
4348
|
}
|
|
@@ -3997,44 +4352,39 @@
|
|
|
3997
4352
|
],
|
|
3998
4353
|
"type": "object"
|
|
3999
4354
|
},
|
|
4000
|
-
"esri.rest-api.
|
|
4001
|
-
"
|
|
4002
|
-
|
|
4003
|
-
|
|
4355
|
+
"esri.rest-api.Effect.OpacityEffectFunction": {
|
|
4356
|
+
"additionalProperties": false,
|
|
4357
|
+
"description": "An Effect Function for the opacity effect.",
|
|
4358
|
+
"properties": {
|
|
4359
|
+
"amount": {
|
|
4360
|
+
"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.",
|
|
4361
|
+
"type": "number"
|
|
4004
4362
|
},
|
|
4005
|
-
{
|
|
4006
|
-
"
|
|
4363
|
+
"type": {
|
|
4364
|
+
"description": "Effect type.",
|
|
4365
|
+
"enum": [
|
|
4366
|
+
"opacity"
|
|
4367
|
+
],
|
|
4368
|
+
"type": "string"
|
|
4007
4369
|
}
|
|
4370
|
+
},
|
|
4371
|
+
"required": [
|
|
4372
|
+
"type"
|
|
4008
4373
|
],
|
|
4009
|
-
"
|
|
4374
|
+
"type": "object"
|
|
4010
4375
|
},
|
|
4011
|
-
"esri.rest-api.
|
|
4376
|
+
"esri.rest-api.Effect.SaturateEffectFunction": {
|
|
4012
4377
|
"additionalProperties": false,
|
|
4013
|
-
"description": "
|
|
4378
|
+
"description": "An Effect Function for the saturate effect.",
|
|
4014
4379
|
"properties": {
|
|
4015
|
-
"
|
|
4016
|
-
"description": "
|
|
4017
|
-
"items": {
|
|
4018
|
-
"type": "number"
|
|
4019
|
-
},
|
|
4020
|
-
"type": "array"
|
|
4021
|
-
},
|
|
4022
|
-
"extensionLength": {
|
|
4023
|
-
"description": "A size in points by which to extend edges beyond their original end points.",
|
|
4024
|
-
"type": "number"
|
|
4025
|
-
},
|
|
4026
|
-
"size": {
|
|
4027
|
-
"description": "Edge size in points, positive only.",
|
|
4028
|
-
"type": "number"
|
|
4029
|
-
},
|
|
4030
|
-
"transparency": {
|
|
4031
|
-
"description": "The value has to lie between 100 (full transparency) and 0 (full opacity).",
|
|
4380
|
+
"amount": {
|
|
4381
|
+
"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.",
|
|
4032
4382
|
"type": "number"
|
|
4033
4383
|
},
|
|
4034
4384
|
"type": {
|
|
4035
|
-
"description": "
|
|
4385
|
+
"description": "Effect type.",
|
|
4036
4386
|
"enum": [
|
|
4037
|
-
"
|
|
4387
|
+
"saturate"
|
|
4038
4388
|
],
|
|
4039
4389
|
"type": "string"
|
|
4040
4390
|
}
|
|
@@ -4044,33 +4394,75 @@
|
|
|
4044
4394
|
],
|
|
4045
4395
|
"type": "object"
|
|
4046
4396
|
},
|
|
4047
|
-
"esri.rest-api.
|
|
4397
|
+
"esri.rest-api.Effect.ScaleDependentEffect": {
|
|
4048
4398
|
"additionalProperties": false,
|
|
4049
|
-
"description": "
|
|
4399
|
+
"description": "An object describing the effect to apply at a scale stop.",
|
|
4050
4400
|
"properties": {
|
|
4051
|
-
"
|
|
4052
|
-
"description": "
|
|
4401
|
+
"scale": {
|
|
4402
|
+
"description": "The scale of the view for the effect to take place.",
|
|
4403
|
+
"type": "number"
|
|
4404
|
+
},
|
|
4405
|
+
"value": {
|
|
4406
|
+
"description": "The effect to be applied at the corresponding scale.",
|
|
4053
4407
|
"items": {
|
|
4054
|
-
"
|
|
4408
|
+
"anyOf": [
|
|
4409
|
+
{
|
|
4410
|
+
"$ref": "#/definitions/esri.rest-api.Effect.HueRotateEffectFunction"
|
|
4411
|
+
},
|
|
4412
|
+
{
|
|
4413
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BlurEffectFunction"
|
|
4414
|
+
},
|
|
4415
|
+
{
|
|
4416
|
+
"$ref": "#/definitions/esri.rest-api.Effect.DropShadowEffectFunction"
|
|
4417
|
+
},
|
|
4418
|
+
{
|
|
4419
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BloomEffectFunction"
|
|
4420
|
+
},
|
|
4421
|
+
{
|
|
4422
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BrightnessEffectFunction"
|
|
4423
|
+
},
|
|
4424
|
+
{
|
|
4425
|
+
"$ref": "#/definitions/esri.rest-api.Effect.ContrastEffectFunction"
|
|
4426
|
+
},
|
|
4427
|
+
{
|
|
4428
|
+
"$ref": "#/definitions/esri.rest-api.Effect.GrayscaleEffectFunction"
|
|
4429
|
+
},
|
|
4430
|
+
{
|
|
4431
|
+
"$ref": "#/definitions/esri.rest-api.Effect.InvertEffectFunction"
|
|
4432
|
+
},
|
|
4433
|
+
{
|
|
4434
|
+
"$ref": "#/definitions/esri.rest-api.Effect.OpacityEffectFunction"
|
|
4435
|
+
},
|
|
4436
|
+
{
|
|
4437
|
+
"$ref": "#/definitions/esri.rest-api.Effect.SaturateEffectFunction"
|
|
4438
|
+
},
|
|
4439
|
+
{
|
|
4440
|
+
"$ref": "#/definitions/esri.rest-api.Effect.SepiaEffectFunction"
|
|
4441
|
+
}
|
|
4442
|
+
],
|
|
4443
|
+
"description": "Effect functions that can be combined to build a layer effect."
|
|
4055
4444
|
},
|
|
4056
4445
|
"type": "array"
|
|
4057
|
-
}
|
|
4058
|
-
|
|
4059
|
-
|
|
4060
|
-
|
|
4061
|
-
|
|
4062
|
-
|
|
4063
|
-
|
|
4064
|
-
|
|
4065
|
-
|
|
4066
|
-
|
|
4067
|
-
|
|
4446
|
+
}
|
|
4447
|
+
},
|
|
4448
|
+
"required": [
|
|
4449
|
+
"scale",
|
|
4450
|
+
"value"
|
|
4451
|
+
],
|
|
4452
|
+
"type": "object"
|
|
4453
|
+
},
|
|
4454
|
+
"esri.rest-api.Effect.SepiaEffectFunction": {
|
|
4455
|
+
"additionalProperties": false,
|
|
4456
|
+
"description": "An Effect Function for the sepia effect.",
|
|
4457
|
+
"properties": {
|
|
4458
|
+
"amount": {
|
|
4459
|
+
"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.",
|
|
4068
4460
|
"type": "number"
|
|
4069
4461
|
},
|
|
4070
4462
|
"type": {
|
|
4071
|
-
"description": "
|
|
4463
|
+
"description": "Effect type.",
|
|
4072
4464
|
"enum": [
|
|
4073
|
-
"
|
|
4465
|
+
"sepia"
|
|
4074
4466
|
],
|
|
4075
4467
|
"type": "string"
|
|
4076
4468
|
}
|
|
@@ -4139,6 +4531,10 @@
|
|
|
4139
4531
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
4140
4532
|
"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."
|
|
4141
4533
|
},
|
|
4534
|
+
"effect": {
|
|
4535
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
4536
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
4537
|
+
},
|
|
4142
4538
|
"id": {
|
|
4143
4539
|
"description": "A unique identifying string for the layer.",
|
|
4144
4540
|
"type": "string"
|
|
@@ -4288,43 +4684,43 @@
|
|
|
4288
4684
|
"symbol": {
|
|
4289
4685
|
"anyOf": [
|
|
4290
4686
|
{
|
|
4291
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4687
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
4292
4688
|
},
|
|
4293
4689
|
{
|
|
4294
4690
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
4295
4691
|
},
|
|
4296
4692
|
{
|
|
4297
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4693
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
4298
4694
|
},
|
|
4299
4695
|
{
|
|
4300
4696
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
4301
4697
|
},
|
|
4302
4698
|
{
|
|
4303
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4699
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
4304
4700
|
},
|
|
4305
4701
|
{
|
|
4306
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4702
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
4307
4703
|
},
|
|
4308
4704
|
{
|
|
4309
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4705
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
4310
4706
|
},
|
|
4311
4707
|
{
|
|
4312
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4708
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
4313
4709
|
},
|
|
4314
4710
|
{
|
|
4315
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4711
|
+
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
4316
4712
|
},
|
|
4317
4713
|
{
|
|
4318
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4714
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
4319
4715
|
},
|
|
4320
4716
|
{
|
|
4321
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4717
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
4322
4718
|
},
|
|
4323
4719
|
{
|
|
4324
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4720
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
4325
4721
|
},
|
|
4326
4722
|
{
|
|
4327
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4723
|
+
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
4328
4724
|
}
|
|
4329
4725
|
],
|
|
4330
4726
|
"description": "Symbol used for drawing the feature."
|
|
@@ -4385,6 +4781,10 @@
|
|
|
4385
4781
|
"description": "Indicates whether to allow a client to ignore popups defined by the service item.",
|
|
4386
4782
|
"type": "boolean"
|
|
4387
4783
|
},
|
|
4784
|
+
"effect": {
|
|
4785
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
4786
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
4787
|
+
},
|
|
4388
4788
|
"featureCollection": {
|
|
4389
4789
|
"$ref": "#/definitions/esri.rest-api.FeatureCollection.FeatureCollection",
|
|
4390
4790
|
"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."
|
|
@@ -5254,6 +5654,10 @@
|
|
|
5254
5654
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
5255
5655
|
"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."
|
|
5256
5656
|
},
|
|
5657
|
+
"effect": {
|
|
5658
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
5659
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
5660
|
+
},
|
|
5257
5661
|
"id": {
|
|
5258
5662
|
"description": "A unique identifying string for the layer.",
|
|
5259
5663
|
"type": "string"
|
|
@@ -5336,19 +5740,19 @@
|
|
|
5336
5740
|
"esri.rest-api.Geometry.Geometry": {
|
|
5337
5741
|
"anyOf": [
|
|
5338
5742
|
{
|
|
5339
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
5743
|
+
"$ref": "#/definitions/esri.rest-api.Point.Point"
|
|
5340
5744
|
},
|
|
5341
5745
|
{
|
|
5342
5746
|
"$ref": "#/definitions/esri.rest-api.Multipoint.Multipoint"
|
|
5343
5747
|
},
|
|
5344
5748
|
{
|
|
5345
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
5749
|
+
"$ref": "#/definitions/esri.rest-api.Polyline.Polyline"
|
|
5346
5750
|
},
|
|
5347
5751
|
{
|
|
5348
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
5752
|
+
"$ref": "#/definitions/esri.rest-api.Polygon.Polygon"
|
|
5349
5753
|
},
|
|
5350
5754
|
{
|
|
5351
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
5755
|
+
"$ref": "#/definitions/esri.rest-api.Extent.Extent"
|
|
5352
5756
|
}
|
|
5353
5757
|
],
|
|
5354
5758
|
"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/}."
|
|
@@ -5361,6 +5765,10 @@
|
|
|
5361
5765
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
5362
5766
|
"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."
|
|
5363
5767
|
},
|
|
5768
|
+
"effect": {
|
|
5769
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
5770
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
5771
|
+
},
|
|
5364
5772
|
"id": {
|
|
5365
5773
|
"description": "A unique identifying string for the layer.",
|
|
5366
5774
|
"type": "string"
|
|
@@ -5605,6 +6013,10 @@
|
|
|
5605
6013
|
"$ref": "#/definitions/esri.rest-api.DefinitionEditor.DefinitionEditor",
|
|
5606
6014
|
"description": "Stores interactive filters."
|
|
5607
6015
|
},
|
|
6016
|
+
"effect": {
|
|
6017
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
6018
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
6019
|
+
},
|
|
5608
6020
|
"format": {
|
|
5609
6021
|
"description": "The output image type.",
|
|
5610
6022
|
"enum": [
|
|
@@ -5755,6 +6167,10 @@
|
|
|
5755
6167
|
"description": "Boolean property indicating whether to ignore popups defined by the service item.",
|
|
5756
6168
|
"type": "boolean"
|
|
5757
6169
|
},
|
|
6170
|
+
"effect": {
|
|
6171
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
6172
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
6173
|
+
},
|
|
5758
6174
|
"id": {
|
|
5759
6175
|
"description": "A unique identifying string for the layer.",
|
|
5760
6176
|
"type": "string"
|
|
@@ -5869,6 +6285,10 @@
|
|
|
5869
6285
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
5870
6286
|
"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."
|
|
5871
6287
|
},
|
|
6288
|
+
"effect": {
|
|
6289
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
6290
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
6291
|
+
},
|
|
5872
6292
|
"id": {
|
|
5873
6293
|
"description": "A unique identifying string for the layer.",
|
|
5874
6294
|
"type": "string"
|
|
@@ -6240,6 +6660,10 @@
|
|
|
6240
6660
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
6241
6661
|
"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."
|
|
6242
6662
|
},
|
|
6663
|
+
"effect": {
|
|
6664
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
6665
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
6666
|
+
},
|
|
6243
6667
|
"id": {
|
|
6244
6668
|
"description": "A unique identifying string for the layer.",
|
|
6245
6669
|
"type": "string"
|
|
@@ -6413,10 +6837,10 @@
|
|
|
6413
6837
|
"symbol": {
|
|
6414
6838
|
"anyOf": [
|
|
6415
6839
|
{
|
|
6416
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
6840
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
6417
6841
|
},
|
|
6418
6842
|
{
|
|
6419
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
6843
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
6420
6844
|
}
|
|
6421
6845
|
],
|
|
6422
6846
|
"description": "The text symbol used to label."
|
|
@@ -6971,6 +7395,10 @@
|
|
|
6971
7395
|
"customParameters": {
|
|
6972
7396
|
"description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
|
|
6973
7397
|
},
|
|
7398
|
+
"effect": {
|
|
7399
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
7400
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
7401
|
+
},
|
|
6974
7402
|
"id": {
|
|
6975
7403
|
"description": "A unique identifying string for the layer.",
|
|
6976
7404
|
"type": "string"
|
|
@@ -7620,6 +8048,10 @@
|
|
|
7620
8048
|
"description": "Indicates whether to allow a client to ignore popups defined by the service item.",
|
|
7621
8049
|
"type": "boolean"
|
|
7622
8050
|
},
|
|
8051
|
+
"effect": {
|
|
8052
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
8053
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
8054
|
+
},
|
|
7623
8055
|
"id": {
|
|
7624
8056
|
"description": "A unique identifying string for the layer.",
|
|
7625
8057
|
"type": "string"
|
|
@@ -8751,6 +9183,10 @@
|
|
|
8751
9183
|
"description": "Indicates whether to allow a client to ignore popups defined by the service item.",
|
|
8752
9184
|
"type": "boolean"
|
|
8753
9185
|
},
|
|
9186
|
+
"effect": {
|
|
9187
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
9188
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
9189
|
+
},
|
|
8754
9190
|
"id": {
|
|
8755
9191
|
"description": "A unique identifying string for the layer.",
|
|
8756
9192
|
"type": "string"
|
|
@@ -9007,43 +9443,43 @@
|
|
|
9007
9443
|
"symbol": {
|
|
9008
9444
|
"anyOf": [
|
|
9009
9445
|
{
|
|
9010
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9446
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
9011
9447
|
},
|
|
9012
9448
|
{
|
|
9013
9449
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
9014
9450
|
},
|
|
9015
9451
|
{
|
|
9016
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9452
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
9017
9453
|
},
|
|
9018
9454
|
{
|
|
9019
9455
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
9020
9456
|
},
|
|
9021
9457
|
{
|
|
9022
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9458
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
9023
9459
|
},
|
|
9024
9460
|
{
|
|
9025
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9461
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
9026
9462
|
},
|
|
9027
9463
|
{
|
|
9028
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9464
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
9029
9465
|
},
|
|
9030
9466
|
{
|
|
9031
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9467
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
9032
9468
|
},
|
|
9033
9469
|
{
|
|
9034
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9470
|
+
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
9035
9471
|
},
|
|
9036
9472
|
{
|
|
9037
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9473
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
9038
9474
|
},
|
|
9039
9475
|
{
|
|
9040
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9476
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
9041
9477
|
},
|
|
9042
9478
|
{
|
|
9043
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9479
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
9044
9480
|
},
|
|
9045
9481
|
{
|
|
9046
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9482
|
+
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
9047
9483
|
}
|
|
9048
9484
|
],
|
|
9049
9485
|
"description": "An object that represents how all features will be drawn."
|
|
@@ -9120,6 +9556,10 @@
|
|
|
9120
9556
|
"description": "Indicates whether to allow a client to ignore popups defined by the service item.",
|
|
9121
9557
|
"type": "boolean"
|
|
9122
9558
|
},
|
|
9559
|
+
"effect": {
|
|
9560
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
9561
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
9562
|
+
},
|
|
9123
9563
|
"featureCollection": {
|
|
9124
9564
|
"$ref": "#/definitions/esri.rest-api.FeatureCollection.FeatureCollection",
|
|
9125
9565
|
"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."
|
|
@@ -9258,6 +9698,99 @@
|
|
|
9258
9698
|
],
|
|
9259
9699
|
"type": "object"
|
|
9260
9700
|
},
|
|
9701
|
+
"esri.rest-api.SubtypeGroupLayer.SubtypeGroupLayer": {
|
|
9702
|
+
"additionalProperties": false,
|
|
9703
|
+
"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/}.",
|
|
9704
|
+
"properties": {
|
|
9705
|
+
"blendMode": {
|
|
9706
|
+
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
9707
|
+
"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."
|
|
9708
|
+
},
|
|
9709
|
+
"customParameters": {
|
|
9710
|
+
"description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
|
|
9711
|
+
},
|
|
9712
|
+
"effect": {
|
|
9713
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
9714
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
9715
|
+
},
|
|
9716
|
+
"id": {
|
|
9717
|
+
"description": "A unique identifying string for the layer.",
|
|
9718
|
+
"type": "string"
|
|
9719
|
+
},
|
|
9720
|
+
"layerDefinition": {
|
|
9721
|
+
"$ref": "#/definitions/esri.rest-api.LayerDefinition.LayerDefinition",
|
|
9722
|
+
"description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
|
|
9723
|
+
},
|
|
9724
|
+
"layerType": {
|
|
9725
|
+
"description": "String indicating the layer type. Value of this property must be SubtypeGroupLayer.",
|
|
9726
|
+
"enum": [
|
|
9727
|
+
"ArcGISSubtypeGroupLayer"
|
|
9728
|
+
],
|
|
9729
|
+
"type": "string"
|
|
9730
|
+
},
|
|
9731
|
+
"layers": {
|
|
9732
|
+
"description": "An array of feature layers, each describing the properties for a subtype in the feature service layer.",
|
|
9733
|
+
"items": {
|
|
9734
|
+
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayer"
|
|
9735
|
+
},
|
|
9736
|
+
"type": "array"
|
|
9737
|
+
},
|
|
9738
|
+
"listMode": {
|
|
9739
|
+
"$ref": "esri.ListMode",
|
|
9740
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
9741
|
+
},
|
|
9742
|
+
"maxScale": {
|
|
9743
|
+
"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.",
|
|
9744
|
+
"type": "number"
|
|
9745
|
+
},
|
|
9746
|
+
"minScale": {
|
|
9747
|
+
"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.",
|
|
9748
|
+
"type": "number"
|
|
9749
|
+
},
|
|
9750
|
+
"opacity": {
|
|
9751
|
+
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
9752
|
+
"type": "number"
|
|
9753
|
+
},
|
|
9754
|
+
"refreshInterval": {
|
|
9755
|
+
"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}.",
|
|
9756
|
+
"type": "number"
|
|
9757
|
+
},
|
|
9758
|
+
"showLegend": {
|
|
9759
|
+
"description": "Indicates whether to allow map authors the ability to control what layers should be shown in a client's legend.",
|
|
9760
|
+
"type": "boolean"
|
|
9761
|
+
},
|
|
9762
|
+
"title": {
|
|
9763
|
+
"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.",
|
|
9764
|
+
"type": "string"
|
|
9765
|
+
},
|
|
9766
|
+
"type": {
|
|
9767
|
+
"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}.",
|
|
9768
|
+
"enum": [
|
|
9769
|
+
"BingMapsAerial",
|
|
9770
|
+
"BingMapsHybrid",
|
|
9771
|
+
"BingMapsRoad",
|
|
9772
|
+
"CSV",
|
|
9773
|
+
"KML",
|
|
9774
|
+
"OpenStreetMap",
|
|
9775
|
+
"WMS",
|
|
9776
|
+
"WebTiledLayer"
|
|
9777
|
+
],
|
|
9778
|
+
"type": "string"
|
|
9779
|
+
},
|
|
9780
|
+
"url": {
|
|
9781
|
+
"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.",
|
|
9782
|
+
"type": "string"
|
|
9783
|
+
},
|
|
9784
|
+
"visibility": {
|
|
9785
|
+
"description": "Determines whether the layer is initially visible in the web map.",
|
|
9786
|
+
"type": "boolean"
|
|
9787
|
+
}
|
|
9788
|
+
},
|
|
9789
|
+
"required": [
|
|
9790
|
+
"layerType"
|
|
9791
|
+
],
|
|
9792
|
+
"type": "object"
|
|
9793
|
+
},
|
|
9261
9794
|
"esri.rest-api.Symbol.Color": {
|
|
9262
9795
|
"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/}.",
|
|
9263
9796
|
"items": {
|
|
@@ -9324,25 +9857,25 @@
|
|
|
9324
9857
|
"esri.rest-api.Symbol.Symbol": {
|
|
9325
9858
|
"anyOf": [
|
|
9326
9859
|
{
|
|
9327
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9860
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
9328
9861
|
},
|
|
9329
9862
|
{
|
|
9330
9863
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
9331
9864
|
},
|
|
9332
9865
|
{
|
|
9333
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9866
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
9334
9867
|
},
|
|
9335
9868
|
{
|
|
9336
9869
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
9337
9870
|
},
|
|
9338
9871
|
{
|
|
9339
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9872
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
9340
9873
|
},
|
|
9341
9874
|
{
|
|
9342
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9875
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
9343
9876
|
},
|
|
9344
9877
|
{
|
|
9345
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9878
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
9346
9879
|
}
|
|
9347
9880
|
],
|
|
9348
9881
|
"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/}."
|
|
@@ -9453,19 +9986,19 @@
|
|
|
9453
9986
|
"esri.rest-api.Symbol3D.Symbol3D": {
|
|
9454
9987
|
"anyOf": [
|
|
9455
9988
|
{
|
|
9456
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9989
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
9457
9990
|
},
|
|
9458
9991
|
{
|
|
9459
9992
|
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
9460
9993
|
},
|
|
9461
9994
|
{
|
|
9462
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9995
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
9463
9996
|
},
|
|
9464
9997
|
{
|
|
9465
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9998
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
9466
9999
|
},
|
|
9467
10000
|
{
|
|
9468
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10001
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
9469
10002
|
},
|
|
9470
10003
|
{
|
|
9471
10004
|
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
@@ -9760,6 +10293,10 @@
|
|
|
9760
10293
|
"customParameters": {
|
|
9761
10294
|
"description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
|
|
9762
10295
|
},
|
|
10296
|
+
"effect": {
|
|
10297
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
10298
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
10299
|
+
},
|
|
9763
10300
|
"id": {
|
|
9764
10301
|
"description": "A unique identifying string for the layer.",
|
|
9765
10302
|
"type": "string"
|
|
@@ -9854,6 +10391,10 @@
|
|
|
9854
10391
|
},
|
|
9855
10392
|
"type": "array"
|
|
9856
10393
|
},
|
|
10394
|
+
"effect": {
|
|
10395
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
10396
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
10397
|
+
},
|
|
9857
10398
|
"exclusionAreas": {
|
|
9858
10399
|
"$ref": "__type",
|
|
9859
10400
|
"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/}."
|
|
@@ -10046,43 +10587,43 @@
|
|
|
10046
10587
|
"symbol": {
|
|
10047
10588
|
"anyOf": [
|
|
10048
10589
|
{
|
|
10049
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10590
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
10050
10591
|
},
|
|
10051
10592
|
{
|
|
10052
10593
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
10053
10594
|
},
|
|
10054
10595
|
{
|
|
10055
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10596
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
10056
10597
|
},
|
|
10057
10598
|
{
|
|
10058
10599
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
10059
10600
|
},
|
|
10060
10601
|
{
|
|
10061
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10602
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
10062
10603
|
},
|
|
10063
10604
|
{
|
|
10064
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10605
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
10065
10606
|
},
|
|
10066
10607
|
{
|
|
10067
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10608
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
10068
10609
|
},
|
|
10069
10610
|
{
|
|
10070
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10611
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
10071
10612
|
},
|
|
10072
10613
|
{
|
|
10073
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10614
|
+
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
10074
10615
|
},
|
|
10075
10616
|
{
|
|
10076
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10617
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
10077
10618
|
},
|
|
10078
10619
|
{
|
|
10079
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10620
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
10080
10621
|
},
|
|
10081
10622
|
{
|
|
10082
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10623
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
10083
10624
|
},
|
|
10084
10625
|
{
|
|
10085
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10626
|
+
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
10086
10627
|
}
|
|
10087
10628
|
],
|
|
10088
10629
|
"description": "An object used to display the value."
|
|
@@ -10117,43 +10658,43 @@
|
|
|
10117
10658
|
"defaultSymbol": {
|
|
10118
10659
|
"anyOf": [
|
|
10119
10660
|
{
|
|
10120
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10661
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
10121
10662
|
},
|
|
10122
10663
|
{
|
|
10123
10664
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
10124
10665
|
},
|
|
10125
10666
|
{
|
|
10126
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10667
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
10127
10668
|
},
|
|
10128
10669
|
{
|
|
10129
10670
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
10130
10671
|
},
|
|
10131
10672
|
{
|
|
10132
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10673
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
10133
10674
|
},
|
|
10134
10675
|
{
|
|
10135
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10676
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
10136
10677
|
},
|
|
10137
10678
|
{
|
|
10138
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10679
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
10139
10680
|
},
|
|
10140
10681
|
{
|
|
10141
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10682
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
10142
10683
|
},
|
|
10143
10684
|
{
|
|
10144
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10685
|
+
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
10145
10686
|
},
|
|
10146
10687
|
{
|
|
10147
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10688
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
10148
10689
|
},
|
|
10149
10690
|
{
|
|
10150
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10691
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
10151
10692
|
},
|
|
10152
10693
|
{
|
|
10153
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10694
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
10154
10695
|
},
|
|
10155
10696
|
{
|
|
10156
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10697
|
+
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
10157
10698
|
}
|
|
10158
10699
|
],
|
|
10159
10700
|
"description": "Symbol used when a value cannot be matched."
|
|
@@ -10348,6 +10889,10 @@
|
|
|
10348
10889
|
"customParameters": {
|
|
10349
10890
|
"description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
|
|
10350
10891
|
},
|
|
10892
|
+
"effect": {
|
|
10893
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
10894
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
10895
|
+
},
|
|
10351
10896
|
"id": {
|
|
10352
10897
|
"description": "A unique identifying string for the layer.",
|
|
10353
10898
|
"type": "string"
|
|
@@ -10843,6 +11388,10 @@
|
|
|
10843
11388
|
"customParameters": {
|
|
10844
11389
|
"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."
|
|
10845
11390
|
},
|
|
11391
|
+
"effect": {
|
|
11392
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
11393
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
11394
|
+
},
|
|
10846
11395
|
"extent": {
|
|
10847
11396
|
"description": "The rectangular map extent that should be requested from the service.",
|
|
10848
11397
|
"items": {
|
|
@@ -11045,6 +11594,10 @@
|
|
|
11045
11594
|
"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.",
|
|
11046
11595
|
"type": "string"
|
|
11047
11596
|
},
|
|
11597
|
+
"effect": {
|
|
11598
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
11599
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
11600
|
+
},
|
|
11048
11601
|
"fullExtent": {
|
|
11049
11602
|
"$ref": "#/definitions/esri.rest-api.Extent.Extent",
|
|
11050
11603
|
"description": "An extent object representing the full extent envelope for the layer."
|
|
@@ -11223,15 +11776,15 @@
|
|
|
11223
11776
|
{
|
|
11224
11777
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
11225
11778
|
},
|
|
11226
|
-
{
|
|
11227
|
-
"$ref": "#/definitions/HasMaps"
|
|
11228
|
-
},
|
|
11229
11779
|
{
|
|
11230
11780
|
"items": {
|
|
11231
11781
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
11232
11782
|
},
|
|
11233
11783
|
"type": "array"
|
|
11234
11784
|
},
|
|
11785
|
+
{
|
|
11786
|
+
"$ref": "#/definitions/HasMaps"
|
|
11787
|
+
},
|
|
11235
11788
|
{
|
|
11236
11789
|
"type": "null"
|
|
11237
11790
|
}
|
|
@@ -11311,15 +11864,15 @@
|
|
|
11311
11864
|
{
|
|
11312
11865
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
11313
11866
|
},
|
|
11314
|
-
{
|
|
11315
|
-
"$ref": "#/definitions/HasMaps"
|
|
11316
|
-
},
|
|
11317
11867
|
{
|
|
11318
11868
|
"items": {
|
|
11319
11869
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
11320
11870
|
},
|
|
11321
11871
|
"type": "array"
|
|
11322
11872
|
},
|
|
11873
|
+
{
|
|
11874
|
+
"$ref": "#/definitions/HasMaps"
|
|
11875
|
+
},
|
|
11323
11876
|
{
|
|
11324
11877
|
"type": "null"
|
|
11325
11878
|
}
|
|
@@ -11330,15 +11883,15 @@
|
|
|
11330
11883
|
{
|
|
11331
11884
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
11332
11885
|
},
|
|
11333
|
-
{
|
|
11334
|
-
"$ref": "#/definitions/HasMaps"
|
|
11335
|
-
},
|
|
11336
11886
|
{
|
|
11337
11887
|
"items": {
|
|
11338
11888
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
11339
11889
|
},
|
|
11340
11890
|
"type": "array"
|
|
11341
11891
|
},
|
|
11892
|
+
{
|
|
11893
|
+
"$ref": "#/definitions/HasMaps"
|
|
11894
|
+
},
|
|
11342
11895
|
{
|
|
11343
11896
|
"type": "null"
|
|
11344
11897
|
}
|
|
@@ -11380,16 +11933,16 @@
|
|
|
11380
11933
|
"map.add-markup:input": {
|
|
11381
11934
|
"anyOf": [
|
|
11382
11935
|
{
|
|
11383
|
-
"$ref": "#/definitions/
|
|
11936
|
+
"$ref": "#/definitions/CreateGraphicsResult"
|
|
11384
11937
|
},
|
|
11385
11938
|
{
|
|
11386
|
-
"$ref": "#/definitions/esri.
|
|
11939
|
+
"$ref": "#/definitions/esri.Graphic"
|
|
11387
11940
|
},
|
|
11388
11941
|
{
|
|
11389
11942
|
"$ref": "#/definitions/esri.rest-api.Feature.Feature"
|
|
11390
11943
|
},
|
|
11391
11944
|
{
|
|
11392
|
-
"$ref": "#/definitions/
|
|
11945
|
+
"$ref": "#/definitions/esri.FeatureSet"
|
|
11393
11946
|
},
|
|
11394
11947
|
{
|
|
11395
11948
|
"items": {
|
|
@@ -11420,15 +11973,15 @@
|
|
|
11420
11973
|
{
|
|
11421
11974
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
11422
11975
|
},
|
|
11423
|
-
{
|
|
11424
|
-
"$ref": "#/definitions/HasMaps"
|
|
11425
|
-
},
|
|
11426
11976
|
{
|
|
11427
11977
|
"items": {
|
|
11428
11978
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
11429
11979
|
},
|
|
11430
11980
|
"type": "array"
|
|
11431
11981
|
},
|
|
11982
|
+
{
|
|
11983
|
+
"$ref": "#/definitions/HasMaps"
|
|
11984
|
+
},
|
|
11432
11985
|
{
|
|
11433
11986
|
"type": "null"
|
|
11434
11987
|
}
|
|
@@ -11445,15 +11998,15 @@
|
|
|
11445
11998
|
{
|
|
11446
11999
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
11447
12000
|
},
|
|
11448
|
-
{
|
|
11449
|
-
"$ref": "#/definitions/HasMaps"
|
|
11450
|
-
},
|
|
11451
12001
|
{
|
|
11452
12002
|
"items": {
|
|
11453
12003
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
11454
12004
|
},
|
|
11455
12005
|
"type": "array"
|
|
11456
12006
|
},
|
|
12007
|
+
{
|
|
12008
|
+
"$ref": "#/definitions/HasMaps"
|
|
12009
|
+
},
|
|
11457
12010
|
{
|
|
11458
12011
|
"type": "null"
|
|
11459
12012
|
}
|
|
@@ -11509,15 +12062,15 @@
|
|
|
11509
12062
|
{
|
|
11510
12063
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
11511
12064
|
},
|
|
11512
|
-
{
|
|
11513
|
-
"$ref": "#/definitions/HasMaps"
|
|
11514
|
-
},
|
|
11515
12065
|
{
|
|
11516
12066
|
"items": {
|
|
11517
12067
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
11518
12068
|
},
|
|
11519
12069
|
"type": "array"
|
|
11520
12070
|
},
|
|
12071
|
+
{
|
|
12072
|
+
"$ref": "#/definitions/HasMaps"
|
|
12073
|
+
},
|
|
11521
12074
|
{
|
|
11522
12075
|
"type": "null"
|
|
11523
12076
|
}
|
|
@@ -11532,13 +12085,13 @@
|
|
|
11532
12085
|
"map.zoom-to-viewpoint:input": {
|
|
11533
12086
|
"anyOf": [
|
|
11534
12087
|
{
|
|
11535
|
-
"$ref": "
|
|
12088
|
+
"$ref": "@vertigis.arcgis-extensions.mapping.Bookmark.BookmarkProperties"
|
|
11536
12089
|
},
|
|
11537
12090
|
{
|
|
11538
|
-
"$ref": "#/definitions/esri.
|
|
12091
|
+
"$ref": "#/definitions/esri.Viewpoint"
|
|
11539
12092
|
},
|
|
11540
12093
|
{
|
|
11541
|
-
"$ref": "
|
|
12094
|
+
"$ref": "#/definitions/esri.rest-api.Viewpoint.Viewpoint"
|
|
11542
12095
|
},
|
|
11543
12096
|
{
|
|
11544
12097
|
"$ref": "@vertigis.arcgis-extensions.mapping.Bookmark.Bookmark"
|
|
@@ -11599,26 +12152,26 @@
|
|
|
11599
12152
|
},
|
|
11600
12153
|
"results.display-details:input": {
|
|
11601
12154
|
"anyOf": [
|
|
11602
|
-
{
|
|
11603
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
11604
|
-
},
|
|
11605
12155
|
{
|
|
11606
12156
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
11607
12157
|
},
|
|
11608
12158
|
{
|
|
11609
|
-
"$ref": "@vertigis.arcgis-extensions.data.
|
|
12159
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
11610
12160
|
},
|
|
11611
12161
|
{
|
|
11612
12162
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
11613
12163
|
},
|
|
12164
|
+
{
|
|
12165
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
12166
|
+
},
|
|
11614
12167
|
{
|
|
11615
12168
|
"items": {
|
|
11616
12169
|
"anyOf": [
|
|
11617
12170
|
{
|
|
11618
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
12171
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
11619
12172
|
},
|
|
11620
12173
|
{
|
|
11621
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
12174
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
11622
12175
|
}
|
|
11623
12176
|
]
|
|
11624
12177
|
},
|
|
@@ -11640,26 +12193,26 @@
|
|
|
11640
12193
|
},
|
|
11641
12194
|
"results.display-new-details:input": {
|
|
11642
12195
|
"anyOf": [
|
|
11643
|
-
{
|
|
11644
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
11645
|
-
},
|
|
11646
12196
|
{
|
|
11647
12197
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
11648
12198
|
},
|
|
11649
12199
|
{
|
|
11650
|
-
"$ref": "@vertigis.arcgis-extensions.data.
|
|
12200
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
11651
12201
|
},
|
|
11652
12202
|
{
|
|
11653
12203
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
11654
12204
|
},
|
|
12205
|
+
{
|
|
12206
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
12207
|
+
},
|
|
11655
12208
|
{
|
|
11656
12209
|
"items": {
|
|
11657
12210
|
"anyOf": [
|
|
11658
12211
|
{
|
|
11659
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
12212
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
11660
12213
|
},
|
|
11661
12214
|
{
|
|
11662
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
12215
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
11663
12216
|
}
|
|
11664
12217
|
]
|
|
11665
12218
|
},
|
|
@@ -11675,26 +12228,26 @@
|
|
|
11675
12228
|
},
|
|
11676
12229
|
"results.display:input": {
|
|
11677
12230
|
"anyOf": [
|
|
11678
|
-
{
|
|
11679
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
11680
|
-
},
|
|
11681
12231
|
{
|
|
11682
12232
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
11683
12233
|
},
|
|
11684
12234
|
{
|
|
11685
|
-
"$ref": "@vertigis.arcgis-extensions.data.
|
|
12235
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
11686
12236
|
},
|
|
11687
12237
|
{
|
|
11688
12238
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
11689
12239
|
},
|
|
12240
|
+
{
|
|
12241
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
12242
|
+
},
|
|
11690
12243
|
{
|
|
11691
12244
|
"items": {
|
|
11692
12245
|
"anyOf": [
|
|
11693
12246
|
{
|
|
11694
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
12247
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
11695
12248
|
},
|
|
11696
12249
|
{
|
|
11697
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
12250
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
11698
12251
|
}
|
|
11699
12252
|
]
|
|
11700
12253
|
},
|
|
@@ -11875,6 +12428,15 @@
|
|
|
11875
12428
|
"sketching.undo:input": {
|
|
11876
12429
|
"$ref": "#/definitions/HasMaps"
|
|
11877
12430
|
},
|
|
12431
|
+
"studio-analytics.track-custom-event": {
|
|
12432
|
+
"description": "Sends a custom event to VertiGIS Studio Analytics. If the app is not configured to use Analytics, then nothing will happen.",
|
|
12433
|
+
"enum": [
|
|
12434
|
+
"studio-analytics.track-custom-event"
|
|
12435
|
+
]
|
|
12436
|
+
},
|
|
12437
|
+
"studio-analytics.track-custom-event:input": {
|
|
12438
|
+
"$ref": "#/definitions/TrackCustomEventArgs"
|
|
12439
|
+
},
|
|
11878
12440
|
"system.open-url": {
|
|
11879
12441
|
"description": "Opens a URL, either in the system browser or whatever app is appropriate for the scheme of the URL. If {@link Features } are included as context, then the URL may contain substitution tokens in the format {FIELD_NAME} where FIELD_NAME is the name of a field in the first feature in the context. In this case, the {FIELD_NAME} is substituted with value of the FIELD_NAME field from the feature feature in the {@link Features }, e.g. https://www.google.com/search?q={NAME}, where the value of the NAME field in the first feature from the context is 'Jasper National Park' would produce the result https://www.google.com/search?q=Jasper National Park. Zero to many substitution tokens may be included. If maps are included as context, {@link LocationToken} can be used to access properties on the first map's view. In Web, if both layers and maps are included as context, then {@link LayerToken} can be used to access properties on the first layer.",
|
|
11880
12442
|
"enum": [
|
|
@@ -12772,6 +13334,22 @@
|
|
|
12772
13334
|
],
|
|
12773
13335
|
"type": "object"
|
|
12774
13336
|
},
|
|
13337
|
+
{
|
|
13338
|
+
"additionalProperties": false,
|
|
13339
|
+
"properties": {
|
|
13340
|
+
"arguments": {
|
|
13341
|
+
"$ref": "#/definitions/studio-analytics.track-custom-event:input"
|
|
13342
|
+
},
|
|
13343
|
+
"name": {
|
|
13344
|
+
"$ref": "#/definitions/studio-analytics.track-custom-event"
|
|
13345
|
+
}
|
|
13346
|
+
},
|
|
13347
|
+
"required": [
|
|
13348
|
+
"name",
|
|
13349
|
+
"arguments"
|
|
13350
|
+
],
|
|
13351
|
+
"type": "object"
|
|
13352
|
+
},
|
|
12775
13353
|
{
|
|
12776
13354
|
"additionalProperties": false,
|
|
12777
13355
|
"properties": {
|
|
@@ -13050,6 +13628,9 @@
|
|
|
13050
13628
|
{
|
|
13051
13629
|
"$ref": "#/definitions/sketching.undo"
|
|
13052
13630
|
},
|
|
13631
|
+
{
|
|
13632
|
+
"$ref": "#/definitions/studio-analytics.track-custom-event"
|
|
13633
|
+
},
|
|
13053
13634
|
{
|
|
13054
13635
|
"$ref": "#/definitions/system.open-url"
|
|
13055
13636
|
},
|