@vertigis/viewer-spec 42.10.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.
@@ -885,6 +885,10 @@
885
885
  "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.",
886
886
  "type": "string"
887
887
  },
888
+ "disablePopup": {
889
+ "description": "Indicates whether to allow a client to ignore popups defined by the service item.",
890
+ "type": "boolean"
891
+ },
888
892
  "id": {
889
893
  "description": "A unique identifying string for the layer.",
890
894
  "type": "string"
@@ -1477,7 +1481,7 @@
1477
1481
  "type": "array"
1478
1482
  },
1479
1483
  "fixedSymbols": {
1480
- "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.",
1484
+ "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.",
1481
1485
  "type": "boolean"
1482
1486
  },
1483
1487
  "labelingInfo": {
@@ -1491,6 +1495,10 @@
1491
1495
  "$ref": "#/definitions/esri.rest-api.Renderer.Renderer",
1492
1496
  "description": "A renderer object that provides the symbology for the layer."
1493
1497
  },
1498
+ "scaleSymbols": {
1499
+ "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.",
1500
+ "type": "boolean"
1501
+ },
1494
1502
  "showLabels": {
1495
1503
  "description": "Defines whether labels should be shown or not. This is only valid for sublayers.",
1496
1504
  "type": "boolean"
@@ -1925,6 +1933,9 @@
1925
1933
  "description": "A comma-separated string listing which editing operations are allowed on an editable feature service. Available operations include: Create | Delete | Query | Update | Editing.",
1926
1934
  "type": "string"
1927
1935
  },
1936
+ "customParameters": {
1937
+ "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
1938
+ },
1928
1939
  "definitionEditor": {
1929
1940
  "$ref": "#/definitions/esri.rest-api.DefinitionEditor.DefinitionEditor",
1930
1941
  "description": "Stores interactive filters."
@@ -1941,6 +1952,10 @@
1941
1952
  "$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureCollectionType",
1942
1953
  "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."
1943
1954
  },
1955
+ "formInfo": {
1956
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormInfo",
1957
+ "description": "A formInfo object defining the content of the form when you are editing a feature."
1958
+ },
1944
1959
  "id": {
1945
1960
  "description": "A unique identifying string for the layer.",
1946
1961
  "type": "string"
@@ -2000,6 +2015,13 @@
2000
2015
  "description": "Indicates whether to allow map authors the ability to control what layers should be shown in a client's legend.",
2001
2016
  "type": "boolean"
2002
2017
  },
2018
+ "subtypeCode": {
2019
+ "description": "The feature subtype code identifying the layer. Used with SubtypeGroupLayers.",
2020
+ "type": [
2021
+ "string",
2022
+ "number"
2023
+ ]
2024
+ },
2003
2025
  "title": {
2004
2026
  "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.",
2005
2027
  "type": "string"
@@ -2279,6 +2301,487 @@
2279
2301
  ],
2280
2302
  "type": "object"
2281
2303
  },
