{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "IterativeCalculationSettings", "type": "object", "properties": { "maxIterations": { "type": "integer" }, "convergenceThreshold": { "type": "number" } } }