@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.
@@ -614,6 +614,10 @@
614
614
  "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.",
615
615
  "type": "string"
616
616
  },
617
+ "disablePopup": {
618
+ "description": "Indicates whether to allow a client to ignore popups defined by the service item.",
619
+ "type": "boolean"
620
+ },
617
621
  "id": {
618
622
  "description": "A unique identifying string for the layer.",
619
623
  "type": "string"
@@ -1206,7 +1210,7 @@
1206
1210
  "type": "array"
1207
1211
  },
1208
1212
  "fixedSymbols": {
1209
- "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.",
1213
+ "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.",
1210
1214
  "type": "boolean"
1211
1215
  },
1212
1216
  "labelingInfo": {
@@ -1220,6 +1224,10 @@
1220
1224
  "$ref": "#/definitions/esri.rest-api.Renderer.Renderer",
1221
1225
  "description": "A renderer object that provides the symbology for the layer."
1222
1226
  },
1227
+ "scaleSymbols": {
1228
+ "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.",
1229
+ "type": "boolean"
1230
+ },
1223
1231
  "showLabels": {
1224
1232
  "description": "Defines whether labels should be shown or not. This is only valid for sublayers.",
1225
1233
  "type": "boolean"
@@ -1654,6 +1662,9 @@
1654
1662
  "description": "A comma-separated string listing which editing operations are allowed on an editable feature service. Available operations include: Create | Delete | Query | Update | Editing.",
1655
1663
  "type": "string"
1656
1664
  },
1665
+ "customParameters": {
1666
+ "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
1667
+ },
1657
1668
  "definitionEditor": {
1658
1669
  "$ref": "#/definitions/esri.rest-api.DefinitionEditor.DefinitionEditor",
1659
1670
  "description": "Stores interactive filters."
@@ -1670,6 +1681,10 @@
1670
1681
  "$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureCollectionType",
1671
1682
  "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."
1672
1683
  },
1684
+ "formInfo": {
1685
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormInfo",
1686
+ "description": "A formInfo object defining the content of the form when you are editing a feature."
1687
+ },
1673
1688
  "id": {
1674
1689
  "description": "A unique identifying string for the layer.",
1675
1690
  "type": "string"
@@ -1729,6 +1744,13 @@
1729
1744
  "description": "Indicates whether to allow map authors the ability to control what layers should be shown in a client's legend.",
1730
1745
  "type": "boolean"
1731
1746
  },
1747
+ "subtypeCode": {
1748
+ "description": "The feature subtype code identifying the layer. Used with SubtypeGroupLayers.",
1749
+ "type": [
1750
+ "string",
1751
+ "number"
1752
+ ]
1753
+ },
1732
1754
  "title": {
1733
1755
  "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.",
1734
1756
  "type": "string"
@@ -2008,6 +2030,487 @@
2008
2030
  ],
2009
2031
  "type": "object"
2010
2032
  },
