From 778143dfa278f18e257d0ec6634171d881e3bcac Mon Sep 17 00:00:00 2001 From: wafimohamed <158514667+wafimohamed@users.noreply.github.com> Date: Fri, 27 Sep 2024 15:47:00 -0400 Subject: [PATCH] added more field for orginRace (#938) --- dist/22-10282-schema.json | 2 ++ package.json | 2 +- src/schemas/22-10282/schema.js | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dist/22-10282-schema.json b/dist/22-10282-schema.json index 0c11a031..f617ef10 100644 --- a/dist/22-10282-schema.json +++ b/dist/22-10282-schema.json @@ -420,6 +420,8 @@ "Black or African American", "Native Hawaiian or Other Pacific Islander", "White", + "Middle Eastern or North African", + "Other", "Prefer not to answer" ] }, diff --git a/package.json b/package.json index 5a440148..5808ee75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vets-json-schema", - "version": "24.3.0", + "version": "24.3.1", "license": "CC0-1.0", "repository": { "type": "git", diff --git a/src/schemas/22-10282/schema.js b/src/schemas/22-10282/schema.js index 0655a218..463d9f54 100644 --- a/src/schemas/22-10282/schema.js +++ b/src/schemas/22-10282/schema.js @@ -74,6 +74,8 @@ const schema = { 'Black or African American', 'Native Hawaiian or Other Pacific Islander', 'White', + 'Middle Eastern or North African', + 'Other', 'Prefer not to answer', ], },