@vertigis/viewer-spec 59.25.0 → 59.27.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/messaging/common.d.ts +15 -1
- package/messaging/registry/Operations.d.ts +2 -0
- package/messaging/registry/Operations.js +1 -1
- package/messaging/registry/drawing.d.ts +2 -2
- package/messaging/registry/layers.d.ts +2 -2
- package/messaging/registry/printing.d.ts +32 -3
- package/messaging/registry/printing.js +1 -1
- package/messaging/schema/web-action.schema.json +1476 -89
- package/messaging/schema/web-event.schema.json +2 -2
- package/package.json +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -1254,6 +1254,96 @@
|
|
|
1254
1254
|
],
|
|
1255
1255
|
"type": "object"
|
|
1256
1256
|
},
|
|
1257
|
+
"AdditionalExportWebMap": {
|
|
1258
|
+
"additionalProperties": false,
|
|
1259
|
+
"description": "Represents an additional export web map.",
|
|
1260
|
+
"properties": {
|
|
1261
|
+
"Map_As_JSON": {
|
|
1262
|
+
"$ref": "#/definitions/ExportWebMap",
|
|
1263
|
+
"description": "The export web map properties."
|
|
1264
|
+
},
|
|
1265
|
+
"name": {
|
|
1266
|
+
"description": "Name of the additional map frame in the layout. Well-known additional map frame names are 'OVERVIEW' for the overview map and 'WEBMAP_MAP_FRAME_PAGE_OVERVIEW' for the overview page map. For a custom additional web frame name use the map frame name as defined in the layout. For fetching the available map frames for layouts or layout packages use the 'Get Layout Template Info Task'.",
|
|
1267
|
+
"type": "string"
|
|
1268
|
+
}
|
|
1269
|
+
},
|
|
1270
|
+
"required": [
|
|
1271
|
+
"Map_As_JSON",
|
|
1272
|
+
"name"
|
|
1273
|
+
],
|
|
1274
|
+
"type": "object"
|
|
1275
|
+
},
|
|
1276
|
+
"AdditionalSettings": {
|
|
1277
|
+
"additionalProperties": false,
|
|
1278
|
+
"description": "Represents the additional settings.",
|
|
1279
|
+
"properties": {
|
|
1280
|
+
"attributeTables": {
|
|
1281
|
+
"description": "Attribute tables settings.",
|
|
1282
|
+
"items": {
|
|
1283
|
+
"$ref": "#/definitions/AttributeTable"
|
|
1284
|
+
},
|
|
1285
|
+
"type": "array"
|
|
1286
|
+
},
|
|
1287
|
+
"authentication": {
|
|
1288
|
+
"$ref": "#/definitions/PortalAuthentication",
|
|
1289
|
+
"description": "Authentication for layout or layout package portal item access."
|
|
1290
|
+
},
|
|
1291
|
+
"dynamicElements": {
|
|
1292
|
+
"description": "Dynamic elements additionally to the dynamic text elements in the ExportWebMap:LayoutOptions:customTextElement. These elements take precedence over the elements in ExportWebMap:LayoutOptions:customTextElement, if they have the same type and name.",
|
|
1293
|
+
"items": {
|
|
1294
|
+
"$ref": "#/definitions/DynamicElement"
|
|
1295
|
+
},
|
|
1296
|
+
"type": "array"
|
|
1297
|
+
},
|
|
1298
|
+
"geoTransforms": {
|
|
1299
|
+
"description": "Geo transformations for prints with layout or layout packages. Geo transformations used for maps to avoid spatial displacement between operational layers and basemap layers if they have incompatible underlying geographic coordinate systems. These geo transformations are added to all maps in the request. They are ignored if no geo transformation is necessary. Also see: https://developers.arcgis.com/rest/services-reference/enterprise/pdf/gtf_pdf_11.1.pdf.",
|
|
1300
|
+
"items": {
|
|
1301
|
+
"$ref": "#/definitions/GeoTransformation"
|
|
1302
|
+
},
|
|
1303
|
+
"type": "array"
|
|
1304
|
+
},
|
|
1305
|
+
"pageCover": {
|
|
1306
|
+
"$ref": "PageCover",
|
|
1307
|
+
"description": "Cover page settings for prints with layout packages."
|
|
1308
|
+
},
|
|
1309
|
+
"pageLegend": {
|
|
1310
|
+
"$ref": "PageLegend",
|
|
1311
|
+
"description": "Legend page settings for prints with layout packages."
|
|
1312
|
+
},
|
|
1313
|
+
"pageOverview": {
|
|
1314
|
+
"$ref": "PageOverview",
|
|
1315
|
+
"description": "Overview page settings for prints with layout packages."
|
|
1316
|
+
},
|
|
1317
|
+
"pages": {
|
|
1318
|
+
"description": "Default series pages settings for prints with layout or layout packages. Mandatory for unprojected or projected spatial series pages prints.",
|
|
1319
|
+
"items": {
|
|
1320
|
+
"$ref": "Page"
|
|
1321
|
+
},
|
|
1322
|
+
"type": "array"
|
|
1323
|
+
},
|
|
1324
|
+
"rangeSeries": {
|
|
1325
|
+
"$ref": "#/definitions/RangeSeries",
|
|
1326
|
+
"description": "Series range settings for range/z-aware layers."
|
|
1327
|
+
},
|
|
1328
|
+
"seamless": {
|
|
1329
|
+
"$ref": "PageSeamless",
|
|
1330
|
+
"description": "Default seamless page settings for prints with layout or layout packages. Mandatory for a seamless page print."
|
|
1331
|
+
},
|
|
1332
|
+
"security": {
|
|
1333
|
+
"$ref": "__type",
|
|
1334
|
+
"description": "Security settings."
|
|
1335
|
+
},
|
|
1336
|
+
"selection": {
|
|
1337
|
+
"$ref": "#/definitions/Selection",
|
|
1338
|
+
"description": "Layer objects selections."
|
|
1339
|
+
},
|
|
1340
|
+
"timeSeries": {
|
|
1341
|
+
"$ref": "#/definitions/TimeSeries",
|
|
1342
|
+
"description": "Series time settings for time-aware layers."
|
|
1343
|
+
}
|
|
1344
|
+
},
|
|
1345
|
+
"type": "object"
|
|
1346
|
+
},
|
|
1257
1347
|
"AddressLike": {
|
|
1258
1348
|
"anyOf": [
|
|
1259
1349
|
{},
|
|
@@ -1430,6 +1520,73 @@
|
|
|
1430
1520
|
],
|
|
1431
1521
|
"type": "string"
|
|
1432
1522
|
},
|
|
1523
|
+
"AttributeTable": {
|
|
1524
|
+
"additionalProperties": false,
|
|
1525
|
+
"description": "Represents the attribute table settings.",
|
|
1526
|
+
"properties": {
|
|
1527
|
+
"fields": {
|
|
1528
|
+
"description": "List of table fields to show in the table.",
|
|
1529
|
+
"items": {
|
|
1530
|
+
"type": "string"
|
|
1531
|
+
},
|
|
1532
|
+
"type": "array"
|
|
1533
|
+
},
|
|
1534
|
+
"layerId": {
|
|
1535
|
+
"description": "ID of the map layer used as data source.",
|
|
1536
|
+
"type": "string"
|
|
1537
|
+
},
|
|
1538
|
+
"mode": {
|
|
1539
|
+
"$ref": "#/definitions/DataSelectionMode",
|
|
1540
|
+
"description": "Data selection mode."
|
|
1541
|
+
},
|
|
1542
|
+
"name": {
|
|
1543
|
+
"description": "Name of attribute table.",
|
|
1544
|
+
"type": "string"
|
|
1545
|
+
}
|
|
1546
|
+
},
|
|
1547
|
+
"required": [
|
|
1548
|
+
"fields",
|
|
1549
|
+
"layerId",
|
|
1550
|
+
"mode",
|
|
1551
|
+
"name"
|
|
1552
|
+
],
|
|
1553
|
+
"type": "object"
|
|
1554
|
+
},
|
|
1555
|
+
"BasemapLayerJson": {
|
|
1556
|
+
"anyOf": [
|
|
1557
|
+
{
|
|
1558
|
+
"$ref": "#/definitions/esri.rest-api.ImageServiceLayerJson.ImageServiceLayerJson"
|
|
1559
|
+
},
|
|
1560
|
+
{
|
|
1561
|
+
"$ref": "#/definitions/esri.rest-api.ImageServiceVectorLayerJson.ImageServiceVectorLayerJson"
|
|
1562
|
+
},
|
|
1563
|
+
{
|
|
1564
|
+
"$ref": "#/definitions/esri.rest-api.MapServiceLayerJson.MapServiceLayerJson"
|
|
1565
|
+
},
|
|
1566
|
+
{
|
|
1567
|
+
"$ref": "#/definitions/esri.rest-api.TiledImageServiceLayerJson.TiledImageServiceLayerJson"
|
|
1568
|
+
},
|
|
1569
|
+
{
|
|
1570
|
+
"$ref": "#/definitions/esri.rest-api.TiledMapServiceLayerJson.TiledMapServiceLayerJson"
|
|
1571
|
+
},
|
|
1572
|
+
{
|
|
1573
|
+
"$ref": "#/definitions/esri.rest-api.VectorTileLayerJson.VectorTileLayerJson"
|
|
1574
|
+
},
|
|
1575
|
+
{
|
|
1576
|
+
"$ref": "#/definitions/esri.rest-api.WebTileLayerJson.WebTileLayerJson"
|
|
1577
|
+
},
|
|
1578
|
+
{
|
|
1579
|
+
"$ref": "#/definitions/esri.rest-api.WMSLayerJson.WMSLayerJson"
|
|
1580
|
+
},
|
|
1581
|
+
{
|
|
1582
|
+
"$ref": "#/definitions/esri.rest-api.BingLayerJson.BingLayerJson"
|
|
1583
|
+
},
|
|
1584
|
+
{
|
|
1585
|
+
"$ref": "#/definitions/esri.rest-api.OpenStreetMapLayerJson.OpenStreetMapLayerJson"
|
|
1586
|
+
}
|
|
1587
|
+
],
|
|
1588
|
+
"description": "A base map layer in a web map/scene."
|
|
1589
|
+
},
|
|
1433
1590
|
"BatchGeocodeArgs": {
|
|
1434
1591
|
"additionalProperties": false,
|
|
1435
1592
|
"description": "Arguments for the \"geocode.batch-geocode\" operation.",
|
|
@@ -2349,6 +2506,16 @@
|
|
|
2349
2506
|
],
|
|
2350
2507
|
"type": "object"
|
|
2351
2508
|
},
|
|
2509
|
+
"DataSelectionMode": {
|
|
2510
|
+
"description": "Represents the table data selection mode.",
|
|
2511
|
+
"enum": [
|
|
2512
|
+
"All",
|
|
2513
|
+
"InExtent",
|
|
2514
|
+
"SelectedAll",
|
|
2515
|
+
"SelectedInExtent"
|
|
2516
|
+
],
|
|
2517
|
+
"type": "string"
|
|
2518
|
+
},
|
|
2352
2519
|
"DataSourceJson": {
|
|
2353
2520
|
"anyOf": [
|
|
2354
2521
|
{
|
|
@@ -2913,6 +3080,38 @@
|
|
|
2913
3080
|
],
|
|
2914
3081
|
"description": "Symbols supported for drawing."
|
|
2915
3082
|
},
|
|
3083
|
+
"DynamicElement": {
|
|
3084
|
+
"additionalProperties": false,
|
|
3085
|
+
"description": "Represents a dynamic element. A dynamic element can be a custom text element (type: string) or a custom image element (type: image).",
|
|
3086
|
+
"properties": {
|
|
3087
|
+
"name": {
|
|
3088
|
+
"description": "Name.",
|
|
3089
|
+
"type": "string"
|
|
3090
|
+
},
|
|
3091
|
+
"type": {
|
|
3092
|
+
"$ref": "#/definitions/DynamicElementType",
|
|
3093
|
+
"description": "Type."
|
|
3094
|
+
},
|
|
3095
|
+
"value": {
|
|
3096
|
+
"description": "Value.",
|
|
3097
|
+
"type": "string"
|
|
3098
|
+
}
|
|
3099
|
+
},
|
|
3100
|
+
"required": [
|
|
3101
|
+
"name",
|
|
3102
|
+
"type",
|
|
3103
|
+
"value"
|
|
3104
|
+
],
|
|
3105
|
+
"type": "object"
|
|
3106
|
+
},
|
|
3107
|
+
"DynamicElementType": {
|
|
3108
|
+
"description": "Represents the dynamic element type.",
|
|
3109
|
+
"enum": [
|
|
3110
|
+
"image",
|
|
3111
|
+
"string"
|
|
3112
|
+
],
|
|
3113
|
+
"type": "string"
|
|
3114
|
+
},
|
|
2916
3115
|
"EdgesJson": {
|
|
2917
3116
|
"anyOf": [
|
|
2918
3117
|
{
|
|
@@ -3294,6 +3493,10 @@
|
|
|
3294
3493
|
"$ref": "MapsLike",
|
|
3295
3494
|
"description": "Map(s) to use for the command/operation."
|
|
3296
3495
|
},
|
|
3496
|
+
"renderer": {
|
|
3497
|
+
"$ref": "#/definitions/RendererLike",
|
|
3498
|
+
"description": "The renderer configuration to use for the command/operation."
|
|
3499
|
+
},
|
|
3297
3500
|
"symbol": {
|
|
3298
3501
|
"$ref": "SymbolLike",
|
|
3299
3502
|
"description": "The symbol to use for the command/operation."
|
|
@@ -3443,6 +3646,17 @@
|
|
|
3443
3646
|
],
|
|
3444
3647
|
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
3445
3648
|
},
|
|
3649
|
+
"ElevationLayerJson": {
|
|
3650
|
+
"anyOf": [
|
|
3651
|
+
{
|
|
3652
|
+
"$ref": "#/definitions/esri.rest-api.RasterDataElevationLayerJson.RasterDataElevationLayerJson"
|
|
3653
|
+
},
|
|
3654
|
+
{
|
|
3655
|
+
"$ref": "#/definitions/esri.rest-api.TiledElevationServiceLayerJson.TiledElevationServiceLayerJson"
|
|
3656
|
+
}
|
|
3657
|
+
],
|
|
3658
|
+
"description": "Elevation layers that can be used in a web scene's ground."
|
|
3659
|
+
},
|
|
3446
3660
|
"EvaluateWorkflowArgs": {
|
|
3447
3661
|
"additionalProperties": false,
|
|
3448
3662
|
"description": "Arguments for the workflow.evaluate command.",
|
|
@@ -3485,6 +3699,57 @@
|
|
|
3485
3699
|
],
|
|
3486
3700
|
"type": "object"
|
|
3487
3701
|
},
|
|
3702
|
+
"ExportOptions": {
|
|
3703
|
+
"additionalProperties": false,
|
|
3704
|
+
"description": "Represents the export options.",
|
|
3705
|
+
"properties": {
|
|
3706
|
+
"dpi": {
|
|
3707
|
+
"description": "The resolution in dots per inch. The default is 96 dpi.",
|
|
3708
|
+
"type": "number"
|
|
3709
|
+
},
|
|
3710
|
+
"outputSize": {
|
|
3711
|
+
"description": "Size of the map in pixels. The size must be defined when an empty string or MAP_ONLY (without quotation marks) is passed in as a value to the layout_template parameter. If layout_template is not specified as MAP_ONLY or an empty string, the map frame with the name WEBMAP_MAP_FRAME of the referenced DEFAULT layout portal item in layout_template print parameter takes precedence over outputSize.",
|
|
3712
|
+
"items": {
|
|
3713
|
+
"type": "number"
|
|
3714
|
+
},
|
|
3715
|
+
"type": "array"
|
|
3716
|
+
}
|
|
3717
|
+
},
|
|
3718
|
+
"type": "object"
|
|
3719
|
+
},
|
|
3720
|
+
"ExportWebMap": {
|
|
3721
|
+
"additionalProperties": false,
|
|
3722
|
+
"description": "Represents the export web map as defined by ESRI in https://enterprise.arcgis.com/en/server/latest/publish-services/windows/exportwebmap-specification.htm.",
|
|
3723
|
+
"properties": {
|
|
3724
|
+
"baseMap": {
|
|
3725
|
+
"$ref": "#/definitions/esri.rest-api.BasemapJson.BasemapJson",
|
|
3726
|
+
"description": "The map contains one baseMap, which has a title, and a baseMapLayers property that contains an ordered list of baseMapLayers. Each baseMapLayer must be in the same spatial reference and tiling scheme. When there is a baseMap, it defines the map's spatial reference."
|
|
3727
|
+
},
|
|
3728
|
+
"exportOptions": {
|
|
3729
|
+
"$ref": "#/definitions/ExportOptions",
|
|
3730
|
+
"description": "This object specifies settings for the output map."
|
|
3731
|
+
},
|
|
3732
|
+
"layoutOptions": {
|
|
3733
|
+
"$ref": "#/definitions/LayoutOptions",
|
|
3734
|
+
"description": "This defines settings for different available page layout elements and is only needed when an available layout template is chosen. Page layout elements include well-known VertiGIS Studios function fields and custom text elements."
|
|
3735
|
+
},
|
|
3736
|
+
"mapOptions": {
|
|
3737
|
+
"$ref": "MapOptions",
|
|
3738
|
+
"description": "The object mapOptions is required and defines map display properties."
|
|
3739
|
+
},
|
|
3740
|
+
"operationalLayers": {
|
|
3741
|
+
"description": "The operationalLayers list contains all the operational layers to be displayed in the map. The order of the array defines the order of the layers in the map. The type of each layer is defined by the URL resource response. If the resource cannot be determined from the URL, the type property defines the type. For example, a WMS layer requires that you specify \"type\": \"wms\". There are some properties common to all types of operational layers, while others are specific to each type of operational layer.\n\nIn case of secured layers, specify the token in a layer definition. A user name and password are not supported as part of the URL.",
|
|
3742
|
+
"items": {
|
|
3743
|
+
"$ref": "#/definitions/esri.rest-api.OperationalLayerJson.OperationalLayerJson"
|
|
3744
|
+
},
|
|
3745
|
+
"type": "array"
|
|
3746
|
+
}
|
|
3747
|
+
},
|
|
3748
|
+
"required": [
|
|
3749
|
+
"mapOptions"
|
|
3750
|
+
],
|
|
3751
|
+
"type": "object"
|
|
3752
|
+
},
|
|
3488
3753
|
"FailureMode": {
|
|
3489
3754
|
"description": "Possible modes of failure when there is an error resolving or initializing an item.",
|
|
3490
3755
|
"enum": [
|
|
@@ -4183,6 +4448,25 @@
|
|
|
4183
4448
|
},
|
|
4184
4449
|
"type": "object"
|
|
4185
4450
|
},
|
|
4451
|
+
"GeoTransformation": {
|
|
4452
|
+
"additionalProperties": false,
|
|
4453
|
+
"description": "Represents the geo transformation in the settings.",
|
|
4454
|
+
"properties": {
|
|
4455
|
+
"name": {
|
|
4456
|
+
"description": "Name.",
|
|
4457
|
+
"type": "string"
|
|
4458
|
+
},
|
|
4459
|
+
"wkid": {
|
|
4460
|
+
"description": "WKID.",
|
|
4461
|
+
"type": "number"
|
|
4462
|
+
}
|
|
4463
|
+
},
|
|
4464
|
+
"required": [
|
|
4465
|
+
"name",
|
|
4466
|
+
"wkid"
|
|
4467
|
+
],
|
|
4468
|
+
"type": "object"
|
|
4469
|
+
},
|
|
4186
4470
|
"GeocodeArgs": {
|
|
4187
4471
|
"additionalProperties": false,
|
|
4188
4472
|
"description": "Arguments for the \"geocode.geocode\" and \"geocode.count\" operations.",
|
|
@@ -5126,6 +5410,22 @@
|
|
|
5126
5410
|
],
|
|
5127
5411
|
"type": "object"
|
|
5128
5412
|
},
|
|
5413
|
+
"IntervalUnits": {
|
|
5414
|
+
"description": "Represents the time interval units.",
|
|
5415
|
+
"enum": [
|
|
5416
|
+
"CENTURIES",
|
|
5417
|
+
"DAYS",
|
|
5418
|
+
"DECADES",
|
|
5419
|
+
"HOURS",
|
|
5420
|
+
"MILLISECONDS",
|
|
5421
|
+
"MINUTES",
|
|
5422
|
+
"MONTHS",
|
|
5423
|
+
"SECONDS",
|
|
5424
|
+
"WEEKS",
|
|
5425
|
+
"YEARS"
|
|
5426
|
+
],
|
|
5427
|
+
"type": "string"
|
|
5428
|
+
},
|
|
5129
5429
|
"ItemConfig": {
|
|
5130
5430
|
"additionalProperties": {},
|
|
5131
5431
|
"description": "An item in an {@link AppConfig}.",
|
|
@@ -5434,6 +5734,38 @@
|
|
|
5434
5734
|
],
|
|
5435
5735
|
"description": "One or more objects that are convertible to layer extensions."
|
|
5436
5736
|
},
|
|
5737
|
+
"LayoutOptions": {
|
|
5738
|
+
"additionalProperties": false,
|
|
5739
|
+
"description": "Represents the layout options.",
|
|
5740
|
+
"properties": {
|
|
5741
|
+
"customTextElements": {
|
|
5742
|
+
"description": "Dynamic text elements as array of name-value pairs. Applies for all layout page types. Sets the values of layout function fields for all layouts containing the specified functions fields. Values must be strings. Function fields of type string and additionally of type image can also be set when using additionalSettings:dynamicElements. Function field values can be applied individually for specific layout page types by using:\n\n- AdditionalSettings:page:dynamicElements.\n- AdditionalSettings:pageCover:dynamicElements.\n- AdditionalSettings:pageOverview:dynamicElements.\n- AdditionalSettings:pageLegend:dynamicElements."
|
|
5743
|
+
},
|
|
5744
|
+
"legendOptions": {
|
|
5745
|
+
"$ref": "#/definitions/LegendOptions",
|
|
5746
|
+
"description": "Specifies properties of a legend element on the layout."
|
|
5747
|
+
}
|
|
5748
|
+
},
|
|
5749
|
+
"type": "object"
|
|
5750
|
+
},
|
|
5751
|
+
"LegendOptions": {
|
|
5752
|
+
"additionalProperties": false,
|
|
5753
|
+
"description": "Represents the legend options.",
|
|
5754
|
+
"properties": {
|
|
5755
|
+
"operationalLayers": {
|
|
5756
|
+
"description": "Specifies the operational layers whose legends will be added to the layout.",
|
|
5757
|
+
"items": {
|
|
5758
|
+
"$ref": "__type"
|
|
5759
|
+
},
|
|
5760
|
+
"type": "array"
|
|
5761
|
+
},
|
|
5762
|
+
"operationalLayersAutoSet": {
|
|
5763
|
+
"description": "Specifies if the legend of all operational layers should be added to the layout. If true, operationalLayers can be undefined. Note: this is no ESRI standard property and only works with VertiGIS Studio Printing Engine.",
|
|
5764
|
+
"type": "boolean"
|
|
5765
|
+
}
|
|
5766
|
+
},
|
|
5767
|
+
"type": "object"
|
|
5768
|
+
},
|
|
5437
5769
|
"LengthMeasurementUnits": {
|
|
5438
5770
|
"description": "The units for length measurements supported by ArcGIS.",
|
|
5439
5771
|
"enum": [
|
|
@@ -5476,6 +5808,32 @@
|
|
|
5476
5808
|
},
|
|
5477
5809
|
"type": "object"
|
|
5478
5810
|
},
|
|
5811
|
+
"MapOptions": {
|
|
5812
|
+
"additionalProperties": false,
|
|
5813
|
+
"description": "Represents the map options.",
|
|
5814
|
+
"properties": {
|
|
5815
|
+
"extent": {
|
|
5816
|
+
"$ref": "#/definitions/PrintExtent",
|
|
5817
|
+
"description": "Defines the extent of the map to be printed. The spatial reference of the extent object is optional; when it is not provided, it is assumed to be in the map's spatial reference. When the aspect ratio of the map extent is different than the size of the map on the output page or the ExportWebMap:ExportOptions:outputSize, you might notice more features on the output map."
|
|
5818
|
+
},
|
|
5819
|
+
"rotation": {
|
|
5820
|
+
"description": "This represents the number of degrees by which the map frame will be rotated, measured counterclockwise from the north. To rotate clockwise, use a negative value.",
|
|
5821
|
+
"type": "number"
|
|
5822
|
+
},
|
|
5823
|
+
"scale": {
|
|
5824
|
+
"description": "The map scale at which you want your map to be exported. When scale is used, it takes precedence over the extent, but the output map is drawn at the requested scale centered on the center of the extent.",
|
|
5825
|
+
"type": "number"
|
|
5826
|
+
},
|
|
5827
|
+
"spatialReference": {
|
|
5828
|
+
"$ref": "#/definitions/PrintSpatialReference",
|
|
5829
|
+
"description": "The spatial reference of the map. The order of preference when spatialReference is missing is as follows:\n\n- ExportWebMap:MapOptions.extent.spatialReference\n- ExportWebMap:BaseMap.baseMapLayers.spatialReference\n- Map template's spatial reference."
|
|
5830
|
+
}
|
|
5831
|
+
},
|
|
5832
|
+
"required": [
|
|
5833
|
+
"extent"
|
|
5834
|
+
],
|
|
5835
|
+
"type": "object"
|
|
5836
|
+
},
|
|
5479
5837
|
"Maps": {
|
|
5480
5838
|
"anyOf": [
|
|
5481
5839
|
{
|
|
@@ -6043,48 +6401,178 @@
|
|
|
6043
6401
|
],
|
|
6044
6402
|
"type": "string"
|
|
6045
6403
|
},
|
|
6046
|
-
"
|
|
6047
|
-
"anyOf": [
|
|
6048
|
-
{
|
|
6049
|
-
"$ref": "#/definitions/esri.rest-api.DrawingInfoJson.PointCloudBitfieldFilterJson"
|
|
6050
|
-
},
|
|
6051
|
-
{
|
|
6052
|
-
"$ref": "#/definitions/esri.rest-api.DrawingInfoJson.PointCloudReturnFilterJson"
|
|
6053
|
-
},
|
|
6054
|
-
{
|
|
6055
|
-
"$ref": "#/definitions/esri.rest-api.DrawingInfoJson.PointCloudValueFilterJson"
|
|
6056
|
-
}
|
|
6057
|
-
],
|
|
6058
|
-
"description": "Filters applied to the pointCloud which will hide a point.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
|
|
6059
|
-
},
|
|
6060
|
-
"PointOffset": {
|
|
6061
|
-
"description": "Specifies if a desired point comes before or after a given reference point.",
|
|
6062
|
-
"enum": [
|
|
6063
|
-
"after",
|
|
6064
|
-
"before"
|
|
6065
|
-
],
|
|
6066
|
-
"type": "string"
|
|
6067
|
-
},
|
|
6068
|
-
"PortalItemData": {
|
|
6404
|
+
"PageCover": {
|
|
6069
6405
|
"additionalProperties": false,
|
|
6070
|
-
"description": "
|
|
6406
|
+
"description": "Represents the cover page settings.",
|
|
6071
6407
|
"properties": {
|
|
6072
|
-
"
|
|
6073
|
-
"description": "
|
|
6074
|
-
|
|
6075
|
-
|
|
6076
|
-
|
|
6077
|
-
"type": "
|
|
6408
|
+
"dynamicElements": {
|
|
6409
|
+
"description": "Dynamic elements of the cover page additionally to the dynamic text elements in exportWebMap:layoutOptions:customTextElement and the dynamic elements in additionalSettings. These elements take precedence over the elements in exportWebMap:layoutOptions:customTextElement and the elements in addtional settings root, if they have the same type and name.",
|
|
6410
|
+
"items": {
|
|
6411
|
+
"$ref": "#/definitions/DynamicElement"
|
|
6412
|
+
},
|
|
6413
|
+
"type": "array"
|
|
6078
6414
|
},
|
|
6079
|
-
"
|
|
6080
|
-
"description": "
|
|
6081
|
-
"type": "
|
|
6415
|
+
"visible": {
|
|
6416
|
+
"description": "Whether the cover page is visible.",
|
|
6417
|
+
"type": "boolean"
|
|
6082
6418
|
}
|
|
6083
6419
|
},
|
|
6084
|
-
"
|
|
6085
|
-
|
|
6086
|
-
|
|
6087
|
-
|
|
6420
|
+
"type": "object"
|
|
6421
|
+
},
|
|
6422
|
+
"PageLegend": {
|
|
6423
|
+
"additionalProperties": false,
|
|
6424
|
+
"description": "Represents the legend page settings.",
|
|
6425
|
+
"properties": {
|
|
6426
|
+
"dynamicElements": {
|
|
6427
|
+
"description": "Dynamic elements of the legend page additionally to the dynamic text elements in exportWebMap:layoutOptions:customTextElement and the dynamic elements in additionalSettings. These elements take precedence over the elements in exportWebMap:layoutOptions:customTextElement and the elements in addtional settings root, if they have the same type and name.",
|
|
6428
|
+
"items": {
|
|
6429
|
+
"$ref": "#/definitions/DynamicElement"
|
|
6430
|
+
},
|
|
6431
|
+
"type": "array"
|
|
6432
|
+
},
|
|
6433
|
+
"itemsAutoVisibility": {
|
|
6434
|
+
"description": "Whether the legend items of visible layers should only be exported if related features are visible in the print extent. If not defined, the value from the layout's default legend item (ArcGIS Pro: 'Only show feature visible in the map extent') is used.",
|
|
6435
|
+
"type": "boolean"
|
|
6436
|
+
},
|
|
6437
|
+
"layerCompositeExport": {
|
|
6438
|
+
"description": "Whether the legend items of dynamic layers, organized in composite layers on root level, should be exported in seperate legend pages. Legend items are seperated if this value is set to 'true'. This might result in additional legend page exports.",
|
|
6439
|
+
"type": "boolean"
|
|
6440
|
+
},
|
|
6441
|
+
"visible": {
|
|
6442
|
+
"description": "Whether the legend page is visible.",
|
|
6443
|
+
"type": "boolean"
|
|
6444
|
+
}
|
|
6445
|
+
},
|
|
6446
|
+
"type": "object"
|
|
6447
|
+
},
|
|
6448
|
+
"PageOverview": {
|
|
6449
|
+
"additionalProperties": false,
|
|
6450
|
+
"description": "Represents the overview page settings.",
|
|
6451
|
+
"properties": {
|
|
6452
|
+
"dynamicElements": {
|
|
6453
|
+
"description": "Dynamic elements of the overview page additionally to the dynamic text elements in exportWebMap:layoutOptions:customTextElement and the dynamic elements in additionalSettings. These elements take precedence over the elements in exportWebMap:layoutOptions:customTextElement and the elements in addtional settings root, if they have the same type and name.",
|
|
6454
|
+
"items": {
|
|
6455
|
+
"$ref": "#/definitions/DynamicElement"
|
|
6456
|
+
},
|
|
6457
|
+
"type": "array"
|
|
6458
|
+
},
|
|
6459
|
+
"pageGraphics": {
|
|
6460
|
+
"$ref": "__type",
|
|
6461
|
+
"description": "Page graphics settings."
|
|
6462
|
+
},
|
|
6463
|
+
"pageGraphicsIndex": {
|
|
6464
|
+
"$ref": "__type",
|
|
6465
|
+
"description": "Page graphics index settings."
|
|
6466
|
+
},
|
|
6467
|
+
"pageGraphicsOverlap": {
|
|
6468
|
+
"$ref": "__type",
|
|
6469
|
+
"description": "Page overlap graphics settings."
|
|
6470
|
+
},
|
|
6471
|
+
"visible": {
|
|
6472
|
+
"description": "Whether the overview page is visible.",
|
|
6473
|
+
"type": "boolean"
|
|
6474
|
+
}
|
|
6475
|
+
},
|
|
6476
|
+
"type": "object"
|
|
6477
|
+
},
|
|
6478
|
+
"PageSeamless": {
|
|
6479
|
+
"additionalProperties": false,
|
|
6480
|
+
"description": "Represents the seamless page settings.",
|
|
6481
|
+
"properties": {
|
|
6482
|
+
"geometry": {
|
|
6483
|
+
"description": "Index line or polygon geometry. An array of geometry points according to the ESRI array specification. Excepted geometries are a polyline with CENTER LEFT and CENTER RIGHT coordinates or a rectangle with BOTTOM LEFT, TOP LEFT, TOP RIGHT, BOTTOM RIGHT coordinates or a complex polygon with arbitrary vertices. A polyline geometry defines the delta, the current template's mapframe width should be updated with. A rectangle or complex polygon geometry defines an arbitrary extent, for the current template's mapframe. For complex polygons the extent is defined by the polygon's bounding box. For complex polygons geometry rotation can not be considered.",
|
|
6484
|
+
"items": {
|
|
6485
|
+
"items": {
|
|
6486
|
+
"type": "number"
|
|
6487
|
+
},
|
|
6488
|
+
"type": "array"
|
|
6489
|
+
},
|
|
6490
|
+
"type": "array"
|
|
6491
|
+
},
|
|
6492
|
+
"scale": {
|
|
6493
|
+
"description": "Page scale.",
|
|
6494
|
+
"type": "number"
|
|
6495
|
+
},
|
|
6496
|
+
"spatialReference": {
|
|
6497
|
+
"$ref": "#/definitions/PrintSpatialReference",
|
|
6498
|
+
"description": "Spatial reference."
|
|
6499
|
+
}
|
|
6500
|
+
},
|
|
6501
|
+
"required": [
|
|
6502
|
+
"scale",
|
|
6503
|
+
"spatialReference"
|
|
6504
|
+
],
|
|
6505
|
+
"type": "object"
|
|
6506
|
+
},
|
|
6507
|
+
"PointCloudFilterJson": {
|
|
6508
|
+
"anyOf": [
|
|
6509
|
+
{
|
|
6510
|
+
"$ref": "#/definitions/esri.rest-api.DrawingInfoJson.PointCloudBitfieldFilterJson"
|
|
6511
|
+
},
|
|
6512
|
+
{
|
|
6513
|
+
"$ref": "#/definitions/esri.rest-api.DrawingInfoJson.PointCloudReturnFilterJson"
|
|
6514
|
+
},
|
|
6515
|
+
{
|
|
6516
|
+
"$ref": "#/definitions/esri.rest-api.DrawingInfoJson.PointCloudValueFilterJson"
|
|
6517
|
+
}
|
|
6518
|
+
],
|
|
6519
|
+
"description": "Filters applied to the pointCloud which will hide a point.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
|
|
6520
|
+
},
|
|
6521
|
+
"PointOffset": {
|
|
6522
|
+
"description": "Specifies if a desired point comes before or after a given reference point.",
|
|
6523
|
+
"enum": [
|
|
6524
|
+
"after",
|
|
6525
|
+
"before"
|
|
6526
|
+
],
|
|
6527
|
+
"type": "string"
|
|
6528
|
+
},
|
|
6529
|
+
"PortalAuthentication": {
|
|
6530
|
+
"additionalProperties": false,
|
|
6531
|
+
"description": "Represents the portal authentication settings.",
|
|
6532
|
+
"properties": {
|
|
6533
|
+
"anonymous": {
|
|
6534
|
+
"description": "Whether the access to an ArcGIS Online / ArcGIS Enterprise organization is anonymous. If anonymous is true, no token is required.",
|
|
6535
|
+
"type": "boolean"
|
|
6536
|
+
},
|
|
6537
|
+
"portal_url": {
|
|
6538
|
+
"description": "URL of an ArcGIS Enterprise or ArcGIS Online organization. If not defined, ArcGIS Online access is assumed.",
|
|
6539
|
+
"type": "string"
|
|
6540
|
+
},
|
|
6541
|
+
"referer": {
|
|
6542
|
+
"description": "Access token referer. Required for non-anonymous access if the token was created with the ESRI 'Generate Token Service'.",
|
|
6543
|
+
"type": "string"
|
|
6544
|
+
},
|
|
6545
|
+
"token": {
|
|
6546
|
+
"description": "Access token. Required for non-anonymous access.",
|
|
6547
|
+
"type": "string"
|
|
6548
|
+
}
|
|
6549
|
+
},
|
|
6550
|
+
"required": [
|
|
6551
|
+
"anonymous",
|
|
6552
|
+
"portal_url"
|
|
6553
|
+
],
|
|
6554
|
+
"type": "object"
|
|
6555
|
+
},
|
|
6556
|
+
"PortalItemData": {
|
|
6557
|
+
"additionalProperties": false,
|
|
6558
|
+
"description": "Information about a portal item to be saved.",
|
|
6559
|
+
"properties": {
|
|
6560
|
+
"data": {
|
|
6561
|
+
"description": "The JSON data associated with the item."
|
|
6562
|
+
},
|
|
6563
|
+
"thumbnail": {
|
|
6564
|
+
"description": "The URL of a thumbnail for the item.",
|
|
6565
|
+
"type": "string"
|
|
6566
|
+
},
|
|
6567
|
+
"type": {
|
|
6568
|
+
"description": "The portal type of the item.",
|
|
6569
|
+
"type": "string"
|
|
6570
|
+
}
|
|
6571
|
+
},
|
|
6572
|
+
"required": [
|
|
6573
|
+
"data",
|
|
6574
|
+
"type"
|
|
6575
|
+
],
|
|
6088
6576
|
"type": "object"
|
|
6089
6577
|
},
|
|
6090
6578
|
"PortalUsername": {
|
|
@@ -6101,6 +6589,106 @@
|
|
|
6101
6589
|
],
|
|
6102
6590
|
"type": "string"
|
|
6103
6591
|
},
|
|
6592
|
+
"PreparedPrintJobArgs": {
|
|
6593
|
+
"additionalProperties": false,
|
|
6594
|
+
"description": "Print job arguments (printing gen2).",
|
|
6595
|
+
"properties": {
|
|
6596
|
+
"additionalSettings": {
|
|
6597
|
+
"$ref": "#/definitions/AdditionalSettings",
|
|
6598
|
+
"description": "Additional settings."
|
|
6599
|
+
},
|
|
6600
|
+
"additionalWebMaps": {
|
|
6601
|
+
"description": "Additional export web maps.",
|
|
6602
|
+
"items": {
|
|
6603
|
+
"$ref": "#/definitions/AdditionalExportWebMap"
|
|
6604
|
+
},
|
|
6605
|
+
"type": "array"
|
|
6606
|
+
},
|
|
6607
|
+
"webMap": {
|
|
6608
|
+
"$ref": "#/definitions/ExportWebMap",
|
|
6609
|
+
"description": "Export web map."
|
|
6610
|
+
}
|
|
6611
|
+
},
|
|
6612
|
+
"type": "object"
|
|
6613
|
+
},
|
|
6614
|
+
"PreparedPrintJobUpdateArgs": {
|
|
6615
|
+
"additionalProperties": false,
|
|
6616
|
+
"description": "Prepared print job update arguments for the printing.update-args operation.",
|
|
6617
|
+
"properties": {
|
|
6618
|
+
"printJobArgs": {
|
|
6619
|
+
"$ref": "#/definitions/PreparedPrintJobArgs",
|
|
6620
|
+
"description": "The prepared print job arguments."
|
|
6621
|
+
},
|
|
6622
|
+
"update": {
|
|
6623
|
+
"$ref": "#/definitions/PrintJobArgs",
|
|
6624
|
+
"description": "The print job update arguments."
|
|
6625
|
+
}
|
|
6626
|
+
},
|
|
6627
|
+
"required": [
|
|
6628
|
+
"printJobArgs"
|
|
6629
|
+
],
|
|
6630
|
+
"type": "object"
|
|
6631
|
+
},
|
|
6632
|
+
"PrintExtent": {
|
|
6633
|
+
"additionalProperties": false,
|
|
6634
|
+
"description": "Represents the print extent.",
|
|
6635
|
+
"properties": {
|
|
6636
|
+
"center": {
|
|
6637
|
+
"$ref": "#/definitions/esri.Point",
|
|
6638
|
+
"description": "Center point."
|
|
6639
|
+
},
|
|
6640
|
+
"spatialReference": {
|
|
6641
|
+
"$ref": "#/definitions/PrintSpatialReference",
|
|
6642
|
+
"description": "Spatial reference."
|
|
6643
|
+
},
|
|
6644
|
+
"xmax": {
|
|
6645
|
+
"description": "Xmax value.",
|
|
6646
|
+
"type": "number"
|
|
6647
|
+
},
|
|
6648
|
+
"xmin": {
|
|
6649
|
+
"description": "Xmin value.",
|
|
6650
|
+
"type": "number"
|
|
6651
|
+
},
|
|
6652
|
+
"ymax": {
|
|
6653
|
+
"description": "Ymax value.",
|
|
6654
|
+
"type": "number"
|
|
6655
|
+
},
|
|
6656
|
+
"ymin": {
|
|
6657
|
+
"description": "Ymin value.",
|
|
6658
|
+
"type": "number"
|
|
6659
|
+
}
|
|
6660
|
+
},
|
|
6661
|
+
"required": [
|
|
6662
|
+
"spatialReference",
|
|
6663
|
+
"xmax",
|
|
6664
|
+
"xmin",
|
|
6665
|
+
"ymax",
|
|
6666
|
+
"ymin"
|
|
6667
|
+
],
|
|
6668
|
+
"type": "object"
|
|
6669
|
+
},
|
|
6670
|
+
"PrintJobArgs": {
|
|
6671
|
+
"additionalProperties": false,
|
|
6672
|
+
"description": "Print job arguments (printing gen2).",
|
|
6673
|
+
"properties": {
|
|
6674
|
+
"additionalSettings": {
|
|
6675
|
+
"$ref": "#/definitions/AdditionalSettings",
|
|
6676
|
+
"description": "Additional settings."
|
|
6677
|
+
},
|
|
6678
|
+
"additionalWebMaps": {
|
|
6679
|
+
"description": "Additional export web maps.",
|
|
6680
|
+
"items": {
|
|
6681
|
+
"$ref": "#/definitions/AdditionalExportWebMap"
|
|
6682
|
+
},
|
|
6683
|
+
"type": "array"
|
|
6684
|
+
},
|
|
6685
|
+
"webMap": {
|
|
6686
|
+
"$ref": "#/definitions/ExportWebMap",
|
|
6687
|
+
"description": "Export web map."
|
|
6688
|
+
}
|
|
6689
|
+
},
|
|
6690
|
+
"type": "object"
|
|
6691
|
+
},
|
|
6104
6692
|
"PrintOutputDimensions": {
|
|
6105
6693
|
"additionalProperties": false,
|
|
6106
6694
|
"description": "Represents the print output dimensions for a MAP ONLY print.",
|
|
@@ -6139,6 +6727,25 @@
|
|
|
6139
6727
|
],
|
|
6140
6728
|
"type": "string"
|
|
6141
6729
|
},
|
|
6730
|
+
"PrintSpatialReference": {
|
|
6731
|
+
"additionalProperties": false,
|
|
6732
|
+
"description": "Represents a print spatial reference.",
|
|
6733
|
+
"properties": {
|
|
6734
|
+
"latestWkid": {
|
|
6735
|
+
"description": "Latest WKID.",
|
|
6736
|
+
"type": "number"
|
|
6737
|
+
},
|
|
6738
|
+
"wkid": {
|
|
6739
|
+
"description": "WKID.",
|
|
6740
|
+
"type": "number"
|
|
6741
|
+
},
|
|
6742
|
+
"wkt": {
|
|
6743
|
+
"description": "WKT String.",
|
|
6744
|
+
"type": "string"
|
|
6745
|
+
}
|
|
6746
|
+
},
|
|
6747
|
+
"type": "object"
|
|
6748
|
+
},
|
|
6142
6749
|
"ProjectArgs": {
|
|
6143
6750
|
"additionalProperties": false,
|
|
6144
6751
|
"description": "Arguments for the geometry.project operation.",
|
|
@@ -6380,6 +6987,60 @@
|
|
|
6380
6987
|
],
|
|
6381
6988
|
"type": "object"
|
|
6382
6989
|
},
|
|
6990
|
+
"Range": {
|
|
6991
|
+
"additionalProperties": false,
|
|
6992
|
+
"description": "Represents the range settings.",
|
|
6993
|
+
"properties": {
|
|
6994
|
+
"end": {
|
|
6995
|
+
"description": "End value.",
|
|
6996
|
+
"type": "number"
|
|
6997
|
+
},
|
|
6998
|
+
"includeEnd": {
|
|
6999
|
+
"description": "Whether the end value is included in the value range.",
|
|
7000
|
+
"type": "boolean"
|
|
7001
|
+
},
|
|
7002
|
+
"includeStart": {
|
|
7003
|
+
"description": "Whether the start value is included in the value range.",
|
|
7004
|
+
"type": "boolean"
|
|
7005
|
+
},
|
|
7006
|
+
"start": {
|
|
7007
|
+
"description": "Start value.",
|
|
7008
|
+
"type": "number"
|
|
7009
|
+
}
|
|
7010
|
+
},
|
|
7011
|
+
"required": [
|
|
7012
|
+
"end",
|
|
7013
|
+
"includeEnd",
|
|
7014
|
+
"includeStart",
|
|
7015
|
+
"start"
|
|
7016
|
+
],
|
|
7017
|
+
"type": "object"
|
|
7018
|
+
},
|
|
7019
|
+
"RangeSeries": {
|
|
7020
|
+
"additionalProperties": false,
|
|
7021
|
+
"description": "Represents the range series settings.",
|
|
7022
|
+
"properties": {
|
|
7023
|
+
"interval": {
|
|
7024
|
+
"description": "Export interval in integer or float. Requires a single export value range in the array with a value range extent > 0. If defined, an export is triggered for each interval starting at the value range <start> and stopping at <end>. If no main map with one or more visible z-aware layers is available for exporting, or if the defined interval does not fit into the specified value range span, this property is ignored.",
|
|
7025
|
+
"type": "number"
|
|
7026
|
+
},
|
|
7027
|
+
"maxCount": {
|
|
7028
|
+
"description": "Maximum count of value range series pages per PDF document. If not set, no limit for value range series PDF page exports is used. Depending on the client and the execution environment and the template- / map properties, the clients should always define a suitable value.",
|
|
7029
|
+
"type": "number"
|
|
7030
|
+
},
|
|
7031
|
+
"ranges": {
|
|
7032
|
+
"description": "Export value ranges. Triggers an export for each defined export value range. Requires at least one entry.",
|
|
7033
|
+
"items": {
|
|
7034
|
+
"$ref": "#/definitions/Range"
|
|
7035
|
+
},
|
|
7036
|
+
"type": "array"
|
|
7037
|
+
}
|
|
7038
|
+
},
|
|
7039
|
+
"required": [
|
|
7040
|
+
"ranges"
|
|
7041
|
+
],
|
|
7042
|
+
"type": "object"
|
|
7043
|
+
},
|
|
6383
7044
|
"ReadFileArgs": {
|
|
6384
7045
|
"additionalProperties": false,
|
|
6385
7046
|
"description": "Arguments for the system.read-file operation.",
|
|
@@ -6492,6 +7153,68 @@
|
|
|
6492
7153
|
],
|
|
6493
7154
|
"description": "A renderer.\n\nPart of the ArcGIS REST API (see http://resources.arcgis.com/en/help/rest/apiref/renderer.html)."
|
|
6494
7155
|
},
|
|
7156
|
+
"RendererLike": {
|
|
7157
|
+
"anyOf": [
|
|
7158
|
+
{
|
|
7159
|
+
"$ref": "#/definitions/esri.rest-api.RendererJson.ClassBreaksRendererJson"
|
|
7160
|
+
},
|
|
7161
|
+
{
|
|
7162
|
+
"$ref": "#/definitions/esri.rest-api.RendererJson.HeatmapRendererJson"
|
|
7163
|
+
},
|
|
7164
|
+
{
|
|
7165
|
+
"$ref": "#/definitions/esri.rest-api.RendererJson.PointCloudClassBreaksRendererJson"
|
|
7166
|
+
},
|
|
7167
|
+
{
|
|
7168
|
+
"$ref": "#/definitions/esri.rest-api.RendererJson.PointCloudRGBRendererJson"
|
|
7169
|
+
},
|
|
7170
|
+
{
|
|
7171
|
+
"$ref": "#/definitions/esri.rest-api.RendererJson.PointCloudStretchRendererJson"
|
|
7172
|
+
},
|
|
7173
|
+
{
|
|
7174
|
+
"$ref": "#/definitions/esri.rest-api.RendererJson.PointCloudUniqueValueRendererJson"
|
|
7175
|
+
},
|
|
7176
|
+
{
|
|
7177
|
+
"$ref": "#/definitions/esri.rest-api.RendererJson.PredominanceRendererJson"
|
|
7178
|
+
},
|
|
7179
|
+
{
|
|
7180
|
+
"$ref": "#/definitions/esri.rest-api.RendererJson.SimpleRendererJson"
|
|
7181
|
+
},
|
|
7182
|
+
{
|
|
7183
|
+
"$ref": "#/definitions/esri.rest-api.RendererJson.TemporalRendererJson"
|
|
7184
|
+
},
|
|
7185
|
+
{
|
|
7186
|
+
"$ref": "#/definitions/esri.rest-api.RendererJson.UniqueValueFromStyleRendererJson"
|
|
7187
|
+
},
|
|
7188
|
+
{
|
|
7189
|
+
"$ref": "#/definitions/esri.rest-api.RendererJson.UniqueValueRendererJson"
|
|
7190
|
+
},
|
|
7191
|
+
{
|
|
7192
|
+
"$ref": "#/definitions/esri.rest-api.RendererJson.VectorFieldRendererJson"
|
|
7193
|
+
},
|
|
7194
|
+
{
|
|
7195
|
+
"$ref": "esri.HeatmapRenderer"
|
|
7196
|
+
},
|
|
7197
|
+
{
|
|
7198
|
+
"$ref": "esri.SimpleRenderer"
|
|
7199
|
+
},
|
|
7200
|
+
{
|
|
7201
|
+
"$ref": "esri.ClassBreaksRenderer"
|
|
7202
|
+
},
|
|
7203
|
+
{
|
|
7204
|
+
"$ref": "esri.UniqueValueRenderer"
|
|
7205
|
+
},
|
|
7206
|
+
{
|
|
7207
|
+
"$ref": "esri.DotDensityRenderer"
|
|
7208
|
+
},
|
|
7209
|
+
{
|
|
7210
|
+
"$ref": "esri.DictionaryRenderer"
|
|
7211
|
+
},
|
|
7212
|
+
{
|
|
7213
|
+
"$ref": "esri.PieChartRenderer"
|
|
7214
|
+
}
|
|
7215
|
+
],
|
|
7216
|
+
"description": "Renderers supported for styling features."
|
|
7217
|
+
},
|
|
6495
7218
|
"RepeatActionArgs": {
|
|
6496
7219
|
"additionalProperties": false,
|
|
6497
7220
|
"description": "Arguments for the system.repeat-action command.",
|
|
@@ -7051,6 +7774,33 @@
|
|
|
7051
7774
|
],
|
|
7052
7775
|
"type": "object"
|
|
7053
7776
|
},
|
|
7777
|
+
"Selection": {
|
|
7778
|
+
"additionalProperties": false,
|
|
7779
|
+
"description": "Represents the layer objects selection Settings.",
|
|
7780
|
+
"properties": {
|
|
7781
|
+
"layerId": {
|
|
7782
|
+
"description": "Web map layer ID.",
|
|
7783
|
+
"type": "string"
|
|
7784
|
+
},
|
|
7785
|
+
"oidList": {
|
|
7786
|
+
"description": "Layer object IDs.",
|
|
7787
|
+
"items": {
|
|
7788
|
+
"type": "number"
|
|
7789
|
+
},
|
|
7790
|
+
"type": "array"
|
|
7791
|
+
},
|
|
7792
|
+
"visible": {
|
|
7793
|
+
"description": "Whether the default object selection graphics should be visible for selected objects. If 'true' or not defined, the ArcGIS default object selection graphics are used. If 'false', object selection graphics are expected in the export web map request parameter (e.g. operational layer with custom renderer for selected objects, or pre-defined selection geometries with custom renderer in feature collections).",
|
|
7794
|
+
"type": "boolean"
|
|
7795
|
+
}
|
|
7796
|
+
},
|
|
7797
|
+
"required": [
|
|
7798
|
+
"layerId",
|
|
7799
|
+
"oidList",
|
|
7800
|
+
"visible"
|
|
7801
|
+
],
|
|
7802
|
+
"type": "object"
|
|
7803
|
+
},
|
|
7054
7804
|
"SetActiveFeatureArgs": {
|
|
7055
7805
|
"additionalProperties": false,
|
|
7056
7806
|
"description": "Arguments for the \"results.set-active-feature\" command.",
|
|
@@ -7400,6 +8150,10 @@
|
|
|
7400
8150
|
"$ref": "MapsLike",
|
|
7401
8151
|
"description": "Map(s) to use for the command/operation."
|
|
7402
8152
|
},
|
|
8153
|
+
"renderer": {
|
|
8154
|
+
"$ref": "#/definitions/RendererLike",
|
|
8155
|
+
"description": "The renderer configuration to use for the command/operation."
|
|
8156
|
+
},
|
|
7403
8157
|
"symbol": {
|
|
7404
8158
|
"$ref": "SymbolLike",
|
|
7405
8159
|
"description": "The symbol to use for the command/operation."
|
|
@@ -8349,6 +9103,46 @@
|
|
|
8349
9103
|
],
|
|
8350
9104
|
"type": "object"
|
|
8351
9105
|
},
|
|
9106
|
+
"TimeSeries": {
|
|
9107
|
+
"additionalProperties": false,
|
|
9108
|
+
"description": "Represents the time series settings.",
|
|
9109
|
+
"properties": {
|
|
9110
|
+
"datetimePattern": {
|
|
9111
|
+
"description": "Human-readable date time pattern in ESRI format: https://pro.arcgis.com/en/pro-app/latest/help/data/tables/format-numeric-and-date-fields.htm. Used for the time function field. Default is 'yyyy-MM-dd hh:mm:ss'.",
|
|
9112
|
+
"type": "string"
|
|
9113
|
+
},
|
|
9114
|
+
"interval": {
|
|
9115
|
+
"description": "Export interval in milliseconds or in other interval units if defined. Requires a single export time in the array with a time range > 0. If defined, an export is triggered for each interval starting at the time range <startTime> and stopping at <endTime>. If no main map with one or more visible time-aware operational layers is available for exporting, or if the defined interval does not fit into the specified time range, this property is ignored.",
|
|
9116
|
+
"type": "number"
|
|
9117
|
+
},
|
|
9118
|
+
"intervalUnits": {
|
|
9119
|
+
"$ref": "#/definitions/IntervalUnits",
|
|
9120
|
+
"description": "Export interval units. Requires a defined interval. Default is MILLISECONDS."
|
|
9121
|
+
},
|
|
9122
|
+
"maxCount": {
|
|
9123
|
+
"description": "Maximum count of time series PDF documents within the returned ZIP archive. If not set, no limit for time series PDF document exports is used. Depending on the client and the execution environment and the template- / map properties, the clients should always define a suitable value.",
|
|
9124
|
+
"type": "number"
|
|
9125
|
+
},
|
|
9126
|
+
"timeZone": {
|
|
9127
|
+
"$ref": "__type",
|
|
9128
|
+
"description": "Client time zone information. Default is UTC."
|
|
9129
|
+
},
|
|
9130
|
+
"times": {
|
|
9131
|
+
"description": "Export Times. Triggers an export for each defined export time. Export time in milliseconds UTC. Requires at least one entry.",
|
|
9132
|
+
"items": {
|
|
9133
|
+
"items": {
|
|
9134
|
+
"type": "number"
|
|
9135
|
+
},
|
|
9136
|
+
"type": "array"
|
|
9137
|
+
},
|
|
9138
|
+
"type": "array"
|
|
9139
|
+
}
|
|
9140
|
+
},
|
|
9141
|
+
"required": [
|
|
9142
|
+
"times"
|
|
9143
|
+
],
|
|
9144
|
+
"type": "object"
|
|
9145
|
+
},
|
|
8352
9146
|
"ToCsvConversionArgs": {
|
|
8353
9147
|
"additionalProperties": false,
|
|
8354
9148
|
"description": "Arguments for the \"results.convert-to-csv\" operation.",
|
|
@@ -10491,7 +11285,175 @@
|
|
|
10491
11285
|
}
|
|
10492
11286
|
},
|
|
10493
11287
|
"required": [
|
|
10494
|
-
"layerType"
|
|
11288
|
+
"layerType"
|
|
11289
|
+
],
|
|
11290
|
+
"type": "object"
|
|
11291
|
+
},
|
|
11292
|
+
"esri.rest-api.BasemapJson.BasemapJson": {
|
|
11293
|
+
"additionalProperties": false,
|
|
11294
|
+
"description": "A basemap layer is a layer that provides geographic context to the map. A web map always contains a basemap. A web scene is not required to always contain a basemap. The basemap has a title and is the combination of each BasemapLayer.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/basemap/}.",
|
|
11295
|
+
"properties": {
|
|
11296
|
+
"baseMapLayers": {
|
|
11297
|
+
"description": "An array of BasemapLayer objects defining the basemaps used in the web map/web scene.",
|
|
11298
|
+
"items": {
|
|
11299
|
+
"$ref": "#/definitions/BasemapLayerJson"
|
|
11300
|
+
},
|
|
11301
|
+
"type": "array"
|
|
11302
|
+
},
|
|
11303
|
+
"elevationLayers": {
|
|
11304
|
+
"description": "Deprecated, use ground.layers instead. An array of elevationLayer objects defining the basemaps used in the web scene.",
|
|
11305
|
+
"items": {
|
|
11306
|
+
"$ref": "#/definitions/ElevationLayerJson"
|
|
11307
|
+
},
|
|
11308
|
+
"type": "array"
|
|
11309
|
+
},
|
|
11310
|
+
"id": {
|
|
11311
|
+
"description": "An identifier used to refer to the basemap when referencing it elsewhere.\n\nNOTE: Only available in web scenes!",
|
|
11312
|
+
"type": "string"
|
|
11313
|
+
},
|
|
11314
|
+
"title": {
|
|
11315
|
+
"description": "String title for the basemap that can be used in a table of contents. If not defined, then it takes the title of the first baseMapLayer in the array.",
|
|
11316
|
+
"type": "string"
|
|
11317
|
+
}
|
|
11318
|
+
},
|
|
11319
|
+
"type": "object"
|
|
11320
|
+
},
|
|
11321
|
+
"esri.rest-api.BingLayerJson.BingLayerJson": {
|
|
11322
|
+
"additionalProperties": false,
|
|
11323
|
+
"description": "Indicates if working with Microsoft Bing layers. There are three layer types associated with Bing Layers: BingMapsAerial, BingMapsRoad, and BingMapsHybrid.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/bingLayer/}.",
|
|
11324
|
+
"properties": {
|
|
11325
|
+
"bingKey": {
|
|
11326
|
+
"description": "String value that unlocks the use of Bing layers in a web map.",
|
|
11327
|
+
"type": "string"
|
|
11328
|
+
},
|
|
11329
|
+
"blendMode": {
|
|
11330
|
+
"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.",
|
|
11331
|
+
"enum": [
|
|
11332
|
+
"average",
|
|
11333
|
+
"color",
|
|
11334
|
+
"color-burn",
|
|
11335
|
+
"color-dodge",
|
|
11336
|
+
"darken",
|
|
11337
|
+
"destination-atop",
|
|
11338
|
+
"destination-in",
|
|
11339
|
+
"destination-out",
|
|
11340
|
+
"destination-over",
|
|
11341
|
+
"difference",
|
|
11342
|
+
"exclusion",
|
|
11343
|
+
"hard-light",
|
|
11344
|
+
"hue",
|
|
11345
|
+
"invert",
|
|
11346
|
+
"lighten",
|
|
11347
|
+
"lighter",
|
|
11348
|
+
"luminosity",
|
|
11349
|
+
"minus",
|
|
11350
|
+
"multiply",
|
|
11351
|
+
"normal",
|
|
11352
|
+
"overlay",
|
|
11353
|
+
"plus",
|
|
11354
|
+
"reflect",
|
|
11355
|
+
"saturation",
|
|
11356
|
+
"screen",
|
|
11357
|
+
"soft-light",
|
|
11358
|
+
"source-atop",
|
|
11359
|
+
"source-in",
|
|
11360
|
+
"source-out",
|
|
11361
|
+
"vivid-light",
|
|
11362
|
+
"xor"
|
|
11363
|
+
],
|
|
11364
|
+
"type": "string"
|
|
11365
|
+
},
|
|
11366
|
+
"canShareBingPublic": {
|
|
11367
|
+
"description": "Boolean value indicating whether the Bing key can be shared to the public.",
|
|
11368
|
+
"type": "boolean"
|
|
11369
|
+
},
|
|
11370
|
+
"effect": {
|
|
11371
|
+
"$ref": "#/definitions/EffectJson",
|
|
11372
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
11373
|
+
},
|
|
11374
|
+
"id": {
|
|
11375
|
+
"description": "A unique identifying string for the layer.",
|
|
11376
|
+
"type": "string"
|
|
11377
|
+
},
|
|
11378
|
+
"isReference": {
|
|
11379
|
+
"description": "This is applicable if used as a baseMapLayer. A boolean value indicating whether or not the baseMapLayer draws on top (true) of other layers, including operationalLayers , or below (false).",
|
|
11380
|
+
"type": "boolean"
|
|
11381
|
+
},
|
|
11382
|
+
"itemId": {
|
|
11383
|
+
"description": "Optional string containing the item ID of the service if it's registered on ArcGIS Online or your organization's portal.",
|
|
11384
|
+
"type": "string"
|
|
11385
|
+
},
|
|
11386
|
+
"layerType": {
|
|
11387
|
+
"description": "The type of layer.",
|
|
11388
|
+
"enum": [
|
|
11389
|
+
"BingMapsAerial",
|
|
11390
|
+
"BingMapsHybrid",
|
|
11391
|
+
"BingMapsRoad"
|
|
11392
|
+
],
|
|
11393
|
+
"type": "string"
|
|
11394
|
+
},
|
|
11395
|
+
"maxScale": {
|
|
11396
|
+
"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.",
|
|
11397
|
+
"type": "number"
|
|
11398
|
+
},
|
|
11399
|
+
"minScale": {
|
|
11400
|
+
"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.",
|
|
11401
|
+
"type": "number"
|
|
11402
|
+
},
|
|
11403
|
+
"opacity": {
|
|
11404
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
11405
|
+
"type": "number"
|
|
11406
|
+
},
|
|
11407
|
+
"portalUrl": {
|
|
11408
|
+
"description": "A string value representing the URL to the portal/organization. Calls should be made to this property to retrieve the Bing key. If the key is not made accessible to the public or if canShareBingPublic is false, any web maps using Bing layers will not work.",
|
|
11409
|
+
"type": "string"
|
|
11410
|
+
},
|
|
11411
|
+
"showLegend": {
|
|
11412
|
+
"description": "Indicates whether to allow map authors the ability to control what layers should be shown in a client's legend.",
|
|
11413
|
+
"type": "boolean"
|
|
11414
|
+
},
|
|
11415
|
+
"title": {
|
|
11416
|
+
"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.",
|
|
11417
|
+
"type": "string"
|
|
11418
|
+
},
|
|
11419
|
+
"type": {
|
|
11420
|
+
"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.",
|
|
11421
|
+
"enum": [
|
|
11422
|
+
"BingMapsAerial",
|
|
11423
|
+
"BingMapsHybrid",
|
|
11424
|
+
"BingMapsRoad",
|
|
11425
|
+
"CSV",
|
|
11426
|
+
"KML",
|
|
11427
|
+
"OpenStreetMap",
|
|
11428
|
+
"WMS",
|
|
11429
|
+
"WebTiledLayer"
|
|
11430
|
+
],
|
|
11431
|
+
"type": "string"
|
|
11432
|
+
},
|
|
11433
|
+
"visibility": {
|
|
11434
|
+
"description": "Determines whether the layer is initially visible in the web map.",
|
|
11435
|
+
"type": "boolean"
|
|
11436
|
+
},
|
|
11437
|
+
"visibilityTimeExtent": {
|
|
11438
|
+
"description": "Represents time extent that will control when a layer should be visible based on webmap's current time. Visibility time extent only affects the layer visibility and will not filter the data.",
|
|
11439
|
+
"items": [
|
|
11440
|
+
{
|
|
11441
|
+
"type": "number"
|
|
11442
|
+
},
|
|
11443
|
+
{
|
|
11444
|
+
"type": "number"
|
|
11445
|
+
}
|
|
11446
|
+
],
|
|
11447
|
+
"maxItems": 2,
|
|
11448
|
+
"minItems": 2,
|
|
11449
|
+
"type": "array"
|
|
11450
|
+
}
|
|
11451
|
+
},
|
|
11452
|
+
"required": [
|
|
11453
|
+
"bingKey",
|
|
11454
|
+
"canShareBingPublic",
|
|
11455
|
+
"layerType",
|
|
11456
|
+
"portalUrl"
|
|
10495
11457
|
],
|
|
10496
11458
|
"type": "object"
|
|
10497
11459
|
},
|
|
@@ -15031,6 +15993,126 @@
|
|
|
15031
15993
|
},
|
|
15032
15994
|
"type": "object"
|
|
15033
15995
|
},
|
|
15996
|
+
"esri.rest-api.OpenStreetMapLayerJson.OpenStreetMapLayerJson": {
|
|
15997
|
+
"additionalProperties": false,
|
|
15998
|
+
"description": "Allows use of OpenStreetMap data for use in basemaps only.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/openStreetMapLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/openStreetMapLayer/} Note: In the JavaScript API, open street map derived from Web tile layer.",
|
|
15999
|
+
"properties": {
|
|
16000
|
+
"blendMode": {
|
|
16001
|
+
"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.",
|
|
16002
|
+
"enum": [
|
|
16003
|
+
"average",
|
|
16004
|
+
"color",
|
|
16005
|
+
"color-burn",
|
|
16006
|
+
"color-dodge",
|
|
16007
|
+
"darken",
|
|
16008
|
+
"destination-atop",
|
|
16009
|
+
"destination-in",
|
|
16010
|
+
"destination-out",
|
|
16011
|
+
"destination-over",
|
|
16012
|
+
"difference",
|
|
16013
|
+
"exclusion",
|
|
16014
|
+
"hard-light",
|
|
16015
|
+
"hue",
|
|
16016
|
+
"invert",
|
|
16017
|
+
"lighten",
|
|
16018
|
+
"lighter",
|
|
16019
|
+
"luminosity",
|
|
16020
|
+
"minus",
|
|
16021
|
+
"multiply",
|
|
16022
|
+
"normal",
|
|
16023
|
+
"overlay",
|
|
16024
|
+
"plus",
|
|
16025
|
+
"reflect",
|
|
16026
|
+
"saturation",
|
|
16027
|
+
"screen",
|
|
16028
|
+
"soft-light",
|
|
16029
|
+
"source-atop",
|
|
16030
|
+
"source-in",
|
|
16031
|
+
"source-out",
|
|
16032
|
+
"vivid-light",
|
|
16033
|
+
"xor"
|
|
16034
|
+
],
|
|
16035
|
+
"type": "string"
|
|
16036
|
+
},
|
|
16037
|
+
"effect": {
|
|
16038
|
+
"$ref": "#/definitions/EffectJson",
|
|
16039
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
16040
|
+
},
|
|
16041
|
+
"id": {
|
|
16042
|
+
"description": "A unique identifying string for the layer.",
|
|
16043
|
+
"type": "string"
|
|
16044
|
+
},
|
|
16045
|
+
"isReference": {
|
|
16046
|
+
"description": "This is applicable if used as a baseMapLayer. A boolean value indicating whether or not the baseMapLayer draws on top (true) of other layers, including operationalLayers , or below (false).",
|
|
16047
|
+
"type": "boolean"
|
|
16048
|
+
},
|
|
16049
|
+
"itemId": {
|
|
16050
|
+
"description": "Optional string containing the item ID of the service if it's registered on ArcGIS Online or your organization's portal.",
|
|
16051
|
+
"type": "string"
|
|
16052
|
+
},
|
|
16053
|
+
"layerType": {
|
|
16054
|
+
"const": "OpenStreetMap",
|
|
16055
|
+
"description": "The type of layer.",
|
|
16056
|
+
"type": "string"
|
|
16057
|
+
},
|
|
16058
|
+
"maxScale": {
|
|
16059
|
+
"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.",
|
|
16060
|
+
"type": "number"
|
|
16061
|
+
},
|
|
16062
|
+
"minScale": {
|
|
16063
|
+
"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.",
|
|
16064
|
+
"type": "number"
|
|
16065
|
+
},
|
|
16066
|
+
"opacity": {
|
|
16067
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
16068
|
+
"type": "number"
|
|
16069
|
+
},
|
|
16070
|
+
"showLegend": {
|
|
16071
|
+
"description": "Indicates whether to allow map authors the ability to control what layers should be shown in a client's legend.",
|
|
16072
|
+
"type": "boolean"
|
|
16073
|
+
},
|
|
16074
|
+
"title": {
|
|
16075
|
+
"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.",
|
|
16076
|
+
"type": "string"
|
|
16077
|
+
},
|
|
16078
|
+
"type": {
|
|
16079
|
+
"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.",
|
|
16080
|
+
"enum": [
|
|
16081
|
+
"BingMapsAerial",
|
|
16082
|
+
"BingMapsHybrid",
|
|
16083
|
+
"BingMapsRoad",
|
|
16084
|
+
"CSV",
|
|
16085
|
+
"KML",
|
|
16086
|
+
"OpenStreetMap",
|
|
16087
|
+
"WMS",
|
|
16088
|
+
"WebTiledLayer"
|
|
16089
|
+
],
|
|
16090
|
+
"type": "string"
|
|
16091
|
+
},
|
|
16092
|
+
"visibility": {
|
|
16093
|
+
"description": "Determines whether the layer is initially visible in the web map.",
|
|
16094
|
+
"type": "boolean"
|
|
16095
|
+
},
|
|
16096
|
+
"visibilityTimeExtent": {
|
|
16097
|
+
"description": "Represents time extent that will control when a layer should be visible based on webmap's current time. Visibility time extent only affects the layer visibility and will not filter the data.",
|
|
16098
|
+
"items": [
|
|
16099
|
+
{
|
|
16100
|
+
"type": "number"
|
|
16101
|
+
},
|
|
16102
|
+
{
|
|
16103
|
+
"type": "number"
|
|
16104
|
+
}
|
|
16105
|
+
],
|
|
16106
|
+
"maxItems": 2,
|
|
16107
|
+
"minItems": 2,
|
|
16108
|
+
"type": "array"
|
|
16109
|
+
}
|
|
16110
|
+
},
|
|
16111
|
+
"required": [
|
|
16112
|
+
"layerType"
|
|
16113
|
+
],
|
|
16114
|
+
"type": "object"
|
|
16115
|
+
},
|
|
15034
16116
|
"esri.rest-api.OperationalLayerJson.OperationalLayerJson": {
|
|
15035
16117
|
"anyOf": [
|
|
15036
16118
|
{
|
|
@@ -15488,70 +16570,203 @@
|
|
|
15488
16570
|
},
|
|
15489
16571
|
"type": "array"
|
|
15490
16572
|
},
|
|
15491
|
-
"relatedRecordsInfo": {
|
|
15492
|
-
"$ref": "#/definitions/esri.rest-api.PopupInfoJson.RelatedRecordsInfoJson",
|
|
15493
|
-
"description": "Indicates whether to enable related records if they exist on a layer."
|
|
16573
|
+
"relatedRecordsInfo": {
|
|
16574
|
+
"$ref": "#/definitions/esri.rest-api.PopupInfoJson.RelatedRecordsInfoJson",
|
|
16575
|
+
"description": "Indicates whether to enable related records if they exist on a layer."
|
|
16576
|
+
},
|
|
16577
|
+
"showAttachments": {
|
|
16578
|
+
"description": "Determines whether attachments will be loaded for feature layers that have attachments.",
|
|
16579
|
+
"type": "boolean"
|
|
16580
|
+
},
|
|
16581
|
+
"title": {
|
|
16582
|
+
"description": "Appears at the top of the pop-up window as a title. This can contain a field name enclosed in `{}`, such as `{NAME}`.",
|
|
16583
|
+
"type": "string"
|
|
16584
|
+
}
|
|
16585
|
+
},
|
|
16586
|
+
"type": "object"
|
|
16587
|
+
},
|
|
16588
|
+
"esri.rest-api.PopupInfoJson.RelatedRecordsInfoJson": {
|
|
16589
|
+
"additionalProperties": false,
|
|
16590
|
+
"description": "The sort in the popupInfo for the parent feature. This impacts the sorting order for the returned child records.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/relatedRecordsInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/relatedRecordsInfo/}.",
|
|
16591
|
+
"properties": {
|
|
16592
|
+
"orderByFields": {
|
|
16593
|
+
"description": "Array of orderByFields objects indicating the field display order for the related records and whether they should be sorted in ascending 'asc' or descending 'desc' order.",
|
|
16594
|
+
"items": {
|
|
16595
|
+
"$ref": "#/definitions/esri.rest-api.PopupInfoJson.OrderByFieldsJson"
|
|
16596
|
+
},
|
|
16597
|
+
"type": "array"
|
|
16598
|
+
},
|
|
16599
|
+
"showRelatedRecords": {
|
|
16600
|
+
"description": "Required boolean value indicating whether to display related records. If true, client should const the user navigate to the related records. Defaults to true if the layer participates in a relationship AND the related layer/table has already been added to the map (either as an operationalLayer or as a table).",
|
|
16601
|
+
"type": "boolean"
|
|
16602
|
+
}
|
|
16603
|
+
},
|
|
16604
|
+
"required": [
|
|
16605
|
+
"showRelatedRecords"
|
|
16606
|
+
],
|
|
16607
|
+
"type": "object"
|
|
16608
|
+
},
|
|
16609
|
+
"esri.rest-api.PopupInfoJson.ValueJson": {
|
|
16610
|
+
"additionalProperties": false,
|
|
16611
|
+
"description": "The value object contains information for pop-up windows about how images should be retrieved or charts constructed.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/value/} {@link https://developers.arcgis.com/web-scene-specification/objects/value/}.",
|
|
16612
|
+
"properties": {
|
|
16613
|
+
"fields": {
|
|
16614
|
+
"description": "Used with charts. An array of field names to display in the chart.",
|
|
16615
|
+
"items": {
|
|
16616
|
+
"type": "string"
|
|
16617
|
+
},
|
|
16618
|
+
"type": "array"
|
|
16619
|
+
},
|
|
16620
|
+
"linkURL": {
|
|
16621
|
+
"description": "Used with images. A string containing a URL to be launched in a browser when a user clicks the image.",
|
|
16622
|
+
"type": "string"
|
|
16623
|
+
},
|
|
16624
|
+
"normalizeField": {
|
|
16625
|
+
"description": "Used with charts. An optional string containing the name of a field. The values of all fields in the chart will be normalized (divided) by the value of this field.",
|
|
16626
|
+
"type": "string"
|
|
16627
|
+
},
|
|
16628
|
+
"sourceURL": {
|
|
16629
|
+
"description": "Used with images. The URL to the image.",
|
|
16630
|
+
"type": "string"
|
|
16631
|
+
},
|
|
16632
|
+
"tooltipField": {
|
|
16633
|
+
"description": "String value indicating the tooltip for a chart specified from another field. This field is needed when related records are not sued. It is used for showing tooltips from another field in the same layer or related layer/table.",
|
|
16634
|
+
"type": "string"
|
|
16635
|
+
}
|
|
16636
|
+
},
|
|
16637
|
+
"type": "object"
|
|
16638
|
+
},
|
|
16639
|
+
"esri.rest-api.RasterDataElevationLayerJson.RasterDataElevationLayerJson": {
|
|
16640
|
+
"additionalProperties": false,
|
|
16641
|
+
"description": "RasterDataElevationLayer is a single-band raster layer used for rendering elevation.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/rasterDataElevationLayer/}.",
|
|
16642
|
+
"properties": {
|
|
16643
|
+
"blendMode": {
|
|
16644
|
+
"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.",
|
|
16645
|
+
"enum": [
|
|
16646
|
+
"average",
|
|
16647
|
+
"color",
|
|
16648
|
+
"color-burn",
|
|
16649
|
+
"color-dodge",
|
|
16650
|
+
"darken",
|
|
16651
|
+
"destination-atop",
|
|
16652
|
+
"destination-in",
|
|
16653
|
+
"destination-out",
|
|
16654
|
+
"destination-over",
|
|
16655
|
+
"difference",
|
|
16656
|
+
"exclusion",
|
|
16657
|
+
"hard-light",
|
|
16658
|
+
"hue",
|
|
16659
|
+
"invert",
|
|
16660
|
+
"lighten",
|
|
16661
|
+
"lighter",
|
|
16662
|
+
"luminosity",
|
|
16663
|
+
"minus",
|
|
16664
|
+
"multiply",
|
|
16665
|
+
"normal",
|
|
16666
|
+
"overlay",
|
|
16667
|
+
"plus",
|
|
16668
|
+
"reflect",
|
|
16669
|
+
"saturation",
|
|
16670
|
+
"screen",
|
|
16671
|
+
"soft-light",
|
|
16672
|
+
"source-atop",
|
|
16673
|
+
"source-in",
|
|
16674
|
+
"source-out",
|
|
16675
|
+
"vivid-light",
|
|
16676
|
+
"xor"
|
|
16677
|
+
],
|
|
16678
|
+
"type": "string"
|
|
16679
|
+
},
|
|
16680
|
+
"effect": {
|
|
16681
|
+
"$ref": "#/definitions/EffectJson",
|
|
16682
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
16683
|
+
},
|
|
16684
|
+
"id": {
|
|
16685
|
+
"description": "A unique identifying string for the layer.",
|
|
16686
|
+
"type": "string"
|
|
16687
|
+
},
|
|
16688
|
+
"isReference": {
|
|
16689
|
+
"description": "This is applicable if used as a baseMapLayer. A boolean value indicating whether or not the baseMapLayer draws on top (true) of other layers, including operationalLayers , or below (false).",
|
|
16690
|
+
"type": "boolean"
|
|
16691
|
+
},
|
|
16692
|
+
"layerType": {
|
|
16693
|
+
"const": "RasterDataElevationLayer",
|
|
16694
|
+
"description": "The type of layer.",
|
|
16695
|
+
"type": "string"
|
|
16696
|
+
},
|
|
16697
|
+
"listMode": {
|
|
16698
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
|
|
16699
|
+
"enum": [
|
|
16700
|
+
"hide",
|
|
16701
|
+
"hide-children",
|
|
16702
|
+
"show"
|
|
16703
|
+
],
|
|
16704
|
+
"type": "string"
|
|
16705
|
+
},
|
|
16706
|
+
"maxScale": {
|
|
16707
|
+
"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.",
|
|
16708
|
+
"type": "number"
|
|
16709
|
+
},
|
|
16710
|
+
"minScale": {
|
|
16711
|
+
"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.",
|
|
16712
|
+
"type": "number"
|
|
15494
16713
|
},
|
|
15495
|
-
"
|
|
15496
|
-
"description": "
|
|
15497
|
-
"type": "
|
|
16714
|
+
"opacity": {
|
|
16715
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
16716
|
+
"type": "number"
|
|
15498
16717
|
},
|
|
15499
|
-
"
|
|
15500
|
-
"description": "
|
|
16718
|
+
"path": {
|
|
16719
|
+
"description": "For offline data, a path to an ArcGIS Runtime supported raster data file. A URI format is used, starting with file: followed by a file system path. A relative path must be from the file which defines the layer. For example `file:../data/raster_data/beijing.tif`.",
|
|
15501
16720
|
"type": "string"
|
|
15502
|
-
}
|
|
15503
|
-
},
|
|
15504
|
-
"type": "object"
|
|
15505
|
-
},
|
|
15506
|
-
"esri.rest-api.PopupInfoJson.RelatedRecordsInfoJson": {
|
|
15507
|
-
"additionalProperties": false,
|
|
15508
|
-
"description": "The sort in the popupInfo for the parent feature. This impacts the sorting order for the returned child records.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/relatedRecordsInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/relatedRecordsInfo/}.",
|
|
15509
|
-
"properties": {
|
|
15510
|
-
"orderByFields": {
|
|
15511
|
-
"description": "Array of orderByFields objects indicating the field display order for the related records and whether they should be sorted in ascending 'asc' or descending 'desc' order.",
|
|
15512
|
-
"items": {
|
|
15513
|
-
"$ref": "#/definitions/esri.rest-api.PopupInfoJson.OrderByFieldsJson"
|
|
15514
|
-
},
|
|
15515
|
-
"type": "array"
|
|
15516
16721
|
},
|
|
15517
|
-
"
|
|
15518
|
-
"description": "
|
|
16722
|
+
"refreshInterval": {
|
|
16723
|
+
"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. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
16724
|
+
"type": "number"
|
|
16725
|
+
},
|
|
16726
|
+
"showLegend": {
|
|
16727
|
+
"description": "Indicates whether to allow map authors the ability to control what layers should be shown in a client's legend.",
|
|
15519
16728
|
"type": "boolean"
|
|
15520
|
-
}
|
|
15521
|
-
},
|
|
15522
|
-
"required": [
|
|
15523
|
-
"showRelatedRecords"
|
|
15524
|
-
],
|
|
15525
|
-
"type": "object"
|
|
15526
|
-
},
|
|
15527
|
-
"esri.rest-api.PopupInfoJson.ValueJson": {
|
|
15528
|
-
"additionalProperties": false,
|
|
15529
|
-
"description": "The value object contains information for pop-up windows about how images should be retrieved or charts constructed.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/value/} {@link https://developers.arcgis.com/web-scene-specification/objects/value/}.",
|
|
15530
|
-
"properties": {
|
|
15531
|
-
"fields": {
|
|
15532
|
-
"description": "Used with charts. An array of field names to display in the chart.",
|
|
15533
|
-
"items": {
|
|
15534
|
-
"type": "string"
|
|
15535
|
-
},
|
|
15536
|
-
"type": "array"
|
|
15537
16729
|
},
|
|
15538
|
-
"
|
|
15539
|
-
"description": "
|
|
16730
|
+
"title": {
|
|
16731
|
+
"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.",
|
|
15540
16732
|
"type": "string"
|
|
15541
16733
|
},
|
|
15542
|
-
"
|
|
15543
|
-
"description": "
|
|
16734
|
+
"type": {
|
|
16735
|
+
"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.",
|
|
16736
|
+
"enum": [
|
|
16737
|
+
"BingMapsAerial",
|
|
16738
|
+
"BingMapsHybrid",
|
|
16739
|
+
"BingMapsRoad",
|
|
16740
|
+
"CSV",
|
|
16741
|
+
"KML",
|
|
16742
|
+
"OpenStreetMap",
|
|
16743
|
+
"WMS",
|
|
16744
|
+
"WebTiledLayer"
|
|
16745
|
+
],
|
|
15544
16746
|
"type": "string"
|
|
15545
16747
|
},
|
|
15546
|
-
"
|
|
15547
|
-
"description": "
|
|
15548
|
-
"type": "
|
|
16748
|
+
"visibility": {
|
|
16749
|
+
"description": "Determines whether the layer is initially visible in the web map.",
|
|
16750
|
+
"type": "boolean"
|
|
15549
16751
|
},
|
|
15550
|
-
"
|
|
15551
|
-
"description": "
|
|
15552
|
-
"
|
|
16752
|
+
"visibilityTimeExtent": {
|
|
16753
|
+
"description": "Represents time extent that will control when a layer should be visible based on webmap's current time. Visibility time extent only affects the layer visibility and will not filter the data.",
|
|
16754
|
+
"items": [
|
|
16755
|
+
{
|
|
16756
|
+
"type": "number"
|
|
16757
|
+
},
|
|
16758
|
+
{
|
|
16759
|
+
"type": "number"
|
|
16760
|
+
}
|
|
16761
|
+
],
|
|
16762
|
+
"maxItems": 2,
|
|
16763
|
+
"minItems": 2,
|
|
16764
|
+
"type": "array"
|
|
15553
16765
|
}
|
|
15554
16766
|
},
|
|
16767
|
+
"required": [
|
|
16768
|
+
"layerType"
|
|
16769
|
+
],
|
|
15555
16770
|
"type": "object"
|
|
15556
16771
|
},
|
|
15557
16772
|
"esri.rest-api.RendererJson.AuthoringInfoJson": {
|
|
@@ -18978,6 +20193,147 @@
|
|
|
18978
20193
|
},
|
|
18979
20194
|
"type": "object"
|
|
18980
20195
|
},
|
|
20196
|
+
"esri.rest-api.TiledElevationServiceLayerJson.TiledElevationServiceLayerJson": {
|
|
20197
|
+
"additionalProperties": false,
|
|
20198
|
+
"description": "ElevationLayer is a tile layer used for rendering elevation in web scenes. A default world elevation layer can be added to the map by setting the map's ground property to world-elevation.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/elevationLayer/}.",
|
|
20199
|
+
"properties": {
|
|
20200
|
+
"blendMode": {
|
|
20201
|
+
"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.",
|
|
20202
|
+
"enum": [
|
|
20203
|
+
"average",
|
|
20204
|
+
"color",
|
|
20205
|
+
"color-burn",
|
|
20206
|
+
"color-dodge",
|
|
20207
|
+
"darken",
|
|
20208
|
+
"destination-atop",
|
|
20209
|
+
"destination-in",
|
|
20210
|
+
"destination-out",
|
|
20211
|
+
"destination-over",
|
|
20212
|
+
"difference",
|
|
20213
|
+
"exclusion",
|
|
20214
|
+
"hard-light",
|
|
20215
|
+
"hue",
|
|
20216
|
+
"invert",
|
|
20217
|
+
"lighten",
|
|
20218
|
+
"lighter",
|
|
20219
|
+
"luminosity",
|
|
20220
|
+
"minus",
|
|
20221
|
+
"multiply",
|
|
20222
|
+
"normal",
|
|
20223
|
+
"overlay",
|
|
20224
|
+
"plus",
|
|
20225
|
+
"reflect",
|
|
20226
|
+
"saturation",
|
|
20227
|
+
"screen",
|
|
20228
|
+
"soft-light",
|
|
20229
|
+
"source-atop",
|
|
20230
|
+
"source-in",
|
|
20231
|
+
"source-out",
|
|
20232
|
+
"vivid-light",
|
|
20233
|
+
"xor"
|
|
20234
|
+
],
|
|
20235
|
+
"type": "string"
|
|
20236
|
+
},
|
|
20237
|
+
"effect": {
|
|
20238
|
+
"$ref": "#/definitions/EffectJson",
|
|
20239
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
20240
|
+
},
|
|
20241
|
+
"id": {
|
|
20242
|
+
"description": "A unique identifying string for the layer.",
|
|
20243
|
+
"type": "string"
|
|
20244
|
+
},
|
|
20245
|
+
"isReference": {
|
|
20246
|
+
"description": "This is applicable if used as a baseMapLayer. A boolean value indicating whether or not the baseMapLayer draws on top (true) of other layers, including operationalLayers , or below (false).",
|
|
20247
|
+
"type": "boolean"
|
|
20248
|
+
},
|
|
20249
|
+
"itemId": {
|
|
20250
|
+
"description": "Optional string containing the item ID of the service if it's registered on ArcGIS Online or your organization's portal.",
|
|
20251
|
+
"type": "string"
|
|
20252
|
+
},
|
|
20253
|
+
"layerType": {
|
|
20254
|
+
"const": "ArcGISTiledElevationServiceLayer",
|
|
20255
|
+
"description": "The type of layer.",
|
|
20256
|
+
"type": "string"
|
|
20257
|
+
},
|
|
20258
|
+
"listMode": {
|
|
20259
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
|
|
20260
|
+
"enum": [
|
|
20261
|
+
"hide",
|
|
20262
|
+
"hide-children",
|
|
20263
|
+
"show"
|
|
20264
|
+
],
|
|
20265
|
+
"type": "string"
|
|
20266
|
+
},
|
|
20267
|
+
"maxScale": {
|
|
20268
|
+
"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.",
|
|
20269
|
+
"type": "number"
|
|
20270
|
+
},
|
|
20271
|
+
"minScale": {
|
|
20272
|
+
"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.",
|
|
20273
|
+
"type": "number"
|
|
20274
|
+
},
|
|
20275
|
+
"opacity": {
|
|
20276
|
+
"description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
|
|
20277
|
+
"type": "number"
|
|
20278
|
+
},
|
|
20279
|
+
"path": {
|
|
20280
|
+
"description": "For offline data, a path to an ArcGIS Runtime supported raster data file. A URI format is used, starting with file: followed by a file system path. A relative path must be from the file which defines the layer. For example `file:../data/raster_data/beijing.tif`.",
|
|
20281
|
+
"type": "string"
|
|
20282
|
+
},
|
|
20283
|
+
"refreshInterval": {
|
|
20284
|
+
"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. See {@link https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
20285
|
+
"type": "number"
|
|
20286
|
+
},
|
|
20287
|
+
"showLegend": {
|
|
20288
|
+
"description": "Indicates whether to allow map authors the ability to control what layers should be shown in a client's legend.",
|
|
20289
|
+
"type": "boolean"
|
|
20290
|
+
},
|
|
20291
|
+
"title": {
|
|
20292
|
+
"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.",
|
|
20293
|
+
"type": "string"
|
|
20294
|
+
},
|
|
20295
|
+
"type": {
|
|
20296
|
+
"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.",
|
|
20297
|
+
"enum": [
|
|
20298
|
+
"BingMapsAerial",
|
|
20299
|
+
"BingMapsHybrid",
|
|
20300
|
+
"BingMapsRoad",
|
|
20301
|
+
"CSV",
|
|
20302
|
+
"KML",
|
|
20303
|
+
"OpenStreetMap",
|
|
20304
|
+
"WMS",
|
|
20305
|
+
"WebTiledLayer"
|
|
20306
|
+
],
|
|
20307
|
+
"type": "string"
|
|
20308
|
+
},
|
|
20309
|
+
"url": {
|
|
20310
|
+
"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.",
|
|
20311
|
+
"type": "string"
|
|
20312
|
+
},
|
|
20313
|
+
"visibility": {
|
|
20314
|
+
"description": "Determines whether the layer is initially visible in the web map.",
|
|
20315
|
+
"type": "boolean"
|
|
20316
|
+
},
|
|
20317
|
+
"visibilityTimeExtent": {
|
|
20318
|
+
"description": "Represents time extent that will control when a layer should be visible based on webmap's current time. Visibility time extent only affects the layer visibility and will not filter the data.",
|
|
20319
|
+
"items": [
|
|
20320
|
+
{
|
|
20321
|
+
"type": "number"
|
|
20322
|
+
},
|
|
20323
|
+
{
|
|
20324
|
+
"type": "number"
|
|
20325
|
+
}
|
|
20326
|
+
],
|
|
20327
|
+
"maxItems": 2,
|
|
20328
|
+
"minItems": 2,
|
|
20329
|
+
"type": "array"
|
|
20330
|
+
}
|
|
20331
|
+
},
|
|
20332
|
+
"required": [
|
|
20333
|
+
"layerType"
|
|
20334
|
+
],
|
|
20335
|
+
"type": "object"
|
|
20336
|
+
},
|
|
18981
20337
|
"esri.rest-api.TiledImageServiceLayerJson.TiledImageServiceLayerJson": {
|
|
18982
20338
|
"additionalProperties": false,
|
|
18983
20339
|
"description": "An ArcGIS Tiled Image Service layer displays map content from an ArcGIS Server Image service that has been cached (tiled).\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/tiledImageServiceLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/tiledImageServiceLayer/}.",
|
|
@@ -22834,6 +24190,18 @@
|
|
|
22834
24190
|
}
|
|
22835
24191
|
]
|
|
22836
24192
|
},
|
|
24193
|
+
"printing.update-args": {
|
|
24194
|
+
"description": "Allows the user to update the intercepted prepared print request arguments.",
|
|
24195
|
+
"enum": [
|
|
24196
|
+
"printing.update-args"
|
|
24197
|
+
]
|
|
24198
|
+
},
|
|
24199
|
+
"printing.update-args:input": {
|
|
24200
|
+
"$ref": "#/definitions/PreparedPrintJobUpdateArgs"
|
|
24201
|
+
},
|
|
24202
|
+
"printing.update-args:output": {
|
|
24203
|
+
"$ref": "#/definitions/PrintJobArgs"
|
|
24204
|
+
},
|
|
22837
24205
|
"project.create": {
|
|
22838
24206
|
"description": "Creates app config for a project, based on the current state of the application. Web only.",
|
|
22839
24207
|
"enum": [
|
|
@@ -28746,6 +30114,22 @@
|
|
|
28746
30114
|
],
|
|
28747
30115
|
"type": "object"
|
|
28748
30116
|
},
|
|
30117
|
+
{
|
|
30118
|
+
"additionalProperties": false,
|
|
30119
|
+
"properties": {
|
|
30120
|
+
"arguments": {
|
|
30121
|
+
"$ref": "#/definitions/printing.update-args:input"
|
|
30122
|
+
},
|
|
30123
|
+
"name": {
|
|
30124
|
+
"$ref": "#/definitions/printing.update-args"
|
|
30125
|
+
}
|
|
30126
|
+
},
|
|
30127
|
+
"required": [
|
|
30128
|
+
"name",
|
|
30129
|
+
"arguments"
|
|
30130
|
+
],
|
|
30131
|
+
"type": "object"
|
|
30132
|
+
},
|
|
28749
30133
|
{
|
|
28750
30134
|
"additionalProperties": false,
|
|
28751
30135
|
"properties": {
|
|
@@ -29742,6 +31126,9 @@
|
|
|
29742
31126
|
{
|
|
29743
31127
|
"$ref": "#/definitions/portal.create-or-update-item"
|
|
29744
31128
|
},
|
|
31129
|
+
{
|
|
31130
|
+
"$ref": "#/definitions/printing.update-args"
|
|
31131
|
+
},
|
|
29745
31132
|
{
|
|
29746
31133
|
"$ref": "#/definitions/project.create"
|
|
29747
31134
|
},
|