Skip to main content

TemplateVariablesResponse

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/TemplateVariablesResponse.json
groups object[]required
  • Array [
  • descriptionstringrequired

    Group description

    namestringrequired

    Group name (e.g., Document Info, Seller)

    variables object[]required

    Variables in this group

  • Array [
  • descriptionstringrequired

    Description of the variable

    namestringrequired

    Variable name (e.g., .number)

    requiredbooleanrequired

    Whether the variable is required

    typestringrequired

    Data type (string, number, date, object, array)

  • ]
  • ]
  • templateTypestringrequired
    TemplateVariablesResponse
    {
    "$schema": "https://example.com/schemas/TemplateVariablesResponse.json",
    "groups": "Unknown Type: array,null",
    "templateType": "string"
    }