From e75d48b881ec8c185dd1b37d59563cbb08d1fcc5 Mon Sep 17 00:00:00 2001 From: Austin Covrig Date: Tue, 26 Mar 2024 12:06:56 -0400 Subject: [PATCH] Remove first/last name from 2122 schema --- .../swagger/claims_api/v2/dev/swagger.json | 20 ------------------- .../claims_api/config/schemas/v2/2122.json | 12 +---------- 2 files changed, 1 insertion(+), 31 deletions(-) diff --git a/modules/claims_api/app/swagger/claims_api/v2/dev/swagger.json b/modules/claims_api/app/swagger/claims_api/v2/dev/swagger.json index a9886ba1498..8c5627af913 100644 --- a/modules/claims_api/app/swagger/claims_api/v2/dev/swagger.json +++ b/modules/claims_api/app/swagger/claims_api/v2/dev/swagger.json @@ -9841,16 +9841,6 @@ "type": "string", "example": "12345" }, - "firstName": { - "description": "First Name of the representative.", - "type": "string", - "example": "John" - }, - "lastName": { - "description": "Last Name of the representative", - "type": "string", - "example": "Doe" - }, "jobTitle": { "description": "Job title of the representative.", "type": "string", @@ -11169,16 +11159,6 @@ "type": "string", "example": "12345" }, - "firstName": { - "description": "First Name of the representative.", - "type": "string", - "example": "John" - }, - "lastName": { - "description": "Last Name of the representative", - "type": "string", - "example": "Doe" - }, "jobTitle": { "description": "Job title of the representative.", "type": "string", diff --git a/modules/claims_api/config/schemas/v2/2122.json b/modules/claims_api/config/schemas/v2/2122.json index 57187dfef8d..a4e4457a499 100644 --- a/modules/claims_api/config/schemas/v2/2122.json +++ b/modules/claims_api/config/schemas/v2/2122.json @@ -8,7 +8,7 @@ "serviceOrganization" ], "properties": { - "veteran": { + "veteran": { "type": "object", "additionalProperties": false, "required": [ @@ -224,16 +224,6 @@ "type": "string", "example": "12345" }, - "firstName": { - "description": "First Name of the representative.", - "type": "string", - "example": "John" - }, - "lastName": { - "description": "Last Name of the representative", - "type": "string", - "example": "Doe" - }, "jobTitle": { "description": "Job title of the representative.", "type": "string",