Skip to content

Commit

Permalink
add NPI format to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Nov 26, 2024
1 parent 9e1f929 commit 7dcffc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion followthemoney/schema/LegalEntity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ LegalEntity:
label: "NPI"
description: "National Provider Identifier"
type: identifier
maxLength: 32
format: npi
maxLength: 16
swiftBic:
label: "SWIFT/BIC"
description: "Bank identifier code"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"types-PyYAML",
"sqlalchemy2-stubs",
"banal >= 1.0.6, < 1.1.0",
"rigour >= 0.6.1, < 1.0.0",
"rigour >= 0.7.1, < 1.0.0",
"click >= 8.0, < 9.0.0",
"stringcase >= 1.2.0, < 2.0.0",
"requests >= 2.21.0, < 3.0.0",
Expand Down

0 comments on commit 7dcffc4

Please sign in to comment.