Skip to content

Commit

Permalink
Remove first/last name from 2122 schema
Browse files Browse the repository at this point in the history
  • Loading branch information
acovrig committed Mar 26, 2024
1 parent d2411fe commit e75d48b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
20 changes: 0 additions & 20 deletions modules/claims_api/app/swagger/claims_api/v2/dev/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -9841,16 +9841,6 @@
"type": "string",
"example": "12345"
},
"firstName": {
"description": "First Name of the representative.",
"type": "string",
"example": "John"
},
"lastName": {
"description": "Last Name of the representative",
"type": "string",
"example": "Doe"
},
"jobTitle": {
"description": "Job title of the representative.",
"type": "string",
Expand Down Expand Up @@ -11169,16 +11159,6 @@
"type": "string",
"example": "12345"
},
"firstName": {
"description": "First Name of the representative.",
"type": "string",
"example": "John"
},
"lastName": {
"description": "Last Name of the representative",
"type": "string",
"example": "Doe"
},
"jobTitle": {
"description": "Job title of the representative.",
"type": "string",
Expand Down
12 changes: 1 addition & 11 deletions modules/claims_api/config/schemas/v2/2122.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"serviceOrganization"
],
"properties": {
"veteran": {
"veteran": {
"type": "object",
"additionalProperties": false,
"required": [
Expand Down Expand Up @@ -224,16 +224,6 @@
"type": "string",
"example": "12345"
},
"firstName": {
"description": "First Name of the representative.",
"type": "string",
"example": "John"
},
"lastName": {
"description": "Last Name of the representative",
"type": "string",
"example": "Doe"
},
"jobTitle": {
"description": "Job title of the representative.",
"type": "string",
Expand Down

0 comments on commit e75d48b

Please sign in to comment.