Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
frbattid committed Nov 7, 2024
1 parent 27ec124 commit 8d01440
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"null",
{ "name": "IDENTIFIER", "type": "record", "fields": [
{ "name": "TYPE", "type": "string", "doc": "Identifier type" },
{ "name": "ID", "type": { "type": string", "x-fp-data-protection": "pseudonymize" }, "doc": "Identifier" }
{ "name": "ID", "type": { "type": "string", "x-fp-data-protection": "pseudonymize" }, "doc": "Identifier" }
]}
], "doc": "User identifier" }
]
Expand Down
Empty file.

0 comments on commit 8d01440

Please sign in to comment.