@vertigis/viewer-spec 42.13.0 → 42.14.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.
@@ -1376,6 +1376,10 @@
1376
1376
  "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.",
1377
1377
  "type": "string"
1378
1378
  },
1379
+ "disablePopup": {
1380
+ "description": "Indicates whether to allow a client to ignore popups defined by the service item.",
1381
+ "type": "boolean"
1382
+ },
1379
1383
  "id": {
1380
1384
  "description": "A unique identifying string for the layer.",
1381
1385
  "type": "string"
@@ -1968,7 +1972,7 @@
1968
1972
  "type": "array"
1969
1973
  },
1970
1974
  "fixedSymbols": {
1971
- "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.",
1975
+ "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.",
1972
1976
  "type": "boolean"
1973
1977
  },
1974
1978
  "labelingInfo": {
@@ -1982,6 +1986,10 @@
1982
1986
  "$ref": "#/definitions/esri.rest-api.Renderer.Renderer",
1983
1987
  "description": "A renderer object that provides the symbology for the layer."
1984
1988
  },
1989
+ "scaleSymbols": {
1990
+ "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.",
1991
+ "type": "boolean"
1992
+ },
1985
1993
  "showLabels": {
1986
1994
  "description": "Defines whether labels should be shown or not. This is only valid for sublayers.",
1987
1995
  "type": "boolean"
@@ -2416,6 +2424,9 @@
2416
2424
  "description": "A comma-separated string listing which editing operations are allowed on an editable feature service. Available operations include: Create | Delete | Query | Update | Editing.",
2417
2425
  "type": "string"
2418
2426
  },
2427
+ "customParameters": {
2428
+ "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
2429
+ },
2419
2430
  "definitionEditor": {
2420
2431
  "$ref": "#/definitions/esri.rest-api.DefinitionEditor.DefinitionEditor",
2421
2432
  "description": "Stores interactive filters."
@@ -2432,6 +2443,10 @@
2432
2443
  "$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureCollectionType",
2433
2444
  "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."
2434
2445
  },
2446
+ "formInfo": {
2447
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormInfo",
2448
+ "description": "A formInfo object defining the content of the form when you are editing a feature."
2449
+ },
2435
2450
  "id": {
2436
2451
  "description": "A unique identifying string for the layer.",
2437
2452
  "type": "string"
@@ -2491,6 +2506,13 @@
2491
2506
  "description": "Indicates whether to allow map authors the ability to control what layers should be shown in a client's legend.",
2492
2507
  "type": "boolean"
2493
2508
  },
2509
+ "subtypeCode": {
2510
+ "description": "The feature subtype code identifying the layer. Used with SubtypeGroupLayers.",
2511
+ "type": [
2512
+ "string",
2513
+ "number"
2514
+ ]
2515
+ },
2494
2516
  "title": {
2495
2517
  "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.",
2496
2518
  "type": "string"
@@ -2770,6 +2792,487 @@
2770
2792
  ],
2771
2793
  "type": "object"
2772
2794
  },
