{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "OptimalPortfolio", "type": "object", "properties": { "acctName": { "type": "string" }, "excludeZero": { "type": "boolean" }, "archiveDate": { "type": "string" }, "ifAcctExists": { "type": "string" }, "ifOfdbDateExists": { "type": "string" } } }