Skip to content

Commit

Permalink
Merge pull request #39 from bcgov/4427-ops-35
Browse files Browse the repository at this point in the history
updated dat number in header
  • Loading branch information
kialj876 authored Aug 4, 2020
2 parents a2acfdb + d7540d1 commit 518d24e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/registry_schemas/schemas/filing.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@
"type": "string",
"title": "A dat number used for payment tracking purposes.",
"maxLength": 10,
"examples": ["C234567890"],
"pattern": "^[A-Z]{1}[0-9]{9}$"
"examples": ["C234567890", "C23456789", "C2345678"],
"pattern": "^[A-Z]{1}[0-9]{7,9}$"
},
"bcolAccountNumber": {
"type": "string",
Expand Down

0 comments on commit 518d24e

Please sign in to comment.