2021.1

Table Of Contents
l parameters a set of runtime parameter names (defined in the template) 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 are examples of this structure:
{
"section": "Section 1",
"inline": "ALL"
}
{
"section": "Section 2",
"cssSelector": "#salutation"
}
JSON Identifier (for Content Creation)
Describes an identifier for a data mapping configuration, along with parameters used in a
content creation operation and runtime parameters used in the data mapping configuration.
Structure
The structure consists of an object with the following name/value pairs:
l identifier File Store ID of the data mapping configuration (type of number)
l defaults (optional) default properties for Content Creation, consisting of an object with
one or more name/value pairs:
l duplex whether the page sheet is duplex (type of boolean). Default: false.
l tumble whether to duplex pages as in a calendar (type of boolean). This requires
duplex to be set to true. Default: false.
l parameters (optional) a set of runtime parameter names and their corresponding values,
used in the data mapping configuration. The set consists 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)
Page 65