2304
+ "esri.rest-api.FormInfo.FormAttachmentElement": {
2305
+ "additionalProperties": false,
2306
+ "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/}.",
2307
+ "properties": {
2308
+ "attachmentKeyword": {
2309
+ "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.",
2310
+ "type": "string"
2311
+ },
2312
+ "description": {
2313
+ "description": "A string that describes the element in detail.",
2314
+ "type": "string"
2315
+ },
2316
+ "editable": {
2317
+ "description": "Indicates whether the attachments can be edited. If not present, the default is true.",
2318
+ "type": "boolean"
2319
+ },
2320
+ "inputType": {
2321
+ "additionalProperties": false,
2322
+ "description": "The input user interface to use for the attachment.",
2323
+ "properties": {
2324
+ "type": {
2325
+ "description": "The input type identifier.",
2326
+ "enum": [
2327
+ "attachment",
2328
+ "audio",
2329
+ "document",
2330
+ "image",
2331
+ "signature",
2332
+ "video"
2333
+ ],
2334
+ "type": "string"
2335
+ }
2336
+ },
2337
+ "required": [
2338
+ "type"
2339
+ ],
2340
+ "type": "object"
2341
+ },
2342
+ "label": {
2343
+ "description": "A string value indicating what the element represents.",
2344
+ "type": "string"
2345
+ },
2346
+ "type": {
2347
+ "description": "String value indicating which type of element to use.",
2348
+ "enum": [
2349
+ "attachment"
2350
+ ],
2351
+ "type": "string"
2352
+ },
2353
+ "visibilityExpression": {
2354
+ "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.",
2355
+ "type": "string"
2356
+ }
2357
+ },
2358
+ "required": [
2359
+ "type"
2360
+ ],
2361
+ "type": "object"
2362
+ },
2363
+ "esri.rest-api.FormInfo.FormBarcodeScannerInput": {
2364
+ "additionalProperties": false,
2365
+ "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/}.",
2366
+ "properties": {
2367
+ "maxLength": {
2368
+ "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.",
2369
+ "type": "number"
2370
+ },
2371
+ "minLength": {
2372
+ "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.",
2373
+ "type": "number"
2374
+ },
2375
+ "type": {
2376
+ "description": "The input type identifier.",
2377
+ "enum": [
2378
+ "barcode-scanner"
2379
+ ],
2380
+ "type": "string"
2381
+ }
2382
+ },
2383
+ "required": [
2384
+ "type"
2385
+ ],
2386
+ "type": "object"
2387
+ },
2388
+ "esri.rest-api.FormInfo.FormComboBoxInput": {
2389
+ "additionalProperties": false,
2390
+ "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/}.",
2391
+ "properties": {
2392
+ "noValueOptionLabel": {
2393
+ "description": "The text used to represent a null value.",
2394
+ "type": "string"
2395
+ },
2396
+ "showNoValueOption": {
2397
+ "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.",
2398
+ "type": "boolean"
2399
+ },
2400
+ "type": {
2401
+ "description": "The input type identifier.",
2402
+ "enum": [
2403
+ "combo-box"
2404
+ ],
2405
+ "type": "string"
2406
+ }
2407
+ },
2408
+ "required": [
2409
+ "type"
2410
+ ],
2411
+ "type": "object"
2412
+ },
2413
+ "esri.rest-api.FormInfo.FormDateTimePickerInput": {
2414
+ "additionalProperties": false,
2415
+ "description": "Defines the desired user interface is a calendar date picker. {@link https://developers.arcgis.com/web-map-specification/objects/formDatetimePickerInput/}.",
2416
+ "properties": {
2417
+ "includeTime": {
2418
+ "description": "Indicates if the datetime picker should provide an option to select the time. If not provided, the default value is false.",
2419
+ "type": "boolean"
2420
+ },
2421
+ "max": {
2422
+ "description": "The maximum date to allow. The number represents the number of milliseconds since epoch (January 1, 1970) in UTC.",
2423
+ "type": "number"
2424
+ },
2425
+ "min": {
2426
+ "description": "The minimum date to allow. The number represents the number of milliseconds since epoch (January 1, 1970) in UTC.",
2427
+ "type": "number"
2428
+ },
2429
+ "type": {
2430
+ "description": "The input type identifier.",
2431
+ "enum": [
2432
+ "datetime-picker"
2433
+ ],
2434
+ "type": "string"
2435
+ }
2436
+ },
2437
+ "required": [
2438
+ "type"
2439
+ ],
2440
+ "type": "object"
2441
+ },
2442
+ "esri.rest-api.FormInfo.FormExpressionInfo": {
2443
+ "additionalProperties": false,
2444
+ "description": "Arcade expression used in the form. {@link https://developers.arcgis.com/web-map-specification/objects/formExpressionInfo/}.",
2445
+ "properties": {
2446
+ "expression": {
2447
+ "description": "The Arcade expression.",
2448
+ "type": "string"
2449
+ },
2450
+ "name": {
2451
+ "description": "Unique identifier for the expression.",
2452
+ "type": "string"
2453
+ },
2454
+ "returnType": {
2455
+ "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.",
2456
+ "enum": [
2457
+ "boolean"
2458
+ ],
2459
+ "type": "string"
2460
+ },
2461
+ "title": {
2462
+ "description": "Title of the expression.",
2463
+ "type": "string"
2464
+ }
2465
+ },
2466
+ "type": "object"
2467
+ },
2468
+ "esri.rest-api.FormInfo.FormFieldElement": {
2469
+ "additionalProperties": false,
2470
+ "description": "Defines how a field in the dataset participates in the form. {@link https://developers.arcgis.com/web-map-specification/objects/formFieldElement/}.",
2471
+ "properties": {
2472
+ "description": {
2473
+ "description": "A string that describes the element in detail.",
2474
+ "type": "string"
2475
+ },
2476
+ "domain": {
2477
+ "$ref": "#/definitions/esri.rest-api.Domain.Domain",
2478
+ "description": "The domain to apply to this field. If defined, it takes precedence over domains defined in field, type, or subtype."
2479
+ },
2480
+ "editable": {
2481
+ "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.",
2482
+ "type": "boolean"
2483
+ },
2484
+ "fieldName": {
2485
+ "description": "A string containing the field name as defined by the feature layer.",
2486
+ "type": "string"
2487
+ },
2488
+ "inputType": {
2489
+ "anyOf": [
2490
+ {
2491
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormBarcodeScannerInput"
2492
+ },
2493
+ {
2494
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormComboBoxInput"
2495
+ },
2496
+ {
2497
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormDateTimePickerInput"
2498
+ },
2499
+ {
2500
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormRadioButtonsInput"
2501
+ },
2502
+ {
2503
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormSwitchInput"
2504
+ },
2505
+ {
2506
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormTextAreaInput"
2507
+ },
2508
+ {
2509
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormTextBoxInput"
2510
+ }
2511
+ ],
2512
+ "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."
2513
+ },
2514
+ "label": {
2515
+ "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.",
2516
+ "type": "string"
2517
+ },
2518
+ "requiredExpression": {
2519
+ "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.",
2520
+ "type": "string"
2521
+ },
2522
+ "type": {
2523
+ "description": "A string indicating which type of element to use.",
2524
+ "enum": [
2525
+ "field"
2526
+ ],
2527
+ "type": "string"
2528
+ },
2529
+ "visibilityExpression": {
2530
+ "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.",
2531
+ "type": "string"
2532
+ }
2533
+ },
2534
+ "required": [
2535
+ "type"
2536
+ ],
2537
+ "type": "object"
2538
+ },
2539
+ "esri.rest-api.FormInfo.FormGroupElement": {
2540
+ "additionalProperties": false,
2541
+ "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/}.",
2542
+ "properties": {
2543
+ "description": {
2544
+ "description": "A string that describes the element in detail.",
2545
+ "type": "string"
2546
+ },
2547
+ "formElements": {
2548
+ "description": "An array of Form Element objects that represent an ordered list of form elements. Nested group elements are not supported.",
2549
+ "items": {
2550
+ "anyOf": [
2551
+ {
2552
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormAttachmentElement"
2553
+ },
2554
+ {
2555
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormFieldElement"
2556
+ },
2557
+ {
2558
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormRelationshipElement"
2559
+ }
2560
+ ]
2561
+ },
2562
+ "type": "array"
2563
+ },
2564
+ "initialState": {
2565
+ "description": "Defines if the group should be expanded or collapsed when the form is initially displayed. If not provided, the default value is expanded.",
2566
+ "enum": [
2567
+ "collapsed",
2568
+ "expanded"
2569
+ ],
2570
+ "type": "string"
2571
+ },
2572
+ "label": {
2573
+ "description": "A string value indicating what the element represents.",
2574
+ "type": "string"
2575
+ },
2576
+ "type": {
2577
+ "description": "String value indicating which type of element to use.",
2578
+ "enum": [
2579
+ "group"
2580
+ ],
2581
+ "type": "string"
2582
+ },
2583
+ "visibilityExpression": {
2584
+ "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.",
2585
+ "type": "string"
2586
+ }
2587
+ },
2588
+ "required": [
2589
+ "type"
2590
+ ],
2591
+ "type": "object"
2592
+ },
2593
+ "esri.rest-api.FormInfo.FormInfo": {
2594
+ "additionalProperties": false,
2595
+ "description": "Defines the form configuration when a user edits a feature. {@link https://developers.arcgis.com/web-map-specification/objects/formInfo/}.",
2596
+ "properties": {
2597
+ "description": {
2598
+ "description": "A string that appears in the body of the form as a description.",
2599
+ "type": "string"
2600
+ },
2601
+ "expressionInfos": {
2602
+ "description": "List of Arcade expressions used in the form.",
2603
+ "items": {
2604
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormExpressionInfo"
2605
+ },
2606
+ "type": "array"
2607
+ },
2608
+ "formElements": {
2609
+ "description": "An array of formElement objects that represent an ordered list of form elements.",
2610
+ "items": {
2611
+ "anyOf": [
2612
+ {
2613
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormAttachmentElement"
2614
+ },
2615
+ {
2616
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormFieldElement"
2617
+ },
2618
+ {
2619
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormGroupElement"
2620
+ },
2621
+ {
2622
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormRelationshipElement"
2623
+ }
2624
+ ]
2625
+ },
2626
+ "type": "array"
2627
+ },
2628
+ "title": {
2629
+ "description": "A string that appears at the top of the form as a title.",
2630
+ "type": "string"
2631
+ }
2632
+ },
2633
+ "type": "object"
2634
+ },
2635
+ "esri.rest-api.FormInfo.FormRadioButtonsInput": {
2636
+ "additionalProperties": false,
2637
+ "description": "Defines the desired user interface is a radio button group. {@link https://developers.arcgis.com/web-map-specification/objects/formRadioButtonsInput/}.",
2638
+ "properties": {
2639
+ "noValueOptionLabel": {
2640
+ "description": "The text used to represent a null value.",
2641
+ "type": "string"
2642
+ },
2643
+ "showNoValueOption": {
2644
+ "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.",
2645
+ "type": "boolean"
2646
+ },
2647
+ "type": {
2648
+ "description": "The input type identifier.",
2649
+ "enum": [
2650
+ "radio-buttons"
2651
+ ],
2652
+ "type": "string"
2653
+ }
2654
+ },
2655
+ "required": [
2656
+ "type"
2657
+ ],
2658
+ "type": "object"
2659
+ },
2660
+ "esri.rest-api.FormInfo.FormRelationshipElement": {
2661
+ "additionalProperties": false,
2662
+ "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/}.",
2663
+ "properties": {
2664
+ "description": {
2665
+ "description": "A string that describes the element in detail.",
2666
+ "type": "string"
2667
+ },
2668
+ "displayCount": {
2669
+ "description": "An integer that indicates the maximum number of records to display.",
2670
+ "type": "number"
2671
+ },
2672
+ "displayType": {
2673
+ "description": "A string that defines how the related records should be displayed.",
2674
+ "enum": [
2675
+ "list"
2676
+ ],
2677
+ "type": "string"
2678
+ },
2679
+ "editable": {
2680
+ "description": "A Boolean determining whether users can edit this form element. If not supplied the default value is true.",
2681
+ "type": "boolean"
2682
+ },
2683
+ "label": {
2684
+ "description": "A string value indicating what the element represents.",
2685
+ "type": "string"
2686
+ },
2687
+ "type": {
2688
+ "description": "String value indicating which type of element to use.",
2689
+ "enum": [
2690
+ "relationship"
2691
+ ],
2692
+ "type": "string"
2693
+ },
2694
+ "visibilityExpression": {
2695
+ "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.",
2696
+ "type": "string"
2697
+ }
2698
+ },
2699
+ "required": [
2700
+ "type"
2701
+ ],
2702
+ "type": "object"
2703
+ },
2704
+ "esri.rest-api.FormInfo.FormSwitchInput": {
2705
+ "additionalProperties": false,
2706
+ "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/}.",
2707
+ "properties": {
2708
+ "offValue": {
2709
+ "description": "The coded value when switch state is off.",
2710
+ "type": [
2711
+ "string",
2712
+ "number"
2713
+ ]
2714
+ },
2715
+ "onValue": {
2716
+ "description": "The coded value when switch state is on.",
2717
+ "type": [
2718
+ "string",
2719
+ "number"
2720
+ ]
2721
+ },
2722
+ "type": {
2723
+ "description": "The input type identifier.",
2724
+ "enum": [
2725
+ "switch"
2726
+ ],
2727
+ "type": "string"
2728
+ }
2729
+ },
2730
+ "required": [
2731
+ "type"
2732
+ ],
2733
+ "type": "object"
2734
+ },
2735
+ "esri.rest-api.FormInfo.FormTextAreaInput": {
2736
+ "additionalProperties": false,
2737
+ "description": "Defines the desired user interface is a multi-line text area. {@link https://developers.arcgis.com/web-map-specification/objects/formTextAreaInput/}.",
2738
+ "properties": {
2739
+ "maxLength": {
2740
+ "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.",
2741
+ "type": "number"
2742
+ },
2743
+ "minLength": {
2744
+ "description": "This represents the minimum number of characters allowed. If not supplied, the value is 0, meaning there is no minimum constraint.",
2745
+ "type": "number"
2746
+ },
2747
+ "type": {
2748
+ "description": "The input type identifier.",
2749
+ "enum": [
2750
+ "text-area"
2751
+ ],
2752
+ "type": "string"
2753
+ }
2754
+ },
2755
+ "required": [
2756
+ "type"
2757
+ ],
2758
+ "type": "object"
2759
+ },
2760
+ "esri.rest-api.FormInfo.FormTextBoxInput": {
2761
+ "additionalProperties": false,
2762
+ "description": "Defines the desired user interface is a single-line text box. {@link https://developers.arcgis.com/web-map-specification/objects/formTextBoxInput/}.",
2763
+ "properties": {
2764
+ "maxLength": {
2765
+ "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.",
2766
+ "type": "number"
2767
+ },
2768
+ "minLength": {
2769
+ "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.",
2770
+ "type": "number"
2771
+ },
2772
+ "type": {
2773
+ "description": "The input type identifier.",
2774
+ "enum": [
2775
+ "text-box"
2776
+ ],
2777
+ "type": "string"
2778
+ }
2779
+ },
2780
+ "required": [
2781
+ "type"
2782
+ ],
2783
+ "type": "object"
2784
+ },
2282
2785
  "esri.rest-api.Format.DateFormat": {
2283
2786
  "description": "Possible date formats for {@link Format.dateFormat}.",
2284
2787
  "enum": [
@@ -2741,6 +3244,9 @@
2741
3244
  "description": "The attribution information for the layer. (not in the documentation).",
2742
3245
  "type": "string"
2743
3246
  },
3247
+ "customParameters": {
3248
+ "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
3249
+ },
2744
3250
  "definitionEditor": {
2745
3251
  "$ref": "#/definitions/esri.rest-api.DefinitionEditor.DefinitionEditor",
2746
3252
  "description": "Stores interactive filters."
@@ -2884,6 +3390,9 @@
2884
3390
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
2885
3391
  "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."
2886
3392
  },
3393
+ "customParameters": {
3394
+ "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
3395
+ },
2887
3396
  "definitionEditor": {
2888
3397
  "$ref": "#/definitions/esri.rest-api.DefinitionEditor.DefinitionEditor",
2889
3398
  "description": "Stores interactive filters."
@@ -3306,14 +3815,15 @@
3306
3815
  "description": "An Arcade expression evaluating to either a string or a number.",
3307
3816
  "type": "string"
3308
3817
  },
3818
+ "title": {
3819
+ "description": "The title of the expression.",
3820
+ "type": "string"
3821
+ },
3309
3822
  "value": {
3310
- "description": "Represents a simple template string.",
3823
+ "description": "Represents a simple template string. This property is deprecated as of version 2.7 of the web map in favor of 'expression'.",
3311
3824
  "type": "string"
3312
3825
  }
3313
3826
  },
