Skip to content

Commit

Permalink
add a place in the schema for the mailing address title (#824)
Browse files Browse the repository at this point in the history
* add a place in the schema for the mailing address title

* increment package.json
  • Loading branch information
evansmith authored Jan 2, 2024
1 parent 6b17e39 commit 8d6ce88
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions dist/686C-674-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,10 @@
"addressSchema": {
"type": "object",
"properties": {
"view:editMailingAddressSubheader": {
"type": "object",
"properties": {}
},
"view:livesOnMilitaryBase": {
"$ref": "#/definitions/genericTrueFalse"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vets-json-schema",
"version": "20.33.5",
"version": "20.33.6",
"repository": {
"type": "git",
"url": "git+https://github.com/department-of-veterans-affairs/vets-json-schema.git"
Expand Down
4 changes: 4 additions & 0 deletions src/schemas/686c-674/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ const schema = {
addressSchema: {
type: 'object',
properties: {
'view:editMailingAddressSubheader': {
type: 'object',
properties: {},
},
'view:livesOnMilitaryBase': {
$ref: '#/definitions/genericTrueFalse',
},
Expand Down

0 comments on commit 8d6ce88

Please sign in to comment.