{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "OptimizerOptimalHoldings", "type": "object", "properties": { "identifierType": { "type": "string", "description": "Identifier type" }, "includeCash": { "type": "boolean", "description": "Include cash" }, "excludeZero": { "type": "boolean", "description": "Exclude zero" } } }