Update flows.json
All checks were successful
Build and Push Docker Image / test (push) Successful in 9s
Build and Push Docker Image / build_and_push (push) Successful in 21s

This commit is contained in:
admin user 2025-03-31 13:55:04 +00:00
parent 5bea561383
commit 4efac640c8

View File

@ -1170,7 +1170,7 @@
}
},
"blockName": "m-1-v-1",
"commitId": "1152a701b4d8bd4abe07a3e3ea5125301cbfe1b2",
"commitId": "1d3d28213e127b41ab67c7ead21223bf2a444a8f",
"repo_url": "http://centurion-version-control.default.svc.cluster.local:3000/Centurion/blocks-transformer.git",
"schema": {
"$schema": "http://json-schema.org/draft-07/schema#",
@ -1359,6 +1359,14 @@
],
"description": "State of the current residence.",
"source": "$root.uprovaApplication.state"
},
"zip": {
"type": [
"string",
"null"
],
"description": "Zip of the current residence.",
"source": "$root.uprovaApplication.zip"
}
},
"required": []