mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-08 17:53:11 +00:00

Co-authored-by: Daniel Messias <danielcmessias@gmail.com> Co-authored-by: Deepankarkr <deepankar.kumar@gslab.com> Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
25 lines
444 B
JSON
25 lines
444 B
JSON
{
|
|
"namespace": "io.codebrews.createuserrequest",
|
|
"type": "record",
|
|
"name": "CreateUserRequest",
|
|
"doc": "Value schema for kafka topic",
|
|
"tags": ["PII"],
|
|
"fields": [
|
|
{
|
|
"name": "email",
|
|
"type": "string",
|
|
"tags": ["Email"]
|
|
},
|
|
{
|
|
"name": "firstName",
|
|
"type": "string",
|
|
"tags": ["Name"]
|
|
},
|
|
{
|
|
"name": "lastName",
|
|
"type": "string",
|
|
"tags": ["Name"]
|
|
}
|
|
]
|
|
}
|