{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "UnlinkedPATemplateUpdateParameters", "type": "object", "properties": { "description": { "type": "string", "description": "Template description" }, "accounts": { "type": "array", "description": "List of accounts" }, "benchmarks": { "type": "array", "description": "List of benchmarks" }, "columns": { "type": "array", "description": "List of columns for the PA calculation" }, "groups": { "type": "array", "description": "List of groupings for the PA calculation" }, "currencyisocode": { "type": "string", "description": "Currency ISO code for calculation." }, "componentdetail": { "type": "string", "description": "PA storage type. It can be GROUPS or GROUPSALL or TOTALS or SECURITIES." } } }