mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-25 18:38:55 +00:00
20 lines
305 B
JSON
20 lines
305 B
JSON
![]() |
{
|
||
|
"namespace": "io.codebrews.createuserrequest",
|
||
|
"type": "record",
|
||
|
"name": "CreateUserRequest",
|
||
|
"fields": [
|
||
|
{
|
||
|
"name": "email",
|
||
|
"type": "string"
|
||
|
},
|
||
|
{
|
||
|
"name": "firstName",
|
||
|
"type": "string"
|
||
|
},
|
||
|
{
|
||
|
"name": "lastName",
|
||
|
"type": "string"
|
||
|
}
|
||
|
]
|
||
|
}
|