Skip to content

Commit

Permalink
Allow signature date
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiWilkin committed Dec 2, 2024
1 parent 1cc39d1 commit d72e922
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/21P-527EZ-KITCHEN_SINK-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1200,6 +1200,9 @@
"statementOfTruthSignature": {
"type": "string"
},
"signatureDate": {
"type": "string"
},
"veteranFullName": {
"$ref": "#/definitions/benefitsIntakeFullName"
},
Expand Down
3 changes: 3 additions & 0 deletions dist/21P-527EZ-OVERFLOW-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1200,6 +1200,9 @@
"statementOfTruthSignature": {
"type": "string"
},
"signatureDate": {
"type": "string"
},
"veteranFullName": {
"$ref": "#/definitions/benefitsIntakeFullName"
},
Expand Down
3 changes: 3 additions & 0 deletions dist/21P-527EZ-SIMPLE-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1200,6 +1200,9 @@
"statementOfTruthSignature": {
"type": "string"
},
"signatureDate": {
"type": "string"
},
"veteranFullName": {
"$ref": "#/definitions/benefitsIntakeFullName"
},
Expand Down
3 changes: 3 additions & 0 deletions dist/21P-527EZ-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1200,6 +1200,9 @@
"statementOfTruthSignature": {
"type": "string"
},
"signatureDate": {
"type": "string"
},
"veteranFullName": {
"$ref": "#/definitions/benefitsIntakeFullName"
},
Expand Down
3 changes: 3 additions & 0 deletions src/schemas/21P-527EZ/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,9 @@ const schema = {
statementOfTruthSignature: {
type: 'string',
},
signatureDate: {
type: 'string',
},
},
required: ['veteranFullName', 'veteranAddress', 'statementOfTruthCertified', 'statementOfTruthSignature'],
};
Expand Down

0 comments on commit d72e922

Please sign in to comment.