Update flows.json
All checks were successful
Build and Push Docker Image / test (push) Successful in 1m34s
Build and Push Docker Image / build_and_push (push) Successful in 1m15s

This commit is contained in:
admin user 2025-03-31 12:43:16 +00:00
parent a222db07e1
commit 5bea561383

View File

@ -1170,7 +1170,7 @@
} }
}, },
"blockName": "m-1-v-1", "blockName": "m-1-v-1",
"commitId": "ead9a776dae59a3bbff694f3adf5b89dc4808bc0", "commitId": "1152a701b4d8bd4abe07a3e3ea5125301cbfe1b2",
"repo_url": "http://centurion-version-control.default.svc.cluster.local:3000/Centurion/blocks-transformer.git", "repo_url": "http://centurion-version-control.default.svc.cluster.local:3000/Centurion/blocks-transformer.git",
"schema": { "schema": {
"$schema": "http://json-schema.org/draft-07/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.", "description": "Number of months the applicant has lived at their current residence.",
"source": "$root.uprovaApplication.monthsatresidence" "source": "$root.uprovaApplication.monthsatresidence"
},
"state": {
"type": [
"string",
"null"
],
"description": "State of the current residence.",
"source": "$root.uprovaApplication.state"
} }
}, },
"required": [] "required": []