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:

  • parameters – a set of the runtime parameter names and their corresponding values, consisting of an object with one or more name/value pairs:

    • <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
    }
}