{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "accountsForJobAddProp", "type": "object", "properties": { "includeParent": { "type": "boolean" }, "isSplit": { "type": "boolean" }, "latestComponentsOnly": { "type": "boolean" }, "level": { "type": "string" }, "portfolioId": { "type": "string" } } }