From be4feabc0b7448db5774dace802204e904bd1120 Mon Sep 17 00:00:00 2001 From: Napoleon K <95312667+GcioNapoleon@users.noreply.github.com> Date: Wed, 13 Sep 2023 08:37:23 -0500 Subject: [PATCH] VFEP-813 Add educationTypeUpdate to 1995 schema. (#799) --- dist/22-1995-schema.json | 3 +++ src/schemas/22-1995/schema.js | 3 +++ 2 files changed, 6 insertions(+) diff --git a/dist/22-1995-schema.json b/dist/22-1995-schema.json index c888a6075..a97fac990 100644 --- a/dist/22-1995-schema.json +++ b/dist/22-1995-schema.json @@ -436,6 +436,9 @@ "educationType": { "$ref": "#/definitions/educationType" }, + "educationTypeUpdate": { + "$ref": "#/definitions/educationTypeUpdate" + }, "educationObjective": { "type": "string" }, diff --git a/src/schemas/22-1995/schema.js b/src/schemas/22-1995/schema.js index 96ea1b2ef..74c25d652 100644 --- a/src/schemas/22-1995/schema.js +++ b/src/schemas/22-1995/schema.js @@ -74,6 +74,9 @@ const schema = { educationType: { $ref: '#/definitions/educationType', }, + educationTypeUpdate: { + $ref: '#/definitions/educationTypeUpdate', + }, educationObjective: { type: 'string', },