2021.1

Table Of Contents
"name": "Plain Letter Paper",
"size": "Letter",
"width": "8.5in",
"height": "11in"
}
}
]
}
JSON Parameters
Describes a list of parameters used specifically in the creation of content.
Structure
The structure consists of an object with the following name/value pairs:
l parameters a set of the runtime parameter names and their corresponding values,
consisting of an object with one or more name/value pairs:
l <name> the name (name) and the value of the runtime parameter
(type of either string, number, or boolean)
Example
The following is an example of this structure:
{
"parameters": {
"country": "Canada",
"InvoiceOverdue": true
}
}
Page 94