@vertigis/viewer-spec 42.13.0 → 42.17.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.
@@ -423,7 +423,7 @@
423
423
  "description": "The initial geometry to add the point to. Can be null."
424
424
  },
425
425
  "geometryType": {
426
- "description": "The type of geometry to create if the initial geometry is null. In Geocorex Mobile, this value must be 'polygon' or 'polyline'. In Geocortex Web, this value may also be null if the point being added is intended to be added to the active sketch.",
426
+ "description": "The type of geometry to create if the initial geometry is null. In Geocortex Mobile, this value must be 'polygon' or 'polyline'. In Geocortex Web, this value may also be null if the point being added is intended to be added to the active sketch.",
427
427
  "type": "string"
428
428
  },
429
429
  "maps": {
@@ -1156,10 +1156,15 @@
1156
1156
  "id": {
1157
1157
  "description": "The unique ID for this entity.",
1158
1158
  "type": "string"
1159
+ },
1160
+ "itemType": {
1161
+ "description": "The item type for this entity when it participates in an App.",
1162
+ "type": "string"
1159
1163
  }
1160
1164
  },
1161
1165
  "required": [
1162
- "id"
1166
+ "id",
1167
+ "itemType"
1163
1168
  ],
1164
1169
  "type": "object"
1165
1170
  },
@@ -2104,6 +2109,10 @@
2104
2109
  "description": "A string defining the character used to separate columns in a CSV file. You can set this property using any of the following: \",\", \" \", \";\", \"|\", \"\\t\". Used with CSV layers only.",
2105
2110
  "type": "string"
2106
2111
  },
2112
+ "disablePopup": {
2113
+ "description": "Indicates whether to allow a client to ignore popups defined by the service item.",
2114
+ "type": "boolean"
2115
+ },
2107
2116
  "id": {
2108
2117
  "description": "A unique identifying string for the layer.",
2109
2118
  "type": "string"
@@ -2718,7 +2727,7 @@
2718
2727
  "type": "array"
2719
2728
  },
2720
2729
  "fixedSymbols": {
2721
- "description": "Indicates whether symbols should stay the same size in screen units as you zoom in. A value of true means the symbols stay the same size in screen units regardless of the map scale.",
2730
+ "description": "Only used for feature collections with a renderer. The feature's symbol is defined by the layer's renderer. Not implemented in JSAPI 4.x.",
2722
2731
  "type": "boolean"
2723
2732
  },
2724
2733
  "labelingInfo": {
@@ -2732,6 +2741,10 @@
2732
2741
  "$ref": "#/definitions/esri.rest-api.Renderer.Renderer",
2733
2742
  "description": "A renderer object that provides the symbology for the layer."
2734
2743
  },
2744
+ "scaleSymbols": {
2745
+ "description": "Boolean property indicating whether symbols should stay the same size in screen units as you zoom in. A value of false means the symbols stay the same size in screen units regardless of the map scale. Not implemented in JSAPI 4.x.",
2746
+ "type": "boolean"
2747
+ },
2735
2748
  "showLabels": {
2736
2749
  "description": "Defines whether labels should be shown or not. This is only valid for sublayers.",
2737
2750
  "type": "boolean"
@@ -3166,6 +3179,9 @@
3166
3179
  "description": "A comma-separated string listing which editing operations are allowed on an editable feature service. Available operations include: Create | Delete | Query | Update | Editing.",
3167
3180
  "type": "string"
3168
3181
  },
3182
+ "customParameters": {
3183
+ "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
3184
+ },
3169
3185
  "definitionEditor": {
3170
3186
  "$ref": "#/definitions/esri.rest-api.DefinitionEditor.DefinitionEditor",
3171
3187
  "description": "Stores interactive filters."
@@ -3182,6 +3198,10 @@
3182
3198
  "$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureCollectionType",
3183
3199
  "description": "Indicates the type of features in the feature collection. If featureCollectionType is missing, it means the feature collection is a regular single-layer or multi-layer feature collection."
3184
3200
  },
3201
+ "formInfo": {
3202
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormInfo",
3203
+ "description": "A formInfo object defining the content of the form when you are editing a feature."
3204
+ },
3185
3205
  "id": {
3186
3206
  "description": "A unique identifying string for the layer.",
3187
3207
  "type": "string"
@@ -3241,6 +3261,13 @@
3241
3261
  "description": "Indicates whether to allow map authors the ability to control what layers should be shown in a client's legend.",
3242
3262
  "type": "boolean"
3243
3263
  },
3264
+ "subtypeCode": {
3265
+ "description": "The feature subtype code identifying the layer. Used with SubtypeGroupLayers.",
3266
+ "type": [
3267
+ "string",
3268
+ "number"
3269
+ ]
3270
+ },
3244
3271
  "title": {
3245
3272
  "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.",
3246
3273
  "type": "string"
@@ -3520,6 +3547,487 @@
3520
3547
  ],
3521
3548
  "type": "object"
3522
3549
  },
