Update flows.json
This commit is contained in:
parent
a222db07e1
commit
5bea561383
10
flows.json
10
flows.json
@ -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": []
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user