From baa9211b23b8a4a79b012d5ba5a4d746608676cd Mon Sep 17 00:00:00 2001 From: Admin User Date: Fri, 13 Jun 2025 18:17:13 +0000 Subject: [PATCH] Update README.md --- flows.json | 121 +++----------------------------------------- request_schema.json | 16 +----- 2 files changed, 8 insertions(+), 129 deletions(-) diff --git a/flows.json b/flows.json index c5b8ad6..5542173 100644 --- a/flows.json +++ b/flows.json @@ -16,20 +16,8 @@ "string", "null" ], - "description": "Unique identifier for the application." - }, - "tu_credit_report": { - "type": [ - "object", - "null" - ], - "description": "User Credit report", - "properties": { - "creditBureau": { - "type": "object", - "description": "Credit bureau details" - } - } + "description": "Unique identifier for the application.", + "required": [] } }, "required": [] @@ -74,7 +62,7 @@ } }, "blockName": "m-1-v-1", - "commitId": "e2c2560e0a3ab5b221932cf0140698d80aaff901", + "commitId": "95034efa4ef773fa4cb937738d17946521bf4f05", "repo_url": "http://centurion-version-control.default.svc.cluster.local:3000/Centurion/blocks-transformer.git", "schema": { "$schema": "http://json-schema.org/draft-07/schema#", @@ -133,100 +121,9 @@ "y": 150 }, "width": 260, - "height": 79 - }, - { - "id": "m9bpbij9xjw2w4mka2", - "position": { - "x": 0, - "y": 300 - }, - "data": { - "label": "+", - "nodeConfig": { - "activityConfig": { - "retryPolicy": { - "maximumAttempts": 1, - "initialInterval": 1000, - "backoffCoefficient": 2, - "maximumInterval": 100000 - }, - "timeouts": { - "startToCloseTimeout": 10000, - "scheduleToStartTimeout": 10000, - "scheduleToCloseTimeout": 10000, - "heartbeatTimeout": 86 - }, - "taskQueue": { - "taskQueueName": "" - }, - "advancedSettings": { - "cancellationType": "TRY_CANCEL", - "heartbeatEnabled": false - } - }, - "blockName": "final-score", - "commitId": "9981cb247a5ddedeceaf59b2f25becd804de3b29", - "repo_url": "http://centurion-version-control.default.svc.cluster.local:3000/Centurion/blocks-transformer.git", - "schema": { - "$schema": "http://json-schema.org/draft-07/schema#", - "type": "object", - "properties": { - "hd_score_m1": { - "type": [ - "number", - "null" - ], - "description": "HD Fraud Score M1 value.", - "source": "$m9bpbbigt0prmfst3uc.hd_score_m1" - } - }, - "required": [] - } - }, - "outputSchema": { - "$schema": "http://json-schema.org/draft-07/schema#", - "type": "object", - "properties": { - "hd_score_m1": { - "type": [ - "number", - "null" - ], - "description": "HD Fraud Score M1" - }, - "recommended_action": { - "type": [ - "string", - "null" - ], - "description": "Outcome of the score check (Pass or Decline)" - }, - "description": { - "type": [ - "string", - "null" - ], - "description": "Explanation or summary of the recommended action" - }, - "hd_action_reasoncode": { - "type": [ - "string", - "null" - ], - "description": "Reason code describing why the recommended action was chosen" - } - }, - "required": [] - } - }, - "type": "transformerNode", - "positionAbsolute": { - "x": 0, - "y": 300 - }, - "width": 260, - "height": 79 + "height": 79, + "selected": false, + "dragging": false } ], "edges": [ @@ -235,12 +132,6 @@ "source": "c2w3wcw04fjyio9un4f", "target": "m9bpbbigt0prmfst3uc", "type": "workflow" - }, - { - "id": "m9bpbbigt0prmfst3uc=>m9bpbij9xjw2w4mka2", - "source": "m9bpbbigt0prmfst3uc", - "target": "m9bpbij9xjw2w4mka2", - "type": "workflow" } ] } \ No newline at end of file diff --git a/request_schema.json b/request_schema.json index e78a59e..193faf3 100644 --- a/request_schema.json +++ b/request_schema.json @@ -6,20 +6,8 @@ "string", "null" ], - "description": "Unique identifier for the application." - }, - "tu_credit_report": { - "type": [ - "object", - "null" - ], - "description": "User Credit report", - "properties": { - "creditBureau": { - "type": "object", - "description": "Credit bureau details" - } - } + "description": "Unique identifier for the application.", + "required": [] } }, "required": []