From 0e092448c80ef2c73174a5d5b000d077ca27b93b Mon Sep 17 00:00:00 2001 From: Admin User Date: Thu, 10 Apr 2025 18:39:13 +0000 Subject: [PATCH] Update README.md --- flows.json | 38 +++++++++++++++++++++++++------------- request_schema.json | 10 ++++++++-- 2 files changed, 33 insertions(+), 15 deletions(-) diff --git a/flows.json b/flows.json index 70012f3..c5b8ad6 100644 --- a/flows.json +++ b/flows.json @@ -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" } ] diff --git a/request_schema.json b/request_schema.json index 6755f59..e78a59e 100644 --- a/request_schema.json +++ b/request_schema.json @@ -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": []