2795
+ "esri.rest-api.FormInfo.FormAttachmentElement": {
2796
+ "additionalProperties": false,
2797
+ "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/}.",
2798
+ "properties": {
2799
+ "attachmentKeyword": {
2800
+ "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.",
2801
+ "type": "string"
2802
+ },
2803
+ "description": {
2804
+ "description": "A string that describes the element in detail.",
2805
+ "type": "string"
2806
+ },
2807
+ "editable": {
2808
+ "description": "Indicates whether the attachments can be edited. If not present, the default is true.",
2809
+ "type": "boolean"
2810
+ },
2811
+ "inputType": {
2812
+ "additionalProperties": false,
2813
+ "description": "The input user interface to use for the attachment.",
2814
+ "properties": {
2815
+ "type": {
2816
+ "description": "The input type identifier.",
2817
+ "enum": [
2818
+ "attachment",
2819
+ "audio",
2820
+ "document",
2821
+ "image",
2822
+ "signature",
2823
+ "video"
2824
+ ],
2825
+ "type": "string"
2826
+ }
2827
+ },
2828
+ "required": [
2829
+ "type"
2830
+ ],
2831
+ "type": "object"
2832
+ },
2833
+ "label": {
2834
+ "description": "A string value indicating what the element represents.",
2835
+ "type": "string"
2836
+ },
2837
+ "type": {
2838
+ "description": "String value indicating which type of element to use.",
2839
+ "enum": [
2840
+ "attachment"
2841
+ ],
2842
+ "type": "string"
2843
+ },
2844
+ "visibilityExpression": {
2845
+ "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.",
2846
+ "type": "string"
2847
+ }
2848
+ },
2849
+ "required": [
2850
+ "type"
2851
+ ],
2852
+ "type": "object"
2853
+ },
2854
+ "esri.rest-api.FormInfo.FormBarcodeScannerInput": {
2855
+ "additionalProperties": false,
2856
+ "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/}.",
2857
+ "properties": {
2858
+ "maxLength": {
2859
+ "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.",
2860
+ "type": "number"
2861
+ },
2862
+ "minLength": {
2863
+ "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.",
2864
+ "type": "number"
2865
+ },
2866
+ "type": {
2867
+ "description": "The input type identifier.",
2868
+ "enum": [
2869
+ "barcode-scanner"
2870
+ ],
2871
+ "type": "string"
2872
+ }
2873
+ },
2874
+ "required": [
2875
+ "type"
2876
+ ],
2877
+ "type": "object"
2878
+ },
2879
+ "esri.rest-api.FormInfo.FormComboBoxInput": {
2880
+ "additionalProperties": false,
2881
+ "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/}.",
2882
+ "properties": {
2883
+ "noValueOptionLabel": {
2884
+ "description": "The text used to represent a null value.",
2885
+ "type": "string"
2886
+ },
2887
+ "showNoValueOption": {
2888
+ "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.",
2889
+ "type": "boolean"
2890
+ },
2891
+ "type": {
2892
+ "description": "The input type identifier.",
2893
+ "enum": [
2894
+ "combo-box"
2895
+ ],
2896
+ "type": "string"
2897
+ }
2898
+ },
2899
+ "required": [
2900
+ "type"
2901
+ ],
2902
+ "type": "object"
2903
+ },
2904
+ "esri.rest-api.FormInfo.FormDateTimePickerInput": {
2905
+ "additionalProperties": false,
2906
+ "description": "Defines the desired user interface is a calendar date picker. {@link https://developers.arcgis.com/web-map-specification/objects/formDatetimePickerInput/}.",
2907
+ "properties": {
2908
+ "includeTime": {
2909
+ "description": "Indicates if the datetime picker should provide an option to select the time. If not provided, the default value is false.",
2910
+ "type": "boolean"
2911
+ },
2912
+ "max": {
2913
+ "description": "The maximum date to allow. The number represents the number of milliseconds since epoch (January 1, 1970) in UTC.",
2914
+ "type": "number"
2915
+ },
2916
+ "min": {
2917
+ "description": "The minimum date to allow. The number represents the number of milliseconds since epoch (January 1, 1970) in UTC.",
2918
+ "type": "number"
2919
+ },
2920
+ "type": {
2921
+ "description": "The input type identifier.",
2922
+ "enum": [
2923
+ "datetime-picker"
2924
+ ],
2925
+ "type": "string"
2926
+ }
2927
+ },
2928
+ "required": [
2929
+ "type"
2930
+ ],
2931
+ "type": "object"
2932
+ },
2933
+ "esri.rest-api.FormInfo.FormExpressionInfo": {
2934
+ "additionalProperties": false,
2935
+ "description": "Arcade expression used in the form. {@link https://developers.arcgis.com/web-map-specification/objects/formExpressionInfo/}.",
2936
+ "properties": {
2937
+ "expression": {
2938
+ "description": "The Arcade expression.",
2939
+ "type": "string"
2940
+ },
2941
+ "name": {
2942
+ "description": "Unique identifier for the expression.",
2943
+ "type": "string"
2944
+ },
2945
+ "returnType": {
2946
+ "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.",
2947
+ "enum": [
2948
+ "boolean"
2949
+ ],
2950
+ "type": "string"
2951
+ },
2952
+ "title": {
2953
+ "description": "Title of the expression.",
2954
+ "type": "string"
2955
+ }
2956
+ },
2957
+ "type": "object"
2958
+ },
2959
+ "esri.rest-api.FormInfo.FormFieldElement": {
2960
+ "additionalProperties": false,
2961
+ "description": "Defines how a field in the dataset participates in the form. {@link https://developers.arcgis.com/web-map-specification/objects/formFieldElement/}.",
2962
+ "properties": {
2963
+ "description": {
2964
+ "description": "A string that describes the element in detail.",
2965
+ "type": "string"
2966
+ },
2967
+ "domain": {
2968
+ "$ref": "#/definitions/esri.rest-api.Domain.Domain",
2969
+ "description": "The domain to apply to this field. If defined, it takes precedence over domains defined in field, type, or subtype."
2970
+ },
2971
+ "editable": {
2972
+ "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.",
2973
+ "type": "boolean"
2974
+ },
2975
+ "fieldName": {
2976
+ "description": "A string containing the field name as defined by the feature layer.",
2977
+ "type": "string"
2978
+ },
2979
+ "inputType": {
2980
+ "anyOf": [
2981
+ {
2982
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormBarcodeScannerInput"
2983
+ },
2984
+ {
2985
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormComboBoxInput"
2986
+ },
2987
+ {
2988
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormDateTimePickerInput"
2989
+ },
2990
+ {
2991
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormRadioButtonsInput"
2992
+ },
2993
+ {
2994
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormSwitchInput"
2995
+ },
2996
+ {
2997
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormTextAreaInput"
2998
+ },
2999
+ {
3000
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormTextBoxInput"
3001
+ }
3002
+ ],
3003
+ "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."
3004
+ },
3005
+ "label": {
3006
+ "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.",
3007
+ "type": "string"
3008
+ },
3009
+ "requiredExpression": {
3010
+ "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.",
3011
+ "type": "string"
3012
+ },
3013
+ "type": {
3014
+ "description": "A string indicating which type of element to use.",
3015
+ "enum": [
3016
+ "field"
3017
+ ],
3018
+ "type": "string"
3019
+ },
3020
+ "visibilityExpression": {
3021
+ "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.",
3022
+ "type": "string"
3023
+ }
3024
+ },
3025
+ "required": [
3026
+ "type"
3027
+ ],
3028
+ "type": "object"
3029
+ },
3030
+ "esri.rest-api.FormInfo.FormGroupElement": {
3031
+ "additionalProperties": false,
3032
+ "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/}.",
3033
+ "properties": {
3034
+ "description": {
3035
+ "description": "A string that describes the element in detail.",
3036
+ "type": "string"
3037
+ },
3038
+ "formElements": {
3039
+ "description": "An array of Form Element objects that represent an ordered list of form elements. Nested group elements are not supported.",
3040
+ "items": {
3041
+ "anyOf": [
3042
+ {
3043
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormAttachmentElement"
3044
+ },
3045
+ {
3046
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormFieldElement"
3047
+ },
3048
+ {
3049
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormRelationshipElement"
3050
+ }
3051
+ ]
3052
+ },
3053
+ "type": "array"
3054
+ },
3055
+ "initialState": {
3056
+ "description": "Defines if the group should be expanded or collapsed when the form is initially displayed. If not provided, the default value is expanded.",
3057
+ "enum": [
3058
+ "collapsed",
3059
+ "expanded"
3060
+ ],
3061
+ "type": "string"
3062
+ },
3063
+ "label": {
3064
+ "description": "A string value indicating what the element represents.",
3065
+ "type": "string"
3066
+ },
3067
+ "type": {
3068
+ "description": "String value indicating which type of element to use.",
3069
+ "enum": [
3070
+ "group"
3071
+ ],
3072
+ "type": "string"
3073
+ },
3074
+ "visibilityExpression": {
3075
+ "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.",
3076
+ "type": "string"
3077
+ }
3078
+ },
3079
+ "required": [
3080
+ "type"
3081
+ ],
3082
+ "type": "object"
3083
+ },
3084
+ "esri.rest-api.FormInfo.FormInfo": {
3085
+ "additionalProperties": false,
3086
+ "description": "Defines the form configuration when a user edits a feature. {@link https://developers.arcgis.com/web-map-specification/objects/formInfo/}.",
3087
+ "properties": {
3088
+ "description": {
3089
+ "description": "A string that appears in the body of the form as a description.",
3090
+ "type": "string"
3091
+ },
3092
+ "expressionInfos": {
3093
+ "description": "List of Arcade expressions used in the form.",
3094
+ "items": {
3095
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormExpressionInfo"
3096
+ },
3097
+ "type": "array"
3098
+ },
3099
+ "formElements": {
3100
+ "description": "An array of formElement objects that represent an ordered list of form elements.",
3101
+ "items": {
3102
+ "anyOf": [
3103
+ {
3104
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormAttachmentElement"
3105
+ },
3106
+ {
3107
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormFieldElement"
3108
+ },
3109
+ {
3110
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormGroupElement"
3111
+ },
3112
+ {
3113
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormRelationshipElement"
3114
+ }
3115
+ ]
3116
+ },
3117
+ "type": "array"
3118
+ },
3119
+ "title": {
3120
+ "description": "A string that appears at the top of the form as a title.",
3121
+ "type": "string"
3122
+ }
3123
+ },
3124
+ "type": "object"
3125
+ },
3126
+ "esri.rest-api.FormInfo.FormRadioButtonsInput": {
3127
+ "additionalProperties": false,
3128
+ "description": "Defines the desired user interface is a radio button group. {@link https://developers.arcgis.com/web-map-specification/objects/formRadioButtonsInput/}.",
3129
+ "properties": {
3130
+ "noValueOptionLabel": {
3131
+ "description": "The text used to represent a null value.",
3132
+ "type": "string"
3133
+ },
3134
+ "showNoValueOption": {
3135
+ "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.",
3136
+ "type": "boolean"
3137
+ },
3138
+ "type": {
3139
+ "description": "The input type identifier.",
3140
+ "enum": [
3141
+ "radio-buttons"
3142
+ ],
3143
+ "type": "string"
3144
+ }
3145
+ },
3146
+ "required": [
3147
+ "type"
3148
+ ],
3149
+ "type": "object"
3150
+ },
3151
+ "esri.rest-api.FormInfo.FormRelationshipElement": {
3152
+ "additionalProperties": false,
3153
+ "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/}.",
3154
+ "properties": {
3155
+ "description": {
3156
+ "description": "A string that describes the element in detail.",
3157
+ "type": "string"
3158
+ },
3159
+ "displayCount": {
3160
+ "description": "An integer that indicates the maximum number of records to display.",
3161
+ "type": "number"
3162
+ },
3163
+ "displayType": {
3164
+ "description": "A string that defines how the related records should be displayed.",
3165
+ "enum": [
3166
+ "list"
3167
+ ],
3168
+ "type": "string"
3169
+ },
3170
+ "editable": {
3171
+ "description": "A Boolean determining whether users can edit this form element. If not supplied the default value is true.",
3172
+ "type": "boolean"
3173
+ },
3174
+ "label": {
3175
+ "description": "A string value indicating what the element represents.",
3176
+ "type": "string"
3177
+ },
3178
+ "type": {
3179
+ "description": "String value indicating which type of element to use.",
3180
+ "enum": [
3181
+ "relationship"
3182
+ ],
3183
+ "type": "string"
3184
+ },
3185
+ "visibilityExpression": {
3186
+ "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.",
3187
+ "type": "string"
3188
+ }
3189
+ },
3190
+ "required": [
3191
+ "type"
3192
+ ],
3193
+ "type": "object"
3194
+ },
3195
+ "esri.rest-api.FormInfo.FormSwitchInput": {
3196
+ "additionalProperties": false,
3197
+ "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/}.",
3198
+ "properties": {
3199
+ "offValue": {
3200
+ "description": "The coded value when switch state is off.",
3201
+ "type": [
3202
+ "string",
3203
+ "number"
3204
+ ]
3205
+ },
3206
+ "onValue": {
3207
+ "description": "The coded value when switch state is on.",
3208
+ "type": [
3209
+ "string",
3210
+ "number"
3211
+ ]
3212
+ },
3213
+ "type": {
3214
+ "description": "The input type identifier.",
3215
+ "enum": [
3216
+ "switch"
3217
+ ],
3218
+ "type": "string"
3219
+ }
3220
+ },
3221
+ "required": [
3222
+ "type"
3223
+ ],
3224
+ "type": "object"
3225
+ },
3226
+ "esri.rest-api.FormInfo.FormTextAreaInput": {
3227
+ "additionalProperties": false,
3228
+ "description": "Defines the desired user interface is a multi-line text area. {@link https://developers.arcgis.com/web-map-specification/objects/formTextAreaInput/}.",
3229
+ "properties": {
3230
+ "maxLength": {
3231
+ "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.",
3232
+ "type": "number"
3233
+ },
3234
+ "minLength": {
3235
+ "description": "This represents the minimum number of characters allowed. If not supplied, the value is 0, meaning there is no minimum constraint.",
3236
+ "type": "number"
3237
+ },
3238
+ "type": {
3239
+ "description": "The input type identifier.",
3240
+ "enum": [
3241
+ "text-area"
3242
+ ],
3243
+ "type": "string"
3244
+ }
3245
+ },
3246
+ "required": [
3247
+ "type"
3248
+ ],
3249
+ "type": "object"
3250
+ },
3251
+ "esri.rest-api.FormInfo.FormTextBoxInput": {
3252
+ "additionalProperties": false,
3253
+ "description": "Defines the desired user interface is a single-line text box. {@link https://developers.arcgis.com/web-map-specification/objects/formTextBoxInput/}.",
3254
+ "properties": {
3255
+ "maxLength": {
3256
+ "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.",
3257
+ "type": "number"
3258
+ },
3259
+ "minLength": {
3260
+ "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.",
3261
+ "type": "number"
3262
+ },
3263
+ "type": {
3264
+ "description": "The input type identifier.",
3265
+ "enum": [
3266
+ "text-box"
3267
+ ],
3268
+ "type": "string"
3269
+ }
3270
+ },
3271
+ "required": [
3272
+ "type"
3273
+ ],
3274
+ "type": "object"
3275
+ },
2773
3276
  "esri.rest-api.Format.DateFormat": {
2774
3277
  "description": "Possible date formats for {@link Format.dateFormat}.",
2775
3278
  "enum": [
@@ -3232,6 +3735,9 @@
3232
3735
  "description": "The attribution information for the layer. (not in the documentation).",
3233
3736
  "type": "string"
3234
3737
  },
3738
+ "customParameters": {
3739
+ "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
3740
+ },
3235
3741
  "definitionEditor": {
3236
3742
  "$ref": "#/definitions/esri.rest-api.DefinitionEditor.DefinitionEditor",
3237
3743
  "description": "Stores interactive filters."
@@ -3375,6 +3881,9 @@
3375
3881
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
3376
3882
  "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."
3377
3883
  },
3884
+ "customParameters": {
3885
+ "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
3886
+ },
3378
3887
  "definitionEditor": {
3379
3888
  "$ref": "#/definitions/esri.rest-api.DefinitionEditor.DefinitionEditor",
3380
3889
  "description": "Stores interactive filters."
@@ -3797,14 +4306,15 @@
3797
4306
  "description": "An Arcade expression evaluating to either a string or a number.",
3798
4307
  "type": "string"
3799
4308
  },
4309
+ "title": {
4310
+ "description": "The title of the expression.",
4311
+ "type": "string"
4312
+ },
3800
4313
  "value": {
3801
- "description": "Represents a simple template string.",
4314
+ "description": "Represents a simple template string. This property is deprecated as of version 2.7 of the web map in favor of 'expression'.",
3802
4315
  "type": "string"
3803
4316
  }
3804
4317
  },
