@vertigis/viewer-spec 59.6.0 → 59.7.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.
@@ -1608,6 +1608,9 @@
1608
1608
  {
1609
1609
  "$ref": "#/definitions/esri.rest-api.KMLLayerJson.KMLLayerJson"
1610
1610
  },
1611
+ {
1612
+ "$ref": "#/definitions/esri.rest-api.MediaLayerJson.MediaLayerJson"
1613
+ },
1611
1614
  {
1612
1615
  "$ref": "#/definitions/esri.rest-api.MapServiceLayerJson.MapServiceLayerJson"
1613
1616
  },
@@ -2674,6 +2677,20 @@
2674
2677
  "description": "Determines whether the layer is initially visible in the web map.",
2675
2678
  "type": "boolean"
2676
2679
  },
2680
+ "visibilityTimeExtent": {
2681
+ "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.",
2682
+ "items": [
2683
+ {
2684
+ "type": "number"
2685
+ },
2686
+ {
2687
+ "type": "number"
2688
+ }
2689
+ ],
2690
+ "maxItems": 2,
2691
+ "minItems": 2,
2692
+ "type": "array"
2693
+ },
2677
2694
  "visibleLayers": {
2678
2695
  "description": "An array of sublayer ids that should appear visible. These ids refer to subsets of the Annotation features in the AnnotationLayer, identified by their AnnotationClassId.",
2679
2696
  "items": {
@@ -2853,6 +2870,20 @@
2853
2870
  "visibility": {
2854
2871
  "description": "Determines whether the layer is initially visible in the web map.",
2855
2872
  "type": "boolean"
2873
+ },
2874
+ "visibilityTimeExtent": {
2875
+ "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.",
2876
+ "items": [
2877
+ {
2878
+ "type": "number"
2879
+ },
2880
+ {
2881
+ "type": "number"
2882
+ }
2883
+ ],
2884
+ "maxItems": 2,
2885
+ "minItems": 2,
2886
+ "type": "array"
2856
2887
  }
2857
2888
  },
2858
2889
  "required": [
@@ -3152,6 +3183,20 @@
3152
3183
  "visibility": {
3153
3184
  "description": "Determines whether the layer is initially visible in the web map.",
3154
3185
  "type": "boolean"
3186
+ },
3187
+ "visibilityTimeExtent": {
3188
+ "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.",
3189
+ "items": [
3190
+ {
3191
+ "type": "number"
3192
+ },
3193
+ {
3194
+ "type": "number"
3195
+ }
3196
+ ],
3197
+ "maxItems": 2,
3198
+ "minItems": 2,
3199
+ "type": "array"
3155
3200
  }
3156
3201
  },
3157
3202
  "required": [
@@ -3777,6 +3822,20 @@
3777
3822
  "description": "Determines whether the layer is initially visible in the web map.",
3778
3823
  "type": "boolean"
3779
3824
  },
3825
+ "visibilityTimeExtent": {
3826
+ "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.",
3827
+ "items": [
3828
+ {
3829
+ "type": "number"
3830
+ },
3831
+ {
3832
+ "type": "number"
3833
+ }
3834
+ ],
3835
+ "maxItems": 2,
3836
+ "minItems": 2,
3837
+ "type": "array"
3838
+ },
3780
3839
  "visibleLayers": {
3781
3840
  "description": "An array of sublayer ids that should appear visible. Used with feature layers that are based on feature collections.",
3782
3841
  "items": {
@@ -4427,6 +4486,20 @@
4427
4486
  "visibility": {
4428
4487
  "description": "Determines whether the layer is initially visible in the web map.",
4429
4488
  "type": "boolean"
4489
+ },
4490
+ "visibilityTimeExtent": {
4491
+ "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.",
4492
+ "items": [
4493
+ {
4494
+ "type": "number"
4495
+ },
4496
+ {
4497
+ "type": "number"
4498
+ }
4499
+ ],
4500
+ "maxItems": 2,
4501
+ "minItems": 2,
4502
+ "type": "array"
4430
4503
  }
4431
4504
  },
4432
4505
  "required": [
@@ -4554,6 +4627,20 @@
4554
4627
  "visibility": {
4555
4628
  "description": "Determines whether the layer is initially visible in the web map.",
4556
4629
  "type": "boolean"
4630
+ },
4631
+ "visibilityTimeExtent": {
4632
+ "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.",
4633
+ "items": [
4634
+ {
4635
+ "type": "number"
4636
+ },
4637
+ {
4638
+ "type": "number"
4639
+ }
4640
+ ],
4641
+ "maxItems": 2,
4642
+ "minItems": 2,
4643
+ "type": "array"
4557
4644
  }
4558
4645
  },
4559
4646
  "required": [
@@ -4850,6 +4937,20 @@
4850
4937
  "inherited"
4851
4938
  ],
4852
4939
  "type": "string"
4940
+ },
4941
+ "visibilityTimeExtent": {
4942
+ "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.",
4943
+ "items": [
4944
+ {
4945
+ "type": "number"
4946
+ },
4947
+ {
4948
+ "type": "number"
4949
+ }
4950
+ ],
4951
+ "maxItems": 2,
4952
+ "minItems": 2,
4953
+ "type": "array"
4853
4954
  }
4854
4955
  },
