{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SPARCalculationParameters", "type": "object", "properties": { "componentid": { "type": "string", "description": "The SPAR Engine component identifier to analyze." }, "accounts": { "type": "array", "description": "List of accounts for SPAR calculation." }, "currencyisocode": { "type": "string", "description": "Currency ISO code for calculation." } } }