Skip to content

Commit

Permalink
Fixed Schema for Identification and UserAccount, as described in #952
Browse files Browse the repository at this point in the history
  • Loading branch information
yharahuts authored and pudo committed Jan 4, 2023
1 parent 1f709be commit 6433507
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion followthemoney/schema/Identification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Identification:
label: "Country"
type: country
number:
label: "Passport number"
label: "Document number"
type: identifier
authority:
label: "Authority"
3 changes: 3 additions & 0 deletions followthemoney/schema/UserAccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ UserAccount:
password:
label: "Password"
type: string
ipAddress:
label: "IP address"
type: ip

0 comments on commit 6433507

Please sign in to comment.