{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "FIABCalculationParameters", "type": "object", "properties": { "fiabdocument": { "type": "string", "description": "FiabDocument (optional) - FIAB document to use as a template. Should\r\nbe a path to a FIAB document. Expects a GUI-style path (Client:/foo/bar)" }, "msl": { "type": "string", "description": "Master Security List. Analytics results will be written to the selected MSL. Expects a GUI-style path (Client:/foo/bar)" }, "fisettingsdocument": { "type": "string", "description": "FISettingsDocument (optional) - The given @FIS document will be used to\r\nconfigure analytics assumptions and settings. Expects a GUI-style path (Client:/foo/bar)" } } }