{
"type": "object",
"additionalProperties": false,
"properties": {
"title": {
"type": "string",
"description": "Initial dialog title.",
"maxLength": 64
},
"width": {
"$ref": "#/definitions/taskInfoDimension",
"description": "Dialog width - either a number in pixels or default layout such as \u0027large\u0027, \u0027medium\u0027, or \u0027small\u0027."
},
"height": {
"$ref": "#/definitions/taskInfoDimension",
"description": "Dialog height - either a number in pixels or default layout such as \u0027large\u0027, \u0027medium\u0027, or \u0027small\u0027."
},
"url": {
"$ref": "#/definitions/httpsUrl",
"description": "Initial webview URL."
}
}
}
{
"type": "object",
"additionalProperties": false,
"properties": {
"title": {
"type": "string",
"description": "Initial dialog title",
"maxLength": 64
},
"width": {
"$ref": "#/definitions/taskInfoDimension",
"description": "Dialog width - either a number in pixels or default layout such as \u0027large\u0027, \u0027medium\u0027, or \u0027small\u0027"
},
"height": {
"$ref": "#/definitions/taskInfoDimension",
"description": "Dialog height - either a number in pixels or default layout such as \u0027large\u0027, \u0027medium\u0027, or \u0027small\u0027"
},
"url": {
"$ref": "#/definitions/httpsUrl",
"description": "Initial webview URL"
}
}
}
Properties
title
Initial dialog title.
Type
string
Required
—
Constraints
Maximum string length: 64.
Supported values
width
Dialog width.
Type
string
Required
—
Constraints
Maximum string length: 16.
Supported values
The string value must be a number or Large, Medium, Small.
height
Dialog height.
Type
string
Required
—
Constraints
Maximum string length: 16.
Supported values
The string value must be a number or Large, Medium, Small.
url
Initial webview URL.
Type
string
Required
—
Constraints
Maximum string length: 2048.
Supported values
The string must start with https://.