Skip to content

Commit

Permalink
Merge pull request #144 from OpenBankingUK/feature/fix-regex
Browse files Browse the repository at this point in the history
[REFAPP-1368] fix regex
  • Loading branch information
diego-m-ob authored Sep 12, 2024
2 parents 5a23cb8 + 1282db4 commit 444b811
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions pkg/schema/spec/v4.0.0/confirmation-funds-openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,7 @@
"required": true,
"schema": {
"type": "string",
"maxLength": 40,
"pattern": "^(?!\\s)(.*)(\\S)$"
"maxLength": 40
}
},
"x-jws-signature": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1197,8 +1197,7 @@
"required": true,
"schema": {
"type": "string",
"maxLength": 40,
"pattern": "^(?!\\s)(.*)(\\S)$"
"maxLength": 40
}
},
"x-jws-signature": {
Expand Down

0 comments on commit 444b811

Please sign in to comment.