2033
+ "esri.rest-api.FormInfo.FormAttachmentElement": {
2034
+ "additionalProperties": false,
2035
+ "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/}.",
2036
+ "properties": {
2037
+ "attachmentKeyword": {
2038
+ "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.",
2039
+ "type": "string"
2040
+ },
2041
+ "description": {
2042
+ "description": "A string that describes the element in detail.",
2043
+ "type": "string"
2044
+ },
2045
+ "editable": {
2046
+ "description": "Indicates whether the attachments can be edited. If not present, the default is true.",
2047
+ "type": "boolean"
2048
+ },
2049
+ "inputType": {
2050
+ "additionalProperties": false,
2051
+ "description": "The input user interface to use for the attachment.",
2052
+ "properties": {
2053
+ "type": {
2054
+ "description": "The input type identifier.",
2055
+ "enum": [
2056
+ "attachment",
2057
+ "audio",
2058
+ "document",
2059
+ "image",
2060
+ "signature",
2061
+ "video"
2062
+ ],
2063
+ "type": "string"
2064
+ }
2065
+ },
2066
+ "required": [
2067
+ "type"
2068
+ ],
2069
+ "type": "object"
2070
+ },
2071
+ "label": {
2072
+ "description": "A string value indicating what the element represents.",
2073
+ "type": "string"
2074
+ },
2075
+ "type": {
2076
+ "description": "String value indicating which type of element to use.",
2077
+ "enum": [
2078
+ "attachment"
2079
+ ],
2080
+ "type": "string"
2081
+ },
2082
+ "visibilityExpression": {
2083
+ "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.",
2084
+ "type": "string"
2085
+ }
2086
+ },
2087
+ "required": [
2088
+ "type"
2089
+ ],
2090
+ "type": "object"
2091
+ },
2092
+ "esri.rest-api.FormInfo.FormBarcodeScannerInput": {
2093
+ "additionalProperties": false,
2094
+ "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/}.",
2095
+ "properties": {
2096
+ "maxLength": {
2097
+ "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.",
2098
+ "type": "number"
2099
+ },
2100
+ "minLength": {
2101
+ "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.",
2102
+ "type": "number"
2103
+ },
2104
+ "type": {
2105
+ "description": "The input type identifier.",
2106
+ "enum": [
2107
+ "barcode-scanner"
2108
+ ],
2109
+ "type": "string"
2110
+ }
2111
+ },
2112
+ "required": [
2113
+ "type"
2114
+ ],
2115
+ "type": "object"
2116
+ },
2117
+ "esri.rest-api.FormInfo.FormComboBoxInput": {
2118
+ "additionalProperties": false,
2119
+ "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/}.",
2120
+ "properties": {
2121
+ "noValueOptionLabel": {
2122
+ "description": "The text used to represent a null value.",
2123
+ "type": "string"
2124
+ },
2125
+ "showNoValueOption": {
2126
+ "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.",
2127
+ "type": "boolean"
2128
+ },
2129
+ "type": {
2130
+ "description": "The input type identifier.",
2131
+ "enum": [
2132
+ "combo-box"
2133
+ ],
2134
+ "type": "string"
2135
+ }
2136
+ },
2137
+ "required": [
2138
+ "type"
2139
+ ],
2140
+ "type": "object"
2141
+ },
2142
+ "esri.rest-api.FormInfo.FormDateTimePickerInput": {
2143
+ "additionalProperties": false,
2144
+ "description": "Defines the desired user interface is a calendar date picker. {@link https://developers.arcgis.com/web-map-specification/objects/formDatetimePickerInput/}.",
2145
+ "properties": {
2146
+ "includeTime": {
2147
+ "description": "Indicates if the datetime picker should provide an option to select the time. If not provided, the default value is false.",
2148
+ "type": "boolean"
2149
+ },
2150
+ "max": {
2151
+ "description": "The maximum date to allow. The number represents the number of milliseconds since epoch (January 1, 1970) in UTC.",
2152
+ "type": "number"
2153
+ },
2154
+ "min": {
2155
+ "description": "The minimum date to allow. The number represents the number of milliseconds since epoch (January 1, 1970) in UTC.",
2156
+ "type": "number"
2157
+ },
2158
+ "type": {
2159
+ "description": "The input type identifier.",
2160
+ "enum": [
2161
+ "datetime-picker"
2162
+ ],
2163
+ "type": "string"
2164
+ }
2165
+ },
2166
+ "required": [
2167
+ "type"
2168
+ ],
2169
+ "type": "object"
2170
+ },
2171
+ "esri.rest-api.FormInfo.FormExpressionInfo": {
2172
+ "additionalProperties": false,
2173
+ "description": "Arcade expression used in the form. {@link https://developers.arcgis.com/web-map-specification/objects/formExpressionInfo/}.",
2174
+ "properties": {
2175
+ "expression": {
2176
+ "description": "The Arcade expression.",
2177
+ "type": "string"
2178
+ },
2179
+ "name": {
2180
+ "description": "Unique identifier for the expression.",
2181
+ "type": "string"
2182
+ },
2183
+ "returnType": {
2184
+ "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.",
2185
+ "enum": [
2186
+ "boolean"
2187
+ ],
2188
+ "type": "string"
2189
+ },
2190
+ "title": {
2191
+ "description": "Title of the expression.",
2192
+ "type": "string"
2193
+ }
2194
+ },
2195
+ "type": "object"
2196
+ },
2197
+ "esri.rest-api.FormInfo.FormFieldElement": {
2198
+ "additionalProperties": false,
2199
+ "description": "Defines how a field in the dataset participates in the form. {@link https://developers.arcgis.com/web-map-specification/objects/formFieldElement/}.",
2200
+ "properties": {
2201
+ "description": {
2202
+ "description": "A string that describes the element in detail.",
2203
+ "type": "string"
2204
+ },
2205
+ "domain": {
2206
+ "$ref": "#/definitions/esri.rest-api.Domain.Domain",
2207
+ "description": "The domain to apply to this field. If defined, it takes precedence over domains defined in field, type, or subtype."
2208
+ },
2209
+ "editable": {
2210
+ "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.",
2211
+ "type": "boolean"
2212
+ },
2213
+ "fieldName": {
2214
+ "description": "A string containing the field name as defined by the feature layer.",
2215
+ "type": "string"
2216
+ },
2217
+ "inputType": {
2218
+ "anyOf": [
2219
+ {
2220
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormBarcodeScannerInput"
2221
+ },
2222
+ {
2223
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormComboBoxInput"
2224
+ },
2225
+ {
2226
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormDateTimePickerInput"
2227
+ },
2228
+ {
2229
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormRadioButtonsInput"
2230
+ },
2231
+ {
2232
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormSwitchInput"
2233
+ },
2234
+ {
2235
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormTextAreaInput"
2236
+ },
2237
+ {
2238
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormTextBoxInput"
2239
+ }
2240
+ ],
2241
+ "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."
2242
+ },
2243
+ "label": {
2244
+ "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.",
2245
+ "type": "string"
2246
+ },
2247
+ "requiredExpression": {
2248
+ "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.",
2249
+ "type": "string"
2250
+ },
2251
+ "type": {
2252
+ "description": "A string indicating which type of element to use.",
2253
+ "enum": [
2254
+ "field"
2255
+ ],
2256
+ "type": "string"
2257
+ },
2258
+ "visibilityExpression": {
2259
+ "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.",
2260
+ "type": "string"
2261
+ }
2262
+ },
2263
+ "required": [
2264
+ "type"
2265
+ ],
2266
+ "type": "object"
2267
+ },
2268
+ "esri.rest-api.FormInfo.FormGroupElement": {
2269
+ "additionalProperties": false,
2270
+ "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/}.",
2271
+ "properties": {
2272
+ "description": {
2273
+ "description": "A string that describes the element in detail.",
2274
+ "type": "string"
2275
+ },
2276
+ "formElements": {
2277
+ "description": "An array of Form Element objects that represent an ordered list of form elements. Nested group elements are not supported.",
2278
+ "items": {
2279
+ "anyOf": [
2280
+ {
2281
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormAttachmentElement"
2282
+ },
2283
+ {
2284
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormFieldElement"
2285
+ },
2286
+ {
2287
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormRelationshipElement"
2288
+ }
2289
+ ]
2290
+ },
2291
+ "type": "array"
2292
+ },
2293
+ "initialState": {
2294
+ "description": "Defines if the group should be expanded or collapsed when the form is initially displayed. If not provided, the default value is expanded.",
2295
+ "enum": [
2296
+ "collapsed",
2297
+ "expanded"
2298
+ ],
2299
+ "type": "string"
2300
+ },
2301
+ "label": {
2302
+ "description": "A string value indicating what the element represents.",
2303
+ "type": "string"
2304
+ },
2305
+ "type": {
2306
+ "description": "String value indicating which type of element to use.",
2307
+ "enum": [
2308
+ "group"
2309
+ ],
2310
+ "type": "string"
2311
+ },
2312
+ "visibilityExpression": {
2313
+ "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.",
2314
+ "type": "string"
2315
+ }
2316
+ },
2317
+ "required": [
2318
+ "type"
2319
+ ],
2320
+ "type": "object"
2321
+ },
2322
+ "esri.rest-api.FormInfo.FormInfo": {
2323
+ "additionalProperties": false,
2324
+ "description": "Defines the form configuration when a user edits a feature. {@link https://developers.arcgis.com/web-map-specification/objects/formInfo/}.",
2325
+ "properties": {
2326
+ "description": {
2327
+ "description": "A string that appears in the body of the form as a description.",
2328
+ "type": "string"
2329
+ },
2330
+ "expressionInfos": {
2331
+ "description": "List of Arcade expressions used in the form.",
2332
+ "items": {
2333
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormExpressionInfo"
2334
+ },
2335
+ "type": "array"
2336
+ },
2337
+ "formElements": {
2338
+ "description": "An array of formElement objects that represent an ordered list of form elements.",
2339
+ "items": {
2340
+ "anyOf": [
2341
+ {
2342
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormAttachmentElement"
2343
+ },
2344
+ {
2345
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormFieldElement"
2346
+ },
2347
+ {
2348
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormGroupElement"
2349
+ },
2350
+ {
2351
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormRelationshipElement"
2352
+ }
2353
+ ]
2354
+ },
2355
+ "type": "array"
2356
+ },
2357
+ "title": {
2358
+ "description": "A string that appears at the top of the form as a title.",
2359
+ "type": "string"
2360
+ }
2361
+ },
2362
+ "type": "object"
2363
+ },
2364
+ "esri.rest-api.FormInfo.FormRadioButtonsInput": {
2365
+ "additionalProperties": false,
2366
+ "description": "Defines the desired user interface is a radio button group. {@link https://developers.arcgis.com/web-map-specification/objects/formRadioButtonsInput/}.",
2367
+ "properties": {
2368
+ "noValueOptionLabel": {
2369
+ "description": "The text used to represent a null value.",
2370
+ "type": "string"
2371
+ },
2372
+ "showNoValueOption": {
2373
+ "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.",
2374
+ "type": "boolean"
2375
+ },
2376
+ "type": {
2377
+ "description": "The input type identifier.",
2378
+ "enum": [
2379
+ "radio-buttons"
2380
+ ],
2381
+ "type": "string"
2382
+ }
2383
+ },
2384
+ "required": [
2385
+ "type"
2386
+ ],
2387
+ "type": "object"
2388
+ },
2389
+ "esri.rest-api.FormInfo.FormRelationshipElement": {
2390
+ "additionalProperties": false,
2391
+ "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/}.",
2392
+ "properties": {
2393
+ "description": {
2394
+ "description": "A string that describes the element in detail.",
2395
+ "type": "string"
2396
+ },
2397
+ "displayCount": {
2398
+ "description": "An integer that indicates the maximum number of records to display.",
2399
+ "type": "number"
2400
+ },
2401
+ "displayType": {
2402
+ "description": "A string that defines how the related records should be displayed.",
2403
+ "enum": [
2404
+ "list"
2405
+ ],
2406
+ "type": "string"
2407
+ },
2408
+ "editable": {
2409
+ "description": "A Boolean determining whether users can edit this form element. If not supplied the default value is true.",
2410
+ "type": "boolean"
2411
+ },
2412
+ "label": {
2413
+ "description": "A string value indicating what the element represents.",
2414
+ "type": "string"
2415
+ },
2416
+ "type": {
2417
+ "description": "String value indicating which type of element to use.",
2418
+ "enum": [
2419
+ "relationship"
2420
+ ],
2421
+ "type": "string"
2422
+ },
2423
+ "visibilityExpression": {
2424
+ "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.",
2425
+ "type": "string"
2426
+ }
2427
+ },
2428
+ "required": [
2429
+ "type"
2430
+ ],
2431
+ "type": "object"
2432
+ },
2433
+ "esri.rest-api.FormInfo.FormSwitchInput": {
2434
+ "additionalProperties": false,
2435
+ "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/}.",
2436
+ "properties": {
2437
+ "offValue": {
2438
+ "description": "The coded value when switch state is off.",
2439
+ "type": [
2440
+ "string",
2441
+ "number"
2442
+ ]
2443
+ },
2444
+ "onValue": {
2445
+ "description": "The coded value when switch state is on.",
2446
+ "type": [
2447
+ "string",
2448
+ "number"
2449
+ ]
2450
+ },
2451
+ "type": {
2452
+ "description": "The input type identifier.",
2453
+ "enum": [
2454
+ "switch"
2455
+ ],
2456
+ "type": "string"
2457
+ }
2458
+ },
2459
+ "required": [
2460
+ "type"
2461
+ ],
2462
+ "type": "object"
2463
+ },
2464
+ "esri.rest-api.FormInfo.FormTextAreaInput": {
2465
+ "additionalProperties": false,
2466
+ "description": "Defines the desired user interface is a multi-line text area. {@link https://developers.arcgis.com/web-map-specification/objects/formTextAreaInput/}.",
2467
+ "properties": {
2468
+ "maxLength": {
2469
+ "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.",
2470
+ "type": "number"
2471
+ },
2472
+ "minLength": {
2473
+ "description": "This represents the minimum number of characters allowed. If not supplied, the value is 0, meaning there is no minimum constraint.",
2474
+ "type": "number"
2475
+ },
2476
+ "type": {
2477
+ "description": "The input type identifier.",
2478
+ "enum": [
2479
+ "text-area"
2480
+ ],
2481
+ "type": "string"
2482
+ }
2483
+ },
2484
+ "required": [
2485
+ "type"
2486
+ ],
2487
+ "type": "object"
2488
+ },
2489
+ "esri.rest-api.FormInfo.FormTextBoxInput": {
2490
+ "additionalProperties": false,
2491
+ "description": "Defines the desired user interface is a single-line text box. {@link https://developers.arcgis.com/web-map-specification/objects/formTextBoxInput/}.",
2492
+ "properties": {
2493
+ "maxLength": {
2494
+ "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.",
2495
+ "type": "number"
2496
+ },
2497
+ "minLength": {
2498
+ "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.",
2499
+ "type": "number"
2500
+ },
2501
+ "type": {
2502
+ "description": "The input type identifier.",
2503
+ "enum": [
2504
+ "text-box"
2505
+ ],
2506
+ "type": "string"
2507
+ }
2508
+ },
2509
+ "required": [
2510
+ "type"
2511
+ ],
2512
+ "type": "object"
2513
+ },
2011
2514
  "esri.rest-api.Format.DateFormat": {
2012
2515
  "description": "Possible date formats for {@link Format.dateFormat}.",
2013
2516
  "enum": [
@@ -2470,6 +2973,9 @@
2470
2973
  "description": "The attribution information for the layer. (not in the documentation).",
2471
2974
  "type": "string"
2472
2975
  },
2976
+ "customParameters": {
2977
+ "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
2978
+ },
2473
2979
  "definitionEditor": {
2474
2980
  "$ref": "#/definitions/esri.rest-api.DefinitionEditor.DefinitionEditor",
2475
2981
  "description": "Stores interactive filters."
@@ -2613,6 +3119,9 @@
2613
3119
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
2614
3120
  "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."
2615
3121
  },
3122
+ "customParameters": {
3123
+ "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
3124
+ },
2616
3125
  "definitionEditor": {
2617
3126
  "$ref": "#/definitions/esri.rest-api.DefinitionEditor.DefinitionEditor",
2618
3127
  "description": "Stores interactive filters."
@@ -3035,14 +3544,15 @@
3035
3544
  "description": "An Arcade expression evaluating to either a string or a number.",
3036
3545
  "type": "string"
3037
3546
  },
3547
+ "title": {
3548
+ "description": "The title of the expression.",
3549
+ "type": "string"
3550
+ },
3038
3551
  "value": {
3039
- "description": "Represents a simple template string.",
3552
+ "description": "Represents a simple template string. This property is deprecated as of version 2.7 of the web map in favor of 'expression'.",
3040
3553
  "type": "string"
3041
3554
  }
3042
3555
  },
