diff --git a/dist/686C-674-schema.json b/dist/686C-674-schema.json index a777660bb..22237f1ba 100644 --- a/dist/686C-674-schema.json +++ b/dist/686C-674-schema.json @@ -689,6 +689,10 @@ "addressSchema": { "type": "object", "properties": { + "view:editMailingAddressSubheader": { + "type": "object", + "properties": {} + }, "view:livesOnMilitaryBase": { "$ref": "#/definitions/genericTrueFalse" }, diff --git a/package.json b/package.json index 4a11995f3..930cabf2c 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/src/schemas/686c-674/schema.js b/src/schemas/686c-674/schema.js index dbb0749a7..b0e82224b 100644 --- a/src/schemas/686c-674/schema.js +++ b/src/schemas/686c-674/schema.js @@ -74,6 +74,10 @@ const schema = { addressSchema: { type: 'object', properties: { + 'view:editMailingAddressSubheader': { + type: 'object', + properties: {}, + }, 'view:livesOnMilitaryBase': { $ref: '#/definitions/genericTrueFalse', },