3550
+ "esri.rest-api.FormInfo.FormAttachmentElement": {
3551
+ "additionalProperties": false,
3552
+ "description": "Defines how one or more attachments can participate in the form. When present in the form, the user has the ability to upload an attachment specific to the form element. {@link https://developers.arcgis.com/web-map-specification/objects/formAttachmentElement/}.",
3553
+ "properties": {
3554
+ "attachmentKeyword": {
3555
+ "description": "A string to identify the attachment(s). When a file is attached using the form, this property is used to set the value of the keywords field for the attachment. When a form is displaying existing attachments, this property is used to query attachments using an exact match on the keywords field.",
3556
+ "type": "string"
3557
+ },
3558
+ "description": {
3559
+ "description": "A string that describes the element in detail.",
3560
+ "type": "string"
3561
+ },
3562
+ "editable": {
3563
+ "description": "Indicates whether the attachments can be edited. If not present, the default is true.",
3564
+ "type": "boolean"
3565
+ },
3566
+ "inputType": {
3567
+ "additionalProperties": false,
3568
+ "description": "The input user interface to use for the attachment.",
3569
+ "properties": {
3570
+ "type": {
3571
+ "description": "The input type identifier.",
3572
+ "enum": [
3573
+ "attachment",
3574
+ "audio",
3575
+ "document",
3576
+ "image",
3577
+ "signature",
3578
+ "video"
3579
+ ],
3580
+ "type": "string"
3581
+ }
3582
+ },
3583
+ "required": [
3584
+ "type"
3585
+ ],
3586
+ "type": "object"
3587
+ },
3588
+ "label": {
3589
+ "description": "A string value indicating what the element represents.",
3590
+ "type": "string"
3591
+ },
3592
+ "type": {
3593
+ "description": "String value indicating which type of element to use.",
3594
+ "enum": [
3595
+ "attachment"
3596
+ ],
3597
+ "type": "string"
3598
+ },
3599
+ "visibilityExpression": {
3600
+ "description": "A reference to an Arcade expression that returns a boolean value. When this expression evaluates to true, the element is displayed. When the expression evaluates to false the element is not displayed. If no expression is provided, the default behavior is that the element is displayed.",
3601
+ "type": "string"
3602
+ }
3603
+ },
3604
+ "required": [
3605
+ "type"
3606
+ ],
3607
+ "type": "object"
3608
+ },
3609
+ "esri.rest-api.FormInfo.FormBarcodeScannerInput": {
3610
+ "additionalProperties": false,
3611
+ "description": "Defines the desired user interface is a barcode or QR code scanner. If the client does not support barcode scanning, a single-line text box should be used. {@link https://developers.arcgis.com/web-map-specification/objects/formBarcodeScannerInput/}.",
3612
+ "properties": {
3613
+ "maxLength": {
3614
+ "description": "This represents the maximum number of characters allowed. This only applies for string fields. If not supplied, the value is derived from the length property of the referenced field in the service.",
3615
+ "type": "number"
3616
+ },
3617
+ "minLength": {
3618
+ "description": "This represents the minimum number of characters allowed. This only applies for string fields. If not supplied, the value is 0, meaning there is no minimum constraint.",
3619
+ "type": "number"
3620
+ },
3621
+ "type": {
3622
+ "description": "The input type identifier.",
3623
+ "enum": [
3624
+ "barcode-scanner"
3625
+ ],
3626
+ "type": "string"
3627
+ }
3628
+ },
3629
+ "required": [
3630
+ "type"
3631
+ ],
3632
+ "type": "object"
3633
+ },
3634
+ "esri.rest-api.FormInfo.FormComboBoxInput": {
3635
+ "additionalProperties": false,
3636
+ "description": "Defines the desired user interface is a list of values in a drop-down that supports typing to filter. Only one value can be selected at a time. {@link https://developers.arcgis.com/web-map-specification/objects/formComboBoxInput/}.",
3637
+ "properties": {
3638
+ "noValueOptionLabel": {
3639
+ "description": "The text used to represent a null value.",
3640
+ "type": "string"
3641
+ },
3642
+ "showNoValueOption": {
3643
+ "description": "Determines whether null value option is displayed. This only applies to fields that support null values. If not provided, the default value is false.",
3644
+ "type": "boolean"
3645
+ },
3646
+ "type": {
3647
+ "description": "The input type identifier.",
3648
+ "enum": [
3649
+ "combo-box"
3650
+ ],
3651
+ "type": "string"
3652
+ }
3653
+ },
3654
+ "required": [
3655
+ "type"
3656
+ ],
3657
+ "type": "object"
3658
+ },
3659
+ "esri.rest-api.FormInfo.FormDateTimePickerInput": {
3660
+ "additionalProperties": false,
3661
+ "description": "Defines the desired user interface is a calendar date picker. {@link https://developers.arcgis.com/web-map-specification/objects/formDatetimePickerInput/}.",
3662
+ "properties": {
3663
+ "includeTime": {
3664
+ "description": "Indicates if the datetime picker should provide an option to select the time. If not provided, the default value is false.",
3665
+ "type": "boolean"
3666
+ },
3667
+ "max": {
3668
+ "description": "The maximum date to allow. The number represents the number of milliseconds since epoch (January 1, 1970) in UTC.",
3669
+ "type": "number"
3670
+ },
3671
+ "min": {
3672
+ "description": "The minimum date to allow. The number represents the number of milliseconds since epoch (January 1, 1970) in UTC.",
3673
+ "type": "number"
3674
+ },
3675
+ "type": {
3676
+ "description": "The input type identifier.",
3677
+ "enum": [
3678
+ "datetime-picker"
3679
+ ],
3680
+ "type": "string"
3681
+ }
3682
+ },
3683
+ "required": [
3684
+ "type"
3685
+ ],
3686
+ "type": "object"
3687
+ },
3688
+ "esri.rest-api.FormInfo.FormExpressionInfo": {
3689
+ "additionalProperties": false,
3690
+ "description": "Arcade expression used in the form. {@link https://developers.arcgis.com/web-map-specification/objects/formExpressionInfo/}.",
3691
+ "properties": {
3692
+ "expression": {
3693
+ "description": "The Arcade expression.",
3694
+ "type": "string"
3695
+ },
3696
+ "name": {
3697
+ "description": "Unique identifier for the expression.",
3698
+ "type": "string"
3699
+ },
3700
+ "returnType": {
3701
+ "description": "Return type of the Arcade expression. This can be determined by the authoring client by executing the expression using a sample feature(s), although it can be corrected by the user.",
3702
+ "enum": [
3703
+ "boolean"
3704
+ ],
3705
+ "type": "string"
3706
+ },
3707
+ "title": {
3708
+ "description": "Title of the expression.",
3709
+ "type": "string"
3710
+ }
3711
+ },
3712
+ "type": "object"
3713
+ },
3714
+ "esri.rest-api.FormInfo.FormFieldElement": {
3715
+ "additionalProperties": false,
3716
+ "description": "Defines how a field in the dataset participates in the form. {@link https://developers.arcgis.com/web-map-specification/objects/formFieldElement/}.",
3717
+ "properties": {
3718
+ "description": {
3719
+ "description": "A string that describes the element in detail.",
3720
+ "type": "string"
3721
+ },
3722
+ "domain": {
3723
+ "$ref": "#/definitions/esri.rest-api.Domain.Domain",
3724
+ "description": "The domain to apply to this field. If defined, it takes precedence over domains defined in field, type, or subtype."
3725
+ },
3726
+ "editable": {
3727
+ "description": "A Boolean determining whether users can edit this form element. If not supplied, the editable state is derived from the editable property of referenced field in the service.",
3728
+ "type": "boolean"
3729
+ },
3730
+ "fieldName": {
3731
+ "description": "A string containing the field name as defined by the feature layer.",
3732
+ "type": "string"
3733
+ },
3734
+ "inputType": {
3735
+ "anyOf": [
3736
+ {
3737
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormBarcodeScannerInput"
3738
+ },
3739
+ {
3740
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormComboBoxInput"
3741
+ },
3742
+ {
3743
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormDateTimePickerInput"
3744
+ },
3745
+ {
3746
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormRadioButtonsInput"
3747
+ },
3748
+ {
3749
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormSwitchInput"
3750
+ },
3751
+ {
3752
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormTextAreaInput"
3753
+ },
3754
+ {
3755
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormTextBoxInput"
3756
+ }
3757
+ ],
3758
+ "description": "The input user interface to use for the element. If an input type is not supplied or the client application does not understand the supplied input type, the client application is responsible for defining the default user interface."
3759
+ },
3760
+ "label": {
3761
+ "description": "A string indicating what the element represents. If not supplied, the label is derived from the alias property in the referenced field in the service.",
3762
+ "type": "string"
3763
+ },
3764
+ "requiredExpression": {
3765
+ "description": "A reference to an Arcade expression that returns a boolean value. When this expression evaluates to true and the element is visible, the element must have a valid value in order for the feature to be created or edited. When the expression evaluates to false the element is not required. If no expression is provided, the default behavior is that the element is not required. If the referenced field is non-nullable, the required expression is ignored and the element is always required.",
3766
+ "type": "string"
3767
+ },
3768
+ "type": {
3769
+ "description": "A string indicating which type of element to use.",
3770
+ "enum": [
3771
+ "field"
3772
+ ],
3773
+ "type": "string"
3774
+ },
3775
+ "visibilityExpression": {
3776
+ "description": "A reference to an Arcade expression that returns a boolean value. When this expression evaluates to true, the element is displayed. When the expression evaluates to false the element is not displayed. If no expression is provided, the default behavior is that the element is displayed. Care must be taken when defining a visibility expression for a non-nullable field i.e. to make sure that such fields either have default values or are made visible to users so that they can provide a value before submitting the form.",
3777
+ "type": "string"
3778
+ }
3779
+ },
3780
+ "required": [
3781
+ "type"
3782
+ ],
3783
+ "type": "object"
3784
+ },
3785
+ "esri.rest-api.FormInfo.FormGroupElement": {
3786
+ "additionalProperties": false,
3787
+ "description": "Defines a container that holds a set of form elements that can be expanded, collapsed, or displayed together. {@link https://developers.arcgis.com/web-map-specification/objects/formGroupElement/}.",
3788
+ "properties": {
3789
+ "description": {
3790
+ "description": "A string that describes the element in detail.",
3791
+ "type": "string"
3792
+ },
3793
+ "formElements": {
3794
+ "description": "An array of Form Element objects that represent an ordered list of form elements. Nested group elements are not supported.",
3795
+ "items": {
3796
+ "anyOf": [
3797
+ {
3798
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormAttachmentElement"
3799
+ },
3800
+ {
3801
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormFieldElement"
3802
+ },
3803
+ {
3804
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormRelationshipElement"
3805
+ }
3806
+ ]
3807
+ },
3808
+ "type": "array"
3809
+ },
3810
+ "initialState": {
3811
+ "description": "Defines if the group should be expanded or collapsed when the form is initially displayed. If not provided, the default value is expanded.",
3812
+ "enum": [
3813
+ "collapsed",
3814
+ "expanded"
3815
+ ],
3816
+ "type": "string"
3817
+ },
3818
+ "label": {
3819
+ "description": "A string value indicating what the element represents.",
3820
+ "type": "string"
3821
+ },
3822
+ "type": {
3823
+ "description": "String value indicating which type of element to use.",
3824
+ "enum": [
3825
+ "group"
3826
+ ],
3827
+ "type": "string"
3828
+ },
3829
+ "visibilityExpression": {
3830
+ "description": "A reference to an Arcade expression that returns a boolean value. When this expression evaluates to true, the element is displayed. When the expression evaluates to false the element is not displayed. If no expression is provided, the default behavior is that the element is displayed.",
3831
+ "type": "string"
3832
+ }
3833
+ },
3834
+ "required": [
3835
+ "type"
3836
+ ],
3837
+ "type": "object"
3838
+ },
3839
+ "esri.rest-api.FormInfo.FormInfo": {
3840
+ "additionalProperties": false,
3841
+ "description": "Defines the form configuration when a user edits a feature. {@link https://developers.arcgis.com/web-map-specification/objects/formInfo/}.",
3842
+ "properties": {
3843
+ "description": {
3844
+ "description": "A string that appears in the body of the form as a description.",
3845
+ "type": "string"
3846
+ },
3847
+ "expressionInfos": {
3848
+ "description": "List of Arcade expressions used in the form.",
3849
+ "items": {
3850
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormExpressionInfo"
3851
+ },
3852
+ "type": "array"
3853
+ },
3854
+ "formElements": {
3855
+ "description": "An array of formElement objects that represent an ordered list of form elements.",
3856
+ "items": {
3857
+ "anyOf": [
3858
+ {
3859
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormAttachmentElement"
3860
+ },
3861
+ {
3862
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormFieldElement"
3863
+ },
3864
+ {
3865
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormGroupElement"
3866
+ },
3867
+ {
3868
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormRelationshipElement"
3869
+ }
3870
+ ]
3871
+ },
3872
+ "type": "array"
3873
+ },
3874
+ "title": {
3875
+ "description": "A string that appears at the top of the form as a title.",
3876
+ "type": "string"
3877
+ }
3878
+ },
3879
+ "type": "object"
3880
+ },
3881
+ "esri.rest-api.FormInfo.FormRadioButtonsInput": {
3882
+ "additionalProperties": false,
3883
+ "description": "Defines the desired user interface is a radio button group. {@link https://developers.arcgis.com/web-map-specification/objects/formRadioButtonsInput/}.",
3884
+ "properties": {
3885
+ "noValueOptionLabel": {
3886
+ "description": "The text used to represent a null value.",
3887
+ "type": "string"
3888
+ },
3889
+ "showNoValueOption": {
3890
+ "description": "Determines whether null value option is displayed. This only applies to fields that support null values. If not provided, the default value is false.",
3891
+ "type": "boolean"
3892
+ },
3893
+ "type": {
3894
+ "description": "The input type identifier.",
3895
+ "enum": [
3896
+ "radio-buttons"
3897
+ ],
3898
+ "type": "string"
3899
+ }
3900
+ },
3901
+ "required": [
3902
+ "type"
3903
+ ],
3904
+ "type": "object"
3905
+ },
3906
+ "esri.rest-api.FormInfo.FormRelationshipElement": {
3907
+ "additionalProperties": false,
3908
+ "description": "Defines how a relationship between feature layers and tables can participate in the form. When present in the form, the user may have the option to add or edit related records. {@link https://developers.arcgis.com/web-map-specification/objects/formRelationshipElement/}.",
3909
+ "properties": {
3910
+ "description": {
3911
+ "description": "A string that describes the element in detail.",
3912
+ "type": "string"
3913
+ },
3914
+ "displayCount": {
3915
+ "description": "An integer that indicates the maximum number of records to display.",
3916
+ "type": "number"
3917
+ },
3918
+ "displayType": {
3919
+ "description": "A string that defines how the related records should be displayed.",
3920
+ "enum": [
3921
+ "list"
3922
+ ],
3923
+ "type": "string"
3924
+ },
3925
+ "editable": {
3926
+ "description": "A Boolean determining whether users can edit this form element. If not supplied the default value is true.",
3927
+ "type": "boolean"
3928
+ },
3929
+ "label": {
3930
+ "description": "A string value indicating what the element represents.",
3931
+ "type": "string"
3932
+ },
3933
+ "type": {
3934
+ "description": "String value indicating which type of element to use.",
3935
+ "enum": [
3936
+ "relationship"
3937
+ ],
3938
+ "type": "string"
3939
+ },
3940
+ "visibilityExpression": {
3941
+ "description": "A reference to an Arcade expression that returns a boolean value. When this expression evaluates to true, the element is displayed. When the expression evaluates to false the element is not displayed. If no expression is provided, the default behavior is that the element is displayed.",
3942
+ "type": "string"
3943
+ }
3944
+ },
3945
+ "required": [
3946
+ "type"
3947
+ ],
3948
+ "type": "object"
3949
+ },
3950
+ "esri.rest-api.FormInfo.FormSwitchInput": {
3951
+ "additionalProperties": false,
3952
+ "description": "Defines a desired user interface to present a binary switch, or toggle. This should be used when selecting between two options. {@link https://developers.arcgis.com/web-map-specification/objects/formSwitchInput/}.",
3953
+ "properties": {
3954
+ "offValue": {
3955
+ "description": "The coded value when switch state is off.",
3956
+ "type": [
3957
+ "string",
3958
+ "number"
3959
+ ]
3960
+ },
3961
+ "onValue": {
3962
+ "description": "The coded value when switch state is on.",
3963
+ "type": [
3964
+ "string",
3965
+ "number"
3966
+ ]
3967
+ },
3968
+ "type": {
3969
+ "description": "The input type identifier.",
3970
+ "enum": [
3971
+ "switch"
3972
+ ],
3973
+ "type": "string"
3974
+ }
3975
+ },
3976
+ "required": [
3977
+ "type"
3978
+ ],
3979
+ "type": "object"
3980
+ },
3981
+ "esri.rest-api.FormInfo.FormTextAreaInput": {
3982
+ "additionalProperties": false,
3983
+ "description": "Defines the desired user interface is a multi-line text area. {@link https://developers.arcgis.com/web-map-specification/objects/formTextAreaInput/}.",
3984
+ "properties": {
3985
+ "maxLength": {
3986
+ "description": "This represents the maximum number of characters allowed. If not supplied, the value is derived from the length property of the referenced field in the service.",
3987
+ "type": "number"
3988
+ },
3989
+ "minLength": {
3990
+ "description": "This represents the minimum number of characters allowed. If not supplied, the value is 0, meaning there is no minimum constraint.",
3991
+ "type": "number"
3992
+ },
3993
+ "type": {
3994
+ "description": "The input type identifier.",
3995
+ "enum": [
3996
+ "text-area"
3997
+ ],
3998
+ "type": "string"
3999
+ }
4000
+ },
4001
+ "required": [
4002
+ "type"
4003
+ ],
4004
+ "type": "object"
4005
+ },
4006
+ "esri.rest-api.FormInfo.FormTextBoxInput": {
4007
+ "additionalProperties": false,
4008
+ "description": "Defines the desired user interface is a single-line text box. {@link https://developers.arcgis.com/web-map-specification/objects/formTextBoxInput/}.",
4009
+ "properties": {
4010
+ "maxLength": {
4011
+ "description": "This represents the maximum number of characters allowed. This only applies for string fields. If not supplied, the value is derived from the length property of the referenced field in the service.",
4012
+ "type": "number"
4013
+ },
4014
+ "minLength": {
4015
+ "description": "This represents the minimum number of characters allowed. This only applies for string fields. If not supplied, the value is 0, meaning there is no minimum constraint.",
4016
+ "type": "number"
4017
+ },
4018
+ "type": {
4019
+ "description": "The input type identifier.",
4020
+ "enum": [
4021
+ "text-box"
4022
+ ],
4023
+ "type": "string"
4024
+ }
4025
+ },
4026
+ "required": [
4027
+ "type"
4028
+ ],
4029
+ "type": "object"
4030
+ },
3523
4031
  "esri.rest-api.Format.DateFormat": {
3524
4032
  "description": "Possible date formats for {@link Format.dateFormat}.",
3525
4033
  "enum": [
@@ -3982,6 +4490,9 @@
3982
4490
  "description": "The attribution information for the layer. (not in the documentation).",
3983
4491
  "type": "string"
3984
4492
  },
4493
+ "customParameters": {
4494
+ "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
4495
+ },
3985
4496
  "definitionEditor": {
3986
4497
  "$ref": "#/definitions/esri.rest-api.DefinitionEditor.DefinitionEditor",
3987
4498
  "description": "Stores interactive filters."
@@ -4125,6 +4636,9 @@
4125
4636
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
4126
4637
  "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."
4127
4638
  },
4639
+ "customParameters": {
4640
+ "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
4641
+ },
4128
4642
  "definitionEditor": {
4129
4643
  "$ref": "#/definitions/esri.rest-api.DefinitionEditor.DefinitionEditor",
4130
4644
  "description": "Stores interactive filters."
@@ -4334,8 +4848,11 @@
4334
4848
  "description": "Information on the source of the item and its copyright status.",
4335
4849
  "type": "string"
4336
4850
  },
4851
+ "advancedSettings": {
4852
+ "description": "<not in spec>."
4853
+ },
4337
4854
  "appCategories": {
4338
- "description": "<not in spec>.",
4855
+ "description": "An array that primarily applies to a list of categories that the application item is applicable to.",
4339
4856
  "items": {
4340
4857
  "type": "string"
4341
4858
  },
@@ -4360,6 +4877,10 @@
4360
4877
  "description": "Indicates if comments are allowed on the item.",
4361
4878
  "type": "boolean"
4362
4879
  },
4880
+ "contentOrigin": {
4881
+ "description": "<not in spec>.",
4882
+ "type": "string"
4883
+ },
4363
4884
  "created": {
4364
4885
  "description": "The date the item was created. Shown in UNIX time in milliseconds.",
4365
4886
  "type": "number"
@@ -4372,6 +4893,9 @@
4372
4893
  "description": "Item description.",
4373
4894
  "type": "string"
4374
4895
  },
4896
+ "documentation": {
4897
+ "description": "<not in spec>."
4898
+ },
4375
4899
  "extent": {
4376
4900
  "description": "The bounding rectangle of the item. Should always be in WGS84.",
4377
4901
  "items": {
@@ -4382,6 +4906,9 @@
4382
4906
  },
4383
4907
  "type": "array"
4384
4908
  },
4909
+ "groupDesignations": {
4910
+ "description": "<not in spec>."
4911
+ },
4385
4912
  "guid": {
4386
4913
  "description": "<not in spec>.",
4387
4914
  "type": "string"
@@ -4397,6 +4924,10 @@
4397
4924
  },
4398
4925
  "type": "array"
4399
4926
  },
