From 793d3ffb85e81eb5f1fd9126f7fe9b2372d02090 Mon Sep 17 00:00:00 2001 From: Austin Covrig Date: Tue, 26 Mar 2024 16:17:20 -0400 Subject: [PATCH] Fix spaces --- modules/claims_api/config/schemas/v2/2122.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/claims_api/config/schemas/v2/2122.json b/modules/claims_api/config/schemas/v2/2122.json index a4e4457a499..9a6a731a5d5 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": [ @@ -25,7 +25,7 @@ "stateCode", "zipCode" ], - "properties" : { + "properties": { "addressLine1": { "description": "Street address with number and name.", "type": "string", @@ -90,7 +90,7 @@ "type": "string", "pattern": "^[0-9]{1,14}$", "example": "555-5555" }, - "phoneNumberExt": { "type": "string", "pattern": "^[a-zA-Z0-9]{1,10}$" } + "phoneNumberExt": { "type": "string", "pattern": "^[a-zA-Z0-9]{1,10}$" } } }, "email": { @@ -120,7 +120,7 @@ "address": { "type": "object", "additionalProperties": false, - "properties" : { + "properties": { "addressLine1": { "description": "Street address with number and name. Required if claimant information provided.", "type": "string", @@ -172,7 +172,7 @@ "phoneNumber" ], "properties": { - "countryCode": { "type": "string", "pattern": "^[0-9]+$" }, + "countryCode": { "type": "string", "pattern": "^[0-9]+$" }, "areaCode": { "description": "Area code of the phone number.", "type": "string", "pattern": "^[2-9][0-9]{2}$", @@ -183,7 +183,7 @@ "type": "string", "pattern": "^[0-9]{1,14}$", "example": "555-5555" }, - "phoneNumberExt": { "type": "string", "pattern": "^[a-zA-Z0-9]{1,10}$" } + "phoneNumberExt": { "type": "string", "pattern": "^[a-zA-Z0-9]{1,10}$" } } }, "email": {