4855
4956
  "required": [
@@ -5051,6 +5152,20 @@
5051
5152
  "visibility": {
5052
5153
  "description": "Determines whether the layer is initially visible in the web map.",
5053
5154
  "type": "boolean"
5155
+ },
5156
+ "visibilityTimeExtent": {
5157
+ "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.",
5158
+ "items": [
5159
+ {
5160
+ "type": "number"
5161
+ },
5162
+ {
5163
+ "type": "number"
5164
+ }
5165
+ ],
5166
+ "maxItems": 2,
5167
+ "minItems": 2,
5168
+ "type": "array"
5054
5169
  }
5055
5170
  },
5056
5171
  "required": [
@@ -5235,6 +5350,20 @@
5235
5350
  "visibility": {
5236
5351
  "description": "Determines whether the layer is initially visible in the web map.",
5237
5352
  "type": "boolean"
5353
+ },
5354
+ "visibilityTimeExtent": {
5355
+ "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.",
5356
+ "items": [
5357
+ {
5358
+ "type": "number"
5359
+ },
5360
+ {
5361
+ "type": "number"
5362
+ }
5363
+ ],
5364
+ "maxItems": 2,
5365
+ "minItems": 2,
5366
+ "type": "array"
5238
5367
  }
5239
5368
  },
5240
5369
  "required": [
@@ -5356,6 +5485,20 @@
5356
5485
  "visibility": {
5357
5486
  "description": "Determines whether the layer is initially visible in the web map.",
5358
5487
  "type": "boolean"
5488
+ },
5489
+ "visibilityTimeExtent": {
5490
+ "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.",
5491
+ "items": [
5492
+ {
5493
+ "type": "number"
5494
+ },
5495
+ {
5496
+ "type": "number"
5497
+ }
5498
+ ],
5499
+ "maxItems": 2,
5500
+ "minItems": 2,
5501
+ "type": "array"
5359
5502
  }
5360
5503
  },
5361
5504
  "required": [
@@ -5476,6 +5619,20 @@
5476
5619
  "description": "Determines whether the layer is initially visible in the web map.",
5477
5620
  "type": "boolean"
5478
5621
  },