3805
- "required": [
3806
- "value"
3807
- ],
3808
4318
  "type": "object"
3809
4319
  },
3810
4320
  "labelPlacement": {
@@ -3922,6 +4432,25 @@
3922
4432
  },
3923
4433
  "type": "object"
3924
4434
  },
4435
+ "esri.rest-api.LayerDefinition.FieldOverride": {
4436
+ "additionalProperties": false,
4437
+ "description": "Defines overridden properties on a field for a specific view of the data. {@link https://developers.arcgis.com/web-map-specification/objects/fieldOverride/}.",
4438
+ "properties": {
4439
+ "alias": {
4440
+ "description": "A string containing the overridden field alias.",
4441
+ "type": "string"
4442
+ },
4443
+ "editable": {
4444
+ "description": "A Boolean determining whether users can edit this field.",
4445
+ "type": "boolean"
4446
+ },
4447
+ "name": {
4448
+ "description": "A string containing the field name as defined by the service.",
4449
+ "type": "string"
4450
+ }
4451
+ },
4452
+ "type": "object"
4453
+ },
3925
4454
  "esri.rest-api.LayerDefinition.HtmlPopupType": {
3926
4455
  "description": "The HTML popup type for the LayerDefinition.",
3927
4456
  "enum": [
@@ -3987,6 +4516,13 @@
3987
4516
  "$ref": "#/definitions/esri.rest-api.FeatureReduction.FeatureReduction",
3988
4517
  "description": "Feature reductions declutter the screen by hiding features that would otherwise intersect with other features on screen."
3989
4518
  },
4519
+ "fieldOverrides": {
4520
+ "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.",
4521
+ "items": {
4522
+ "$ref": "#/definitions/esri.rest-api.LayerDefinition.FieldOverride"
4523
+ },
4524
+ "type": "array"
4525
+ },
3990
4526
  "fields": {
3991
4527
  "description": "An array of Field objects containing information about the attribute fields for the feature collection or layer.",
3992
4528
  "items": {
@@ -3994,6 +4530,20 @@
3994
4530
  },
3995
4531
  "type": "array"
3996
4532
  },
4533
+ "floorInfo": {
4534
+ "additionalProperties": false,
4535
+ "description": "Contains floor-awareness information for the layer. {@link https://developers.arcgis.com/web-map-specification/objects/layerFloorInfo/}.",
4536
+ "properties": {
4537
+ "floorField": {
4538
+ "description": "The name of the attribute field that contains a floor's level ID used for floor filtering.",
4539
+ "type": "string"
4540
+ }
4541
+ },
4542
+ "required": [
4543
+ "floorField"
4544
+ ],
4545
+ "type": "object"
4546
+ },
3997
4547
  "geometryType": {
3998
4548
  "description": "The type of geometry used in the layer definition. One of the GeometryType constants.",
3999
4549
  "type": "string"
@@ -4050,6 +4600,13 @@
4050
4600
  "description": "Indicates the name of the object ID field in the dataset.",
4051
4601
  "type": "string"
4052
4602
  },
4603
+ "orderBy": {
4604
+ "description": "Determines the display order of features on the map (currently undocumented in the web map spec but supported by Esri's viewer).",
4605
+ "items": {
4606
+ "$ref": "#/definitions/esri.rest-api.LayerDefinition.OrderByClause"
4607
+ },
4608
+ "type": "array"
4609
+ },
4053
4610
  "overrideSymbols": {
4054
4611
  "description": "Dictates whether a client can support having an end user modify symbols on individual features.",
4055
4612
  "type": "boolean"
@@ -4070,65 +4627,211 @@
4070
4627
  "$ref": "#/definitions/esri.rest-api.DynamicDataLayer.DynamicDataLayer"
4071
4628
  }
4072
4629
  ],
