Update README.md
This commit is contained in:
parent
3ae548c213
commit
0e092448c8
38
flows.json
38
flows.json
@ -20,10 +20,16 @@
|
|||||||
},
|
},
|
||||||
"tu_credit_report": {
|
"tu_credit_report": {
|
||||||
"type": [
|
"type": [
|
||||||
"string",
|
"object",
|
||||||
"null"
|
"null"
|
||||||
],
|
],
|
||||||
"description": "User Credit report"
|
"description": "User Credit report",
|
||||||
|
"properties": {
|
||||||
|
"creditBureau": {
|
||||||
|
"type": "object",
|
||||||
|
"description": "Credit bureau details"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": []
|
"required": []
|
||||||
@ -38,7 +44,7 @@
|
|||||||
"height": 36
|
"height": 36
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "c2xjc7k07ahdxoi7ad7",
|
"id": "m9bpbbigt0prmfst3uc",
|
||||||
"position": {
|
"position": {
|
||||||
"x": 0,
|
"x": 0,
|
||||||
"y": 150
|
"y": 150
|
||||||
@ -68,7 +74,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"blockName": "m-1-v-1",
|
"blockName": "m-1-v-1",
|
||||||
"commitId": "f2e9d599b9b18095d0793c0c5ca15c5ade4d0934",
|
"commitId": "e2c2560e0a3ab5b221932cf0140698d80aaff901",
|
||||||
"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#",
|
||||||
@ -84,11 +90,17 @@
|
|||||||
},
|
},
|
||||||
"tu_credit_report": {
|
"tu_credit_report": {
|
||||||
"type": [
|
"type": [
|
||||||
"string",
|
"object",
|
||||||
"null"
|
"null"
|
||||||
],
|
],
|
||||||
"description": "User Credit report",
|
"description": "User Credit report",
|
||||||
"source": "$root.tu_credit_report"
|
"properties": {
|
||||||
|
"creditBureau": {
|
||||||
|
"type": "object",
|
||||||
|
"description": "Credit bureau details"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"source": null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": []
|
"required": []
|
||||||
@ -124,7 +136,7 @@
|
|||||||
"height": 79
|
"height": 79
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "m9aaaokqp37vkv9qn7m",
|
"id": "m9bpbij9xjw2w4mka2",
|
||||||
"position": {
|
"position": {
|
||||||
"x": 0,
|
"x": 0,
|
||||||
"y": 300
|
"y": 300
|
||||||
@ -166,7 +178,7 @@
|
|||||||
"null"
|
"null"
|
||||||
],
|
],
|
||||||
"description": "HD Fraud Score M1 value.",
|
"description": "HD Fraud Score M1 value.",
|
||||||
"source": "$c2xjc7k07ahdxoi7ad7.hd_score_m1"
|
"source": "$m9bpbbigt0prmfst3uc.hd_score_m1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": []
|
"required": []
|
||||||
@ -219,15 +231,15 @@
|
|||||||
],
|
],
|
||||||
"edges": [
|
"edges": [
|
||||||
{
|
{
|
||||||
"id": "c2w3wcw04fjyio9un4f=>c2xjc7k07ahdxoi7ad7",
|
"id": "c2w3wcw04fjyio9un4f=>m9bpbbigt0prmfst3uc",
|
||||||
"source": "c2w3wcw04fjyio9un4f",
|
"source": "c2w3wcw04fjyio9un4f",
|
||||||
"target": "c2xjc7k07ahdxoi7ad7",
|
"target": "m9bpbbigt0prmfst3uc",
|
||||||
"type": "workflow"
|
"type": "workflow"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "c2xjc7k07ahdxoi7ad7=>m9aaaokqp37vkv9qn7m",
|
"id": "m9bpbbigt0prmfst3uc=>m9bpbij9xjw2w4mka2",
|
||||||
"source": "c2xjc7k07ahdxoi7ad7",
|
"source": "m9bpbbigt0prmfst3uc",
|
||||||
"target": "m9aaaokqp37vkv9qn7m",
|
"target": "m9bpbij9xjw2w4mka2",
|
||||||
"type": "workflow"
|
"type": "workflow"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@ -10,10 +10,16 @@
|
|||||||
},
|
},
|
||||||
"tu_credit_report": {
|
"tu_credit_report": {
|
||||||
"type": [
|
"type": [
|
||||||
"string",
|
"object",
|
||||||
"null"
|
"null"
|
||||||
],
|
],
|
||||||
"description": "User Credit report"
|
"description": "User Credit report",
|
||||||
|
"properties": {
|
||||||
|
"creditBureau": {
|
||||||
|
"type": "object",
|
||||||
|
"description": "Credit bureau details"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": []
|
"required": []
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user