Skip to content

Commit

Permalink
#VYE-134 #comment removed streetAddress4 from VYE-ADRRESS-CHANGE schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimonVA committed Nov 29, 2023
1 parent e89a2b6 commit 0627443
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions dist/VYE-ADDRESS-CHANGE-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,11 +209,6 @@
"minLength": 1,
"maxLength": 20
},
"street4": {
"type": "string",
"minLength": 1,
"maxLength": 20
},
"city": {
"type": "string",
"minLength": 1,
Expand Down
5 changes: 0 additions & 5 deletions dist/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,11 +275,6 @@
"minLength": 1,
"maxLength": 20
},
"street4": {
"type": "string",
"minLength": 1,
"maxLength": 20
},
"city": {
"type": "string",
"minLength": 1,
Expand Down
5 changes: 0 additions & 5 deletions src/schemas/VYE-Address-Change/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ const schema = {
"minLength": 1,
"maxLength": 20
},
"street4": {
"type": "string",
"minLength": 1,
"maxLength": 20
},
"city": {
"type": "string",
"minLength": 1,
Expand Down

0 comments on commit 0627443

Please sign in to comment.