3043
- "required": [
3044
- "value"
3045
- ],
3046
3556
  "type": "object"
3047
3557
  },
3048
3558
  "labelPlacement": {
@@ -3160,6 +3670,25 @@
3160
3670
  },
3161
3671
  "type": "object"
3162
3672
  },
3673
+ "esri.rest-api.LayerDefinition.FieldOverride": {
3674
+ "additionalProperties": false,
3675
+ "description": "Defines overridden properties on a field for a specific view of the data. {@link https://developers.arcgis.com/web-map-specification/objects/fieldOverride/}.",
3676
+ "properties": {
3677
+ "alias": {
3678
+ "description": "A string containing the overridden field alias.",
3679
+ "type": "string"
3680
+ },
3681
+ "editable": {
3682
+ "description": "A Boolean determining whether users can edit this field.",
3683
+ "type": "boolean"
3684
+ },
3685
+ "name": {
3686
+ "description": "A string containing the field name as defined by the service.",
3687
+ "type": "string"
3688
+ }
3689
+ },
3690
+ "type": "object"
3691
+ },
3163
3692
  "esri.rest-api.LayerDefinition.HtmlPopupType": {
3164
3693
  "description": "The HTML popup type for the LayerDefinition.",
3165
3694
  "enum": [
@@ -3225,6 +3754,13 @@
3225
3754
  "$ref": "#/definitions/esri.rest-api.FeatureReduction.FeatureReduction",
3226
3755
  "description": "Feature reductions declutter the screen by hiding features that would otherwise intersect with other features on screen."
3227
3756
  },
3757
+ "fieldOverrides": {
3758
+ "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.",
3759
+ "items": {
3760
+ "$ref": "#/definitions/esri.rest-api.LayerDefinition.FieldOverride"
3761
+ },
3762
+ "type": "array"
3763
+ },
3228
3764
  "fields": {
3229
3765
  "description": "An array of Field objects containing information about the attribute fields for the feature collection or layer.",
3230
3766
  "items": {
@@ -3232,6 +3768,20 @@
3232
3768
  },
3233
3769
  "type": "array"
3234
3770
  },
3771
+ "floorInfo": {
3772
+ "additionalProperties": false,
3773
+ "description": "Contains floor-awareness information for the layer. {@link https://developers.arcgis.com/web-map-specification/objects/layerFloorInfo/}.",
3774
+ "properties": {
3775
+ "floorField": {
3776
+ "description": "The name of the attribute field that contains a floor's level ID used for floor filtering.",
3777
+ "type": "string"
3778
+ }
3779
+ },
3780
+ "required": [
3781
+ "floorField"
3782
+ ],
3783
+ "type": "object"
3784
+ },
3235
3785
  "geometryType": {
3236
3786
  "description": "The type of geometry used in the layer definition. One of the GeometryType constants.",
3237
3787
  "type": "string"
@@ -3288,6 +3838,13 @@
3288
3838
  "description": "Indicates the name of the object ID field in the dataset.",
3289
3839
  "type": "string"
3290
3840
  },
3841
+ "orderBy": {
3842
+ "description": "Determines the display order of features on the map (currently undocumented in the web map spec but supported by Esri's viewer).",
3843
+ "items": {
3844
+ "$ref": "#/definitions/esri.rest-api.LayerDefinition.OrderByClause"
3845
+ },
3846
+ "type": "array"
3847
+ },
3291
3848
  "overrideSymbols": {
3292
3849
  "description": "Dictates whether a client can support having an end user modify symbols on individual features.",
3293
3850
  "type": "boolean"
@@ -3308,65 +3865,211 @@
3308
3865
  "$ref": "#/definitions/esri.rest-api.DynamicDataLayer.DynamicDataLayer"
3309
3866
  }
3310
3867
  ],
