From 0627443e265e60429785d9c015c400931738c4d9 Mon Sep 17 00:00:00 2001 From: Jarred Simon Date: Wed, 29 Nov 2023 11:14:58 -0600 Subject: [PATCH] #VYE-134 #comment removed streetAddress4 from VYE-ADRRESS-CHANGE schema --- dist/VYE-ADDRESS-CHANGE-schema.json | 5 ----- dist/definitions.json | 5 ----- src/schemas/VYE-Address-Change/schema.js | 5 ----- 3 files changed, 15 deletions(-) diff --git a/dist/VYE-ADDRESS-CHANGE-schema.json b/dist/VYE-ADDRESS-CHANGE-schema.json index 4fad6cdb1..ae528aa6e 100644 --- a/dist/VYE-ADDRESS-CHANGE-schema.json +++ b/dist/VYE-ADDRESS-CHANGE-schema.json @@ -209,11 +209,6 @@ "minLength": 1, "maxLength": 20 }, - "street4": { - "type": "string", - "minLength": 1, - "maxLength": 20 - }, "city": { "type": "string", "minLength": 1, diff --git a/dist/definitions.json b/dist/definitions.json index 97be336cb..cbfe342bd 100644 --- a/dist/definitions.json +++ b/dist/definitions.json @@ -275,11 +275,6 @@ "minLength": 1, "maxLength": 20 }, - "street4": { - "type": "string", - "minLength": 1, - "maxLength": 20 - }, "city": { "type": "string", "minLength": 1, diff --git a/src/schemas/VYE-Address-Change/schema.js b/src/schemas/VYE-Address-Change/schema.js index 90019cb70..226a13a4a 100644 --- a/src/schemas/VYE-Address-Change/schema.js +++ b/src/schemas/VYE-Address-Change/schema.js @@ -25,11 +25,6 @@ const schema = { "minLength": 1, "maxLength": 20 }, - "street4": { - "type": "string", - "minLength": 1, - "maxLength": 20 - }, "city": { "type": "string", "minLength": 1,