{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "UnlinkedPATemplateParameters", "type": "object", "properties": { "directory": { "type": "string" }, "templateTypeId": { "type": "string" }, "description": { "type": "string" }, "accounts": { "type": "array" }, "benchmarks": { "type": "array" }, "columns": { "type": "array" }, "groups": { "type": "array" }, "currencyisocode": { "type": "string" }, "componentdetail": { "type": "string" } } }