Skip to content

Commit

Permalink
Put in max length for folio number, filing identifier. (#1051)
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 authored Dec 14, 2022
1 parent 58ede9b commit 3d6ec85
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pay-api/src/pay_api/schemas/schemas/filing_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@
"filingIdentifier": {
"$id": "#/properties/filingIdentifier",
"type": "string",
"title": "Filing identifier from the filing system"
"title": "Filing identifier from the filing system",
"maxLength": 50
},
"folioNumber": {
"$id": "#/properties/folioNumber",
"type": "string",
"title": "Folio Number"
"title": "Folio Number",
"maxLength": 50
},
"date": {
"$id": "#/properties/date",
Expand All @@ -39,4 +41,4 @@
}
}
}
}
}

0 comments on commit 3d6ec85

Please sign in to comment.