4927
+ "isOrgItem": {
4928
+ "description": "<not in spec>.",
4929
+ "type": "boolean"
4930
+ },
4400
4931
  "itemControl": {
4401
4932
  "description": "Indicates user's control to the item. Values: admin (for item owner and org admin) | update (for members of groups with item update capability that the item is shared with).",
4402
4933
  "enum": [
@@ -4457,7 +4988,7 @@
4457
4988
  "type": "string"
4458
4989
  },
4459
4990
  "properties": {
4460
- "description": "<not in spec>.",
4991
+ "description": "A JSON object that primarily applies to system requirements, Terms and Conditions, version, supported platforms, YouTube video ID, etc associated with the application.",
4461
4992
  "type": "string"
4462
4993
  },
4463
4994
  "protected": {
@@ -4490,6 +5021,10 @@
4490
5021
  "$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
4491
5022
  "description": "The coordinate system of the item."
4492
5023
  },
5024
+ "subInfo": {
5025
+ "description": "<not in spec>.",
5026
+ "type": "number"
5027
+ },
4493
5028
  "tags": {
4494
5029
  "description": "User defined tags that describe the item.",
4495
5030
  "items": {
@@ -4755,14 +5290,15 @@
4755
5290
  "description": "An Arcade expression evaluating to either a string or a number.",
4756
5291
  "type": "string"
4757
5292
  },
5293
+ "title": {
5294
+ "description": "The title of the expression.",
5295
+ "type": "string"
5296
+ },
4758
5297
  "value": {
4759
- "description": "Represents a simple template string.",
5298
+ "description": "Represents a simple template string. This property is deprecated as of version 2.7 of the web map in favor of 'expression'.",
4760
5299
  "type": "string"
4761
5300
  }
4762
5301
  },
4763
- "required": [
4764
- "value"
4765
- ],
4766
5302
  "type": "object"
4767
5303
  },
