URL

URL address

The list of common settings for parameters is available here.

Specification

nested

  • Available types:

    TypeSpecification

    array

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

    string

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

    object

    Provides a detailed specification of nested parameters.

Usage of nested fields:

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

Examples

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

Last updated