Skip to content

Commit

Permalink
Fix spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
acovrig committed Mar 26, 2024
1 parent e75d48b commit 793d3ff
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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 All @@ -25,7 +25,7 @@
"stateCode",
"zipCode"
],
"properties" : {
"properties": {
"addressLine1": {
"description": "Street address with number and name.",
"type": "string",
Expand Down Expand Up @@ -90,7 +90,7 @@
"type": "string", "pattern": "^[0-9]{1,14}$",
"example": "555-5555"
},
"phoneNumberExt": { "type": "string", "pattern": "^[a-zA-Z0-9]{1,10}$" }
"phoneNumberExt": { "type": "string", "pattern": "^[a-zA-Z0-9]{1,10}$" }
}
},
"email": {
Expand Down Expand Up @@ -120,7 +120,7 @@
"address": {
"type": "object",
"additionalProperties": false,
"properties" : {
"properties": {
"addressLine1": {
"description": "Street address with number and name. Required if claimant information provided.",
"type": "string",
Expand Down Expand Up @@ -172,7 +172,7 @@
"phoneNumber"
],
"properties": {
"countryCode": { "type": "string", "pattern": "^[0-9]+$" },
"countryCode": { "type": "string", "pattern": "^[0-9]+$" },
"areaCode": {
"description": "Area code of the phone number.",
"type": "string", "pattern": "^[2-9][0-9]{2}$",
Expand All @@ -183,7 +183,7 @@
"type": "string", "pattern": "^[0-9]{1,14}$",
"example": "555-5555"
},
"phoneNumberExt": { "type": "string", "pattern": "^[a-zA-Z0-9]{1,10}$" }
"phoneNumberExt": { "type": "string", "pattern": "^[a-zA-Z0-9]{1,10}$" }
}
},
"email": {
Expand Down

0 comments on commit 793d3ff

Please sign in to comment.