Skip to content

Commit

Permalink
Ran rswag - add insuranceNumber to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
acovrig committed Apr 8, 2024
1 parent 6ca013f commit 06f9360
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions modules/claims_api/app/swagger/claims_api/v2/dev/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -9708,6 +9708,11 @@
"type": "string",
"pattern": "^\\d{9}?$",
"example": "123456789"
},
"insuranceNumber": {
"type": "string",
"maxLength": 60,
"description": "Veteran's insurance number, if applicable. Include letter prefix."
}
}
},
Expand Down Expand Up @@ -11017,6 +11022,11 @@
"type": "string",
"pattern": "^\\d{9}?$",
"example": "123456789"
},
"insuranceNumber": {
"type": "string",
"maxLength": 60,
"description": "Veteran's insurance number, if applicable. Include letter prefix."
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9708,6 +9708,11 @@
"type": "string",
"pattern": "^\\d{9}?$",
"example": "123456789"
},
"insuranceNumber": {
"type": "string",
"maxLength": 60,
"description": "Veteran's insurance number, if applicable. Include letter prefix."
}
}
},
Expand Down Expand Up @@ -11017,6 +11022,11 @@
"type": "string",
"pattern": "^\\d{9}?$",
"example": "123456789"
},
"insuranceNumber": {
"type": "string",
"maxLength": 60,
"description": "Veteran's insurance number, if applicable. Include letter prefix."
}
}
},
Expand Down

0 comments on commit 06f9360

Please sign in to comment.