Update README.md
Some checks failed
Build and Push Docker Image / build_and_push (push) Has been cancelled
Build and Push Docker Image / test (push) Has been cancelled

This commit is contained in:
Admin User 2025-06-13 18:34:03 +00:00
parent baa9211b23
commit 4334e369b3
2 changed files with 69 additions and 26 deletions

View File

@ -18,6 +18,27 @@
], ],
"description": "Unique identifier for the application.", "description": "Unique identifier for the application.",
"required": [] "required": []
},
"tu_credit_report": {
"type": [
"object",
"null"
],
"description": "User Credit report",
"properties": {
"creditBureau": {
"type": "object",
"description": "Credit bureau details"
}
}
},
"creditBureau": {
"type": [
"object",
"null"
],
"description": "Credit bureau details",
"source": null
} }
}, },
"required": [] "required": []
@ -32,7 +53,7 @@
"height": 36 "height": 36
}, },
{ {
"id": "m9bpbbigt0prmfst3uc", "id": "mbv5bk0d7enxum9v24m",
"position": { "position": {
"x": 0, "x": 0,
"y": 150 "y": 150
@ -62,7 +83,7 @@
} }
}, },
"blockName": "m-1-v-1", "blockName": "m-1-v-1",
"commitId": "95034efa4ef773fa4cb937738d17946521bf4f05", "commitId": "f40b9e685fa13d836670db551ae4644af87863f2",
"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#",
@ -76,22 +97,15 @@
"description": "Unique identifier for the application.", "description": "Unique identifier for the application.",
"source": "$root.application_id" "source": "$root.application_id"
}, },
"tu_credit_report": { "creditBureau": {
"type": [ "type": [
"object", "object",
"null" "null"
], ],
"description": "User Credit report", "description": "Credit bureau details",
"properties": {
"creditBureau": {
"type": "object",
"description": "Credit bureau details"
}
},
"source": null "source": null
} }
}, }
"required": []
} }
}, },
"outputSchema": { "outputSchema": {
@ -99,20 +113,28 @@
"type": "object", "type": "object",
"properties": { "properties": {
"application_id": { "application_id": {
"type": [ "type": "string",
"string", "description": "Unique identifier for the application"
"null"
],
"description": "Application Key"
}, },
"hd_score_m1": { "prediction": {
"type": [ "type": "number",
"number", "description": "Model's predicted probability score"
"null" },
], "grade": {
"description": "HD Fraud Score M1" "type": "string",
"description": "HD Model Grade"
},
"reason_description": {
"type": "string",
"description": "Reason for the model decision"
} }
} },
"required": [
"application_id",
"prediction",
"grade",
"reason_description"
]
} }
}, },
"type": "transformerNode", "type": "transformerNode",
@ -128,9 +150,9 @@
], ],
"edges": [ "edges": [
{ {
"id": "c2w3wcw04fjyio9un4f=>m9bpbbigt0prmfst3uc", "id": "c2w3wcw04fjyio9un4f=>mbv5bk0d7enxum9v24m",
"source": "c2w3wcw04fjyio9un4f", "source": "c2w3wcw04fjyio9un4f",
"target": "m9bpbbigt0prmfst3uc", "target": "mbv5bk0d7enxum9v24m",
"type": "workflow" "type": "workflow"
} }
] ]

View File

@ -8,6 +8,27 @@
], ],
"description": "Unique identifier for the application.", "description": "Unique identifier for the application.",
"required": [] "required": []
},
"tu_credit_report": {
"type": [
"object",
"null"
],
"description": "User Credit report",
"properties": {
"creditBureau": {
"type": "object",
"description": "Credit bureau details"
}
}
},
"creditBureau": {
"type": [
"object",
"null"
],
"description": "Credit bureau details",
"source": null
} }
}, },
"required": [] "required": []