{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "PAComponentData", "type": "object", "properties": { "accounts": { "type": "array", "description": "List of accounts." }, "benchmarks": { "type": "array", "description": "List of benchmarks." }, "groups": { "type": "array", "description": "List of groupings for the PA calculation. This will take precedence over the groupings saved in the PA document." }, "columns": { "type": "array", "description": "List of columns for the PA calculation. This will take precedence over the columns saved in the PA document." }, "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." } } }