Skip to content

Commit

Permalink
VFEP-813 Add educationTypeUpdate to 1995 schema. (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
GcioNapoleon authored Sep 13, 2023
1 parent 0481ae0 commit be4feab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/22-1995-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,9 @@
"educationType": {
"$ref": "#/definitions/educationType"
},
"educationTypeUpdate": {
"$ref": "#/definitions/educationTypeUpdate"
},
"educationObjective": {
"type": "string"
},
Expand Down
3 changes: 3 additions & 0 deletions src/schemas/22-1995/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ const schema = {
educationType: {
$ref: '#/definitions/educationType',
},
educationTypeUpdate: {
$ref: '#/definitions/educationTypeUpdate',
},
educationObjective: {
type: 'string',
},
Expand Down

0 comments on commit be4feab

Please sign in to comment.