{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "UnlinkedPATemplate", "type": "object", "properties": { "id": { "type": "string", "description": "Template id." }, "directory": { "type": "string", "description": "Template directory." }, "templateTypeId": { "type": "string", "description": "Template type id" }, "snapshot": { "type": "boolean", "description": "snapshot." }, "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." }, "description": { "type": "string", "description": "Template description." }, "name": { "type": "string", "description": "Template name." }, "category": { "type": "string", "description": "Unlinked template category" } } }