4768
5304
  "labelPlacement": {
@@ -4880,6 +5416,25 @@
4880
5416
  },
4881
5417
  "type": "object"
4882
5418
  },
5419
+ "esri.rest-api.LayerDefinition.FieldOverride": {
5420
+ "additionalProperties": false,
5421
+ "description": "Defines overridden properties on a field for a specific view of the data. {@link https://developers.arcgis.com/web-map-specification/objects/fieldOverride/}.",
5422
+ "properties": {
5423
+ "alias": {
5424
+ "description": "A string containing the overridden field alias.",
5425
+ "type": "string"
5426
+ },
5427
+ "editable": {
5428
+ "description": "A Boolean determining whether users can edit this field.",
5429
+ "type": "boolean"
5430
+ },
5431
+ "name": {
5432
+ "description": "A string containing the field name as defined by the service.",
5433
+ "type": "string"
5434
+ }
5435
+ },
5436
+ "type": "object"
5437
+ },
4883
5438
  "esri.rest-api.LayerDefinition.HtmlPopupType": {
4884
5439
  "description": "The HTML popup type for the LayerDefinition.",
4885
5440
  "enum": [
@@ -4945,6 +5500,13 @@
4945
5500
  "$ref": "#/definitions/esri.rest-api.FeatureReduction.FeatureReduction",
4946
5501
  "description": "Feature reductions declutter the screen by hiding features that would otherwise intersect with other features on screen."
4947
5502
  },
5503
+ "fieldOverrides": {
5504
+ "description": "The layer-specific overrides of field properties. Used by SubtypeGroupLayer to modify field information for each subtype. Any field missing from this array should be hidden.",
5505
+ "items": {
5506
+ "$ref": "#/definitions/esri.rest-api.LayerDefinition.FieldOverride"
5507
+ },
5508
+ "type": "array"
5509
+ },
4948
5510
  "fields": {
4949
5511
  "description": "An array of Field objects containing information about the attribute fields for the feature collection or layer.",
4950
5512
  "items": {
@@ -4952,6 +5514,20 @@
4952
5514
  },
4953
5515
  "type": "array"
4954
5516
  },
5517
+ "floorInfo": {
5518
+ "additionalProperties": false,
5519
+ "description": "Contains floor-awareness information for the layer. {@link https://developers.arcgis.com/web-map-specification/objects/layerFloorInfo/}.",
5520
+ "properties": {
5521
+ "floorField": {
5522
+ "description": "The name of the attribute field that contains a floor's level ID used for floor filtering.",
5523
+ "type": "string"
5524
+ }
5525
+ },
5526
+ "required": [
5527
+ "floorField"
5528
+ ],
5529
+ "type": "object"
5530
+ },
4955
5531
  "geometryType": {
4956
5532
  "description": "The type of geometry used in the layer definition. One of the GeometryType constants.",
4957
5533
  "type": "string"
@@ -5008,6 +5584,13 @@
5008
5584
  "description": "Indicates the name of the object ID field in the dataset.",
5009
5585
  "type": "string"
5010
5586
  },
5587
+ "orderBy": {
5588
+ "description": "Determines the display order of features on the map (currently undocumented in the web map spec but supported by Esri's viewer).",
5589
+ "items": {
5590
+ "$ref": "#/definitions/esri.rest-api.LayerDefinition.OrderByClause"
5591
+ },
5592
+ "type": "array"
5593
+ },
5011
5594
  "overrideSymbols": {
5012
5595
  "description": "Dictates whether a client can support having an end user modify symbols on individual features.",
5013
5596
  "type": "boolean"
@@ -5028,65 +5611,211 @@
5028
5611
  "$ref": "#/definitions/esri.rest-api.DynamicDataLayer.DynamicDataLayer"
5029
5612
  }
5030
5613
  ],
