@vertigis/viewer-spec 60.8.0 → 60.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/messaging/schema/common-action.schema.json +1923 -164
- package/messaging/schema/common-event.schema.json +2350 -348
- package/messaging/schema/mobile-action.schema.json +2076 -269
- package/messaging/schema/mobile-event.schema.json +2344 -351
- package/messaging/schema/web-action.schema.json +1130 -5
- package/messaging/schema/web-event.schema.json +1386 -9
- package/package.json +3 -3
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -624,6 +624,35 @@
|
|
|
624
624
|
],
|
|
625
625
|
"type": "object"
|
|
626
626
|
},
|
|
627
|
+
"@vertigis.arcgis-extensions.mapping.BasemapExtension.BasemapProperties": {
|
|
628
|
+
"additionalProperties": false,
|
|
629
|
+
"description": "Properties that can be specified for the {@link mapping /BasemapExtension!BasemapExtensionProperties.basemap} property.",
|
|
630
|
+
"properties": {
|
|
631
|
+
"baseMapLayers": {
|
|
632
|
+
"description": "An array of BasemapLayer objects defining the basemaps used in the web map/web scene.",
|
|
633
|
+
"items": {
|
|
634
|
+
"$ref": "#/definitions/BasemapLayerJson"
|
|
635
|
+
},
|
|
636
|
+
"type": "array"
|
|
637
|
+
},
|
|
638
|
+
"elevationLayers": {
|
|
639
|
+
"description": "Deprecated, use ground.layers instead. An array of elevationLayer objects defining the basemaps used in the web scene.",
|
|
640
|
+
"items": {
|
|
641
|
+
"$ref": "#/definitions/ElevationLayerJson"
|
|
642
|
+
},
|
|
643
|
+
"type": "array"
|
|
644
|
+
},
|
|
645
|
+
"id": {
|
|
646
|
+
"description": "An identifier used to refer to the basemap when referencing it elsewhere.\n\nNOTE: Only available in web scenes!",
|
|
647
|
+
"type": "string"
|
|
648
|
+
},
|
|
649
|
+
"title": {
|
|
650
|
+
"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.",
|
|
651
|
+
"type": "string"
|
|
652
|
+
}
|
|
653
|
+
},
|
|
654
|
+
"type": "object"
|
|
655
|
+
},
|
|
627
656
|
"@vertigis.arcgis-extensions.mapping.Bookmark.BookmarkProperties": {
|
|
628
657
|
"additionalProperties": false,
|
|
629
658
|
"description": "Properties that can be passed into the constructor for {@link mapping /Bookmark!Bookmark}.",
|
|
@@ -662,6 +691,52 @@
|
|
|
662
691
|
],
|
|
663
692
|
"type": "string"
|
|
664
693
|
},
|
|
694
|
+
"@vertigis.arcgis-extensions.mapping.MapExtension.WebMapLike": {
|
|
695
|
+
"anyOf": [
|
|
696
|
+
{
|
|
697
|
+
"$ref": "#/definitions/esri.PortalItem"
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
"$ref": "#/definitions/esri.rest-api.ItemJson.ItemJson"
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"$ref": "@vertigis.arcgis-extensions.PortalUri.PortalUri"
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
"$ref": "@vertigis.arcgis-extensions.utilities.uri.Uri"
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
"$ref": "#/definitions/esri.rest-api.WebMapJson.WebMapJson"
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
"type": "string"
|
|
713
|
+
}
|
|
714
|
+
],
|
|
715
|
+
"description": "A web map definition or reference."
|
|
716
|
+
},
|
|
717
|
+
"@vertigis.arcgis-extensions.mapping.MapExtension.WebSceneLike": {
|
|
718
|
+
"anyOf": [
|
|
719
|
+
{
|
|
720
|
+
"$ref": "#/definitions/esri.PortalItem"
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"$ref": "#/definitions/esri.rest-api.ItemJson.ItemJson"
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"$ref": "@vertigis.arcgis-extensions.PortalUri.PortalUri"
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"$ref": "@vertigis.arcgis-extensions.utilities.uri.Uri"
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"$ref": "#/definitions/esri.rest-api.WebSceneJson.WebSceneJson"
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"type": "string"
|
|
736
|
+
}
|
|
737
|
+
],
|
|
738
|
+
"description": "A web scene definition or reference."
|
|
739
|
+
},
|
|
665
740
|
"@vertigis.arcgis-extensions.mapping._LayerExtension.LayerReference": {
|
|
666
741
|
"additionalProperties": false,
|
|
667
742
|
"description": "Matches an existing layer.",
|
|
@@ -1470,6 +1545,16 @@
|
|
|
1470
1545
|
],
|
|
1471
1546
|
"type": "string"
|
|
1472
1547
|
},
|
|
1548
|
+
"ArrayBufferLike": {
|
|
1549
|
+
"anyOf": [
|
|
1550
|
+
{
|
|
1551
|
+
"$ref": "ArrayBuffer"
|
|
1552
|
+
},
|
|
1553
|
+
{
|
|
1554
|
+
"$ref": "SharedArrayBuffer"
|
|
1555
|
+
}
|
|
1556
|
+
]
|
|
1557
|
+
},
|
|
1473
1558
|
"AttributeTable": {
|
|
1474
1559
|
"additionalProperties": false,
|
|
1475
1560
|
"description": "Represents the attribute table settings.",
|
|
@@ -5761,6 +5846,27 @@
|
|
|
5761
5846
|
},
|
|
5762
5847
|
"type": "object"
|
|
5763
5848
|
},
|
|
5849
|
+
"LayerToken": {
|
|
5850
|
+
"description": "Well-known layer-based tokens that can be used in the system.open-url command arguments. NOTE: Not all layer types support extents, urls, min/max scales, and/or min/max zoom levels.",
|
|
5851
|
+
"enum": [
|
|
5852
|
+
"Layer.Extent.BottomLeft.Latitude",
|
|
5853
|
+
"Layer.Extent.BottomLeft.Longitude",
|
|
5854
|
+
"Layer.Extent.BottomRight.Latitude",
|
|
5855
|
+
"Layer.Extent.BottomRight.Longitude",
|
|
5856
|
+
"Layer.Extent.MaxScale",
|
|
5857
|
+
"Layer.Extent.MaxZoomLevel",
|
|
5858
|
+
"Layer.Extent.MinScale",
|
|
5859
|
+
"Layer.Extent.MinZoomLevel",
|
|
5860
|
+
"Layer.Extent.TopLeft.Latitude",
|
|
5861
|
+
"Layer.Extent.TopLeft.Longitude",
|
|
5862
|
+
"Layer.Extent.TopRight.Latitude",
|
|
5863
|
+
"Layer.Extent.TopRight.Longitude",
|
|
5864
|
+
"Layer.ID",
|
|
5865
|
+
"Layer.Title",
|
|
5866
|
+
"Layer.URL"
|
|
5867
|
+
],
|
|
5868
|
+
"type": "string"
|
|
5869
|
+
},
|
|
5764
5870
|
"Layers": {
|
|
5765
5871
|
"anyOf": [
|
|
5766
5872
|
{
|
|
@@ -5908,6 +6014,39 @@
|
|
|
5908
6014
|
},
|
|
5909
6015
|
"type": "object"
|
|
5910
6016
|
},
|
|
6017
|
+
"LightingJson": {
|
|
6018
|
+
"anyOf": [
|
|
6019
|
+
{
|
|
6020
|
+
"$ref": "#/definitions/esri.rest-api.EnvironmentJson.SunLightingJson"
|
|
6021
|
+
},
|
|
6022
|
+
{
|
|
6023
|
+
"$ref": "#/definitions/esri.rest-api.EnvironmentJson.VirtualLightingJson"
|
|
6024
|
+
}
|
|
6025
|
+
],
|
|
6026
|
+
"description": "Settings for defining the lighting of the scene."
|
|
6027
|
+
},
|
|
6028
|
+
"LocationToken": {
|
|
6029
|
+
"description": "Well-known location-based tokens that can be used in the system.open-url command arguments. Location.Map.ZoomLevel is not supported by Mobile; the supported levels and their associated numeric values can be found here: https://developers.arcgis.com/documentation/mapping-apis-and-services/reference/zoom-levels-and-scale/.",
|
|
6030
|
+
"enum": [
|
|
6031
|
+
"Location.Feature.Latitude",
|
|
6032
|
+
"Location.Feature.Longitude",
|
|
6033
|
+
"Location.Geolocation.Latitude",
|
|
6034
|
+
"Location.Geolocation.Longitude",
|
|
6035
|
+
"Location.Map.BottomLeft.Latitude",
|
|
6036
|
+
"Location.Map.BottomLeft.Longitude",
|
|
6037
|
+
"Location.Map.BottomRight.Latitude",
|
|
6038
|
+
"Location.Map.BottomRight.Longitude",
|
|
6039
|
+
"Location.Map.Center.Latitude",
|
|
6040
|
+
"Location.Map.Center.Longitude",
|
|
6041
|
+
"Location.Map.Scale",
|
|
6042
|
+
"Location.Map.TopLeft.Latitude",
|
|
6043
|
+
"Location.Map.TopLeft.Longitude",
|
|
6044
|
+
"Location.Map.TopRight.Latitude",
|
|
6045
|
+
"Location.Map.TopRight.Longitude",
|
|
6046
|
+
"Location.Map.ZoomLevel"
|
|
6047
|
+
],
|
|
6048
|
+
"type": "string"
|
|
6049
|
+
},
|
|
5911
6050
|
"MapOptions": {
|
|
5912
6051
|
"additionalProperties": false,
|
|
5913
6052
|
"description": "Represents the map options.",
|
|
@@ -5934,6 +6073,24 @@
|
|
|
5934
6073
|
],
|
|
5935
6074
|
"type": "object"
|
|
5936
6075
|
},
|
|
6076
|
+
"MapRotateArgs": {
|
|
6077
|
+
"additionalProperties": false,
|
|
6078
|
+
"description": "Arguments for the \"map.rotate-by\" and \"map.rotate-to\" commands.",
|
|
6079
|
+
"properties": {
|
|
6080
|
+
"maps": {
|
|
6081
|
+
"$ref": "MapsLike",
|
|
6082
|
+
"description": "The map to rotate."
|
|
6083
|
+
},
|
|
6084
|
+
"rotation": {
|
|
6085
|
+
"description": "The number of degrees clock-wise, with North being 0 degrees.",
|
|
6086
|
+
"type": "number"
|
|
6087
|
+
}
|
|
6088
|
+
},
|
|
6089
|
+
"required": [
|
|
6090
|
+
"rotation"
|
|
6091
|
+
],
|
|
6092
|
+
"type": "object"
|
|
6093
|
+
},
|
|
5937
6094
|
"Maps": {
|
|
5938
6095
|
"anyOf": [
|
|
5939
6096
|
{
|
|
@@ -10116,6 +10273,26 @@
|
|
|
10116
10273
|
],
|
|
10117
10274
|
"type": "object"
|
|
10118
10275
|
},
|
|
10276
|
+
"WeatherJson": {
|
|
10277
|
+
"anyOf": [
|
|
10278
|
+
{
|
|
10279
|
+
"$ref": "#/definitions/esri.rest-api.EnvironmentJson.CloudyWeatherJson"
|
|
10280
|
+
},
|
|
10281
|
+
{
|
|
10282
|
+
"$ref": "#/definitions/esri.rest-api.EnvironmentJson.FoggyWeatherJson"
|
|
10283
|
+
},
|
|
10284
|
+
{
|
|
10285
|
+
"$ref": "#/definitions/esri.rest-api.EnvironmentJson.RainyWeatherJson"
|
|
10286
|
+
},
|
|
10287
|
+
{
|
|
10288
|
+
"$ref": "#/definitions/esri.rest-api.EnvironmentJson.SunnyWeatherJson"
|
|
10289
|
+
},
|
|
10290
|
+
{
|
|
10291
|
+
"$ref": "#/definitions/esri.rest-api.EnvironmentJson.SnowyWeatherJson"
|
|
10292
|
+
}
|
|
10293
|
+
],
|
|
10294
|
+
"description": "Indicates the type of weather visualization in the scene."
|
|
10295
|
+
},
|
|
10119
10296
|
"WebAddAttachmentArgs": {
|
|
10120
10297
|
"additionalProperties": false,
|
|
10121
10298
|
"description": "VertiGIS Studio Web's arguments for the \"edit.add-attachment\" command. Not supported by Mobile.",
|
|
@@ -12542,6 +12719,216 @@
|
|
|
12542
12719
|
],
|
|
12543
12720
|
"type": "object"
|
|
12544
12721
|
},
|
|
12722
|
+
"esri.rest-api.EnvironmentJson.CloudyWeatherJson": {
|
|
12723
|
+
"additionalProperties": false,
|
|
12724
|
+
"description": "Object containing information for changing the weather conditions in the scene to cloudy.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/cloudyWeather/}.",
|
|
12725
|
+
"properties": {
|
|
12726
|
+
"cloudCover": {
|
|
12727
|
+
"description": "Specifies the amount of cloud cover in the sky.",
|
|
12728
|
+
"type": "number"
|
|
12729
|
+
},
|
|
12730
|
+
"type": {
|
|
12731
|
+
"const": "cloudy",
|
|
12732
|
+
"description": "The type of weather.",
|
|
12733
|
+
"type": "string"
|
|
12734
|
+
}
|
|
12735
|
+
},
|
|
12736
|
+
"required": [
|
|
12737
|
+
"type"
|
|
12738
|
+
],
|
|
12739
|
+
"type": "object"
|
|
12740
|
+
},
|
|
12741
|
+
"esri.rest-api.EnvironmentJson.ColorBackgroundJson": {
|
|
12742
|
+
"additionalProperties": false,
|
|
12743
|
+
"description": "Specifies a single color to fill the background of the scene with. The scene background is displayed behind any scene objects, stars and atmosphere.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/environment_background_color/}.",
|
|
12744
|
+
"properties": {
|
|
12745
|
+
"color": {
|
|
12746
|
+
"description": "Color is represented as a three or four-element array.",
|
|
12747
|
+
"items": {
|
|
12748
|
+
"type": "number"
|
|
12749
|
+
},
|
|
12750
|
+
"type": "array"
|
|
12751
|
+
},
|
|
12752
|
+
"transparency": {
|
|
12753
|
+
"description": "The value has to lie between 100 (full transparency) and 0 (full opacity). Web scenes only.",
|
|
12754
|
+
"type": "number"
|
|
12755
|
+
},
|
|
12756
|
+
"type": {
|
|
12757
|
+
"const": "color",
|
|
12758
|
+
"description": "The type of background. Web scenes only.",
|
|
12759
|
+
"type": "string"
|
|
12760
|
+
}
|
|
12761
|
+
},
|
|
12762
|
+
"required": [
|
|
12763
|
+
"type"
|
|
12764
|
+
],
|
|
12765
|
+
"type": "object"
|
|
12766
|
+
},
|
|
12767
|
+
"esri.rest-api.EnvironmentJson.EnvironmentJson": {
|
|
12768
|
+
"additionalProperties": false,
|
|
12769
|
+
"description": "Represents settings that affect the environment in which the WebScene is displayed (such as lighting). It is part of the initial state of the WebScene as well as slides in the presentation.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/environment/}.",
|
|
12770
|
+
"properties": {
|
|
12771
|
+
"atmosphereEnabled": {
|
|
12772
|
+
"description": "Whether the atmosphere should be visualized. This includes sky and haze effects.",
|
|
12773
|
+
"type": "boolean"
|
|
12774
|
+
},
|
|
12775
|
+
"background": {
|
|
12776
|
+
"$ref": "#/definitions/esri.rest-api.EnvironmentJson.ColorBackgroundJson",
|
|
12777
|
+
"description": "Specifies how the background of the scene (which lies behind sky, stars and atmosphere) should be displayed."
|
|
12778
|
+
},
|
|
12779
|
+
"lighting": {
|
|
12780
|
+
"$ref": "#/definitions/LightingJson",
|
|
12781
|
+
"description": "Object containing information on how the scene is lit."
|
|
12782
|
+
},
|
|
12783
|
+
"starsEnabled": {
|
|
12784
|
+
"description": "Whether stars should be displayed in the sky.",
|
|
12785
|
+
"type": "boolean"
|
|
12786
|
+
},
|
|
12787
|
+
"weather": {
|
|
12788
|
+
"$ref": "#/definitions/WeatherJson",
|
|
12789
|
+
"description": "Indicates the type of weather visualization in the scene."
|
|
12790
|
+
}
|
|
12791
|
+
},
|
|
12792
|
+
"type": "object"
|
|
12793
|
+
},
|
|
12794
|
+
"esri.rest-api.EnvironmentJson.FoggyWeatherJson": {
|
|
12795
|
+
"additionalProperties": false,
|
|
12796
|
+
"description": "Object containing information for changing the weather conditions in the scene to foggy.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/foggyWeather/}.",
|
|
12797
|
+
"properties": {
|
|
12798
|
+
"fogStrength": {
|
|
12799
|
+
"description": "Specifies the amount of fog used in the scene.",
|
|
12800
|
+
"type": "number"
|
|
12801
|
+
},
|
|
12802
|
+
"type": {
|
|
12803
|
+
"const": "foggy",
|
|
12804
|
+
"description": "The type of weather.",
|
|
12805
|
+
"type": "string"
|
|
12806
|
+
}
|
|
12807
|
+
},
|
|
12808
|
+
"required": [
|
|
12809
|
+
"type"
|
|
12810
|
+
],
|
|
12811
|
+
"type": "object"
|
|
12812
|
+
},
|
|
12813
|
+
"esri.rest-api.EnvironmentJson.RainyWeatherJson": {
|
|
12814
|
+
"additionalProperties": false,
|
|
12815
|
+
"description": "Object containing information for changing the weather conditions in the scene to rainy.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/rainyWeather/}.",
|
|
12816
|
+
"properties": {
|
|
12817
|
+
"cloudCover": {
|
|
12818
|
+
"description": "Specifies the amount of cloud cover in the sky.",
|
|
12819
|
+
"type": "number"
|
|
12820
|
+
},
|
|
12821
|
+
"precipitation": {
|
|
12822
|
+
"description": "Specifies the amount of snowfall in the scene.",
|
|
12823
|
+
"type": "number"
|
|
12824
|
+
},
|
|
12825
|
+
"type": {
|
|
12826
|
+
"const": "rainy",
|
|
12827
|
+
"description": "The type of weather.",
|
|
12828
|
+
"type": "string"
|
|
12829
|
+
}
|
|
12830
|
+
},
|
|
12831
|
+
"required": [
|
|
12832
|
+
"type"
|
|
12833
|
+
],
|
|
12834
|
+
"type": "object"
|
|
12835
|
+
},
|
|
12836
|
+
"esri.rest-api.EnvironmentJson.SnowyWeatherJson": {
|
|
12837
|
+
"additionalProperties": false,
|
|
12838
|
+
"description": "Object containing information for changing the weather conditions in the scene to snowy.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/sunnyWeather/}.",
|
|
12839
|
+
"properties": {
|
|
12840
|
+
"cloudCover": {
|
|
12841
|
+
"description": "Specifies the amount of cloud cover in the sky.",
|
|
12842
|
+
"type": "number"
|
|
12843
|
+
},
|
|
12844
|
+
"precipitation": {
|
|
12845
|
+
"description": "Specifies the amount of snowfall in the scene.",
|
|
12846
|
+
"type": "number"
|
|
12847
|
+
},
|
|
12848
|
+
"snowCover": {
|
|
12849
|
+
"description": "Display surfaces covered with snow.",
|
|
12850
|
+
"enum": [
|
|
12851
|
+
"disabled",
|
|
12852
|
+
"enabled"
|
|
12853
|
+
],
|
|
12854
|
+
"type": "string"
|
|
12855
|
+
},
|
|
12856
|
+
"type": {
|
|
12857
|
+
"const": "snowy",
|
|
12858
|
+
"description": "The type of weather.",
|
|
12859
|
+
"type": "string"
|
|
12860
|
+
}
|
|
12861
|
+
},
|
|
12862
|
+
"required": [
|
|
12863
|
+
"type"
|
|
12864
|
+
],
|
|
12865
|
+
"type": "object"
|
|
12866
|
+
},
|
|
12867
|
+
"esri.rest-api.EnvironmentJson.SunLightingJson": {
|
|
12868
|
+
"additionalProperties": false,
|
|
12869
|
+
"description": "Object containing information for the sun lighting type. The position of the light is set to the sun's location.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/sunLighting/}.",
|
|
12870
|
+
"properties": {
|
|
12871
|
+
"datetime": {
|
|
12872
|
+
"description": "The current date and time of the simulated sun. It is a number representing the number of milliseconds since 1 January, 1970 UTC.",
|
|
12873
|
+
"type": "number"
|
|
12874
|
+
},
|
|
12875
|
+
"directShadows": {
|
|
12876
|
+
"description": "Indicates whether to show shadows cast by the sun.",
|
|
12877
|
+
"type": "boolean"
|
|
12878
|
+
},
|
|
12879
|
+
"displayUTCOffset": {
|
|
12880
|
+
"description": "UTC offset in decimal hours. Not to be applied to datetime for sun position, only to adjust display of datetime in UI. If displayUTCOffset is null, offset is calculated for the current location (approximate only).",
|
|
12881
|
+
"type": "number"
|
|
12882
|
+
},
|
|
12883
|
+
"type": {
|
|
12884
|
+
"const": "sun",
|
|
12885
|
+
"description": "The type of lighting.",
|
|
12886
|
+
"type": "string"
|
|
12887
|
+
}
|
|
12888
|
+
},
|
|
12889
|
+
"required": [
|
|
12890
|
+
"type"
|
|
12891
|
+
],
|
|
12892
|
+
"type": "object"
|
|
12893
|
+
},
|
|
12894
|
+
"esri.rest-api.EnvironmentJson.SunnyWeatherJson": {
|
|
12895
|
+
"additionalProperties": false,
|
|
12896
|
+
"description": "Object containing information for changing the weather conditions in the scene to sunny.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/sunnyWeather/}.",
|
|
12897
|
+
"properties": {
|
|
12898
|
+
"cloudCover": {
|
|
12899
|
+
"description": "Specifies the amount of cloud cover in the sky.",
|
|
12900
|
+
"type": "number"
|
|
12901
|
+
},
|
|
12902
|
+
"type": {
|
|
12903
|
+
"const": "sunny",
|
|
12904
|
+
"description": "The type of weather.",
|
|
12905
|
+
"type": "string"
|
|
12906
|
+
}
|
|
12907
|
+
},
|
|
12908
|
+
"required": [
|
|
12909
|
+
"type"
|
|
12910
|
+
],
|
|
12911
|
+
"type": "object"
|
|
12912
|
+
},
|
|
12913
|
+
"esri.rest-api.EnvironmentJson.VirtualLightingJson": {
|
|
12914
|
+
"additionalProperties": false,
|
|
12915
|
+
"description": "Object containing information for the virtual lighting type. The position of the light follows the camera and is set behind the camera with a small offset to the left side.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/sunLighting/}.",
|
|
12916
|
+
"properties": {
|
|
12917
|
+
"directShadows": {
|
|
12918
|
+
"description": "Indicates whether to show shadows cast by the main light source.",
|
|
12919
|
+
"type": "boolean"
|
|
12920
|
+
},
|
|
12921
|
+
"type": {
|
|
12922
|
+
"const": "virtual",
|
|
12923
|
+
"description": "The type of lighting.",
|
|
12924
|
+
"type": "string"
|
|
12925
|
+
}
|
|
12926
|
+
},
|
|
12927
|
+
"required": [
|
|
12928
|
+
"type"
|
|
12929
|
+
],
|
|
12930
|
+
"type": "object"
|
|
12931
|
+
},
|
|
12545
12932
|
"esri.rest-api.FeatureCollectionJson.FeatureCollectionJson": {
|
|
12546
12933
|
"additionalProperties": false,
|
|
12547
12934
|
"description": "Defines a layer of features whose geometry and attributes will be stored directly within the web map.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/featureCollection/}.",
|
|
@@ -13762,13 +14149,39 @@
|
|
|
13762
14149
|
],
|
|
13763
14150
|
"type": "object"
|
|
13764
14151
|
},
|
|
13765
|
-
"esri.rest-api.
|
|
14152
|
+
"esri.rest-api.GroundJson.GroundJson": {
|
|
13766
14153
|
"additionalProperties": false,
|
|
13767
|
-
"description": "
|
|
14154
|
+
"description": "Ground defines the main surface of the web scene, based on elevation layers..\n\nSee https://developers.arcgis.com/web-scene-specification/objects/ground/.",
|
|
13768
14155
|
"properties": {
|
|
13769
|
-
"
|
|
13770
|
-
"description": "
|
|
13771
|
-
"
|
|
14156
|
+
"layers": {
|
|
14157
|
+
"description": "An array of elevationLayer objects defining the elevation of the ground in the web scene.",
|
|
14158
|
+
"items": {
|
|
14159
|
+
"$ref": "#/definitions/ElevationLayerJson"
|
|
14160
|
+
},
|
|
14161
|
+
"type": "array"
|
|
14162
|
+
},
|
|
14163
|
+
"navigationConstraint": {
|
|
14164
|
+
"$ref": "__type",
|
|
14165
|
+
"description": "Determines whether the camera is constrained to navigate only above, or also under the ground surface."
|
|
14166
|
+
},
|
|
14167
|
+
"surfaceColor": {
|
|
14168
|
+
"$ref": "#/definitions/esri.rest-api.SymbolJson.ColorJson",
|
|
14169
|
+
"description": "Defines the color of the ground surface, displayed underneath the basemap. If no color, the default grid is shown."
|
|
14170
|
+
},
|
|
14171
|
+
"transparency": {
|
|
14172
|
+
"description": "The transparency of the ground surface. It is used for seeing through the ground, therefore this property also changes the transparency of the basemap. Draped operational layers are not affected by this property. The value has to lie between 100 (full transparency) and 0 (full opacity).",
|
|
14173
|
+
"type": "number"
|
|
14174
|
+
}
|
|
14175
|
+
},
|
|
14176
|
+
"type": "object"
|
|
14177
|
+
},
|
|
14178
|
+
"esri.rest-api.GroupLayerJson.GroupLayerJson": {
|
|
14179
|
+
"additionalProperties": false,
|
|
14180
|
+
"description": "GroupLayer 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 GroupLayer provides the functionality to treat them as one layer called Water Features even though they are stored as separate feature layers.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/groupLayer/}.",
|
|
14181
|
+
"properties": {
|
|
14182
|
+
"blendMode": {
|
|
14183
|
+
"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.",
|
|
14184
|
+
"enum": [
|
|
13772
14185
|
"average",
|
|
13773
14186
|
"color",
|
|
13774
14187
|
"color-burn",
|
|
@@ -20361,6 +20774,60 @@
|
|
|
20361
20774
|
],
|
|
20362
20775
|
"type": "object"
|
|
20363
20776
|
},
|
|
20777
|
+
"esri.rest-api.TableJson.TableJson": {
|
|
20778
|
+
"additionalProperties": false,
|
|
20779
|
+
"description": "Root element in the web map specifying an array of table objects.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/table/} {@link https://developers.arcgis.com/web-scene-specification/objects/table/}.",
|
|
20780
|
+
"properties": {
|
|
20781
|
+
"capabilities": {
|
|
20782
|
+
"description": "A comma-separated string listing which editing operations are allowed on an editable feature service. Available operations include: 'Create', 'Delete', 'Query', 'Update', and 'Editing'.",
|
|
20783
|
+
"enum": [
|
|
20784
|
+
"Create",
|
|
20785
|
+
"Delete",
|
|
20786
|
+
"Editing",
|
|
20787
|
+
"Query",
|
|
20788
|
+
"Update"
|
|
20789
|
+
],
|
|
20790
|
+
"type": "string"
|
|
20791
|
+
},
|
|
20792
|
+
"definitionEditor": {
|
|
20793
|
+
"$ref": "#/definitions/esri.rest-api.DefinitionEditorJson.DefinitionEditorJson",
|
|
20794
|
+
"description": "Object indicating the definitionEditor used as a layer's interactive filter."
|
|
20795
|
+
},
|
|
20796
|
+
"formInfo": {
|
|
20797
|
+
"$ref": "#/definitions/esri.rest-api.FormInfoJson.FormInfoJson",
|
|
20798
|
+
"description": "A formInfo object defining the content of the form when you are editing a record."
|
|
20799
|
+
},
|
|
20800
|
+
"id": {
|
|
20801
|
+
"description": "Unique string identifier for the table.",
|
|
20802
|
+
"type": "string"
|
|
20803
|
+
},
|
|
20804
|
+
"itemId": {
|
|
20805
|
+
"description": "Unique string value indicating an item registered in ArcGIS Online or your organization's portal.",
|
|
20806
|
+
"type": "string"
|
|
20807
|
+
},
|
|
20808
|
+
"layerDefinition": {
|
|
20809
|
+
"$ref": "#/definitions/esri.rest-api.LayerDefinitionJson.LayerDefinitionJson",
|
|
20810
|
+
"description": "A layerDefinition object defining the attribute schema and drawing information for the layer. Used with CSV layers."
|
|
20811
|
+
},
|
|
20812
|
+
"popupInfo": {
|
|
20813
|
+
"$ref": "#/definitions/esri.rest-api.PopupInfoJson.PopupInfoJson",
|
|
20814
|
+
"description": "An object defining the content of popup windows when you query a record and the sort option for child related records."
|
|
20815
|
+
},
|
|
20816
|
+
"refreshInterval": {
|
|
20817
|
+
"description": "Refresh interval of the table in minutes. Non-zero value indicates automatic table refresh at the specified interval. Value of 0 indicates auto refresh is not enabled.",
|
|
20818
|
+
"type": "number"
|
|
20819
|
+
},
|
|
20820
|
+
"title": {
|
|
20821
|
+
"description": "String value for the title of the table.",
|
|
20822
|
+
"type": "string"
|
|
20823
|
+
},
|
|
20824
|
+
"url": {
|
|
20825
|
+
"description": "String value indicating the URL reference of the hosted table.",
|
|
20826
|
+
"type": "string"
|
|
20827
|
+
}
|
|
20828
|
+
},
|
|
20829
|
+
"type": "object"
|
|
20830
|
+
},
|
|
20364
20831
|
"esri.rest-api.TemplateJson.TemplateJson": {
|
|
20365
20832
|
"additionalProperties": false,
|
|
20366
20833
|
"description": "Templates describe features that can be created in a layer. Templates are used with map notes, other feature collections, and editable web-based CSV layers. They are not used with ArcGIS feature services, which already have feature templates defined in the service.\n\nTemplates are defined as a property of the layer definition when there are no types defined; otherwise, templates are defined as properties of the types.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/template/} {@link https://developers.arcgis.com/web-scene-specification/objects/template/}.",
|
|
@@ -21502,6 +21969,664 @@
|
|
|
21502
21969
|
},
|
|
21503
21970
|
"type": "object"
|
|
21504
21971
|
},
|
|
21972
|
+
"esri.rest-api.WebMapJson.ApplicationPropertiesJson": {
|
|
21973
|
+
"additionalProperties": false,
|
|
21974
|
+
"description": "The applicationProperties object is one of the objects at the top level of the JSON web map JSON schema. This is responsible for containing the viewing and editing properties of the web map. There are specific objects within this object that are applicable only to Collector and are explained within the property descriptions.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/applicationProperties/}.",
|
|
21975
|
+
"properties": {
|
|
21976
|
+
"editing": {
|
|
21977
|
+
"$ref": "__type",
|
|
21978
|
+
"description": "If locationTracking is set and enabled, the Collector application will update the feature service at the defined interval with the current location of the user logged into the Collector app. See {@link https://developers.arcgis.com/web-map-specification/objects/editing/}."
|
|
21979
|
+
},
|
|
21980
|
+
"offline": {
|
|
21981
|
+
"$ref": "__type",
|
|
21982
|
+
"description": "Use if working with offline maps. See {@link https://developers.arcgis.com/web-map-specification/objects/offline/}."
|
|
21983
|
+
},
|
|
21984
|
+
"viewing": {
|
|
21985
|
+
"$ref": "__type",
|
|
21986
|
+
"description": "An object containing all the viewing properties of the web map. If this is null or not defined, the client should assume a logical default. See {@link https://developers.arcgis.com/web-map-specification/objects/viewing/}."
|
|
21987
|
+
}
|
|
21988
|
+
},
|
|
21989
|
+
"type": "object"
|
|
21990
|
+
},
|
|
21991
|
+
"esri.rest-api.WebMapJson.BookmarkJson": {
|
|
21992
|
+
"additionalProperties": false,
|
|
21993
|
+
"description": "Predefined bookmarks for use by the application. A bookmark is a saved map extent that allows end users to quickly navigate to a particular area of interest.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/bookmark/}.",
|
|
21994
|
+
"properties": {
|
|
21995
|
+
"extent": {
|
|
21996
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
|
|
21997
|
+
},
|
|
21998
|
+
"name": {
|
|
21999
|
+
"description": "A string name for the bookmark.",
|
|
22000
|
+
"type": "string"
|
|
22001
|
+
},
|
|
22002
|
+
"thumbnail": {
|
|
22003
|
+
"$ref": "__type",
|
|
22004
|
+
"description": "Object containing a thumbnail image."
|
|
22005
|
+
},
|
|
22006
|
+
"viewpoint": {
|
|
22007
|
+
"$ref": "#/definitions/esri.rest-api.ViewpointJson.ViewpointJson",
|
|
22008
|
+
"description": "Represents the location displayed on the map. If viewpoint is defined, ignore the extent. If viewpoint is not defined, use the extent property. For backwards compatibility, please save both extent and viewpoint properties."
|
|
22009
|
+
}
|
|
22010
|
+
},
|
|
22011
|
+
"required": [
|
|
22012
|
+
"name"
|
|
22013
|
+
],
|
|
22014
|
+
"type": "object"
|
|
22015
|
+
},
|
|
22016
|
+
"esri.rest-api.WebMapJson.FacilityLayerInfoJson": {
|
|
22017
|
+
"additionalProperties": false,
|
|
22018
|
+
"description": "Defines the layer and field properties for the Facility layer used for floor filtering. See {@link https://developers.arcgis.com/web-map-specification/objects/facilityLayerInfo/}.",
|
|
22019
|
+
"properties": {
|
|
22020
|
+
"facilityIdField": {
|
|
22021
|
+
"description": "The name of the attribute field that contains a facility feature's unique identifier.",
|
|
22022
|
+
"type": "string"
|
|
22023
|
+
},
|
|
22024
|
+
"layerId": {
|
|
22025
|
+
"description": "A layer ID that refers to an operational layer in the map. The layer provides access to Facility features to use for floor filtering.",
|
|
22026
|
+
"type": "string"
|
|
22027
|
+
},
|
|
22028
|
+
"nameField": {
|
|
22029
|
+
"description": "The name of the attribute field that contains a facility feature's name.",
|
|
22030
|
+
"type": "string"
|
|
22031
|
+
},
|
|
22032
|
+
"siteIdField": {
|
|
22033
|
+
"description": "The name of the attribute field that contains a facility feature's site identifier (a foreign key to the Site layer).",
|
|
22034
|
+
"type": "string"
|
|
22035
|
+
}
|
|
22036
|
+
},
|
|
22037
|
+
"type": "object"
|
|
22038
|
+
},
|
|
22039
|
+
"esri.rest-api.WebMapJson.FloorFilterJson": {
|
|
22040
|
+
"additionalProperties": false,
|
|
22041
|
+
"description": "Configurable properties used by the floor filter widget. See {@link https://developers.arcgis.com/web-map-specification/objects/floorFilter/}.",
|
|
22042
|
+
"properties": {
|
|
22043
|
+
"enabled": {
|
|
22044
|
+
"description": "Indicates whether the floor filter is actively filtering the displayed content according to the floor filter selection.",
|
|
22045
|
+
"type": "boolean"
|
|
22046
|
+
},
|
|
22047
|
+
"facility": {
|
|
22048
|
+
"description": "Contains a facility identifier for the initially selected facility in the floor filter.",
|
|
22049
|
+
"type": "string"
|
|
22050
|
+
},
|
|
22051
|
+
"level": {
|
|
22052
|
+
"description": "Contains a level identifier for the initially selected floor, which is used when filtering floor-aware layers.",
|
|
22053
|
+
"type": "string"
|
|
22054
|
+
},
|
|
22055
|
+
"longNames": {
|
|
22056
|
+
"description": "Indicates whether the floor filter is showing long names instead of short names for floor levels.",
|
|
22057
|
+
"type": "boolean"
|
|
22058
|
+
},
|
|
22059
|
+
"minimized": {
|
|
22060
|
+
"description": "Indicates whether the floor filter has been minimized to show only the levels list instead of showing the full set of breadcrumbs.",
|
|
22061
|
+
"type": "boolean"
|
|
22062
|
+
},
|
|
22063
|
+
"pinnedLevels": {
|
|
22064
|
+
"description": "Indicates whether the floor filter has been pinned to show the floor levels list, instead of including the levels as a breadcrumb dropdown.",
|
|
22065
|
+
"type": "boolean"
|
|
22066
|
+
},
|
|
22067
|
+
"siteIdentifier": {
|
|
22068
|
+
"description": "Contains a site identifier for the initially selected site in the floor filter.",
|
|
22069
|
+
"type": "string"
|
|
22070
|
+
}
|
|
22071
|
+
},
|
|
22072
|
+
"type": "object"
|
|
22073
|
+
},
|
|
22074
|
+
"esri.rest-api.WebMapJson.InitialStateJson": {
|
|
22075
|
+
"additionalProperties": false,
|
|
22076
|
+
"description": "Defines the initial state when opening web scene.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/initialState/}.",
|
|
22077
|
+
"properties": {
|
|
22078
|
+
"environment": {
|
|
22079
|
+
"$ref": "#/definitions/esri.rest-api.EnvironmentJson.EnvironmentJson",
|
|
22080
|
+
"description": "The initial environment settings of the WebScene."
|
|
22081
|
+
},
|
|
22082
|
+
"viewpoint": {
|
|
22083
|
+
"$ref": "#/definitions/esri.rest-api.ViewpointJson.ViewpointJson",
|
|
22084
|
+
"description": "Describes a point of view for a 2D or 3D view. In a 3D view, it is determined using a camera position."
|
|
22085
|
+
}
|
|
22086
|
+
},
|
|
22087
|
+
"required": [
|
|
22088
|
+
"viewpoint"
|
|
22089
|
+
],
|
|
22090
|
+
"type": "object"
|
|
22091
|
+
},
|
|
22092
|
+
"esri.rest-api.WebMapJson.LevelLayerInfoJson": {
|
|
22093
|
+
"additionalProperties": false,
|
|
22094
|
+
"description": "Defines the layer and field properties for the Level layer used for floor filtering. See {@link https://developers.arcgis.com/web-map-specification/objects/levelLayerInfo/}.",
|
|
22095
|
+
"properties": {
|
|
22096
|
+
"facilityIdField": {
|
|
22097
|
+
"description": "The name of the attribute field that contains a level feature's facility identifier (a foreign key to the Facility layer).",
|
|
22098
|
+
"type": "string"
|
|
22099
|
+
},
|
|
22100
|
+
"layerId": {
|
|
22101
|
+
"description": "A layer ID that refers to an operational layer in the map. The layer provides access to Level features to use for floor filtering.",
|
|
22102
|
+
"type": "string"
|
|
22103
|
+
},
|
|
22104
|
+
"levelIdField": {
|
|
22105
|
+
"description": "The name of the attribute field that contains a level feature's unique identifier.",
|
|
22106
|
+
"type": "string"
|
|
22107
|
+
},
|
|
22108
|
+
"levelNumberField": {
|
|
22109
|
+
"description": "The name of the attribute field that contains a level feature's level number specific to its facility.",
|
|
22110
|
+
"type": "string"
|
|
22111
|
+
},
|
|
22112
|
+
"longNameField": {
|
|
22113
|
+
"description": "The name of the attribute field that contains a level feature's long name.",
|
|
22114
|
+
"type": "string"
|
|
22115
|
+
},
|
|
22116
|
+
"shortNameField": {
|
|
22117
|
+
"description": "The name of the attribute field that contains a level feature's short name.",
|
|
22118
|
+
"type": "string"
|
|
22119
|
+
},
|
|
22120
|
+
"verticalOrderField": {
|
|
22121
|
+
"description": "The name of the attribute field that contains a level feature's vertical order. The vertical order defines the order of display in the floor filter widget, and it also references the floor levels of an Indoor Positioning System.",
|
|
22122
|
+
"type": "string"
|
|
22123
|
+
}
|
|
22124
|
+
},
|
|
22125
|
+
"type": "object"
|
|
22126
|
+
},
|
|
22127
|
+
"esri.rest-api.WebMapJson.MapFloorInfoJson": {
|
|
22128
|
+
"additionalProperties": false,
|
|
22129
|
+
"description": "Contains floor-awareness information for the map. Defines the layers and required fields for each layer that are used for floor filtering. See {@link https://developers.arcgis.com/web-map-specification/objects/mapFloorInfo/}.",
|
|
22130
|
+
"properties": {
|
|
22131
|
+
"facilityLayer": {
|
|
22132
|
+
"$ref": "#/definitions/esri.rest-api.WebMapJson.FacilityLayerInfoJson",
|
|
22133
|
+
"description": "Defines the layer and field properties for the Facility layer used for floor filtering."
|
|
22134
|
+
},
|
|
22135
|
+
"levelLayer": {
|
|
22136
|
+
"$ref": "#/definitions/esri.rest-api.WebMapJson.LevelLayerInfoJson",
|
|
22137
|
+
"description": "Defines the layer and field properties for the Level layer used for floor filtering."
|
|
22138
|
+
},
|
|
22139
|
+
"siteLayer": {
|
|
22140
|
+
"$ref": "#/definitions/esri.rest-api.WebMapJson.SiteLayerInfoJson",
|
|
22141
|
+
"description": "Defines the layer and field properties for the Site layer used for floor filtering. This property is optional."
|
|
22142
|
+
}
|
|
22143
|
+
},
|
|
22144
|
+
"type": "object"
|
|
22145
|
+
},
|
|
22146
|
+
"esri.rest-api.WebMapJson.MapRangeInfoJson": {
|
|
22147
|
+
"additionalProperties": false,
|
|
22148
|
+
"description": "Map Range Information.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/mapRangeInfo/}.",
|
|
22149
|
+
"properties": {
|
|
22150
|
+
"activeRangeName": {
|
|
22151
|
+
"description": "Active range ID that slider/picker acts upon.",
|
|
22152
|
+
"type": "string"
|
|
22153
|
+
},
|
|
22154
|
+
"currentRangeExtent": {
|
|
22155
|
+
"description": "Current range for the active range.",
|
|
22156
|
+
"items": [
|
|
22157
|
+
{
|
|
22158
|
+
"type": "number"
|
|
22159
|
+
},
|
|
22160
|
+
{
|
|
22161
|
+
"type": "number"
|
|
22162
|
+
}
|
|
22163
|
+
],
|
|
22164
|
+
"maxItems": 2,
|
|
22165
|
+
"minItems": 2,
|
|
22166
|
+
"type": "array"
|
|
22167
|
+
},
|
|
22168
|
+
"fullRangeExtent": {
|
|
22169
|
+
"description": "Full range extent for the active range to be presented in the UI.",
|
|
22170
|
+
"items": [
|
|
22171
|
+
{
|
|
22172
|
+
"type": "number"
|
|
22173
|
+
},
|
|
22174
|
+
{
|
|
22175
|
+
"type": "number"
|
|
22176
|
+
}
|
|
22177
|
+
],
|
|
22178
|
+
"maxItems": 2,
|
|
22179
|
+
"minItems": 2,
|
|
22180
|
+
"type": "array"
|
|
22181
|
+
}
|
|
22182
|
+
},
|
|
22183
|
+
"type": "object"
|
|
22184
|
+
},
|
|
22185
|
+
"esri.rest-api.WebMapJson.PresentationJson": {
|
|
22186
|
+
"additionalProperties": false,
|
|
22187
|
+
"description": "A presentation consists of multiple slides, where each slide is a specific view into the web scene.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/presentation/} {@link https://developers.arcgis.com/web-scene-specification/objects/presentation/}.",
|
|
22188
|
+
"properties": {
|
|
22189
|
+
"displayTimeSlider": {
|
|
22190
|
+
"description": "Indicates whether to display the time slider (if accessible). [WebMap only].",
|
|
22191
|
+
"type": "boolean"
|
|
22192
|
+
},
|
|
22193
|
+
"showLegend": {
|
|
22194
|
+
"description": "Indicates whether to display a legend on all slides. [WebMap only].",
|
|
22195
|
+
"type": "boolean"
|
|
22196
|
+
},
|
|
22197
|
+
"slideAdvancementInterval": {
|
|
22198
|
+
"description": "Number of seconds to show slide before proceeding to the next slide. [WebMap only].",
|
|
22199
|
+
"type": "number"
|
|
22200
|
+
},
|
|
22201
|
+
"slides": {
|
|
22202
|
+
"description": "An array of slides that bookmark viewpoints, visible layers, and other settings previously defined in a WebScene.",
|
|
22203
|
+
"items": {
|
|
22204
|
+
"$ref": "#/definitions/esri.rest-api.WebMapJson.SlideJson"
|
|
22205
|
+
},
|
|
22206
|
+
"type": "array"
|
|
22207
|
+
},
|
|
22208
|
+
"useTimeExtentOfSlide": {
|
|
22209
|
+
"description": "Indicates whether to use the time extent (if applicable) of a slide. [WebMap only].",
|
|
22210
|
+
"type": "boolean"
|
|
22211
|
+
}
|
|
22212
|
+
},
|
|
22213
|
+
"type": "object"
|
|
22214
|
+
},
|
|
22215
|
+
"esri.rest-api.WebMapJson.RangeJson": {
|
|
22216
|
+
"additionalProperties": false,
|
|
22217
|
+
"description": "Range object.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/range/} {@link https://developers.arcgis.com/web-scene-specification/objects/range/}.",
|
|
22218
|
+
"properties": {
|
|
22219
|
+
"interactionMode": {
|
|
22220
|
+
"description": "Indicates the mode in which the active range should be presented to the user. Must be one of the following values: slider, picker.",
|
|
22221
|
+
"type": "string"
|
|
22222
|
+
},
|
|
22223
|
+
"numberOfStops": {
|
|
22224
|
+
"description": "This is used to generate the activeRangeValues if activeRangeValues are not specified.",
|
|
22225
|
+
"type": "number"
|
|
22226
|
+
},
|
|
22227
|
+
"stopInterval": {
|
|
22228
|
+
"description": "Interval in which stops should be generated.",
|
|
22229
|
+
"type": "number"
|
|
22230
|
+
}
|
|
22231
|
+
},
|
|
22232
|
+
"type": "object"
|
|
22233
|
+
},
|
|
22234
|
+
"esri.rest-api.WebMapJson.SiteLayerInfoJson": {
|
|
22235
|
+
"additionalProperties": false,
|
|
22236
|
+
"description": "Defines the layer and field properties for the Site layer used for floor filtering. This property is optional. See {@link https://developers.arcgis.com/web-map-specification/objects/siteLayerInfo/}.",
|
|
22237
|
+
"properties": {
|
|
22238
|
+
"layerId": {
|
|
22239
|
+
"description": "A layer ID that refers to an operational layer in the map. The layer provides access to Site features to use for floor filtering.",
|
|
22240
|
+
"type": "string"
|
|
22241
|
+
},
|
|
22242
|
+
"nameField": {
|
|
22243
|
+
"description": "The name of the attribute field that contains a site feature's name.",
|
|
22244
|
+
"type": "string"
|
|
22245
|
+
},
|
|
22246
|
+
"siteIdField": {
|
|
22247
|
+
"description": "The name of the attribute field that contains a site feature's unique identifier.",
|
|
22248
|
+
"type": "string"
|
|
22249
|
+
}
|
|
22250
|
+
},
|
|
22251
|
+
"type": "object"
|
|
22252
|
+
},
|
|
22253
|
+
"esri.rest-api.WebMapJson.SlideJson": {
|
|
22254
|
+
"additionalProperties": false,
|
|
22255
|
+
"description": "A slide stores a snapshot of several pre-set properties of the WebScene, such as the basemap, viewpoint and visible layers.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/slide/} {@link https://developers.arcgis.com/web-scene-specification/objects/slide/}.",
|
|
22256
|
+
"properties": {
|
|
22257
|
+
"baseMap": {
|
|
22258
|
+
"anyOf": [
|
|
22259
|
+
{
|
|
22260
|
+
"$ref": "#/definitions/esri.rest-api.BasemapJson.BasemapJson"
|
|
22261
|
+
},
|
|
22262
|
+
{
|
|
22263
|
+
"type": "string"
|
|
22264
|
+
}
|
|
22265
|
+
],
|
|
22266
|
+
"description": "The basemap of the scene. Only the base and reference layers of the basemap are stored in a slide. This value can be an instance of Basemap or one of the strings listed in the table below. Same as baseMap, but with no elevationLayers property."
|
|
22267
|
+
},
|
|
22268
|
+
"description": {
|
|
22269
|
+
"$ref": "__type",
|
|
22270
|
+
"description": "Text description of the individual presentation slide."
|
|
22271
|
+
},
|
|
22272
|
+
"environment": {
|
|
22273
|
+
"$ref": "#/definitions/esri.rest-api.EnvironmentJson.EnvironmentJson",
|
|
22274
|
+
"description": "Represents settings that affect the environment in which the WebScene is displayed (such as lighting)."
|
|
22275
|
+
},
|
|
22276
|
+
"extent": {
|
|
22277
|
+
"$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson",
|
|
22278
|
+
"description": "The standard Esri extent object with spatialReference, xmax, xmin, ymax and ymin. [WebMap Only]."
|
|
22279
|
+
},
|
|
22280
|
+
"hidden": {
|
|
22281
|
+
"description": "Indicates whether the slide should be hidden within the presentation. [WebMap Only].",
|
|
22282
|
+
"type": "boolean"
|
|
22283
|
+
},
|
|
22284
|
+
"id": {
|
|
22285
|
+
"description": "The unique id of a slide within the slides property of a Presentation.",
|
|
22286
|
+
"type": "string"
|
|
22287
|
+
},
|
|
22288
|
+
"mapLocation": {
|
|
22289
|
+
"$ref": "__type",
|
|
22290
|
+
"description": "An object with a centerPoint object and sometimes a resolution. [WebMap Only] {@link https://developers.arcgis.com/web-map-specification/objects/mapLocation/}."
|
|
22291
|
+
},
|
|
22292
|
+
"thumbnail": {
|
|
22293
|
+
"$ref": "__type",
|
|
22294
|
+
"description": "A data URI encoded thumbnail. See {@link https://developers.arcgis.com/web-scene-specification/objects/thumbnail/}."
|
|
22295
|
+
},
|
|
22296
|
+
"timeExtent": {
|
|
22297
|
+
"description": "An array of two numbers. The first one indicates start time and the second one indicates end time. [WebMap Only].",
|
|
22298
|
+
"items": {
|
|
22299
|
+
"type": "number"
|
|
22300
|
+
},
|
|
22301
|
+
"type": "array"
|
|
22302
|
+
},
|
|
22303
|
+
"title": {
|
|
22304
|
+
"$ref": "__type",
|
|
22305
|
+
"description": "Text and formatting for the title of the individual presentation slide https://developers.arcgis.com/web-map-specification/objects/title/ {@link https://developers.arcgis.com/web-scene-specification/objects/title/}."
|
|
22306
|
+
},
|
|
22307
|
+
"viewpoint": {
|
|
22308
|
+
"$ref": "#/definitions/esri.rest-api.ViewpointJson.ViewpointJson",
|
|
22309
|
+
"description": "The viewpoint of the slide. This acts like a bookmark, saving a predefined location or point of view from which to view the scene."
|
|
22310
|
+
},
|
|
22311
|
+
"visibleLayers": {
|
|
22312
|
+
"description": "An array of numbers indicating layer visibility. Stores references (by ID) to the layers that are set as visible when a slide is applied to a MapView or SceneView. See {@link https://developers.arcgis.com/web-map-specification/objects/visibleLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/visibleLayer/}.",
|
|
22313
|
+
"items": {
|
|
22314
|
+
"$ref": "__type"
|
|
22315
|
+
},
|
|
22316
|
+
"type": "array"
|
|
22317
|
+
},
|
|
22318
|
+
"visiblePopup": {
|
|
22319
|
+
"$ref": "__type",
|
|
22320
|
+
"description": "A presentation slide's visiblePopup which contains anchorPoint, featureId, layerId, and subLayerId. See {@link https://developers.arcgis.com/web-map-specification/objects/visiblePopup/}."
|
|
22321
|
+
}
|
|
22322
|
+
},
|
|
22323
|
+
"type": "object"
|
|
22324
|
+
},
|
|
22325
|
+
"esri.rest-api.WebMapJson.TimeSliderJson": {
|
|
22326
|
+
"additionalProperties": false,
|
|
22327
|
+
"description": "Time animation is controlled by a configurable time slider. Those configurations are saved to the web map as a timeSlider widget.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/timeSlider/}.",
|
|
22328
|
+
"properties": {
|
|
22329
|
+
"properties": {
|
|
22330
|
+
"$ref": "__type",
|
|
22331
|
+
"description": "Properties for the time slider."
|
|
22332
|
+
}
|
|
22333
|
+
},
|
|
22334
|
+
"required": [
|
|
22335
|
+
"properties"
|
|
22336
|
+
],
|
|
22337
|
+
"type": "object"
|
|
22338
|
+
},
|
|
22339
|
+
"esri.rest-api.WebMapJson.TraceConfigurationJson": {
|
|
22340
|
+
"additionalProperties": false,
|
|
22341
|
+
"description": "An array of pre-configured trace configurations for quickly running common traces. See {@link https://developers.arcgis.com/web-map-specification/objects/traceConfiguration/}.",
|
|
22342
|
+
"properties": {
|
|
22343
|
+
"id": {
|
|
22344
|
+
"description": "A unique identifying string for the trace configuration.",
|
|
22345
|
+
"type": "string"
|
|
22346
|
+
},
|
|
22347
|
+
"title": {
|
|
22348
|
+
"description": "A user-friendly string title for the trace configuration that can be used in a table of contents.",
|
|
22349
|
+
"type": "string"
|
|
22350
|
+
}
|
|
22351
|
+
},
|
|
22352
|
+
"type": "object"
|
|
22353
|
+
},
|
|
22354
|
+
"esri.rest-api.WebMapJson.UtilityNetworkJson": {
|
|
22355
|
+
"additionalProperties": false,
|
|
22356
|
+
"description": "Identifies the central object for utility network schema information to access utility-related functionality, such as tracing and querying associations. See {@link https://developers.arcgis.com/web-map-specification/objects/utilityNetwork/}.",
|
|
22357
|
+
"properties": {
|
|
22358
|
+
"id": {
|
|
22359
|
+
"description": "A unique identifying string for the utility network.",
|
|
22360
|
+
"type": "string"
|
|
22361
|
+
},
|
|
22362
|
+
"title": {
|
|
22363
|
+
"description": "A user-friendly string title for the utility network that can be used in a table of contents.",
|
|
22364
|
+
"type": "string"
|
|
22365
|
+
},
|
|
22366
|
+
"traceConfigurations": {
|
|
22367
|
+
"description": "An array of pre-configured trace configurations for quickly running common traces.",
|
|
22368
|
+
"items": {
|
|
22369
|
+
"$ref": "#/definitions/esri.rest-api.WebMapJson.TraceConfigurationJson"
|
|
22370
|
+
},
|
|
22371
|
+
"type": "array"
|
|
22372
|
+
},
|
|
22373
|
+
"url": {
|
|
22374
|
+
"description": "A string value indicating the URL to the utility network layer.",
|
|
22375
|
+
"type": "string"
|
|
22376
|
+
}
|
|
22377
|
+
},
|
|
22378
|
+
"type": "object"
|
|
22379
|
+
},
|
|
22380
|
+
"esri.rest-api.WebMapJson.WebMapJson": {
|
|
22381
|
+
"additionalProperties": false,
|
|
22382
|
+
"description": "The web map data lists the basemap, operational layers, and bookmarks to be used in the web map. It also contains information about popup windows and layer styling overrides to be used in the web map. A version property allows you to supply the version of the web map JSON format being used.\n\nPart of the Esri web map specification. See {@link http://resources.arcgis.com/en/help/arcgis-web-map-json/}. See {@link https://developers.arcgis.com/web-map-specification/objects/webmap/}.",
|
|
22383
|
+
"properties": {
|
|
22384
|
+
"applicationProperties": {
|
|
22385
|
+
"$ref": "#/definitions/esri.rest-api.WebMapJson.ApplicationPropertiesJson",
|
|
22386
|
+
"description": "The applicationProperties object is one of the objects at the top level of the JSON web map JSON schema. This is responsible for containing the viewing and editing properties of the web map. There are specific objects within this object that are applicable only to Collector and are explained within the property descriptions."
|
|
22387
|
+
},
|
|
22388
|
+
"authoringApp": {
|
|
22389
|
+
"description": "String value indicating the application which authored the webmap.",
|
|
22390
|
+
"type": "string"
|
|
22391
|
+
},
|
|
22392
|
+
"authoringAppVersion": {
|
|
22393
|
+
"description": "String value indicating the authoring App's version number.",
|
|
22394
|
+
"type": "string"
|
|
22395
|
+
},
|
|
22396
|
+
"background": {
|
|
22397
|
+
"$ref": "#/definitions/esri.rest-api.EnvironmentJson.ColorBackgroundJson",
|
|
22398
|
+
"description": "The background."
|
|
22399
|
+
},
|
|
22400
|
+
"baseMap": {
|
|
22401
|
+
"$ref": "#/definitions/esri.rest-api.BasemapJson.BasemapJson",
|
|
22402
|
+
"description": "The map's basemap layer(s). Layers are drawn based on the index position in the array; The first layer in the array is the first layer drawn, the next layer in the array is drawn on top of it, and so on."
|
|
22403
|
+
},
|
|
22404
|
+
"bookmarks": {
|
|
22405
|
+
"description": "Bookmarks that are saved with the map.",
|
|
22406
|
+
"items": {
|
|
22407
|
+
"$ref": "#/definitions/esri.rest-api.WebMapJson.BookmarkJson"
|
|
22408
|
+
},
|
|
22409
|
+
"type": "array"
|
|
22410
|
+
},
|
|
22411
|
+
"initialState": {
|
|
22412
|
+
"$ref": "#/definitions/esri.rest-api.WebMapJson.InitialStateJson",
|
|
22413
|
+
"description": "The initial state at which to open the map."
|
|
22414
|
+
},
|
|
22415
|
+
"mapFloorInfo": {
|
|
22416
|
+
"$ref": "#/definitions/esri.rest-api.WebMapJson.MapFloorInfoJson",
|
|
22417
|
+
"description": "Contains floor-awareness information for the map."
|
|
22418
|
+
},
|
|
22419
|
+
"mapRangeInfo": {
|
|
22420
|
+
"$ref": "#/definitions/esri.rest-api.WebMapJson.MapRangeInfoJson",
|
|
22421
|
+
"description": "Map range information."
|
|
22422
|
+
},
|
|
22423
|
+
"operationalLayers": {
|
|
22424
|
+
"description": "Operational layers contain your business data. They are used to make thematic maps. Usually, a basemap sits beneath your operational layers to give them geographic context. See {@link https://developers.arcgis.com/web-map-specification/objects/operationalLayers/}.",
|
|
22425
|
+
"items": {
|
|
22426
|
+
"$ref": "#/definitions/OperationalLayerJson"
|
|
22427
|
+
},
|
|
22428
|
+
"type": "array"
|
|
22429
|
+
},
|
|
22430
|
+
"presentation": {
|
|
22431
|
+
"$ref": "#/definitions/esri.rest-api.WebMapJson.PresentationJson",
|
|
22432
|
+
"description": "A presentation consists of multiple slides. Each slide has a different title, extent, basemap, layers etc."
|
|
22433
|
+
},
|
|
22434
|
+
"spatialReference": {
|
|
22435
|
+
"$ref": "#/definitions/esri.rest-api.SpatialReferenceJson.SpatialReferenceJson",
|
|
22436
|
+
"description": "An object used to specify the spatial reference of the given geometry."
|
|
22437
|
+
},
|
|
22438
|
+
"tables": {
|
|
22439
|
+
"description": "Specify an array of table objects.",
|
|
22440
|
+
"items": {
|
|
22441
|
+
"$ref": "#/definitions/esri.rest-api.TableJson.TableJson"
|
|
22442
|
+
},
|
|
22443
|
+
"type": "array"
|
|
22444
|
+
},
|
|
22445
|
+
"timeZone": {
|
|
22446
|
+
"description": "TODO: Not yet documented in web map spec, but present in 2.29 web maps generated by Maps SDK 4.28.",
|
|
22447
|
+
"type": "string"
|
|
22448
|
+
},
|
|
22449
|
+
"utilityNetworks": {
|
|
22450
|
+
"description": "An array of utility network objects the map can use to access utility-related functionality, such as tracing and querying associations.",
|
|
22451
|
+
"items": {
|
|
22452
|
+
"$ref": "#/definitions/esri.rest-api.WebMapJson.UtilityNetworkJson"
|
|
22453
|
+
},
|
|
22454
|
+
"type": "array"
|
|
22455
|
+
},
|
|
22456
|
+
"version": {
|
|
22457
|
+
"description": "Root element in the web map specifying a string value indicating the web map version. See {@link https://developers.arcgis.com/web-map-specification/objects/version/}.",
|
|
22458
|
+
"type": "string"
|
|
22459
|
+
},
|
|
22460
|
+
"widgets": {
|
|
22461
|
+
"$ref": "#/definitions/esri.rest-api.WebMapJson.WidgetsJson",
|
|
22462
|
+
"description": "The widgets object contains widgets that should be exposed to the user."
|
|
22463
|
+
}
|
|
22464
|
+
},
|
|
22465
|
+
"required": [
|
|
22466
|
+
"baseMap",
|
|
22467
|
+
"spatialReference",
|
|
22468
|
+
"version"
|
|
22469
|
+
],
|
|
22470
|
+
"type": "object"
|
|
22471
|
+
},
|
|
22472
|
+
"esri.rest-api.WebMapJson.WidgetsJson": {
|
|
22473
|
+
"additionalProperties": false,
|
|
22474
|
+
"description": "The widgets object contains widgets that should be exposed to the user.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/widgets/} {@link https://developers.arcgis.com/web-scene-specification/objects/widgets/}.",
|
|
22475
|
+
"properties": {
|
|
22476
|
+
"floorFilter": {
|
|
22477
|
+
"$ref": "#/definitions/esri.rest-api.WebMapJson.FloorFilterJson",
|
|
22478
|
+
"description": "Configurable properties used by the floor filter widget."
|
|
22479
|
+
},
|
|
22480
|
+
"range": {
|
|
22481
|
+
"$ref": "#/definitions/esri.rest-api.WebMapJson.RangeJson",
|
|
22482
|
+
"description": "Active range."
|
|
22483
|
+
},
|
|
22484
|
+
"timeSlider": {
|
|
22485
|
+
"$ref": "#/definitions/esri.rest-api.WebMapJson.TimeSliderJson",
|
|
22486
|
+
"description": "Time animation is controlled by a configurable time slider. The time slider widget will act upon all the time aware layers in the map."
|
|
22487
|
+
}
|
|
22488
|
+
},
|
|
22489
|
+
"type": "object"
|
|
22490
|
+
},
|
|
22491
|
+
"esri.rest-api.WebSceneJson.HeightModelInfoJson": {
|
|
22492
|
+
"additionalProperties": false,
|
|
22493
|
+
"description": "An object that defines the characteristics of the vertical coordinate system used by the web scene.",
|
|
22494
|
+
"properties": {
|
|
22495
|
+
"heightModel": {
|
|
22496
|
+
"description": "The surface type or height model of the vertical coordinate system.",
|
|
22497
|
+
"enum": [
|
|
22498
|
+
"ellipsoidal",
|
|
22499
|
+
"gravity_related_height"
|
|
22500
|
+
],
|
|
22501
|
+
"type": "string"
|
|
22502
|
+
},
|
|
22503
|
+
"heightUnit": {
|
|
22504
|
+
"description": "The unit of the vertical coordinate system.",
|
|
22505
|
+
"enum": [
|
|
22506
|
+
"150-kilometers",
|
|
22507
|
+
"50-kilometers",
|
|
22508
|
+
"benoit-1895-b-chain",
|
|
22509
|
+
"clarke-foot",
|
|
22510
|
+
"clarke-link",
|
|
22511
|
+
"clarke-yard",
|
|
22512
|
+
"foot",
|
|
22513
|
+
"gold-coast-foot",
|
|
22514
|
+
"indian-1937-yard",
|
|
22515
|
+
"indian-yard",
|
|
22516
|
+
"meter",
|
|
22517
|
+
"sears-1922-truncated-chain",
|
|
22518
|
+
"sears-chain",
|
|
22519
|
+
"sears-foot",
|
|
22520
|
+
"sears-yard",
|
|
22521
|
+
"us-foot"
|
|
22522
|
+
],
|
|
22523
|
+
"type": "string"
|
|
22524
|
+
},
|
|
22525
|
+
"vertCRS": {
|
|
22526
|
+
"description": "The datum realization of the vertical coordinate system.",
|
|
22527
|
+
"type": "string"
|
|
22528
|
+
}
|
|
22529
|
+
},
|
|
22530
|
+
"required": [
|
|
22531
|
+
"heightModel",
|
|
22532
|
+
"heightUnit"
|
|
22533
|
+
],
|
|
22534
|
+
"type": "object"
|
|
22535
|
+
},
|
|
22536
|
+
"esri.rest-api.WebSceneJson.WebSceneJson": {
|
|
22537
|
+
"additionalProperties": false,
|
|
22538
|
+
"description": "An Esri web scene.\n\nThe web scene is the core element of 3D mapping across the ArcGIS platform. It defines the content, style, environment, and slides of your scene and it can be shared across multiple ArcGIS web and desktop applications. Web scenes can be created, published, and consumed in ArcGIS Pro and ArcGIS Online with the Scene Viewer. The web scene is saved as a JSON document that can be consumed by the ArcGIS API for JavaScript via the WebScene class to easily create compelling 3D applications.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/webscene/}.",
|
|
22539
|
+
"properties": {
|
|
22540
|
+
"applicationProperties": {
|
|
22541
|
+
"$ref": "#/definitions/esri.rest-api.WebMapJson.ApplicationPropertiesJson",
|
|
22542
|
+
"description": "The applicationProperties object is one of the objects at the top level of the JSON web map JSON schema. This is responsible for containing the viewing and editing properties of the web map. There are specific objects within this object that are applicable only to Collector and are explained within the property descriptions."
|
|
22543
|
+
},
|
|
22544
|
+
"authoringApp": {
|
|
22545
|
+
"description": "String value indicating the application which authored the webmap.",
|
|
22546
|
+
"type": "string"
|
|
22547
|
+
},
|
|
22548
|
+
"authoringAppVersion": {
|
|
22549
|
+
"description": "String value indicating the authoring App's version number.",
|
|
22550
|
+
"type": "string"
|
|
22551
|
+
},
|
|
22552
|
+
"baseMap": {
|
|
22553
|
+
"$ref": "#/definitions/esri.rest-api.BasemapJson.BasemapJson",
|
|
22554
|
+
"description": "The map's basemap layer(s). Layers are drawn based on the index position in the array; The first layer in the array is the first layer drawn, the next layer in the array is drawn on top of it, and so on."
|
|
22555
|
+
},
|
|
22556
|
+
"clippingArea": {
|
|
22557
|
+
"$ref": "__type",
|
|
22558
|
+
"description": "Defines are to be clipped for display. See {@link https://developers.arcgis.com/web-scene-specification/objects/clippingArea/}."
|
|
22559
|
+
},
|
|
22560
|
+
"ground": {
|
|
22561
|
+
"$ref": "#/definitions/esri.rest-api.GroundJson.GroundJson",
|
|
22562
|
+
"description": "Ground defines the main surface of the web scene, based on elevation layers."
|
|
22563
|
+
},
|
|
22564
|
+
"heightModelInfo": {
|
|
22565
|
+
"$ref": "#/definitions/esri.rest-api.WebSceneJson.HeightModelInfoJson",
|
|
22566
|
+
"description": "An object that defines the characteristics of the vertical coordinate system used by the web scene."
|
|
22567
|
+
},
|
|
22568
|
+
"initialState": {
|
|
22569
|
+
"$ref": "#/definitions/esri.rest-api.WebMapJson.InitialStateJson",
|
|
22570
|
+
"description": "The initial state at which to open the map."
|
|
22571
|
+
},
|
|
22572
|
+
"mapFloorInfo": {
|
|
22573
|
+
"$ref": "#/definitions/esri.rest-api.WebMapJson.MapFloorInfoJson",
|
|
22574
|
+
"description": "Contains floor-awareness information for the map."
|
|
22575
|
+
},
|
|
22576
|
+
"mapRangeInfo": {
|
|
22577
|
+
"$ref": "#/definitions/esri.rest-api.WebMapJson.MapRangeInfoJson",
|
|
22578
|
+
"description": "Map range information."
|
|
22579
|
+
},
|
|
22580
|
+
"operationalLayers": {
|
|
22581
|
+
"description": "Operational layers contain your business data. They are used to make thematic maps. Usually, a basemap sits beneath your operational layers to give them geographic context. See {@link https://developers.arcgis.com/web-map-specification/objects/operationalLayers/}.",
|
|
22582
|
+
"items": {
|
|
22583
|
+
"$ref": "#/definitions/OperationalLayerJson"
|
|
22584
|
+
},
|
|
22585
|
+
"type": "array"
|
|
22586
|
+
},
|
|
22587
|
+
"presentation": {
|
|
22588
|
+
"$ref": "#/definitions/esri.rest-api.WebMapJson.PresentationJson",
|
|
22589
|
+
"description": "A presentation consists of multiple slides. Each slide has a different title, extent, basemap, layers etc."
|
|
22590
|
+
},
|
|
22591
|
+
"spatialReference": {
|
|
22592
|
+
"$ref": "#/definitions/esri.rest-api.SpatialReferenceJson.SpatialReferenceJson",
|
|
22593
|
+
"description": "An object used to specify the spatial reference of the given geometry."
|
|
22594
|
+
},
|
|
22595
|
+
"tables": {
|
|
22596
|
+
"description": "Specify an array of table objects.",
|
|
22597
|
+
"items": {
|
|
22598
|
+
"$ref": "#/definitions/esri.rest-api.TableJson.TableJson"
|
|
22599
|
+
},
|
|
22600
|
+
"type": "array"
|
|
22601
|
+
},
|
|
22602
|
+
"timeZone": {
|
|
22603
|
+
"description": "TODO: Not yet documented in web map spec, but present in 2.29 web maps generated by Maps SDK 4.28.",
|
|
22604
|
+
"type": "string"
|
|
22605
|
+
},
|
|
22606
|
+
"version": {
|
|
22607
|
+
"description": "Root element in the web map specifying a string value indicating the web map version. See {@link https://developers.arcgis.com/web-map-specification/objects/version/}.",
|
|
22608
|
+
"type": "string"
|
|
22609
|
+
},
|
|
22610
|
+
"viewingMode": {
|
|
22611
|
+
"description": "Must be one of the following values: \"global\" | \"local\".",
|
|
22612
|
+
"enum": [
|
|
22613
|
+
"global",
|
|
22614
|
+
"local"
|
|
22615
|
+
],
|
|
22616
|
+
"type": "string"
|
|
22617
|
+
},
|
|
22618
|
+
"widgets": {
|
|
22619
|
+
"$ref": "#/definitions/esri.rest-api.WebMapJson.WidgetsJson",
|
|
22620
|
+
"description": "The widgets object contains widgets that should be exposed to the user."
|
|
22621
|
+
}
|
|
22622
|
+
},
|
|
22623
|
+
"required": [
|
|
22624
|
+
"baseMap",
|
|
22625
|
+
"spatialReference",
|
|
22626
|
+
"version"
|
|
22627
|
+
],
|
|
22628
|
+
"type": "object"
|
|
22629
|
+
},
|
|
21505
22630
|
"esri.rest-api.WebTileLayerJson.TileInfoJson": {
|
|
21506
22631
|
"additionalProperties": false,
|
|
21507
22632
|
"description": "Tile information, returned from the WMTS OGC Web Service. The tileInfo will contain the spatial reference of the layer. TileInfo is the same json representation as the ArcGIS Map/Image service tileInfo except that it may contain a levelValue on the lod objects that should be used instead of the level in the templateUrl.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/tileInfo/} {@link https://developers.arcgis.com/web-scene-specification/objects/tileInfo/}.",
|