4073
- "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/}."
4074
- },
4075
- "spatialReference": {
4076
- "$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
4077
- "description": "An object containing the WKID or WKT identifying the spatial reference of the layer's geometry."
4630
+ "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/}."
4631
+ },
4632
+ "spatialReference": {
4633
+ "$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
4634
+ "description": "An object containing the WKID or WKT identifying the spatial reference of the layer's geometry."
4635
+ },
4636
+ "supportedQueryFormats": {
4637
+ "description": "String value indicating the output formats that are supported in a query.",
4638
+ "type": "string"
4639
+ },
4640
+ "supportsAdvancedQueries": {
4641
+ "description": "Boolean value indicating whether the layer supports orderByFields in a query operation.",
4642
+ "type": "boolean"
4643
+ },
4644
+ "supportsAttachmentsByUploadId": {
4645
+ "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.",
4646
+ "type": "boolean"
4647
+ },
4648
+ "supportsCalculate": {
4649
+ "description": "Boolean value indicating whether the layer supports the Calculate REST operation when updating features.",
4650
+ "type": "boolean"
4651
+ },
4652
+ "supportsRollbackOnFailureParameter": {
4653
+ "description": "Boolean value indicating whether the layer supports rolling back edits made on a feature layer if some of the edits fail.",
4654
+ "type": "boolean"
4655
+ },
4656
+ "supportsStatistics": {
4657
+ "description": "Boolean value indicating whether feature layer query operations support statistical functions.",
4658
+ "type": "boolean"
4659
+ },
4660
+ "supportsValidateSql": {
4661
+ "description": "Boolean value indicating whether the validateSQL operation is supported across a feature service layer.",
4662
+ "type": "boolean"
4663
+ },
4664
+ "templates": {
4665
+ "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.",
4666
+ "items": {
4667
+ "$ref": "#/definitions/esri.rest-api.Template.Template"
4668
+ },
4669
+ "type": "array"
4670
+ },
4671
+ "timeInfo": {
4672
+ "$ref": "#/definitions/esri.rest-api.LayerDefinition.LayerTimeInfo",
4673
+ "description": "The time info metadata of the layer. May be set for feature layers inside a feature collection item."
4674
+ },
4675
+ "type": {
4676
+ "description": "Indicates whether the layerDefinition applies to a \"Feature Layer\" or a \"Table\".",
4677
+ "type": "string"
4678
+ },
4679
+ "typeIdField": {
4680
+ "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.",
4681
+ "type": "string"
4682
+ },
4683
+ "types": {
4684
+ "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.",
4685
+ "items": {
4686
+ "$ref": "#/definitions/esri.rest-api.Type.Type"
4687
+ },
4688
+ "type": "array"
4689
+ },
4690
+ "visibilityField": {
4691
+ "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.",
4692
+ "type": "string"
4693
+ }
4694
+ },
4695
+ "type": "object"
4696
+ },
4697
+ "esri.rest-api.LayerDefinition.LayerTimeInfo": {
4698
+ "additionalProperties": false,
4699
+ "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/}.",
4700
+ "properties": {
4701
+ "endTimeField": {
4702
+ "description": "The name of the attribute field that contains the end time information.",
4703
+ "type": "string"
4704
+ },
4705
+ "exportOptions": {
4706
+ "$ref": "#/definitions/esri.rest-api.LayerDefinition.TimeInfoExportOptions",
4707
+ "description": "The default time-related export options for this layer."
4708
+ },
4709
+ "hasLiveData": {
4710
+ "description": "Indicates whether service has live data.",
4711
+ "type": "boolean"
4712
+ },
4713
+ "startTimeField": {
4714
+ "description": "The name of the attribute field that contains the start time information.",
4715
+ "type": "string"
4716
+ },
4717
+ "timeExtent": {
4718
+ "additionalItems": {
4719
+ "anyOf": [
4720
+ {
4721
+ "type": "number"
4722
+ },
4723
+ {
4724
+ "type": "number"
4725
+ }
4726
+ ]
4727
+ },
4728
+ "description": "The time extent for all the data in the layer.",
4729
+ "items": [
4730
+ {
4731
+ "type": "number"
4732
+ },
4733
+ {
4734
+ "type": "number"
4735
+ }
4736
+ ],
4737
+ "minItems": 2,
4738
+ "type": "array"
4739
+ },
4740
+ "timeInterval": {
4741
+ "description": "Time interval of the data in the layer. Typically used for the TimeSlider when animating the layer.",
4742
+ "type": "number"
4743
+ },
4744
+ "timeIntervalUnits": {
4745
+ "$ref": "#/definitions/esri.rest-api.LayerDefinition.TemporalUnit",
4746
+ "description": "Temporal unit in which the time interval is measured."
4747
+ },
4748
+ "timeReference": {
4749
+ "additionalProperties": false,
4750
+ "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/}.",
4751
+ "properties": {
4752
+ "respectsDaylightSaving": {
4753
+ "description": "Indicates whether the time reference takes into account daylight savings time.",
4754
+ "type": "boolean"
4755
+ },
4756
+ "timeZone": {
4757
+ "description": "The time zone in which the data was captured.",
4758
+ "type": "string"
4759
+ }
4760
+ },
4761
+ "required": [
4762
+ "respectsDaylightSaving"
4763
+ ],
4764
+ "type": "object"
4078
4765
  },
4079
- "supportedQueryFormats": {
4080
- "description": "String value indicating the output formats that are supported in a query.",
4766
+ "trackIdField": {
4767
+ "description": "The field that contains the trackId.",
4768
+ "type": "string"
4769
+ }
4770
+ },
4771
+ "required": [
4772
+ "trackIdField"
4773
+ ],
4774
+ "type": "object"
4775
+ },
4776
+ "esri.rest-api.LayerDefinition.OrderByClause": {
4777
+ "additionalProperties": false,
4778
+ "description": "A clause in a layer definition's `orderBy` property.",
4779
+ "properties": {
4780
+ "field": {
4781
+ "description": "The number or date field whose values will be used to sort features.",
4081
4782
  "type": "string"
4082
4783
  },
4083
- "supportsAdvancedQueries": {
4084
- "description": "Boolean value indicating whether the layer supports orderByFields in a query operation.",
4085
- "type": "boolean"
4086
- },
4087
- "supportsAttachmentsByUploadId": {
4088
- "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.",
4089
- "type": "boolean"
4784
+ "order": {
4785
+ "description": "The sort order.",
4786
+ "enum": [
4787
+ "asc",
4788
+ "desc"
4789
+ ],
4790
+ "type": "string"
4090
4791
  },
4091
- "supportsCalculate": {
4092
- "description": "Boolean value indicating whether the layer supports the Calculate REST operation when updating features.",
4792
+ "valueExpression": {
4793
+ "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).",
4794
+ "type": "string"
4795
+ }
4796
+ },
4797
+ "type": "object"
4798
+ },
4799
+ "esri.rest-api.LayerDefinition.TemporalUnit": {
4800
+ "description": "Temporal units in which a time value can be measured.",
4801
+ "enum": [
4802
+ "esriTimeUnitsCenturies",
4803
+ "esriTimeUnitsDays",
4804
+ "esriTimeUnitsDecades",
4805
+ "esriTimeUnitsHours",
4806
+ "esriTimeUnitsMilliseconds",
4807
+ "esriTimeUnitsMinutes",
4808
+ "esriTimeUnitsMonths",
4809
+ "esriTimeUnitsSeconds",
4810
+ "esriTimeUnitsUnknown",
4811
+ "esriTimeUnitsWeeks",
4812
+ "esriTimeUnitsYears"
4813
+ ],
4814
+ "type": "string"
4815
+ },
4816
+ "esri.rest-api.LayerDefinition.TimeInfoExportOptions": {
4817
+ "additionalProperties": false,
4818
+ "description": "The default time-related export options for a layer. {@link: https://developers.arcgis.com/web-map-specification/objects/timeInfoExportOptions/}.",
4819
+ "properties": {
4820
+ "timeDataCumulative": {
4821
+ "description": "If true, draw all the features from the beginning of time for that data.",
4093
4822
  "type": "boolean"
4094
4823
  },
4095
- "supportsRollbackOnFailureParameter": {
4096
- "description": "Boolean value indicating whether the layer supports rolling back edits made on a feature layer if some of the edits fail.",
4097
- "type": "boolean"
4824
+ "timeOffset": {
4825
+ "description": "Time offset value for this layer so that it can be overlaid on the top of a previous or future time period.",
4826
+ "type": "number"
4098
4827
  },
4099
- "supportsStatistics": {
4100
- "description": "Boolean value indicating whether feature layer query operations support statistical functions.",
4101
- "type": "boolean"
4828
+ "timeOffsetUnits": {
4829
+ "$ref": "#/definitions/esri.rest-api.LayerDefinition.TemporalUnit",
4830
+ "description": "Temporal unit in which the time offset is measured."
4102
4831
  },
4103
- "supportsValidateSql": {
4104
- "description": "Boolean value indicating whether the validateSQL operation is supported across a feature service layer.",
4832
+ "useTime": {
4833
+ "description": "If true, use the time extent specified by the time parameter.",
4105
4834
  "type": "boolean"
4106
- },
4107
- "templates": {
4108
- "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.",
4109
- "items": {
4110
- "$ref": "#/definitions/esri.rest-api.Template.Template"
4111
- },
4112
- "type": "array"
4113
- },
4114
- "type": {
4115
- "description": "Indicates whether the layerDefinition applies to a \"Feature Layer\" or a \"Table\".",
4116
- "type": "string"
4117
- },
4118
- "typeIdField": {
4119
- "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.",
4120
- "type": "string"
4121
- },
4122
- "types": {
4123
- "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.",
4124
- "items": {
4125
- "$ref": "#/definitions/esri.rest-api.Type.Type"
4126
- },
4127
- "type": "array"
4128
- },
4129
- "visibilityField": {
4130
- "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.",
4131
- "type": "string"
4132
4835
  }
4133
4836
  },
4134
4837
  "type": "object"
@@ -4221,6 +4924,9 @@
4221
4924
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
4222
4925
  "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."
4223
4926
  },
4927
+ "customParameters": {
4928
+ "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
4929
+ },
4224
4930
  "id": {
4225
4931
  "description": "A unique identifying string for the layer.",
4226
4932
  "type": "string"
@@ -5940,6 +6646,10 @@
5940
6646
  "$ref": "#/definitions/esri.rest-api.Renderer.ClassificationMethod",
5941
6647
  "description": "Used for classed color or size. The default value is esriClassifyManual. See {@link ClassificationMethod}."
5942
6648
  },
6649
+ "colorRamp": {
6650
+ "$ref": "#/definitions/esri.rest-api.Renderer.ColorRamp",
6651
+ "description": "A colorRamp object is used to specify a range of colors that are applied to a group of symbols."
6652
+ },
5943
6653
  "field": {
5944
6654
  "$ref": "#/definitions/esri.rest-api.Field.Field",
5945
6655
  "description": "Contains information about an attribute field."
@@ -5983,6 +6693,110 @@
5983
6693
  ],
5984
6694
  "type": "string"
5985
6695
  },
6696
+ "esri.rest-api.Renderer.ColorRamp": {
6697
+ "additionalProperties": false,
6698
+ "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/}.",
6699
+ "properties": {
6700
+ "algorithm": {
6701
+ "description": "Algorithm used for calculating the ramp.",
6702
+ "enum": [
6703
+ "esriCIELabAlgorithm",
6704
+ "esriHSVAlgorithm",
6705
+ "esriLabLChAlgorithm"
6706
+ ],
6707
+ "type": "string"
6708
+ },
6709
+ "colorRamps": {
6710
+ "description": "A multipart color ramp is defined by a list of constituent color ramps.",
6711
+ "items": {
6712
+ "$ref": "#/definitions/esri.rest-api.Renderer.ColorRamp"
6713
+ },
6714
+ "type": "array"
6715
+ },
6716
+ "fromColor": {
6717
+ "additionalItems": {
6718
+ "anyOf": [
6719
+ {
6720
+ "type": "number"
6721
+ },
6722
+ {
6723
+ "type": "number"
6724
+ },
6725
+ {
6726
+ "type": "number"
6727
+ },
6728
+ {
6729
+ "type": "number"
6730
+ }
6731
+ ]
6732
+ },
6733
+ "description": "Array representing the initial color to start the ramp from.",
6734
+ "items": [
6735
+ {
6736
+ "type": "number"
6737
+ },
6738
+ {
6739
+ "type": "number"
6740
+ },
6741
+ {
6742
+ "type": "number"
6743
+ },
6744
+ {
6745
+ "type": "number"
6746
+ }
6747
+ ],
6748
+ "minItems": 4,
6749
+ "type": "array"
6750
+ },
6751
+ "toColor": {
6752
+ "additionalItems": {
6753
+ "anyOf": [
6754
+ {
6755
+ "type": "number"
6756
+ },
6757
+ {
6758
+ "type": "number"
6759
+ },
6760
+ {
6761
+ "type": "number"
6762
+ },
6763
+ {
6764
+ "type": "number"
6765
+ }
6766
+ ]
6767
+ },
6768
+ "description": "Array representing the final color to end the ramp with.",
6769
+ "items": [
6770
+ {
6771
+ "type": "number"
6772
+ },
6773
+ {
6774
+ "type": "number"
6775
+ },
6776
+ {
6777
+ "type": "number"
6778
+ },
6779
+ {
6780
+ "type": "number"
6781
+ }
6782
+ ],
6783
+ "minItems": 4,
6784
+ "type": "array"
6785
+ },
6786
+ "type": {
6787
+ "description": "Value indicating the type of colorRamp.",
6788
+ "enum": [
6789
+ "algorithmic",
6790
+ "multipart"
6791
+ ],
6792
+ "type": "string"
6793
+ }
6794
+ },
6795
+ "required": [
6796
+ "type"
6797
+ ],
6798
+ "type": "object"
6799
+ },
5986
6800
  "esri.rest-api.Renderer.Renderer": {
5987
6801
  "anyOf": [
5988
6802
  {
@@ -6017,6 +6831,9 @@
6017
6831
  },
6018
6832
  {
6019
6833
  "$ref": "#/definitions/esri.rest-api.UniqueValueFromStyle.UniqueValueFromStyle"
6834
+ },
6835
+ {
6836
+ "$ref": "#/definitions/esri.rest-api.VectorFieldRenderer.VectorFieldRenderer"
6020
6837
  }
6021
6838
  ],
6022
6839
  "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)."
@@ -6450,6 +7267,9 @@
6450
7267
  "description": "A comma-separated string listing which editing operations are allowed on an editable feature service. Available operations include: Create | Delete | Query | Update | Editing.",
6451
7268
  "type": "string"
6452
7269
  },
7270
+ "customParameters": {
7271
+ "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
7272
+ },
6453
7273
  "definitionEditor": {
6454
7274
  "$ref": "#/definitions/esri.rest-api.DefinitionEditor.DefinitionEditor",
6455
7275
  "description": "Stores interactive filters."
@@ -6466,6 +7286,10 @@
6466
7286
  "$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureCollectionType",
6467
7287
  "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."
6468
7288
  },
7289
+ "formInfo": {
7290
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormInfo",
7291
+ "description": "A formInfo object defining the content of the form when you are editing a feature."
7292
+ },
6469
7293
  "id": {
6470
7294
  "description": "A unique identifying string for the layer.",
6471
7295
  "type": "string"
@@ -6525,6 +7349,13 @@
6525
7349
  "description": "Indicates whether to allow map authors the ability to control what layers should be shown in a client's legend.",
6526
7350
  "type": "boolean"
6527
7351
  },
7352
+ "subtypeCode": {
7353
+ "description": "The feature subtype code identifying the layer. Used with SubtypeGroupLayers.",
7354
+ "type": [
7355
+ "string",
7356
+ "number"
7357
+ ]
7358
+ },
6528
7359
  "title": {
6529
7360
  "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.",
6530
7361
  "type": "string"
@@ -6617,12 +7448,6 @@
6617
7448
  "description": "The text weight. See {@link FontWeight}."
6618
7449
  }
6619
7450
  },
6620
- "required": [
6621
- "family",
6622
- "size",
6623
- "style",
6624
- "weight"
6625
- ],
6626
7451
  "type": "object"
6627
7452
  },
6628
7453
  "esri.rest-api.Symbol.FontStyle": {
@@ -7118,6 +7943,9 @@
7118
7943
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
7119
7944
  "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."
7120
7945
  },
7946
+ "customParameters": {
7947
+ "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
7948
+ },
7121
7949
  "id": {
7122
7950
  "description": "A unique identifying string for the layer.",
7123
7951
  "type": "string"
@@ -7202,6 +8030,9 @@
7202
8030
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
7203
8031
  "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."
7204
8032
  },
8033
+ "customParameters": {
8034
+ "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
8035
+ },
7205
8036
  "displayLevels": {
7206
8037
  "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.",
7207
8038
  "items": {
@@ -7651,6 +8482,113 @@
7651
8482
  },
7652
8483
  "type": "object"
7653
8484
  },
8485
+ "esri.rest-api.VectorFieldRenderer.MagnitudeUnit": {
8486
+ "description": "Units of magnitude.",
8487
+ "enum": [
8488
+ "esriFeetPerSecond",
8489
+ "esriKilometersPerHour",
8490
+ "esriKnots",
8491
+ "esriMetersPerSecond",
8492
+ "esriMilesPerHour"
8493
+ ],
8494
+ "type": "string"
8495
+ },
8496
+ "esri.rest-api.VectorFieldRenderer.VectorFieldRenderer": {
8497
+ "additionalProperties": false,
8498
+ "description": "A vector field renderer is a renderer that uses symbolizes a U-V or Magnitude-Direction data.",
8499
+ "properties": {
8500
+ "attributeField": {
8501
+ "description": "Name of the feature attribute field that contains the data value.",
8502
+ "enum": [
8503
+ "Magnitude"
8504
+ ],
8505
+ "type": "string"
8506
+ },
8507
+ "authoringInfo": {
8508
+ "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
8509
+ "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."
8510
+ },
8511
+ "flowRepresentation": {
8512
+ "description": "Sets the flow direction of the data.",
8513
+ "enum": [
8514
+ "flow_from",
8515
+ "flow_to"
8516
+ ],
8517
+ "type": "string"
8518
+ },
8519
+ "inputUnit": {
8520
+ "$ref": "#/definitions/esri.rest-api.VectorFieldRenderer.MagnitudeUnit",
8521
+ "description": "Input unit for Magnitude."
8522
+ },
8523
+ "outputUnit": {
8524
+ "$ref": "#/definitions/esri.rest-api.VectorFieldRenderer.MagnitudeUnit",
8525
+ "description": "Output unit for Magnitude."
8526
+ },
8527
+ "rotationExpression": {
8528
+ "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.",
8529
+ "type": "string"
8530
+ },
8531
+ "rotationType": {
8532
+ "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
8533
+ "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}."
8534
+ },
8535
+ "style": {
8536
+ "description": "A predefined style.",
8537
+ "enum": [
8538
+ "beaufort_ft",
8539
+ "beaufort_km",
8540
+ "beaufort_kn",
8541
+ "beaufort_m",
8542
+ "beaufort_mi",
8543
+ "classified_arrow",
8544
+ "ocean_current_kn",
8545
+ "ocean_current_m",
8546
+ "simple_scalar",
8547
+ "single_arrow",
8548
+ "wind_speed"
8549
+ ],
8550
+ "type": "string"
8551
+ },
8552
+ "symbolTileSize": {
8553
+ "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.",
8554
+ "type": "number"
8555
+ },
8556
+ "type": {
8557
+ "description": "The type of renderer. See {@link RendererType}.",
8558
+ "enum": [
8559
+ "vectorField"
8560
+ ],
8561
+ "type": "string"
8562
+ },
8563
+ "visualVariables": {
8564
+ "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
8565
+ "items": {
8566
+ "anyOf": [
8567
+ {
8568
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
8569
+ },
8570
+ {
8571
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
8572
+ },
8573
+ {
8574
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
8575
+ },
8576
+ {
8577
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
8578
+ }
8579
+ ]
8580
+ },
8581
+ "type": "array"
8582
+ }
8583
+ },
8584
+ "required": [
8585
+ "attributeField",
8586
+ "flowRepresentation",
8587
+ "style",
8588
+ "type"
8589
+ ],
8590
+ "type": "object"
8591
+ },
7654
8592
  "esri.rest-api.VectorTileLayer.VectorTileLayer": {
7655
8593
  "additionalProperties": false,
7656
8594
  "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/}.",
@@ -7659,6 +8597,9 @@
7659
8597
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
7660
8598
  "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."
7661
8599
  },
8600
+ "customParameters": {
8601
+ "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
8602
+ },
7662
8603
  "id": {
7663
8604
  "description": "A unique identifying string for the layer.",
7664
8605
  "type": "string"