Skip to content

Commit

Permalink
constrain identifier lengths further
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Nov 26, 2024
1 parent 7dcffc4 commit 07069e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion followthemoney/schema/LegalEntity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ LegalEntity:
label: Phone
type: phone
description: "Phone number"
maxLength: 32
website:
label: Website
type: url
Expand Down Expand Up @@ -128,7 +129,7 @@ LegalEntity:
label: "DUNS"
description: "Data Universal Numbering System - Dun & Bradstreet identifier"
type: identifier
maxLength: 32
maxLength: 16
npiCode:
label: "NPI"
description: "National Provider Identifier"
Expand Down

0 comments on commit 07069e7

Please sign in to comment.