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