URL

A URL address

Specification

nested

Available types:

Type
Specification

array

Provides an array of nested parameters that are shown when the value of the parameter is set (value is not empty).

string

Provides the URL address of an RPC to load a list of nested parameters.

object

Provides a detailed specification of nested parameters.

{
    "name": "myUrl",
    "type": "url",
    "label": "My URL",
    "nested": "rpc://getNestedFields"
}

Example

The URL address is validated as protocol://host:port/path/file?parameters#anchor.

Validation error after an attempt to use an incorrect URL.

Last updated