From 932f5419f1c143e712d2d8676e97027f04e50e62 Mon Sep 17 00:00:00 2001 From: Brandon Cooper Date: Fri, 7 Feb 2025 10:41:38 -0500 Subject: [PATCH 1/2] remove sigi for 1010ez --- dist/10-10EZ-schema.json | 12 ------------ src/schemas/10-10EZ/schema.js | 1 - 2 files changed, 13 deletions(-) diff --git a/dist/10-10EZ-schema.json b/dist/10-10EZ-schema.json index 32a28cf7..ea78eae4 100644 --- a/dist/10-10EZ-schema.json +++ b/dist/10-10EZ-schema.json @@ -88,18 +88,6 @@ "M" ] }, - "sigiGenders": { - "type": "string", - "enum": [ - "NB", - "M", - "F", - "TM", - "TF", - "O", - "NA" - ] - }, "cityOfBirth": { "type": "string", "minLength": 2, diff --git a/src/schemas/10-10EZ/schema.js b/src/schemas/10-10EZ/schema.js index d91d17bf..f3f1eae1 100644 --- a/src/schemas/10-10EZ/schema.js +++ b/src/schemas/10-10EZ/schema.js @@ -32,7 +32,6 @@ const schema = { type: 'string', enum: constants.genders.map(option => option.value), }, - sigiGenders: definitions.sigiGenders, cityOfBirth: { type: 'string', minLength: 2, From 5fd94b99f0ec5c37db3fc43eb4eae9bce0e9740f Mon Sep 17 00:00:00 2001 From: Brandon Cooper Date: Mon, 10 Feb 2025 11:09:21 -0500 Subject: [PATCH 2/2] update version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bbf272cb..4b2c78e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vets-json-schema", - "version": "24.7.4", + "version": "24.7.5", "license": "CC0-1.0", "repository": { "type": "git",