5622
+ "visibilityTimeExtent": {
5623
+ "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.",
5624
+ "items": [
5625
+ {
5626
+ "type": "number"
5627
+ },
5628
+ {
5629
+ "type": "number"
5630
+ }
5631
+ ],
5632
+ "maxItems": 2,
5633
+ "minItems": 2,
5634
+ "type": "array"
5635
+ },
5479
5636
  "visibleFolders": {
5480
5637
  "description": "Array of numeric IDs of folders that will be made visible.",
5481
5638
  "items": {
@@ -6567,6 +6724,20 @@
6567
6724
  "description": "Determines whether the layer is initially visible in the web map.",
6568
6725
  "type": "boolean"
6569
6726
  },
6727
+ "visibilityTimeExtent": {
6728
+ "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.",
6729
+ "items": [
6730
+ {
6731
+ "type": "number"
6732
+ },
6733
+ {
6734
+ "type": "number"
6735
+ }
6736
+ ],
6737
+ "maxItems": 2,
6738
+ "minItems": 2,
6739
+ "type": "array"
6740
+ },
6570
6741
  "visibleLayers": {
6571
6742
  "description": "An array of layers that should appear visible. Used with ArcGIS map services that are not tiled in addition to WMS layers. Array of items of the following types: Number With ArcGIS map services, the array contains integers of the index positions of each visible layer.",
6572
6743
  "items": {
@@ -6580,6 +6751,184 @@
6580
6751
  ],
6581
6752
  "type": "object"
6582
6753
  },
6754
+ "esri.rest-api.MediaLayerJson.GeoreferenceJson": {
6755
+ "additionalProperties": false,
6756
+ "description": "The georeference used to place a media in a MediaLayer.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/mediaLayer_georeference/} {@link https://developers.arcgis.com/web-scene-specification/objects/mediaLayer_georeference/}.",
6757
+ "properties": {
6758
+ "coefficients": {
6759
+ "description": "An array of 8 coefficients representing the projective transformation..",
6760
+ "items": {
6761
+ "type": "number"
6762
+ },
6763
+ "type": "array"
6764
+ },
6765
+ "controlPoints": {
6766
+ "description": "An array of 4 user defined control points placed on the media..",
6767
+ "items": {
6768
+ "$ref": "__type"
6769
+ },
6770
+ "type": "array"
6771
+ },
6772
+ "height": {
6773
+ "description": "Numeric value indicating the height of media in pixels.",
6774
+ "type": "number"
6775
+ },
6776
+ "spatialReference": {
6777
+ "$ref": "#/definitions/esri.rest-api.SpatialReferenceJson.SpatialReferenceJson",
6778
+ "description": "Image format of the cached tiles."
6779
+ },
6780
+ "width": {
6781
+ "description": "Numeric value indicating the width of media in pixels.",
6782
+ "type": "number"
6783
+ }
6784
+ },
6785
+ "type": "object"
6786
+ },
6787
+ "esri.rest-api.MediaLayerJson.MediaLayerJson": {
6788
+ "additionalProperties": false,
6789
+ "description": "The MediaLayer is used to add image and video elements to the map at a specified geographic location. This layer can be used to display old scanned maps, weather data, satellite imagery, aerial and drone images, fantasy images and video feedback, etc. The geographic location of the image or video can be set using the extent and rotation, corner points or control points.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/mediaLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/mediaLayer/}.",
6790
+ "properties": {
6791
+ "blendMode": {
6792
+ "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.",
6793
+ "enum": [
6794
+ "average",
6795
+ "color",
6796
+ "color-burn",
6797
+ "color-dodge",
6798
+ "darken",
6799
+ "destination-atop",
6800
+ "destination-in",
6801
+ "destination-out",
6802
+ "destination-over",
6803
+ "difference",
6804
+ "exclusion",
6805
+ "hard-light",
6806
+ "hue",
6807
+ "invert",
6808
+ "lighten",
6809
+ "lighter",
6810
+ "luminosity",
6811
+ "minus",
6812
+ "multiply",
6813
+ "normal",
6814
+ "overlay",
6815
+ "plus",
6816
+ "reflect",
6817
+ "saturation",
6818
+ "screen",
6819
+ "soft-light",
6820
+ "source-atop",
6821
+ "source-in",
6822
+ "source-out",
6823
+ "vivid-light",
6824
+ "xor"
6825
+ ],
6826
+ "type": "string"
6827
+ },
6828
+ "effect": {
6829
+ "$ref": "#/definitions/EffectJson",
6830
+ "description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
6831
+ },
6832
+ "georeference": {
6833
+ "$ref": "#/definitions/esri.rest-api.MediaLayerJson.GeoreferenceJson",
6834
+ "description": "Attribution to the Web Tile Layer provider. It is displayed in the attribution on the web map. Input required by the user when the layer is added to the web map."
6835
+ },
6836
+ "id": {
6837
+ "description": "A unique identifying string for the layer.",
6838
+ "type": "string"
6839
+ },
6840
+ "itemId": {
6841
+ "description": "Optional string containing the item ID of the Media Layer item registered on ArcGIS Online or your organization's portal.",
6842
+ "type": "string"
6843
+ },
6844
+ "layerType": {
6845
+ "const": "MediaLayer",
6846
+ "description": "The type of layer.",
6847
+ "type": "string"
6848
+ },
6849
+ "listMode": {
6850
+ "description": "Indicates how the layer should display in the table of contents. The known values are listed below. See {@link support /esri!ListMode}.",
6851
+ "enum": [
6852
+ "hide",
6853
+ "hide-children",
6854
+ "show"
6855
+ ],
6856
+ "type": "string"
6857
+ },
6858
+ "maxScale": {
6859
+ "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.",
6860
+ "type": "number"
6861
+ },
6862
+ "mediaType": {
6863
+ "description": "Indicates the type of media that the url points to. The currently supported media types are image and video. Images must be in JPEG or PNG format. For supported video formats, please refer to the MDN video codec guide. 'mediaType' is applicable only when the url is defined.",
6864
+ "enum": [
6865
+ "image",
6866
+ "video"
6867
+ ],
6868
+ "type": "string"
6869
+ },
6870
+ "minScale": {
6871
+ "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.",
6872
+ "type": "number"
6873
+ },
6874
+ "opacity": {
6875
+ "description": "The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.",
6876
+ "type": "number"
6877
+ },
6878
+ "refreshInterval": {
6879
+ "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}.",
6880
+ "type": "number"
6881
+ },
6882
+ "showLegend": {
6883
+ "description": "Indicates whether to allow map authors the ability to control what layers should be shown in a client's legend.",
6884
+ "type": "boolean"
6885
+ },
6886
+ "title": {
6887
+ "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.",
6888
+ "type": "string"
6889
+ },
6890
+ "type": {
6891
+ "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.",
6892
+ "enum": [
6893
+ "BingMapsAerial",
6894
+ "BingMapsHybrid",
6895
+ "BingMapsRoad",
6896
+ "CSV",
6897
+ "KML",
6898
+ "OpenStreetMap",
6899
+ "WMS",
6900
+ "WebTiledLayer"
6901
+ ],
6902
+ "type": "string"
6903
+ },
6904
+ "url": {
6905
+ "description": "Url URL to the media file. It is not applicable when itemId is defined. The url is relative when the media file is stored as an item resource. Relative urls are only applicable for image media types. Video media types only support external video urls at this time. See related mediaType property.",
6906
+ "type": "string"
6907
+ },
6908
+ "visibility": {
6909
+ "description": "Determines whether the layer is initially visible in the web map.",
6910
+ "type": "boolean"
6911
+ },
6912
+ "visibilityTimeExtent": {
6913
+ "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.",
6914
+ "items": [
6915
+ {
6916
+ "type": "number"
6917
+ },
6918
+ {
6919
+ "type": "number"
6920
+ }
6921
+ ],
6922
+ "maxItems": 2,
6923
+ "minItems": 2,
6924
+ "type": "array"
6925
+ }
6926
+ },
6927
+ "required": [
6928
+ "layerType"
6929
+ ],
6930
+ "type": "object"
6931
+ },
6583
6932
  "esri.rest-api.MosaicRuleJson.MosaicRuleJson": {
6584
6933
  "additionalProperties": false,
6585
6934
  "description": "Specifies the mosaic rule when defining how individual images should be mosaiced. It specifies selection, mosaic method, sort order, overlapping pixel resolution, etc. Mosaic rules are for mosaicing rasters in the mosaic dataset.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/mosaicRule/} {@link https://developers.arcgis.com/web-scene-specification/objects/mosaicRule/}.",
@@ -6782,6 +7131,20 @@
6782
7131
  "visibility": {
6783
7132
  "description": "Determines whether the layer is initially visible in the web map.",
6784
7133
  "type": "boolean"
7134
+ },
7135
+ "visibilityTimeExtent": {
7136
+ "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.",
7137
+ "items": [
7138
+ {
7139
+ "type": "number"
7140
+ },
7141
+ {
7142
+ "type": "number"
7143
+ }
7144
+ ],
7145
+ "maxItems": 2,
7146
+ "minItems": 2,
7147
+ "type": "array"
6785
7148
  }
6786
7149
  },
6787
7150
  "required": [
@@ -8661,6 +9024,20 @@
8661
9024
  "visibility": {
8662
9025
  "description": "Determines whether the layer is initially visible in the web map.",
8663
9026
  "type": "boolean"
9027
+ },
9028
+ "visibilityTimeExtent": {
9029
+ "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.",
9030
+ "items": [
9031
+ {
9032
+ "type": "number"
9033
+ },
9034
+ {
9035
+ "type": "number"
9036
+ }
9037
+ ],
9038
+ "maxItems": 2,
9039
+ "minItems": 2,
9040
+ "type": "array"
8664
9041
  }
8665
9042
  },
8666
9043
  "required": [
@@ -8877,6 +9254,20 @@
8877
9254
  "description": "Determines whether the layer is initially visible in the web map.",
8878
9255
  "type": "boolean"
8879
9256
  },
9257
+ "visibilityTimeExtent": {
9258
+ "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.",
9259
+ "items": [
9260
+ {
9261
+ "type": "number"
9262
+ },
9263
+ {
9264
+ "type": "number"
9265
+ }
9266
+ ],
9267
+ "maxItems": 2,
9268
+ "minItems": 2,
9269
+ "type": "array"
9270
+ },
8880
9271
  "visibleLayers": {
8881
9272
  "description": "An array of sublayer ids that should appear visible. Used with feature layers that are based on feature collections.",
8882
9273
  "items": {
@@ -9105,6 +9496,20 @@
9105
9496
  "visibility": {
9106
9497
  "description": "Determines whether the layer is initially visible in the web map.",
9107
9498
  "type": "boolean"
9499
+ },
9500
+ "visibilityTimeExtent": {
9501
+ "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.",
9502
+ "items": [
9503
+ {
9504
+ "type": "number"
9505
+ },
9506
+ {
9507
+ "type": "number"
9508
+ }
9509
+ ],
9510
+ "maxItems": 2,
9511
+ "minItems": 2,
9512
+ "type": "array"
9108
9513
  }
9109
9514
  },
9110
9515
  "required": [
@@ -9246,6 +9651,20 @@
9246
9651
  "visibility": {
9247
9652
  "description": "Determines whether the layer is initially visible in the web map.",
9248
9653
  "type": "boolean"
9654
+ },
9655
+ "visibilityTimeExtent": {
9656
+ "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.",
9657
+ "items": [
9658
+ {
9659
+ "type": "number"
9660
+ },
9661
+ {
9662
+ "type": "number"
9663
+ }
9664
+ ],
9665
+ "maxItems": 2,
9666
+ "minItems": 2,
9667
+ "type": "array"
9249
9668
  }
9250
9669
  },
9251
9670
  "required": [
@@ -10537,6 +10956,20 @@
10537
10956
  "visibility": {
10538
10957
  "description": "Determines whether the layer is initially visible in the web map.",
10539
10958
  "type": "boolean"
10959
+ },
10960
+ "visibilityTimeExtent": {
10961
+ "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.",
10962
+ "items": [
10963
+ {
10964
+ "type": "number"
10965
+ },
10966
+ {
10967
+ "type": "number"
10968
+ }
10969
+ ],
10970
+ "maxItems": 2,
10971
+ "minItems": 2,
10972
+ "type": "array"
10540
10973
  }
10541
10974
  },
10542
10975
  "required": [
@@ -10685,6 +11118,20 @@
10685
11118
  "visibility": {
10686
11119
  "description": "Determines whether the layer is initially visible in the web map.",
10687
11120
  "type": "boolean"
11121
+ },
11122
+ "visibilityTimeExtent": {
11123
+ "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.",
11124
+ "items": [
11125
+ {
11126
+ "type": "number"
11127
+ },
11128
+ {
11129
+ "type": "number"
11130
+ }
11131
+ ],
11132
+ "maxItems": 2,
11133
+ "minItems": 2,
11134
+ "type": "array"
10688
11135
  }
10689
11136
  },
10690
11137
  "required": [
@@ -10843,6 +11290,20 @@
10843
11290
  "visibility": {
10844
11291
  "description": "Determines whether the layer is initially visible in the web map.",
10845
11292
  "type": "boolean"
11293
+ },
11294
+ "visibilityTimeExtent": {
11295
+ "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.",
11296
+ "items": [
11297
+ {
11298
+ "type": "number"
11299
+ },
11300
+ {
11301
+ "type": "number"
11302
+ }
11303
+ ],
11304
+ "maxItems": 2,
11305
+ "minItems": 2,
11306
+ "type": "array"
10846
11307
  }
10847
11308
  },
10848
11309
  "required": [
@@ -11028,6 +11489,20 @@
11028
11489
  "description": "Determines whether the layer is initially visible in the web map.",
11029
11490
  "type": "boolean"
11030
11491
  },
11492
+ "visibilityTimeExtent": {
11493
+ "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.",
11494
+ "items": [
11495
+ {
11496
+ "type": "number"
11497
+ },
11498
+ {
11499
+ "type": "number"
11500
+ }
11501
+ ],
11502
+ "maxItems": 2,
11503
+ "minItems": 2,
11504
+ "type": "array"
11505
+ },
11031
11506
  "wfsInfo": {
11032
11507
  "$ref": "#/definitions/esri.rest-api.WFSLayerJson.WFSInfoJson",
11033
11508
  "description": "Object that defines and provides information about layers in a WFS service."
@@ -11225,6 +11700,20 @@
11225
11700
  "description": "Determines whether the layer is initially visible in the web map.",
11226
11701
  "type": "boolean"
11227
11702
  },
11703
+ "visibilityTimeExtent": {
11704
+ "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.",
11705
+ "items": [
11706
+ {
11707
+ "type": "number"
11708
+ },
11709
+ {
11710
+ "type": "number"
11711
+ }
11712
+ ],
11713
+ "maxItems": 2,
11714
+ "minItems": 2,
11715
+ "type": "array"
11716
+ },
11228
11717
  "visibleLayers": {
11229
11718
  "description": "An array of layers that should appear visible. The array contains the names of the visible layers.",
11230
11719
  "items": {
@@ -11468,6 +11957,20 @@
11468
11957
  "description": "Determines whether the layer is initially visible in the web map.",
11469
11958
  "type": "boolean"
11470
11959
  },
11960
+ "visibilityTimeExtent": {
11961
+ "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.",
11962
+ "items": [
11963
+ {
11964
+ "type": "number"
11965
+ },
11966
+ {
11967
+ "type": "number"
11968
+ }
11969
+ ],
11970
+ "maxItems": 2,
11971
+ "minItems": 2,
11972
+ "type": "array"
11973
+ },
11471
11974
  "wmtsInfo": {
11472
11975
  "$ref": "#/definitions/esri.rest-api.WebTileLayerJson.WMTSInfoJson",
11473
11976
  "description": "An object representing information about this layer if it is a WMTS layer."