{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BirdeeInvestmentPortfolioGoal", "title": "BirdeeInvestmentPortfolioGoal", "type": "object", "properties": { "amount_target": { "type": "object", "description": "The investment goal amount.", "readOnly": false, "writeOnly": false, "$ref": "#/components/schemas/Amount" }, "time_end": { "type": "string", "description": "The investment goal end time.", "readOnly": false, "writeOnly": false } } }