Skip to content

Commit

Permalink
Add max length to middle name (#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToddWebDev authored Oct 11, 2024
1 parent 6932eff commit de3562f
Show file tree
Hide file tree
Showing 40 changed files with 97 additions and 50 deletions.
3 changes: 2 additions & 1 deletion dist/21-0538-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"maxLength": 30
},
"middle": {
"type": "string"
"type": "string",
"maxLength": 30
},
"last": {
"type": "string",
Expand Down
6 changes: 4 additions & 2 deletions dist/21-22-AND-21-22A-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@
"maxLength": 30
},
"middle": {
"type": "string"
"type": "string",
"maxLength": 30
},
"last": {
"type": "string",
Expand Down Expand Up @@ -275,7 +276,8 @@
"maxLength": 30
},
"middle": {
"type": "string"
"type": "string",
"maxLength": 30
},
"last": {
"type": "string",
Expand Down
6 changes: 4 additions & 2 deletions dist/21-4142-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@
"maxLength": 30
},
"middle": {
"type": "string"
"type": "string",
"maxLength": 30
},
"last": {
"type": "string",
Expand Down Expand Up @@ -266,7 +267,8 @@
"maxLength": 30
},
"middle": {
"type": "string"
"type": "string",
"maxLength": 30
},
"last": {
"type": "string",
Expand Down
3 changes: 2 additions & 1 deletion dist/21-526EZ-ALLCLAIMS-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"maxLength": 30
},
"middle": {
"type": "string"
"type": "string",
"maxLength": 30
},
"last": {
"type": "string",
Expand Down
4 changes: 2 additions & 2 deletions dist/21-686C-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"middle": {
"type": "string",
"pattern": "^(?!\\s)(?!.*?\\s{2,})[^<>%$#@!^&*0-9]+$",
"maxLength": 20
"maxLength": 20,
"pattern": "^(?!\\s)(?!.*?\\s{2,})[^<>%$#@!^&*0-9]+$"
},
"last": {
"type": "string",
Expand Down
3 changes: 2 additions & 1 deletion dist/21P-0969-KITCHEN_SINK-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,8 @@
"maxLength": 30
},
"middle": {
"type": "string"
"type": "string",
"maxLength": 30
},
"last": {
"type": "string",
Expand Down
3 changes: 2 additions & 1 deletion dist/21P-0969-OVERFLOW-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,8 @@
"maxLength": 30
},
"middle": {
"type": "string"
"type": "string",
"maxLength": 30
},
"last": {
"type": "string",
Expand Down
3 changes: 2 additions & 1 deletion dist/21P-0969-SIMPLE-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,8 @@
"maxLength": 30
},
"middle": {
"type": "string"
"type": "string",
"maxLength": 30
},
"last": {
"type": "string",
Expand Down
3 changes: 2 additions & 1 deletion dist/21P-0969-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,8 @@
"maxLength": 30
},
"middle": {
"type": "string"
"type": "string",
"maxLength": 30
},
"last": {
"type": "string",
Expand Down
6 changes: 4 additions & 2 deletions dist/21P-527EZ-KITCHEN_SINK-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@
"maxLength": 30
},
"middle": {
"type": "string"
"type": "string",
"maxLength": 30
},
"last": {
"type": "string",
Expand Down Expand Up @@ -275,7 +276,8 @@
"maxLength": 30
},
"middle": {
"type": "string"
"type": "string",
"maxLength": 30
},
"last": {
"type": "string",
Expand Down
6 changes: 4 additions & 2 deletions dist/21P-527EZ-OVERFLOW-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@
"maxLength": 30
},
"middle": {
"type": "string"
"type": "string",
"maxLength": 30
},
"last": {
"type": "string",
Expand Down Expand Up @@ -275,7 +276,8 @@
"maxLength": 30
},
"middle": {
"type": "string"
"type": "string",
"maxLength": 30
},
"last": {
"type": "string",
Expand Down
6 changes: 4 additions & 2 deletions dist/21P-527EZ-SIMPLE-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@
"maxLength": 30
},
"middle": {
"type": "string"
"type": "string",
"maxLength": 30
},
"last": {
"type": "string",
Expand Down Expand Up @@ -275,7 +276,8 @@
"maxLength": 30
},
"middle": {
"type": "string"
"type": "string",
"maxLength": 30
},
"last": {
"type": "string",
Expand Down
6 changes: 4 additions & 2 deletions dist/21P-527EZ-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@
"maxLength": 30
},
"middle": {
"type": "string"
"type": "string",
"maxLength": 30
},
"last": {
"type": "string",
Expand Down Expand Up @@ -275,7 +276,8 @@
"maxLength": 30
},
"middle": {
"type": "string"
"type": "string",
"maxLength": 30
},
"last": {
"type": "string",
Expand Down
6 changes: 4 additions & 2 deletions dist/21P-530V2-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,8 @@
"maxLength": 30
},
"middle": {
"type": "string"
"type": "string",
"maxLength": 30
},
"last": {
"type": "string",
Expand Down Expand Up @@ -737,7 +738,8 @@
"maxLength": 30
},
"middle": {
"type": "string"
"type": "string",
"maxLength": 30
},
"last": {
"type": "string",
Expand Down
3 changes: 2 additions & 1 deletion dist/22-0993-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"maxLength": 30
},
"middle": {
"type": "string"
"type": "string",
"maxLength": 30
},
"last": {
"type": "string",
Expand Down
3 changes: 2 additions & 1 deletion dist/22-0994-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"pattern": "^.*\\S.*"
},
"middle": {
"type": "string"
"type": "string",
"maxLength": 30
},
"last": {
"type": "string",
Expand Down
3 changes: 2 additions & 1 deletion dist/22-10203-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@
"maxLength": 30
},
"middle": {
"type": "string"
"type": "string",
"maxLength": 30
},
"last": {
"type": "string",
Expand Down
3 changes: 2 additions & 1 deletion dist/22-10282-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"maxLength": 30
},
"middle": {
"type": "string"
"type": "string",
"maxLength": 30
},
"last": {
"type": "string",
Expand Down
3 changes: 2 additions & 1 deletion dist/22-1990-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@
"maxLength": 30
},
"middle": {
"type": "string"
"type": "string",
"maxLength": 30
},
"last": {
"type": "string",
Expand Down
3 changes: 2 additions & 1 deletion dist/22-1990E-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"maxLength": 30
},
"middle": {
"type": "string"
"type": "string",
"maxLength": 30
},
"last": {
"type": "string",
Expand Down
3 changes: 2 additions & 1 deletion dist/22-1990EMEB-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@
"maxLength": 30
},
"middle": {
"type": "string"
"type": "string",
"maxLength": 30
},
"last": {
"type": "string",
Expand Down
3 changes: 2 additions & 1 deletion dist/22-1990EZ-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@
"maxLength": 30
},
"middle": {
"type": "string"
"type": "string",
"maxLength": 30
},
"last": {
"type": "string",
Expand Down
3 changes: 2 additions & 1 deletion dist/22-1990N-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"maxLength": 30
},
"middle": {
"type": "string"
"type": "string",
"maxLength": 30
},
"last": {
"type": "string",
Expand Down
3 changes: 2 additions & 1 deletion dist/22-1995-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"maxLength": 30
},
"middle": {
"type": "string"
"type": "string",
"maxLength": 30
},
"last": {
"type": "string",
Expand Down
3 changes: 2 additions & 1 deletion dist/22-5490-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,8 @@
"maxLength": 30
},
"middle": {
"type": "string"
"type": "string",
"maxLength": 30
},
"last": {
"type": "string",
Expand Down
3 changes: 2 additions & 1 deletion dist/22-5490E-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@
"maxLength": 30
},
"middle": {
"type": "string"
"type": "string",
"maxLength": 30
},
"last": {
"type": "string",
Expand Down
3 changes: 2 additions & 1 deletion dist/22-5495-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"maxLength": 30
},
"middle": {
"type": "string"
"type": "string",
"maxLength": 30
},
"last": {
"type": "string",
Expand Down
3 changes: 2 additions & 1 deletion dist/24-0296-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"maxLength": 30
},
"middle": {
"type": "string"
"type": "string",
"maxLength": 30
},
"last": {
"type": "string",
Expand Down
3 changes: 2 additions & 1 deletion dist/26-1880-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"maxLength": 30
},
"middle": {
"type": "string"
"type": "string",
"maxLength": 30
},
"last": {
"type": "string",
Expand Down
3 changes: 2 additions & 1 deletion dist/26-4555-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,8 @@
"maxLength": 30
},
"middle": {
"type": "string"
"type": "string",
"maxLength": 30
},
"last": {
"type": "string",
Expand Down
3 changes: 2 additions & 1 deletion dist/28-1900-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"maxLength": 30
},
"middle": {
"type": "string"
"type": "string",
"maxLength": 30
},
"last": {
"type": "string",
Expand Down
Loading

0 comments on commit de3562f

Please sign in to comment.