Skip to content

Commit

Permalink
[10-10EZ] Remove SIGI from 10-10EZ (#972)
Browse files Browse the repository at this point in the history
* remove sigi for 1010ez

* update version
  • Loading branch information
coope93 authored Feb 11, 2025
1 parent 75b0a0d commit bdd9c4e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
12 changes: 0 additions & 12 deletions dist/10-10EZ-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,18 +88,6 @@
"M"
]
},
"sigiGenders": {
"type": "string",
"enum": [
"NB",
"M",
"F",
"TM",
"TF",
"O",
"NA"
]
},
"cityOfBirth": {
"type": "string",
"minLength": 2,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vets-json-schema",
"version": "24.7.4",
"version": "24.7.5",
"license": "CC0-1.0",
"repository": {
"type": "git",
Expand Down
1 change: 0 additions & 1 deletion src/schemas/10-10EZ/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ const schema = {
type: 'string',
enum: constants.genders.map(option => option.value),
},
sigiGenders: definitions.sigiGenders,
cityOfBirth: {
type: 'string',
minLength: 2,
Expand Down

0 comments on commit bdd9c4e

Please sign in to comment.