3314
- "required": [
3315
- "value"
3316
- ],
3317
3827
  "type": "object"
3318
3828
  },
3319
3829
  "labelPlacement": {
@@ -3431,6 +3941,25 @@
3431
3941
  },
3432
3942
  "type": "object"
3433
3943
  },
3944
+ "esri.rest-api.LayerDefinition.FieldOverride": {
3945
+ "additionalProperties": false,
3946
+ "description": "Defines overridden properties on a field for a specific view of the data. {@link https://developers.arcgis.com/web-map-specification/objects/fieldOverride/}.",
3947
+ "properties": {
3948
+ "alias": {
3949
+ "description": "A string containing the overridden field alias.",
3950
+ "type": "string"
3951
+ },
3952
+ "editable": {
3953
+ "description": "A Boolean determining whether users can edit this field.",
3954
+ "type": "boolean"
3955
+ },
3956
+ "name": {
3957
+ "description": "A string containing the field name as defined by the service.",
3958
+ "type": "string"
3959
+ }
3960
+ },
3961
+ "type": "object"
3962
+ },
3434
3963
  "esri.rest-api.LayerDefinition.HtmlPopupType": {
3435
3964
  "description": "The HTML popup type for the LayerDefinition.",
3436
3965
  "enum": [
@@ -3496,6 +4025,13 @@
3496
4025
  "$ref": "#/definitions/esri.rest-api.FeatureReduction.FeatureReduction",
3497
4026
  "description": "Feature reductions declutter the screen by hiding features that would otherwise intersect with other features on screen."
3498
4027
  },
4028
+ "fieldOverrides": {
4029
+ "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.",
4030
+ "items": {
4031
+ "$ref": "#/definitions/esri.rest-api.LayerDefinition.FieldOverride"
4032
+ },
4033
+ "type": "array"
4034
+ },
3499
4035
  "fields": {
3500
4036
  "description": "An array of Field objects containing information about the attribute fields for the feature collection or layer.",
3501
4037
  "items": {
@@ -3503,6 +4039,20 @@
3503
4039
  },
3504
4040
  "type": "array"
3505
4041
  },
4042
+ "floorInfo": {
4043
+ "additionalProperties": false,
4044
+ "description": "Contains floor-awareness information for the layer. {@link https://developers.arcgis.com/web-map-specification/objects/layerFloorInfo/}.",
4045
+ "properties": {
4046
+ "floorField": {
4047
+ "description": "The name of the attribute field that contains a floor's level ID used for floor filtering.",
4048
+ "type": "string"
4049
+ }
4050
+ },
4051
+ "required": [
4052
+ "floorField"
4053
+ ],
4054
+ "type": "object"
4055
+ },
3506
4056
  "geometryType": {
3507
4057
  "description": "The type of geometry used in the layer definition. One of the GeometryType constants.",
3508
4058
  "type": "string"
@@ -3559,6 +4109,13 @@
3559
4109
  "description": "Indicates the name of the object ID field in the dataset.",
3560
4110
  "type": "string"
3561
4111
  },
4112
+ "orderBy": {
4113
+ "description": "Determines the display order of features on the map (currently undocumented in the web map spec but supported by Esri's viewer).",
4114
+ "items": {
4115
+ "$ref": "#/definitions/esri.rest-api.LayerDefinition.OrderByClause"
4116
+ },
4117
+ "type": "array"
4118
+ },
3562
4119
  "overrideSymbols": {
3563
4120
  "description": "Dictates whether a client can support having an end user modify symbols on individual features.",
3564
4121
  "type": "boolean"
@@ -3579,65 +4136,211 @@
3579
4136
  "$ref": "#/definitions/esri.rest-api.DynamicDataLayer.DynamicDataLayer"
3580
4137
  }
3581
4138
  ],
