{ "components": [ "term-deposits/view-interest-rate", "term-deposits/account", "term-deposits/deposit-type", "term-deposits/product-list", "term-deposits/td-details", "term-deposits/nominee" ], "partials": ["term-deposit/review-td-redeem", "confirm-screen/sweep-in-link", "confirm-screen/cheque-book-request", "confirm-screen/td-redeem-confirm", "help/td-open", "demand-deposits/cheque-details-input"], "validations": { "ADDRESS": [{ "type": "length", "options": { "min": 1, "max": 35 } }], "CITY": [{ "type": "length", "options": { "min": 1, "max": 35 } }], "POSTAL_CODE": [{ "type": "length", "options": { "min": 1, "max": 10 } }], "COMMENTS": [{ "type": "length", "options": { "min": 1, "max": 35 } }], "NAME": [{ "type": "length", "options": { "min": 1, "max": 35 } }] } }