From 5bea561383fae5e11369ac049b1f1e7c546bcec7 Mon Sep 17 00:00:00 2001 From: admin user Date: Mon, 31 Mar 2025 12:43:16 +0000 Subject: [PATCH] Update flows.json --- flows.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/flows.json b/flows.json index 8032715..1ed82e7 100644 --- a/flows.json +++ b/flows.json @@ -1170,7 +1170,7 @@ } }, "blockName": "m-1-v-1", - "commitId": "ead9a776dae59a3bbff694f3adf5b89dc4808bc0", + "commitId": "1152a701b4d8bd4abe07a3e3ea5125301cbfe1b2", "repo_url": "http://centurion-version-control.default.svc.cluster.local:3000/Centurion/blocks-transformer.git", "schema": { "$schema": "http://json-schema.org/draft-07/schema#", @@ -1351,6 +1351,14 @@ ], "description": "Number of months the applicant has lived at their current residence.", "source": "$root.uprovaApplication.monthsatresidence" + }, + "state": { + "type": [ + "string", + "null" + ], + "description": "State of the current residence.", + "source": "$root.uprovaApplication.state" } }, "required": []