{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "accountsForJobAddProp", "type": "object", "description": "The details of the account under the task in the object key", "properties": { "includeParent": { "type": "boolean", "description": "Indicates whether or not the parent portfolio is included as a separate portfolio when isSplit is true" }, "isSplit": { "type": "boolean", "description": "Indicates whether the portfolio's components if any would be treated as individual portfolios when the job is run" }, "latestComponentsOnly": { "type": "boolean", "description": "When selected, the ACTM/CSTM will be split and will only return components that are still held in the ACTM. I.e., when the end date is \"Latest,\" it will not return components where the end date occurs before Latest." }, "level": { "type": "string", "description": "The number of levels when isSplit is true that the job will expand down to for a composite portfolio (CSTM or ACTM). \"1\" means only the first level will be expanded. \"all\" will be the value if all levels are expanded down." }, "portfolioId": { "type": "string", "description": "The full file path including portfolio name and type" } } }