Skip to content

Commit

Permalink
VFEP-60 create benefitsUpdate and remove chapter32 in non-production …
Browse files Browse the repository at this point in the history
…env. (#801)
  • Loading branch information
GcioNapoleon authored Sep 12, 2023
1 parent 23ec32c commit 0481ae0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dist/22-1995-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,16 @@
"chapter32"
]
},
"benefitUpdate": {
"type": "string",
"enum": [
"chapter33Post911",
"chapter33FryScholarship",
"chapter30",
"chapter1606",
"transferOfEntitlement"
]
},
"educationType": {
"$ref": "#/definitions/educationType"
},
Expand Down
4 changes: 4 additions & 0 deletions src/schemas/22-1995/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ const schema = {
'chapter32',
],
},
benefitUpdate: {
type: 'string',
enum: ['chapter33Post911', 'chapter33FryScholarship', 'chapter30', 'chapter1606', 'transferOfEntitlement'],
},
educationType: {
$ref: '#/definitions/educationType',
},
Expand Down

0 comments on commit 0481ae0

Please sign in to comment.