3311
- "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/}."
3312
- },
3313
- "spatialReference": {
3314
- "$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
3315
- "description": "An object containing the WKID or WKT identifying the spatial reference of the layer's geometry."
3868
+ "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/}."
3869
+ },
3870
+ "spatialReference": {
3871
+ "$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
3872
+ "description": "An object containing the WKID or WKT identifying the spatial reference of the layer's geometry."
3873
+ },
3874
+ "supportedQueryFormats": {
3875
+ "description": "String value indicating the output formats that are supported in a query.",
3876
+ "type": "string"
3877
+ },
3878
+ "supportsAdvancedQueries": {
3879
+ "description": "Boolean value indicating whether the layer supports orderByFields in a query operation.",
3880
+ "type": "boolean"
3881
+ },
3882
+ "supportsAttachmentsByUploadId": {
3883
+ "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.",
3884
+ "type": "boolean"
3885
+ },
3886
+ "supportsCalculate": {
3887
+ "description": "Boolean value indicating whether the layer supports the Calculate REST operation when updating features.",
3888
+ "type": "boolean"
3889
+ },
3890
+ "supportsRollbackOnFailureParameter": {
3891
+ "description": "Boolean value indicating whether the layer supports rolling back edits made on a feature layer if some of the edits fail.",
3892
+ "type": "boolean"
3893
+ },
3894
+ "supportsStatistics": {
3895
+ "description": "Boolean value indicating whether feature layer query operations support statistical functions.",
3896
+ "type": "boolean"
3897
+ },
3898
+ "supportsValidateSql": {
3899
+ "description": "Boolean value indicating whether the validateSQL operation is supported across a feature service layer.",
3900
+ "type": "boolean"
3901
+ },
3902
+ "templates": {
3903
+ "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.",
3904
+ "items": {
3905
+ "$ref": "#/definitions/esri.rest-api.Template.Template"
3906
+ },
3907
+ "type": "array"
3908
+ },
3909
+ "timeInfo": {
3910
+ "$ref": "#/definitions/esri.rest-api.LayerDefinition.LayerTimeInfo",
3911
+ "description": "The time info metadata of the layer. May be set for feature layers inside a feature collection item."
3912
+ },
3913
+ "type": {
3914
+ "description": "Indicates whether the layerDefinition applies to a \"Feature Layer\" or a \"Table\".",
3915
+ "type": "string"
3916
+ },
3917
+ "typeIdField": {
3918
+ "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.",
3919
+ "type": "string"
3920
+ },
3921
+ "types": {
3922
+ "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.",
3923
+ "items": {
3924
+ "$ref": "#/definitions/esri.rest-api.Type.Type"
3925
+ },
3926
+ "type": "array"
3927
+ },
3928
+ "visibilityField": {
3929
+ "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.",
3930
+ "type": "string"
3931
+ }
3932
+ },
3933
+ "type": "object"
3934
+ },
3935
+ "esri.rest-api.LayerDefinition.LayerTimeInfo": {
3936
+ "additionalProperties": false,
3937
+ "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/}.",
3938
+ "properties": {
3939
+ "endTimeField": {
3940
+ "description": "The name of the attribute field that contains the end time information.",
3941
+ "type": "string"
3942
+ },
3943
+ "exportOptions": {
3944
+ "$ref": "#/definitions/esri.rest-api.LayerDefinition.TimeInfoExportOptions",
3945
+ "description": "The default time-related export options for this layer."
3946
+ },
3947
+ "hasLiveData": {
3948
+ "description": "Indicates whether service has live data.",
3949
+ "type": "boolean"
3950
+ },
3951
+ "startTimeField": {
3952
+ "description": "The name of the attribute field that contains the start time information.",
3953
+ "type": "string"
3954
+ },
3955
+ "timeExtent": {
3956
+ "additionalItems": {
3957
+ "anyOf": [
3958
+ {
3959
+ "type": "number"
3960
+ },
3961
+ {
3962
+ "type": "number"
3963
+ }
3964
+ ]
3965
+ },
3966
+ "description": "The time extent for all the data in the layer.",
3967
+ "items": [
3968
+ {
3969
+ "type": "number"
3970
+ },
3971
+ {
3972
+ "type": "number"
3973
+ }
3974
+ ],
3975
+ "minItems": 2,
3976
+ "type": "array"
3977
+ },
3978
+ "timeInterval": {
3979
+ "description": "Time interval of the data in the layer. Typically used for the TimeSlider when animating the layer.",
3980
+ "type": "number"
3981
+ },
3982
+ "timeIntervalUnits": {
3983
+ "$ref": "#/definitions/esri.rest-api.LayerDefinition.TemporalUnit",
3984
+ "description": "Temporal unit in which the time interval is measured."
3985
+ },
3986
+ "timeReference": {
3987
+ "additionalProperties": false,
3988
+ "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/}.",
3989
+ "properties": {
3990
+ "respectsDaylightSaving": {
3991
+ "description": "Indicates whether the time reference takes into account daylight savings time.",
3992
+ "type": "boolean"
3993
+ },
3994
+ "timeZone": {
3995
+ "description": "The time zone in which the data was captured.",
3996
+ "type": "string"
3997
+ }
3998
+ },
3999
+ "required": [
4000
+ "respectsDaylightSaving"
4001
+ ],
4002
+ "type": "object"
3316
4003
  },
3317
- "supportedQueryFormats": {
3318
- "description": "String value indicating the output formats that are supported in a query.",
4004
+ "trackIdField": {
4005
+ "description": "The field that contains the trackId.",
4006
+ "type": "string"
4007
+ }
4008
+ },
4009
+ "required": [
4010
+ "trackIdField"
4011
+ ],
4012
+ "type": "object"
4013
+ },
4014
+ "esri.rest-api.LayerDefinition.OrderByClause": {
4015
+ "additionalProperties": false,
4016
+ "description": "A clause in a layer definition's `orderBy` property.",
4017
+ "properties": {
4018
+ "field": {
4019
+ "description": "The number or date field whose values will be used to sort features.",
3319
4020
  "type": "string"
3320
4021
  },
3321
- "supportsAdvancedQueries": {
3322
- "description": "Boolean value indicating whether the layer supports orderByFields in a query operation.",
3323
- "type": "boolean"
3324
- },
3325
- "supportsAttachmentsByUploadId": {
3326
- "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.",
3327
- "type": "boolean"
4022
+ "order": {
4023
+ "description": "The sort order.",
4024
+ "enum": [
4025
+ "asc",
4026
+ "desc"
4027
+ ],
4028
+ "type": "string"
3328
4029
  },
3329
- "supportsCalculate": {
3330
- "description": "Boolean value indicating whether the layer supports the Calculate REST operation when updating features.",
4030
+ "valueExpression": {
4031
+ "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).",
4032
+ "type": "string"
4033
+ }
4034
+ },
4035
+ "type": "object"
4036
+ },
4037
+ "esri.rest-api.LayerDefinition.TemporalUnit": {
4038
+ "description": "Temporal units in which a time value can be measured.",
4039
+ "enum": [
4040
+ "esriTimeUnitsCenturies",
4041
+ "esriTimeUnitsDays",
4042
+ "esriTimeUnitsDecades",
4043
+ "esriTimeUnitsHours",
4044
+ "esriTimeUnitsMilliseconds",
4045
+ "esriTimeUnitsMinutes",
4046
+ "esriTimeUnitsMonths",
4047
+ "esriTimeUnitsSeconds",
4048
+ "esriTimeUnitsUnknown",
4049
+ "esriTimeUnitsWeeks",
4050
+ "esriTimeUnitsYears"
4051
+ ],
4052
+ "type": "string"
4053
+ },
4054
+ "esri.rest-api.LayerDefinition.TimeInfoExportOptions": {
4055
+ "additionalProperties": false,
4056
+ "description": "The default time-related export options for a layer. {@link: https://developers.arcgis.com/web-map-specification/objects/timeInfoExportOptions/}.",
4057
+ "properties": {
4058
+ "timeDataCumulative": {
4059
+ "description": "If true, draw all the features from the beginning of time for that data.",
3331
4060
  "type": "boolean"
3332
4061
  },
3333
- "supportsRollbackOnFailureParameter": {
3334
- "description": "Boolean value indicating whether the layer supports rolling back edits made on a feature layer if some of the edits fail.",
3335
- "type": "boolean"
4062
+ "timeOffset": {
4063
+ "description": "Time offset value for this layer so that it can be overlaid on the top of a previous or future time period.",
4064
+ "type": "number"
3336
4065
  },
3337
- "supportsStatistics": {
3338
- "description": "Boolean value indicating whether feature layer query operations support statistical functions.",
3339
- "type": "boolean"
4066
+ "timeOffsetUnits": {
4067
+ "$ref": "#/definitions/esri.rest-api.LayerDefinition.TemporalUnit",
4068
+ "description": "Temporal unit in which the time offset is measured."
3340
4069
  },
3341
- "supportsValidateSql": {
3342
- "description": "Boolean value indicating whether the validateSQL operation is supported across a feature service layer.",
4070
+ "useTime": {
4071
+ "description": "If true, use the time extent specified by the time parameter.",
3343
4072
  "type": "boolean"
3344
- },
3345
- "templates": {
3346
- "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.",
3347
- "items": {
3348
- "$ref": "#/definitions/esri.rest-api.Template.Template"
3349
- },
3350
- "type": "array"
3351
- },
3352
- "type": {
3353
- "description": "Indicates whether the layerDefinition applies to a \"Feature Layer\" or a \"Table\".",
3354
- "type": "string"
3355
- },
3356
- "typeIdField": {
3357
- "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.",
3358
- "type": "string"
3359
- },
3360
- "types": {
3361
- "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.",
3362
- "items": {
3363
- "$ref": "#/definitions/esri.rest-api.Type.Type"
3364
- },
3365
- "type": "array"
3366
- },
3367
- "visibilityField": {
3368
- "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.",
3369
- "type": "string"
3370
4073
  }
3371
4074
  },
3372
4075
  "type": "object"
@@ -3459,6 +4162,9 @@
3459
4162
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
3460
4163
  "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."
3461
4164
  },
4165
+ "customParameters": {
4166
+ "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
4167
+ },
3462
4168
  "id": {
3463
4169
  "description": "A unique identifying string for the layer.",
3464
4170
  "type": "string"
@@ -5178,6 +5884,10 @@
5178
5884
  "$ref": "#/definitions/esri.rest-api.Renderer.ClassificationMethod",
5179
5885
  "description": "Used for classed color or size. The default value is esriClassifyManual. See {@link ClassificationMethod}."
5180
5886
  },
5887
+ "colorRamp": {
5888
+ "$ref": "#/definitions/esri.rest-api.Renderer.ColorRamp",
5889
+ "description": "A colorRamp object is used to specify a range of colors that are applied to a group of symbols."
5890
+ },
5181
5891
  "field": {
5182
5892
  "$ref": "#/definitions/esri.rest-api.Field.Field",
5183
5893
  "description": "Contains information about an attribute field."
@@ -5221,6 +5931,110 @@
5221
5931
  ],
5222
5932
  "type": "string"
5223
5933
  },
5934
+ "esri.rest-api.Renderer.ColorRamp": {
5935
+ "additionalProperties": false,
5936
+ "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/}.",
5937
+ "properties": {
5938
+ "algorithm": {
5939
+ "description": "Algorithm used for calculating the ramp.",
5940
+ "enum": [
5941
+ "esriCIELabAlgorithm",
5942
+ "esriHSVAlgorithm",
5943
+ "esriLabLChAlgorithm"
5944
+ ],
5945
+ "type": "string"
5946
+ },
5947
+ "colorRamps": {
5948
+ "description": "A multipart color ramp is defined by a list of constituent color ramps.",
5949
+ "items": {
5950
+ "$ref": "#/definitions/esri.rest-api.Renderer.ColorRamp"
5951
+ },
5952
+ "type": "array"
5953
+ },
5954
+ "fromColor": {
5955
+ "additionalItems": {
5956
+ "anyOf": [
5957
+ {
5958
+ "type": "number"
5959
+ },
5960
+ {
5961
+ "type": "number"
5962
+ },
5963
+ {
5964
+ "type": "number"
5965
+ },
5966
+ {
5967
+ "type": "number"
5968
+ }
5969
+ ]
5970
+ },
5971
+ "description": "Array representing the initial color to start the ramp from.",
5972
+ "items": [
5973
+ {
5974
+ "type": "number"
5975
+ },
5976
+ {
5977
+ "type": "number"
5978
+ },
5979
+ {
5980
+ "type": "number"
5981
+ },
5982
+ {
5983
+ "type": "number"
5984
+ }
5985
+ ],
5986
+ "minItems": 4,
5987
+ "type": "array"
5988
+ },
5989
+ "toColor": {
5990
+ "additionalItems": {
5991
+ "anyOf": [
5992
+ {
5993
+ "type": "number"
5994
+ },
5995
+ {
5996
+ "type": "number"
5997
+ },
5998
+ {
5999
+ "type": "number"
6000
+ },
6001
+ {
6002
+ "type": "number"
6003
+ }
6004
+ ]
6005
+ },
6006
+ "description": "Array representing the final color to end the ramp with.",
6007
+ "items": [
6008
+ {
6009
+ "type": "number"
6010
+ },
6011
+ {
6012
+ "type": "number"
6013
+ },
6014
+ {
6015
+ "type": "number"
6016
+ },
6017
+ {
6018
+ "type": "number"
6019
+ }
6020
+ ],
6021
+ "minItems": 4,
6022
+ "type": "array"
6023
+ },
6024
+ "type": {
6025
+ "description": "Value indicating the type of colorRamp.",
6026
+ "enum": [
6027
+ "algorithmic",
6028
+ "multipart"
6029
+ ],
6030
+ "type": "string"
6031
+ }
6032
+ },
6033
+ "required": [
6034
+ "type"
6035
+ ],
6036
+ "type": "object"
6037
+ },
5224
6038
  "esri.rest-api.Renderer.Renderer": {
5225
6039
  "anyOf": [
5226
6040
  {
@@ -5255,6 +6069,9 @@
5255
6069
  },
5256
6070
  {
5257
6071
  "$ref": "#/definitions/esri.rest-api.UniqueValueFromStyle.UniqueValueFromStyle"
6072
+ },
6073
+ {
6074
+ "$ref": "#/definitions/esri.rest-api.VectorFieldRenderer.VectorFieldRenderer"
5258
6075
  }
5259
6076
  ],
5260
6077
  "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)."
@@ -5688,6 +6505,9 @@
5688
6505
  "description": "A comma-separated string listing which editing operations are allowed on an editable feature service. Available operations include: Create | Delete | Query | Update | Editing.",
5689
6506
  "type": "string"
5690
6507
  },
6508
+ "customParameters": {
6509
+ "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
6510
+ },
5691
6511
  "definitionEditor": {
5692
6512
  "$ref": "#/definitions/esri.rest-api.DefinitionEditor.DefinitionEditor",
5693
6513
  "description": "Stores interactive filters."
@@ -5704,6 +6524,10 @@
5704
6524
  "$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureCollectionType",
5705
6525
  "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."
5706
6526
  },
6527
+ "formInfo": {
6528
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormInfo",
6529
+ "description": "A formInfo object defining the content of the form when you are editing a feature."
6530
+ },
5707
6531
  "id": {
5708
6532
  "description": "A unique identifying string for the layer.",
5709
6533
  "type": "string"
@@ -5763,6 +6587,13 @@
5763
6587
  "description": "Indicates whether to allow map authors the ability to control what layers should be shown in a client's legend.",
5764
6588
  "type": "boolean"
5765
6589
  },
6590
+ "subtypeCode": {
6591
+ "description": "The feature subtype code identifying the layer. Used with SubtypeGroupLayers.",
6592
+ "type": [
6593
+ "string",
6594
+ "number"
6595
+ ]
6596
+ },
5766
6597
  "title": {
5767
6598
  "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.",
5768
6599
  "type": "string"
@@ -5855,12 +6686,6 @@
5855
6686
  "description": "The text weight. See {@link FontWeight}."
5856
6687
  }
5857
6688
  },
5858
- "required": [
5859
- "family",
5860
- "size",
5861
- "style",
5862
- "weight"
5863
- ],
5864
6689
  "type": "object"
5865
6690
  },
5866
6691
  "esri.rest-api.Symbol.FontStyle": {
@@ -6356,6 +7181,9 @@
6356
7181
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
6357
7182
  "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."
6358
7183
  },
7184
+ "customParameters": {
7185
+ "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
7186
+ },
6359
7187
  "id": {
6360
7188
  "description": "A unique identifying string for the layer.",
6361
7189
  "type": "string"
@@ -6440,6 +7268,9 @@
6440
7268
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
6441
7269
  "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."
6442
7270
  },
7271
+ "customParameters": {
7272
+ "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
7273
+ },
6443
7274
  "displayLevels": {
6444
7275
  "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.",
6445
7276
  "items": {
@@ -6889,6 +7720,113 @@
6889
7720
  },
6890
7721
  "type": "object"
6891
7722
  },
7723
+ "esri.rest-api.VectorFieldRenderer.MagnitudeUnit": {
7724
+ "description": "Units of magnitude.",
7725
+ "enum": [
7726
+ "esriFeetPerSecond",
7727
+ "esriKilometersPerHour",
7728
+ "esriKnots",
7729
+ "esriMetersPerSecond",
7730
+ "esriMilesPerHour"
7731
+ ],
7732
+ "type": "string"
7733
+ },
7734
+ "esri.rest-api.VectorFieldRenderer.VectorFieldRenderer": {
7735
+ "additionalProperties": false,
7736
+ "description": "A vector field renderer is a renderer that uses symbolizes a U-V or Magnitude-Direction data.",
7737
+ "properties": {
7738
+ "attributeField": {
7739
+ "description": "Name of the feature attribute field that contains the data value.",
7740
+ "enum": [
7741
+ "Magnitude"
7742
+ ],
7743
+ "type": "string"
7744
+ },
7745
+ "authoringInfo": {
7746
+ "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
7747
+ "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."
7748
+ },
7749
+ "flowRepresentation": {
7750
+ "description": "Sets the flow direction of the data.",
7751
+ "enum": [
7752
+ "flow_from",
7753
+ "flow_to"
7754
+ ],
7755
+ "type": "string"
7756
+ },
7757
+ "inputUnit": {
7758
+ "$ref": "#/definitions/esri.rest-api.VectorFieldRenderer.MagnitudeUnit",
7759
+ "description": "Input unit for Magnitude."
7760
+ },
7761
+ "outputUnit": {
7762
+ "$ref": "#/definitions/esri.rest-api.VectorFieldRenderer.MagnitudeUnit",
7763
+ "description": "Output unit for Magnitude."
7764
+ },
7765
+ "rotationExpression": {
7766
+ "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.",
7767
+ "type": "string"
7768
+ },
7769
+ "rotationType": {
7770
+ "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
7771
+ "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}."
7772
+ },
7773
+ "style": {
7774
+ "description": "A predefined style.",
7775
+ "enum": [
7776
+ "beaufort_ft",
7777
+ "beaufort_km",
7778
+ "beaufort_kn",
7779
+ "beaufort_m",
7780
+ "beaufort_mi",
7781
+ "classified_arrow",
7782
+ "ocean_current_kn",
7783
+ "ocean_current_m",
7784
+ "simple_scalar",
7785
+ "single_arrow",
7786
+ "wind_speed"
7787
+ ],
7788
+ "type": "string"
7789
+ },
7790
+ "symbolTileSize": {
7791
+ "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.",
7792
+ "type": "number"
7793
+ },
7794
+ "type": {
7795
+ "description": "The type of renderer. See {@link RendererType}.",
7796
+ "enum": [
7797
+ "vectorField"
7798
+ ],
7799
+ "type": "string"
7800
+ },
7801
+ "visualVariables": {
7802
+ "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
7803
+ "items": {
7804
+ "anyOf": [
7805
+ {
7806
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
7807
+ },
7808
+ {
7809
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
7810
+ },
7811
+ {
7812
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
7813
+ },
7814
+ {
7815
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
7816
+ }
7817
+ ]
7818
+ },
7819
+ "type": "array"
7820
+ }
7821
+ },
7822
+ "required": [
7823
+ "attributeField",
7824
+ "flowRepresentation",
7825
+ "style",
7826
+ "type"
7827
+ ],
7828
+ "type": "object"
7829
+ },
6892
7830
  "esri.rest-api.VectorTileLayer.VectorTileLayer": {
6893
7831
  "additionalProperties": false,
6894
7832
  "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/}.",
@@ -6897,6 +7835,9 @@
6897
7835
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
6898
7836
  "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."
6899
7837
  },
7838
+ "customParameters": {
7839
+ "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
7840
+ },
6900
7841
  "id": {
6901
7842
  "description": "A unique identifying string for the layer.",
6902
7843
  "type": "string"