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