Update README.md
All checks were successful
Build and Push Docker Image / test (push) Successful in 7s
Build and Push Docker Image / build_and_push (push) Successful in 19s

This commit is contained in:
Admin User 2025-04-10 18:39:13 +00:00
parent 3ae548c213
commit 0e092448c8
2 changed files with 33 additions and 15 deletions

View File

@ -20,10 +20,16 @@
},
"tu_credit_report": {
"type": [
"string",
"object",
"null"
],
"description": "User Credit report"
"description": "User Credit report",
"properties": {
"creditBureau": {
"type": "object",
"description": "Credit bureau details"
}
}
}
},
"required": []
@ -38,7 +44,7 @@
"height": 36
},
{
"id": "c2xjc7k07ahdxoi7ad7",
"id": "m9bpbbigt0prmfst3uc",
"position": {
"x": 0,
"y": 150
@ -68,7 +74,7 @@
}
},
"blockName": "m-1-v-1",
"commitId": "f2e9d599b9b18095d0793c0c5ca15c5ade4d0934",
"commitId": "e2c2560e0a3ab5b221932cf0140698d80aaff901",
"repo_url": "http://centurion-version-control.default.svc.cluster.local:3000/Centurion/blocks-transformer.git",
"schema": {
"$schema": "http://json-schema.org/draft-07/schema#",
@ -84,11 +90,17 @@
},
"tu_credit_report": {
"type": [
"string",
"object",
"null"
],
"description": "User Credit report",
"source": "$root.tu_credit_report"
"properties": {
"creditBureau": {
"type": "object",
"description": "Credit bureau details"
}
},
"source": null
}
},
"required": []
@ -124,7 +136,7 @@
"height": 79
},
{
"id": "m9aaaokqp37vkv9qn7m",
"id": "m9bpbij9xjw2w4mka2",
"position": {
"x": 0,
"y": 300
@ -166,7 +178,7 @@
"null"
],
"description": "HD Fraud Score M1 value.",
"source": "$c2xjc7k07ahdxoi7ad7.hd_score_m1"
"source": "$m9bpbbigt0prmfst3uc.hd_score_m1"
}
},
"required": []
@ -219,15 +231,15 @@
],
"edges": [
{
"id": "c2w3wcw04fjyio9un4f=>c2xjc7k07ahdxoi7ad7",
"id": "c2w3wcw04fjyio9un4f=>m9bpbbigt0prmfst3uc",
"source": "c2w3wcw04fjyio9un4f",
"target": "c2xjc7k07ahdxoi7ad7",
"target": "m9bpbbigt0prmfst3uc",
"type": "workflow"
},
{
"id": "c2xjc7k07ahdxoi7ad7=>m9aaaokqp37vkv9qn7m",
"source": "c2xjc7k07ahdxoi7ad7",
"target": "m9aaaokqp37vkv9qn7m",
"id": "m9bpbbigt0prmfst3uc=>m9bpbij9xjw2w4mka2",
"source": "m9bpbbigt0prmfst3uc",
"target": "m9bpbij9xjw2w4mka2",
"type": "workflow"
}
]

View File

@ -10,10 +10,16 @@
},
"tu_credit_report": {
"type": [
"string",
"object",
"null"
],
"description": "User Credit report"
"description": "User Credit report",
"properties": {
"creditBureau": {
"type": "object",
"description": "Credit bureau details"
}
}
}
},
"required": []