Parameters

A JSON array of JSON objects where each object in the array is a definition for an input of the page. Parameters can be:

  • mandatory (M)

  • optional (O)

  • conditional based on another field (C).

Copy
{
  ...
  "Parameters": [
    { ... },
    { ... }
  ],
  ...
}