5031
- "description": "An object indicating the layerDefinition's layer source. {@link https://developers.arcgis.com/web-map-specification/objects/source/} {@link https://developers.arcgis.com/web-scene-specification/objects/source/}."
5032
- },
5033
- "spatialReference": {
5034
- "$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
5035
- "description": "An object containing the WKID or WKT identifying the spatial reference of the layer's geometry."
5614
+ "description": "An object indicating the layerDefinition's layer source. {@link https://developers.arcgis.com/web-map-specification/objects/source/} {@link https://developers.arcgis.com/web-scene-specification/objects/source/}."
5615
+ },
5616
+ "spatialReference": {
5617
+ "$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
5618
+ "description": "An object containing the WKID or WKT identifying the spatial reference of the layer's geometry."
5619
+ },
5620
+ "supportedQueryFormats": {
5621
+ "description": "String value indicating the output formats that are supported in a query.",
5622
+ "type": "string"
5623
+ },
5624
+ "supportsAdvancedQueries": {
5625
+ "description": "Boolean value indicating whether the layer supports orderByFields in a query operation.",
5626
+ "type": "boolean"
5627
+ },
5628
+ "supportsAttachmentsByUploadId": {
5629
+ "description": "Boolean value indicating whether the layer supports uploading attachments with the Uploads operation. This can be then used in the Add Attachment and Update Attachment operations.",
5630
+ "type": "boolean"
5631
+ },
5632
+ "supportsCalculate": {
5633
+ "description": "Boolean value indicating whether the layer supports the Calculate REST operation when updating features.",
5634
+ "type": "boolean"
5635
+ },
5636
+ "supportsRollbackOnFailureParameter": {
5637
+ "description": "Boolean value indicating whether the layer supports rolling back edits made on a feature layer if some of the edits fail.",
5638
+ "type": "boolean"
5639
+ },
5640
+ "supportsStatistics": {
5641
+ "description": "Boolean value indicating whether feature layer query operations support statistical functions.",
5642
+ "type": "boolean"
5643
+ },
5644
+ "supportsValidateSql": {
5645
+ "description": "Boolean value indicating whether the validateSQL operation is supported across a feature service layer.",
5646
+ "type": "boolean"
5647
+ },
5648
+ "templates": {
5649
+ "description": "An array of template objects describing features that can be created in this 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. Templates are defined as a property of the layer definition when there are no types defined; otherwise, templates are defined as properties of the types.",
5650
+ "items": {
5651
+ "$ref": "#/definitions/esri.rest-api.Template.Template"
5652
+ },
5653
+ "type": "array"
5654
+ },
5655
+ "timeInfo": {
5656
+ "$ref": "#/definitions/esri.rest-api.LayerDefinition.LayerTimeInfo",
5657
+ "description": "The time info metadata of the layer. May be set for feature layers inside a feature collection item."
5658
+ },
5659
+ "type": {
5660
+ "description": "Indicates whether the layerDefinition applies to a \"Feature Layer\" or a \"Table\".",
5661
+ "type": "string"
5662
+ },
5663
+ "typeIdField": {
5664
+ "description": "The name of the field holding the type ID for the features, if types exist for the dataset. Each available type has an ID, and each feature's typeIdField can be read to determine the type for each feature.",
5665
+ "type": "string"
5666
+ },
5667
+ "types": {
5668
+ "description": "An array of Type objects available for the dataset. This is used when the typeIdField is populated. Types contain information about the combinations of attributes that are allowed for features in the dataset. Each feature in the dataset can have a type, indicated in its typeIdField.",
5669
+ "items": {
5670
+ "$ref": "#/definitions/esri.rest-api.Type.Type"
5671
+ },
5672
+ "type": "array"
5673
+ },
5674
+ "visibilityField": {
5675
+ "description": "String value indicating the attribute field that is used to control the visibility of a feature. If applicable, when rendering a feature the client should use this field to control visibility. The field's values are 0 = do not display, 1 = display.",
5676
+ "type": "string"
5677
+ }
5678
+ },
5679
+ "type": "object"
5680
+ },
5681
+ "esri.rest-api.LayerDefinition.LayerTimeInfo": {
5682
+ "additionalProperties": false,
5683
+ "description": "Time info if the layer/table supports querying and exporting maps based on time. {@link https://developers.arcgis.com/web-map-specification/objects/layerTimeInfo/}.",
5684
+ "properties": {
5685
+ "endTimeField": {
5686
+ "description": "The name of the attribute field that contains the end time information.",
5687
+ "type": "string"
5688
+ },
5689
+ "exportOptions": {
5690
+ "$ref": "#/definitions/esri.rest-api.LayerDefinition.TimeInfoExportOptions",
5691
+ "description": "The default time-related export options for this layer."
5692
+ },
5693
+ "hasLiveData": {
5694
+ "description": "Indicates whether service has live data.",
5695
+ "type": "boolean"
5696
+ },
5697
+ "startTimeField": {
5698
+ "description": "The name of the attribute field that contains the start time information.",
5699
+ "type": "string"
5700
+ },
5701
+ "timeExtent": {
5702
+ "additionalItems": {
5703
+ "anyOf": [
5704
+ {
5705
+ "type": "number"
5706
+ },
5707
+ {
5708
+ "type": "number"
5709
+ }
5710
+ ]
5711
+ },
5712
+ "description": "The time extent for all the data in the layer.",
5713
+ "items": [
5714
+ {
5715
+ "type": "number"
5716
+ },
5717
+ {
5718
+ "type": "number"
5719
+ }
5720
+ ],
5721
+ "minItems": 2,
5722
+ "type": "array"
5723
+ },
5724
+ "timeInterval": {
5725
+ "description": "Time interval of the data in the layer. Typically used for the TimeSlider when animating the layer.",
5726
+ "type": "number"
5727
+ },
5728
+ "timeIntervalUnits": {
5729
+ "$ref": "#/definitions/esri.rest-api.LayerDefinition.TemporalUnit",
5730
+ "description": "Temporal unit in which the time interval is measured."
5731
+ },
5732
+ "timeReference": {
5733
+ "additionalProperties": false,
5734
+ "description": "Defines information about daylight savings time and the time zone in which data was collected. {@link https://developers.arcgis.com/web-map-specification/objects/timeReference/}.",
5735
+ "properties": {
5736
+ "respectsDaylightSaving": {
5737
+ "description": "Indicates whether the time reference takes into account daylight savings time.",
5738
+ "type": "boolean"
5739
+ },
5740
+ "timeZone": {
5741
+ "description": "The time zone in which the data was captured.",
5742
+ "type": "string"
5743
+ }
5744
+ },
5745
+ "required": [
5746
+ "respectsDaylightSaving"
5747
+ ],
5748
+ "type": "object"
5036
5749
  },
5037
- "supportedQueryFormats": {
5038
- "description": "String value indicating the output formats that are supported in a query.",
5750
+ "trackIdField": {
5751
+ "description": "The field that contains the trackId.",
5752
+ "type": "string"
5753
+ }
5754
+ },
5755
+ "required": [
5756
+ "trackIdField"
5757
+ ],
5758
+ "type": "object"
5759
+ },
5760
+ "esri.rest-api.LayerDefinition.OrderByClause": {
5761
+ "additionalProperties": false,
5762
+ "description": "A clause in a layer definition's `orderBy` property.",
5763
+ "properties": {
5764
+ "field": {
5765
+ "description": "The number or date field whose values will be used to sort features.",
5039
5766
  "type": "string"
5040
5767
  },
5041
- "supportsAdvancedQueries": {
5042
- "description": "Boolean value indicating whether the layer supports orderByFields in a query operation.",
5043
- "type": "boolean"
5044
- },
5045
- "supportsAttachmentsByUploadId": {
5046
- "description": "Boolean value indicating whether the layer supports uploading attachments with the Uploads operation. This can be then used in the Add Attachment and Update Attachment operations.",
5047
- "type": "boolean"
5768
+ "order": {
5769
+ "description": "The sort order.",
5770
+ "enum": [
5771
+ "asc",
5772
+ "desc"
5773
+ ],
5774
+ "type": "string"
5048
5775
  },
5049
- "supportsCalculate": {
5050
- "description": "Boolean value indicating whether the layer supports the Calculate REST operation when updating features.",
5776
+ "valueExpression": {
5777
+ "description": "The [Arcade expression](https://developers.arcgis.com/javascript/latest/arcade/) whose return value will be used to sort features. [Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-OrderedLayer.html#orderBy).",
5778
+ "type": "string"
5779
+ }
5780
+ },
5781
+ "type": "object"
5782
+ },
5783
+ "esri.rest-api.LayerDefinition.TemporalUnit": {
5784
+ "description": "Temporal units in which a time value can be measured.",
5785
+ "enum": [
5786
+ "esriTimeUnitsCenturies",
5787
+ "esriTimeUnitsDays",
5788
+ "esriTimeUnitsDecades",
5789
+ "esriTimeUnitsHours",
5790
+ "esriTimeUnitsMilliseconds",
5791
+ "esriTimeUnitsMinutes",
5792
+ "esriTimeUnitsMonths",
5793
+ "esriTimeUnitsSeconds",
5794
+ "esriTimeUnitsUnknown",
5795
+ "esriTimeUnitsWeeks",
5796
+ "esriTimeUnitsYears"
5797
+ ],
5798
+ "type": "string"
5799
+ },
5800
+ "esri.rest-api.LayerDefinition.TimeInfoExportOptions": {
5801
+ "additionalProperties": false,
5802
+ "description": "The default time-related export options for a layer. {@link: https://developers.arcgis.com/web-map-specification/objects/timeInfoExportOptions/}.",
5803
+ "properties": {
5804
+ "timeDataCumulative": {
5805
+ "description": "If true, draw all the features from the beginning of time for that data.",
5051
5806
  "type": "boolean"
5052
5807
  },
5053
- "supportsRollbackOnFailureParameter": {
5054
- "description": "Boolean value indicating whether the layer supports rolling back edits made on a feature layer if some of the edits fail.",
5055
- "type": "boolean"
5808
+ "timeOffset": {
5809
+ "description": "Time offset value for this layer so that it can be overlaid on the top of a previous or future time period.",
5810
+ "type": "number"
5056
5811
  },
5057
- "supportsStatistics": {
5058
- "description": "Boolean value indicating whether feature layer query operations support statistical functions.",
5059
- "type": "boolean"
5812
+ "timeOffsetUnits": {
5813
+ "$ref": "#/definitions/esri.rest-api.LayerDefinition.TemporalUnit",
5814
+ "description": "Temporal unit in which the time offset is measured."
5060
5815
  },
5061
- "supportsValidateSql": {
5062
- "description": "Boolean value indicating whether the validateSQL operation is supported across a feature service layer.",
5816
+ "useTime": {
5817
+ "description": "If true, use the time extent specified by the time parameter.",
5063
5818
  "type": "boolean"
5064
- },
5065
- "templates": {
5066
- "description": "An array of template objects describing features that can be created in this 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. Templates are defined as a property of the layer definition when there are no types defined; otherwise, templates are defined as properties of the types.",
5067
- "items": {
5068
- "$ref": "#/definitions/esri.rest-api.Template.Template"
5069
- },
5070
- "type": "array"
5071
- },
5072
- "type": {
5073
- "description": "Indicates whether the layerDefinition applies to a \"Feature Layer\" or a \"Table\".",
5074
- "type": "string"
5075
- },
5076
- "typeIdField": {
5077
- "description": "The name of the field holding the type ID for the features, if types exist for the dataset. Each available type has an ID, and each feature's typeIdField can be read to determine the type for each feature.",
5078
- "type": "string"
5079
- },
5080
- "types": {
5081
- "description": "An array of Type objects available for the dataset. This is used when the typeIdField is populated. Types contain information about the combinations of attributes that are allowed for features in the dataset. Each feature in the dataset can have a type, indicated in its typeIdField.",
5082
- "items": {
5083
- "$ref": "#/definitions/esri.rest-api.Type.Type"
5084
- },
5085
- "type": "array"
5086
- },
5087
- "visibilityField": {
5088
- "description": "String value indicating the attribute field that is used to control the visibility of a feature. If applicable, when rendering a feature the client should use this field to control visibility. The field's values are 0 = do not display, 1 = display.",
5089
- "type": "string"
5090
5819
  }
5091
5820
  },
5092
5821
  "type": "object"
@@ -5179,6 +5908,9 @@
5179
5908
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
5180
5909
  "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."
5181
5910
  },
5911
+ "customParameters": {
5912
+ "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
5913
+ },
5182
5914
  "id": {
5183
5915
  "description": "A unique identifying string for the layer.",
5184
5916
  "type": "string"
@@ -6898,6 +7630,10 @@
6898
7630
  "$ref": "#/definitions/esri.rest-api.Renderer.ClassificationMethod",
6899
7631
  "description": "Used for classed color or size. The default value is esriClassifyManual. See {@link ClassificationMethod}."
6900
7632
  },
7633
+ "colorRamp": {
7634
+ "$ref": "#/definitions/esri.rest-api.Renderer.ColorRamp",
7635
+ "description": "A colorRamp object is used to specify a range of colors that are applied to a group of symbols."
7636
+ },
6901
7637
  "field": {
6902
7638
  "$ref": "#/definitions/esri.rest-api.Field.Field",
6903
7639
  "description": "Contains information about an attribute field."
@@ -6941,6 +7677,110 @@
6941
7677
  ],
6942
7678
  "type": "string"
6943
7679
  },
7680
+ "esri.rest-api.Renderer.ColorRamp": {
7681
+ "additionalProperties": false,
7682
+ "description": "A colorRamp object is used to specify a range of colors that are applied to a group of symbols. {@link https://developers.arcgis.com/web-map-specification/objects/colorRamp/}.",
7683
+ "properties": {
7684
+ "algorithm": {
7685
+ "description": "Algorithm used for calculating the ramp.",
7686
+ "enum": [
7687
+ "esriCIELabAlgorithm",
7688
+ "esriHSVAlgorithm",
7689
+ "esriLabLChAlgorithm"
7690
+ ],
7691
+ "type": "string"
7692
+ },
7693
+ "colorRamps": {
7694
+ "description": "A multipart color ramp is defined by a list of constituent color ramps.",
7695
+ "items": {
7696
+ "$ref": "#/definitions/esri.rest-api.Renderer.ColorRamp"
7697
+ },
7698
+ "type": "array"
7699
+ },
7700
+ "fromColor": {
7701
+ "additionalItems": {
7702
+ "anyOf": [
7703
+ {
7704
+ "type": "number"
7705
+ },
7706
+ {
7707
+ "type": "number"
7708
+ },
7709
+ {
7710
+ "type": "number"
7711
+ },
7712
+ {
7713
+ "type": "number"
7714
+ }
7715
+ ]
7716
+ },
7717
+ "description": "Array representing the initial color to start the ramp from.",
7718
+ "items": [
7719
+ {
7720
+ "type": "number"
7721
+ },
7722
+ {
7723
+ "type": "number"
7724
+ },
7725
+ {
7726
+ "type": "number"
7727
+ },
7728
+ {
7729
+ "type": "number"
7730
+ }
7731
+ ],
7732
+ "minItems": 4,
7733
+ "type": "array"
7734
+ },
7735
+ "toColor": {
7736
+ "additionalItems": {
7737
+ "anyOf": [
7738
+ {
7739
+ "type": "number"
7740
+ },
7741
+ {
7742
+ "type": "number"
7743
+ },
7744
+ {
7745
+ "type": "number"
7746
+ },
7747
+ {
7748
+ "type": "number"
7749
+ }
7750
+ ]
7751
+ },
7752
+ "description": "Array representing the final color to end the ramp with.",
7753
+ "items": [
7754
+ {
7755
+ "type": "number"
7756
+ },
7757
+ {
7758
+ "type": "number"
7759
+ },
7760
+ {
7761
+ "type": "number"
7762
+ },
7763
+ {
7764
+ "type": "number"
7765
+ }
7766
+ ],
7767
+ "minItems": 4,
7768
+ "type": "array"
7769
+ },
7770
+ "type": {
7771
+ "description": "Value indicating the type of colorRamp.",
7772
+ "enum": [
7773
+ "algorithmic",
7774
+ "multipart"
7775
+ ],
7776
+ "type": "string"
7777
+ }
7778
+ },
7779
+ "required": [
7780
+ "type"
7781
+ ],
7782
+ "type": "object"
7783
+ },
6944
7784
  "esri.rest-api.Renderer.Renderer": {
6945
7785
  "anyOf": [
6946
7786
  {
@@ -6975,6 +7815,9 @@
6975
7815
  },
6976
7816
  {
6977
7817
  "$ref": "#/definitions/esri.rest-api.UniqueValueFromStyle.UniqueValueFromStyle"
7818
+ },
7819
+ {
7820
+ "$ref": "#/definitions/esri.rest-api.VectorFieldRenderer.VectorFieldRenderer"
6978
7821
  }
6979
7822
  ],
6980
7823
  "description": "A renderer that uses one symbol only. Part of the Esri ArcGIS REST API (see http://resources.arcgis.com/en/help/rest/apiref/renderer.html)."
@@ -7408,6 +8251,9 @@
7408
8251
  "description": "A comma-separated string listing which editing operations are allowed on an editable feature service. Available operations include: Create | Delete | Query | Update | Editing.",
7409
8252
  "type": "string"
7410
8253
  },
8254
+ "customParameters": {
8255
+ "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
8256
+ },
7411
8257
  "definitionEditor": {
7412
8258
  "$ref": "#/definitions/esri.rest-api.DefinitionEditor.DefinitionEditor",
7413
8259
  "description": "Stores interactive filters."
@@ -7424,6 +8270,10 @@
7424
8270
  "$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureCollectionType",
7425
8271
  "description": "Indicates the type of features in the feature collection. If featureCollectionType is missing, it means the feature collection is a regular single-layer or multi-layer feature collection."
7426
8272
  },
8273
+ "formInfo": {
8274
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormInfo",
8275
+ "description": "A formInfo object defining the content of the form when you are editing a feature."
8276
+ },
7427
8277
  "id": {
7428
8278
  "description": "A unique identifying string for the layer.",
7429
8279
  "type": "string"
@@ -7483,6 +8333,13 @@
7483
8333
  "description": "Indicates whether to allow map authors the ability to control what layers should be shown in a client's legend.",
7484
8334
  "type": "boolean"
7485
8335
  },
8336
+ "subtypeCode": {
8337
+ "description": "The feature subtype code identifying the layer. Used with SubtypeGroupLayers.",
8338
+ "type": [
8339
+ "string",
8340
+ "number"
8341
+ ]
8342
+ },
7486
8343
  "title": {
7487
8344
  "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.",
7488
8345
  "type": "string"
@@ -7575,12 +8432,6 @@
7575
8432
  "description": "The text weight. See {@link FontWeight}."
7576
8433
  }
7577
8434
  },
7578
- "required": [
7579
- "family",
7580
- "size",
7581
- "style",
7582
- "weight"
7583
- ],
7584
8435
  "type": "object"
7585
8436
  },
7586
8437
  "esri.rest-api.Symbol.FontStyle": {
@@ -8076,6 +8927,9 @@
8076
8927
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
8077
8928
  "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."
8078
8929
  },
8930
+ "customParameters": {
8931
+ "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
8932
+ },
8079
8933
  "id": {
8080
8934
  "description": "A unique identifying string for the layer.",
8081
8935
  "type": "string"
@@ -8160,6 +9014,9 @@
8160
9014
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
8161
9015
  "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."
8162
9016
  },
9017
+ "customParameters": {
9018
+ "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
9019
+ },
8163
9020
  "displayLevels": {
8164
9021
  "description": "NOTE: Applicable if used as a baseMapLayer. Integer value(s) indicating the display levels of the basemap layer. Only applicable for TiledMapService layers. All tiled map service layers should share the same tiling scheme. This property cannot be set via the Map Viewer UI.",
8165
9022
  "items": {
@@ -8609,6 +9466,113 @@
8609
9466
  },
8610
9467
  "type": "object"
8611
9468
  },
9469
+ "esri.rest-api.VectorFieldRenderer.MagnitudeUnit": {
9470
+ "description": "Units of magnitude.",
9471
+ "enum": [
9472
+ "esriFeetPerSecond",
9473
+ "esriKilometersPerHour",
9474
+ "esriKnots",
9475
+ "esriMetersPerSecond",
9476
+ "esriMilesPerHour"
9477
+ ],
9478
+ "type": "string"
9479
+ },
9480
+ "esri.rest-api.VectorFieldRenderer.VectorFieldRenderer": {
9481
+ "additionalProperties": false,
9482
+ "description": "A vector field renderer is a renderer that uses symbolizes a U-V or Magnitude-Direction data.",
9483
+ "properties": {
9484
+ "attributeField": {
9485
+ "description": "Name of the feature attribute field that contains the data value.",
9486
+ "enum": [
9487
+ "Magnitude"
9488
+ ],
9489
+ "type": "string"
9490
+ },
9491
+ "authoringInfo": {
9492
+ "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
9493
+ "description": "An object containing metadata about the authoring process for creating a renderer object. This allows the authoring clients to save specific overridable settings so that next time it is accessed via the UI, their selections are remembered. Non-authoring clients should ignore it."
9494
+ },
9495
+ "flowRepresentation": {
9496
+ "description": "Sets the flow direction of the data.",
9497
+ "enum": [
9498
+ "flow_from",
9499
+ "flow_to"
9500
+ ],
9501
+ "type": "string"
9502
+ },
9503
+ "inputUnit": {
9504
+ "$ref": "#/definitions/esri.rest-api.VectorFieldRenderer.MagnitudeUnit",
9505
+ "description": "Input unit for Magnitude."
9506
+ },
9507
+ "outputUnit": {
9508
+ "$ref": "#/definitions/esri.rest-api.VectorFieldRenderer.MagnitudeUnit",
9509
+ "description": "Output unit for Magnitude."
9510
+ },
9511
+ "rotationExpression": {
9512
+ "description": "A constant value or an expression that derives the angle of rotation based on a feature attribute value. When an attribute name is specified, it's enclosed in square brackets.",
9513
+ "type": "string"
9514
+ },
9515
+ "rotationType": {
9516
+ "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
9517
+ "description": "String value (either geographic or arithmetic) which controls the origin and direction of rotation on point features. If the rotationType is defined as 'arithmetic', the symbol is rotated from East in a counter-clockwise direction where East is the 0� axis. If the rotationType is defined as 'geographic', the symbol is rotated from North in a clockwise direction where North is the 0� axis. See {@link RotationType}."
9518
+ },
9519
+ "style": {
9520
+ "description": "A predefined style.",
9521
+ "enum": [
9522
+ "beaufort_ft",
9523
+ "beaufort_km",
9524
+ "beaufort_kn",
9525
+ "beaufort_m",
9526
+ "beaufort_mi",
9527
+ "classified_arrow",
9528
+ "ocean_current_kn",
9529
+ "ocean_current_m",
9530
+ "simple_scalar",
9531
+ "single_arrow",
9532
+ "wind_speed"
9533
+ ],
9534
+ "type": "string"
9535
+ },
9536
+ "symbolTileSize": {
9537
+ "description": "Determines the density of the symbols. Larger tile size, fewer symbols appear in the display. The VectorFieldRenderer draws one symbol within a defined tile size (in pixels). The default is 50 pixels.",
9538
+ "type": "number"
9539
+ },
9540
+ "type": {
9541
+ "description": "The type of renderer. See {@link RendererType}.",
9542
+ "enum": [
9543
+ "vectorField"
9544
+ ],
9545
+ "type": "string"
9546
+ },
9547
+ "visualVariables": {
9548
+ "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
9549
+ "items": {
9550
+ "anyOf": [
9551
+ {
9552
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
9553
+ },
9554
+ {
9555
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
9556
+ },
9557
+ {
9558
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
9559
+ },
9560
+ {
9561
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
9562
+ }
9563
+ ]
9564
+ },
9565
+ "type": "array"
9566
+ }
9567
+ },
9568
+ "required": [
9569
+ "attributeField",
9570
+ "flowRepresentation",
9571
+ "style",
9572
+ "type"
9573
+ ],
9574
+ "type": "object"
9575
+ },
8612
9576
  "esri.rest-api.VectorTileLayer.VectorTileLayer": {
8613
9577
  "additionalProperties": false,
8614
9578
  "description": "A vector tile layer references a set of web-accessible vector tiles and the corresponding style for how those tiles should be drawn. {@link https://developers.arcgis.com/web-map-specification/objects/vectorTileLayer/} {@link https://developers.arcgis.com/web-scene-specification/objects/vectorTileLayer/}.",
@@ -8617,6 +9581,9 @@
8617
9581
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
8618
9582
  "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."
8619
9583
  },
9584
+ "customParameters": {
9585
+ "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
9586
+ },
8620
9587
  "id": {
8621
9588
  "description": "A unique identifying string for the layer.",
8622
9589
  "type": "string"