From f40b9e685fa13d836670db551ae4644af87863f2 Mon Sep 17 00:00:00 2001 From: Admin User Date: Fri, 13 Jun 2025 18:29:24 +0000 Subject: [PATCH] Series M v1 model --- request_schema.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/request_schema.json b/request_schema.json index 52aa1ec..78ae41b 100644 --- a/request_schema.json +++ b/request_schema.json @@ -6,12 +6,9 @@ "type": ["string", "null"], "description": "Unique identifier for the application." }, - "evtg04": { + "creditBureau": { "type": ["object", "null"], - "description": "VantageScore 4.0" + "description": "Credit bureau details" } - }, - "required": [ - "application_id" - ] + } }