{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "OptimalPortfolio", "type": "object", "properties": { "acctName": { "type": "string", "description": "Account path" }, "excludeZero": { "type": "boolean", "description": "Exclude zero" }, "archiveDate": { "type": "string", "description": "Archive date" }, "ifAcctExists": { "type": "string", "description": "Archive action if account exists" }, "ifOfdbDateExists": { "type": "string", "description": "Action if ofdb date exists" } } }