3582
- "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/}."
3583
- },
3584
- "spatialReference": {
3585
- "$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
3586
- "description": "An object containing the WKID or WKT identifying the spatial reference of the layer's geometry."
4139
+ "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/}."
4140
+ },
4141
+ "spatialReference": {
4142
+ "$ref": "#/definitions/esri.rest-api.SpatialReference.SpatialReference",
4143
+ "description": "An object containing the WKID or WKT identifying the spatial reference of the layer's geometry."
4144
+ },
4145
+ "supportedQueryFormats": {
4146
+ "description": "String value indicating the output formats that are supported in a query.",
4147
+ "type": "string"
4148
+ },
4149
+ "supportsAdvancedQueries": {
4150
+ "description": "Boolean value indicating whether the layer supports orderByFields in a query operation.",
4151
+ "type": "boolean"
4152
+ },
4153
+ "supportsAttachmentsByUploadId": {
4154
+ "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.",
4155
+ "type": "boolean"
4156
+ },
4157
+ "supportsCalculate": {
4158
+ "description": "Boolean value indicating whether the layer supports the Calculate REST operation when updating features.",
4159
+ "type": "boolean"
4160
+ },
4161
+ "supportsRollbackOnFailureParameter": {
4162
+ "description": "Boolean value indicating whether the layer supports rolling back edits made on a feature layer if some of the edits fail.",
4163
+ "type": "boolean"
4164
+ },
4165
+ "supportsStatistics": {
4166
+ "description": "Boolean value indicating whether feature layer query operations support statistical functions.",
4167
+ "type": "boolean"
4168
+ },
4169
+ "supportsValidateSql": {
4170
+ "description": "Boolean value indicating whether the validateSQL operation is supported across a feature service layer.",
4171
+ "type": "boolean"
4172
+ },
4173
+ "templates": {
4174
+ "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.",
4175
+ "items": {
4176
+ "$ref": "#/definitions/esri.rest-api.Template.Template"
4177
+ },
4178
+ "type": "array"
4179
+ },
4180
+ "timeInfo": {
4181
+ "$ref": "#/definitions/esri.rest-api.LayerDefinition.LayerTimeInfo",
4182
+ "description": "The time info metadata of the layer. May be set for feature layers inside a feature collection item."
4183
+ },
4184
+ "type": {
4185
+ "description": "Indicates whether the layerDefinition applies to a \"Feature Layer\" or a \"Table\".",
4186
+ "type": "string"
4187
+ },
4188
+ "typeIdField": {
4189
+ "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.",
4190
+ "type": "string"
4191
+ },
4192
+ "types": {
4193
+ "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.",
4194
+ "items": {
4195
+ "$ref": "#/definitions/esri.rest-api.Type.Type"
4196
+ },
4197
+ "type": "array"
4198
+ },
4199
+ "visibilityField": {
4200
+ "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.",
4201
+ "type": "string"
4202
+ }
4203
+ },
4204
+ "type": "object"
4205
+ },
4206
+ "esri.rest-api.LayerDefinition.LayerTimeInfo": {
4207
+ "additionalProperties": false,
4208
+ "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/}.",
4209
+ "properties": {
4210
+ "endTimeField": {
4211
+ "description": "The name of the attribute field that contains the end time information.",
4212
+ "type": "string"
4213
+ },
4214
+ "exportOptions": {
4215
+ "$ref": "#/definitions/esri.rest-api.LayerDefinition.TimeInfoExportOptions",
4216
+ "description": "The default time-related export options for this layer."
4217
+ },
4218
+ "hasLiveData": {
4219
+ "description": "Indicates whether service has live data.",
4220
+ "type": "boolean"
4221
+ },
4222
+ "startTimeField": {
4223
+ "description": "The name of the attribute field that contains the start time information.",
4224
+ "type": "string"
4225
+ },
4226
+ "timeExtent": {
4227
+ "additionalItems": {
4228
+ "anyOf": [
4229
+ {
4230
+ "type": "number"
4231
+ },
4232
+ {
4233
+ "type": "number"
4234
+ }
4235
+ ]
4236
+ },
4237
+ "description": "The time extent for all the data in the layer.",
4238
+ "items": [
4239
+ {
4240
+ "type": "number"
4241
+ },
4242
+ {
4243
+ "type": "number"
4244
+ }
4245
+ ],
4246
+ "minItems": 2,
4247
+ "type": "array"
4248
+ },
4249
+ "timeInterval": {
4250
+ "description": "Time interval of the data in the layer. Typically used for the TimeSlider when animating the layer.",
4251
+ "type": "number"
4252
+ },
4253
+ "timeIntervalUnits": {
4254
+ "$ref": "#/definitions/esri.rest-api.LayerDefinition.TemporalUnit",
4255
+ "description": "Temporal unit in which the time interval is measured."
4256
+ },
4257
+ "timeReference": {
4258
+ "additionalProperties": false,
4259
+ "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/}.",
4260
+ "properties": {
4261
+ "respectsDaylightSaving": {
4262
+ "description": "Indicates whether the time reference takes into account daylight savings time.",
4263
+ "type": "boolean"
4264
+ },
4265
+ "timeZone": {
4266
+ "description": "The time zone in which the data was captured.",
4267
+ "type": "string"
4268
+ }
4269
+ },
4270
+ "required": [
4271
+ "respectsDaylightSaving"
4272
+ ],
4273
+ "type": "object"
3587
4274
  },
3588
- "supportedQueryFormats": {
3589
- "description": "String value indicating the output formats that are supported in a query.",
4275
+ "trackIdField": {
4276
+ "description": "The field that contains the trackId.",
4277
+ "type": "string"
4278
+ }
4279
+ },
4280
+ "required": [
4281
+ "trackIdField"
4282
+ ],
4283
+ "type": "object"
4284
+ },
4285
+ "esri.rest-api.LayerDefinition.OrderByClause": {
4286
+ "additionalProperties": false,
4287
+ "description": "A clause in a layer definition's `orderBy` property.",
4288
+ "properties": {
4289
+ "field": {
4290
+ "description": "The number or date field whose values will be used to sort features.",
3590
4291
  "type": "string"
3591
4292
  },
3592
- "supportsAdvancedQueries": {
3593
- "description": "Boolean value indicating whether the layer supports orderByFields in a query operation.",
3594
- "type": "boolean"
3595
- },
3596
- "supportsAttachmentsByUploadId": {
3597
- "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.",
3598
- "type": "boolean"
4293
+ "order": {
4294
+ "description": "The sort order.",
4295
+ "enum": [
4296
+ "asc",
4297
+ "desc"
4298
+ ],
4299
+ "type": "string"
3599
4300
  },
3600
- "supportsCalculate": {
3601
- "description": "Boolean value indicating whether the layer supports the Calculate REST operation when updating features.",
4301
+ "valueExpression": {
4302
+ "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).",
4303
+ "type": "string"
4304
+ }
4305
+ },
4306
+ "type": "object"
4307
+ },
4308
+ "esri.rest-api.LayerDefinition.TemporalUnit": {
4309
+ "description": "Temporal units in which a time value can be measured.",
4310
+ "enum": [
4311
+ "esriTimeUnitsCenturies",
4312
+ "esriTimeUnitsDays",
4313
+ "esriTimeUnitsDecades",
4314
+ "esriTimeUnitsHours",
4315
+ "esriTimeUnitsMilliseconds",
4316
+ "esriTimeUnitsMinutes",
4317
+ "esriTimeUnitsMonths",
4318
+ "esriTimeUnitsSeconds",
4319
+ "esriTimeUnitsUnknown",
4320
+ "esriTimeUnitsWeeks",
4321
+ "esriTimeUnitsYears"
4322
+ ],
4323
+ "type": "string"
4324
+ },
4325
+ "esri.rest-api.LayerDefinition.TimeInfoExportOptions": {
4326
+ "additionalProperties": false,
4327
+ "description": "The default time-related export options for a layer. {@link: https://developers.arcgis.com/web-map-specification/objects/timeInfoExportOptions/}.",
4328
+ "properties": {
4329
+ "timeDataCumulative": {
4330
+ "description": "If true, draw all the features from the beginning of time for that data.",
3602
4331
  "type": "boolean"
3603
4332
  },
3604
- "supportsRollbackOnFailureParameter": {
3605
- "description": "Boolean value indicating whether the layer supports rolling back edits made on a feature layer if some of the edits fail.",
3606
- "type": "boolean"
4333
+ "timeOffset": {
4334
+ "description": "Time offset value for this layer so that it can be overlaid on the top of a previous or future time period.",
4335
+ "type": "number"
3607
4336
  },
3608
- "supportsStatistics": {
3609
- "description": "Boolean value indicating whether feature layer query operations support statistical functions.",
3610
- "type": "boolean"
4337
+ "timeOffsetUnits": {
4338
+ "$ref": "#/definitions/esri.rest-api.LayerDefinition.TemporalUnit",
4339
+ "description": "Temporal unit in which the time offset is measured."
3611
4340
  },
3612
- "supportsValidateSql": {
3613
- "description": "Boolean value indicating whether the validateSQL operation is supported across a feature service layer.",
4341
+ "useTime": {
4342
+ "description": "If true, use the time extent specified by the time parameter.",
3614
4343
  "type": "boolean"
3615
- },
3616
- "templates": {
3617
- "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.",
3618
- "items": {
3619
- "$ref": "#/definitions/esri.rest-api.Template.Template"
3620
- },
3621
- "type": "array"
3622
- },
3623
- "type": {
3624
- "description": "Indicates whether the layerDefinition applies to a \"Feature Layer\" or a \"Table\".",
3625
- "type": "string"
3626
- },
3627
- "typeIdField": {
3628
- "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.",
3629
- "type": "string"
3630
- },
3631
- "types": {
3632
- "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.",
3633
- "items": {
3634
- "$ref": "#/definitions/esri.rest-api.Type.Type"
3635
- },
3636
- "type": "array"
3637
- },
3638
- "visibilityField": {
3639
- "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.",
3640
- "type": "string"
3641
4344
  }
3642
4345
  },
3643
4346
  "type": "object"
@@ -3730,6 +4433,9 @@
3730
4433
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
3731
4434
  "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."
3732
4435
  },
4436
+ "customParameters": {
4437
+ "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
4438
+ },
3733
4439
  "id": {
3734
4440
  "description": "A unique identifying string for the layer.",
3735
4441
  "type": "string"
@@ -5449,6 +6155,10 @@
5449
6155
  "$ref": "#/definitions/esri.rest-api.Renderer.ClassificationMethod",
5450
6156
  "description": "Used for classed color or size. The default value is esriClassifyManual. See {@link ClassificationMethod}."
5451
6157
  },
6158
+ "colorRamp": {
6159
+ "$ref": "#/definitions/esri.rest-api.Renderer.ColorRamp",
6160
+ "description": "A colorRamp object is used to specify a range of colors that are applied to a group of symbols."
6161
+ },
5452
6162
  "field": {
5453
6163
  "$ref": "#/definitions/esri.rest-api.Field.Field",
5454
6164
  "description": "Contains information about an attribute field."
@@ -5492,6 +6202,110 @@
5492
6202
  ],
5493
6203
  "type": "string"
5494
6204
  },
6205
+ "esri.rest-api.Renderer.ColorRamp": {
6206
+ "additionalProperties": false,
6207
+ "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/}.",
6208
+ "properties": {
6209
+ "algorithm": {
6210
+ "description": "Algorithm used for calculating the ramp.",
6211
+ "enum": [
6212
+ "esriCIELabAlgorithm",
6213
+ "esriHSVAlgorithm",
6214
+ "esriLabLChAlgorithm"
6215
+ ],
6216
+ "type": "string"
6217
+ },
6218
+ "colorRamps": {
6219
+ "description": "A multipart color ramp is defined by a list of constituent color ramps.",
6220
+ "items": {
6221
+ "$ref": "#/definitions/esri.rest-api.Renderer.ColorRamp"
6222
+ },
6223
+ "type": "array"
6224
+ },
6225
+ "fromColor": {
6226
+ "additionalItems": {
6227
+ "anyOf": [
6228
+ {
6229
+ "type": "number"
6230
+ },
6231
+ {
6232
+ "type": "number"
6233
+ },
6234
+ {
6235
+ "type": "number"
6236
+ },
6237
+ {
6238
+ "type": "number"
6239
+ }
6240
+ ]
6241
+ },
6242
+ "description": "Array representing the initial color to start the ramp from.",
6243
+ "items": [
6244
+ {
6245
+ "type": "number"
6246
+ },
6247
+ {
6248
+ "type": "number"
6249
+ },
6250
+ {
6251
+ "type": "number"
6252
+ },
6253
+ {
6254
+ "type": "number"
6255
+ }
6256
+ ],
6257
+ "minItems": 4,
6258
+ "type": "array"
6259
+ },
6260
+ "toColor": {
6261
+ "additionalItems": {
6262
+ "anyOf": [
6263
+ {
6264
+ "type": "number"
6265
+ },
6266
+ {
6267
+ "type": "number"
6268
+ },
6269
+ {
6270
+ "type": "number"
6271
+ },
6272
+ {
6273
+ "type": "number"
6274
+ }
6275
+ ]
6276
+ },
6277
+ "description": "Array representing the final color to end the ramp with.",
6278
+ "items": [
6279
+ {
6280
+ "type": "number"
6281
+ },
6282
+ {
6283
+ "type": "number"
6284
+ },
6285
+ {
6286
+ "type": "number"
6287
+ },
6288
+ {
6289
+ "type": "number"
6290
+ }
6291
+ ],
6292
+ "minItems": 4,
6293
+ "type": "array"
6294
+ },
6295
+ "type": {
6296
+ "description": "Value indicating the type of colorRamp.",
6297
+ "enum": [
6298
+ "algorithmic",
6299
+ "multipart"
6300
+ ],
6301
+ "type": "string"
6302
+ }
6303
+ },
6304
+ "required": [
6305
+ "type"
6306
+ ],
6307
+ "type": "object"
6308
+ },
5495
6309
  "esri.rest-api.Renderer.Renderer": {
5496
6310
  "anyOf": [
5497
6311
  {
@@ -5526,6 +6340,9 @@
5526
6340
  },
5527
6341
  {
5528
6342
  "$ref": "#/definitions/esri.rest-api.UniqueValueFromStyle.UniqueValueFromStyle"
6343
+ },
6344
+ {
6345
+ "$ref": "#/definitions/esri.rest-api.VectorFieldRenderer.VectorFieldRenderer"
5529
6346
  }
5530
6347
  ],
5531
6348
  "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)."
@@ -5959,6 +6776,9 @@
5959
6776
  "description": "A comma-separated string listing which editing operations are allowed on an editable feature service. Available operations include: Create | Delete | Query | Update | Editing.",
5960
6777
  "type": "string"
5961
6778
  },
6779
+ "customParameters": {
6780
+ "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
6781
+ },
5962
6782
  "definitionEditor": {
5963
6783
  "$ref": "#/definitions/esri.rest-api.DefinitionEditor.DefinitionEditor",
5964
6784
  "description": "Stores interactive filters."
@@ -5975,6 +6795,10 @@
5975
6795
  "$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureCollectionType",
5976
6796
  "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."
5977
6797
  },
6798
+ "formInfo": {
6799
+ "$ref": "#/definitions/esri.rest-api.FormInfo.FormInfo",
6800
+ "description": "A formInfo object defining the content of the form when you are editing a feature."
6801
+ },
5978
6802
  "id": {
5979
6803
  "description": "A unique identifying string for the layer.",
5980
6804
  "type": "string"
@@ -6034,6 +6858,13 @@
6034
6858
  "description": "Indicates whether to allow map authors the ability to control what layers should be shown in a client's legend.",
6035
6859
  "type": "boolean"
6036
6860
  },
6861
+ "subtypeCode": {
6862
+ "description": "The feature subtype code identifying the layer. Used with SubtypeGroupLayers.",
6863
+ "type": [
6864
+ "string",
6865
+ "number"
6866
+ ]
6867
+ },
6037
6868
  "title": {
6038
6869
  "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.",
6039
6870
  "type": "string"
@@ -6126,12 +6957,6 @@
6126
6957
  "description": "The text weight. See {@link FontWeight}."
6127
6958
  }
6128
6959
  },
6129
- "required": [
6130
- "family",
6131
- "size",
6132
- "style",
6133
- "weight"
6134
- ],
6135
6960
  "type": "object"
6136
6961
  },
6137
6962
  "esri.rest-api.Symbol.FontStyle": {
@@ -6627,6 +7452,9 @@
6627
7452
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
6628
7453
  "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."
6629
7454
  },
7455
+ "customParameters": {
7456
+ "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
7457
+ },
6630
7458
  "id": {
6631
7459
  "description": "A unique identifying string for the layer.",
6632
7460
  "type": "string"
@@ -6711,6 +7539,9 @@
6711
7539
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
6712
7540
  "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."
6713
7541
  },
7542
+ "customParameters": {
7543
+ "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
7544
+ },
6714
7545
  "displayLevels": {
6715
7546
  "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.",
6716
7547
  "items": {
@@ -7160,6 +7991,113 @@
7160
7991
  },
7161
7992
  "type": "object"
7162
7993
  },
7994
+ "esri.rest-api.VectorFieldRenderer.MagnitudeUnit": {
7995
+ "description": "Units of magnitude.",
7996
+ "enum": [
7997
+ "esriFeetPerSecond",
7998
+ "esriKilometersPerHour",
7999
+ "esriKnots",
8000
+ "esriMetersPerSecond",
8001
+ "esriMilesPerHour"
8002
+ ],
8003
+ "type": "string"
8004
+ },
8005
+ "esri.rest-api.VectorFieldRenderer.VectorFieldRenderer": {
8006
+ "additionalProperties": false,
8007
+ "description": "A vector field renderer is a renderer that uses symbolizes a U-V or Magnitude-Direction data.",
8008
+ "properties": {
8009
+ "attributeField": {
8010
+ "description": "Name of the feature attribute field that contains the data value.",
8011
+ "enum": [
8012
+ "Magnitude"
8013
+ ],
8014
+ "type": "string"
8015
+ },
8016
+ "authoringInfo": {
8017
+ "$ref": "#/definitions/esri.rest-api.Renderer.AuthoringInfo",
8018
+ "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."
8019
+ },
8020
+ "flowRepresentation": {
8021
+ "description": "Sets the flow direction of the data.",
8022
+ "enum": [
8023
+ "flow_from",
8024
+ "flow_to"
8025
+ ],
8026
+ "type": "string"
8027
+ },
8028
+ "inputUnit": {
8029
+ "$ref": "#/definitions/esri.rest-api.VectorFieldRenderer.MagnitudeUnit",
8030
+ "description": "Input unit for Magnitude."
8031
+ },
8032
+ "outputUnit": {
8033
+ "$ref": "#/definitions/esri.rest-api.VectorFieldRenderer.MagnitudeUnit",
8034
+ "description": "Output unit for Magnitude."
8035
+ },
8036
+ "rotationExpression": {
8037
+ "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.",
8038
+ "type": "string"
8039
+ },
8040
+ "rotationType": {
8041
+ "$ref": "#/definitions/esri.rest-api.Renderer.RotationType",
8042
+ "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}."
8043
+ },
8044
+ "style": {
8045
+ "description": "A predefined style.",
8046
+ "enum": [
8047
+ "beaufort_ft",
8048
+ "beaufort_km",
8049
+ "beaufort_kn",
8050
+ "beaufort_m",
8051
+ "beaufort_mi",
8052
+ "classified_arrow",
8053
+ "ocean_current_kn",
8054
+ "ocean_current_m",
8055
+ "simple_scalar",
8056
+ "single_arrow",
8057
+ "wind_speed"
8058
+ ],
8059
+ "type": "string"
8060
+ },
8061
+ "symbolTileSize": {
8062
+ "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.",
8063
+ "type": "number"
8064
+ },
8065
+ "type": {
8066
+ "description": "The type of renderer. See {@link RendererType}.",
8067
+ "enum": [
8068
+ "vectorField"
8069
+ ],
8070
+ "type": "string"
8071
+ },
8072
+ "visualVariables": {
8073
+ "description": "An array of visualVariable objects used for continuous color or size, simple, and unique values with feature opacity.",
8074
+ "items": {
8075
+ "anyOf": [
8076
+ {
8077
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.ColorInfo"
8078
+ },
8079
+ {
8080
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.SizeInfo"
8081
+ },
8082
+ {
8083
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.TransparencyInfo"
8084
+ },
8085
+ {
8086
+ "$ref": "#/definitions/esri.rest-api.VisualVariable.RotationInfo"
8087
+ }
8088
+ ]
8089
+ },
8090
+ "type": "array"
8091
+ }
8092
+ },
8093
+ "required": [
8094
+ "attributeField",
8095
+ "flowRepresentation",
8096
+ "style",
8097
+ "type"
8098
+ ],
8099
+ "type": "object"
8100
+ },
7163
8101
  "esri.rest-api.VectorTileLayer.VectorTileLayer": {
7164
8102
  "additionalProperties": false,
7165
8103
  "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/}.",
@@ -7168,6 +8106,9 @@
7168
8106
  "$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
7169
8107
  "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."
7170
8108
  },
8109
+ "customParameters": {
8110
+ "description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
8111
+ },
7171
8112
  "id": {
7172
8113
  "description": "A unique identifying string for the layer.",
7173
8114
  "type": "string"