blob: 7a0511144851fa28fd2caabf6f6adad37748522b [file] [log] [blame]
{
"namespace": "schema.common",
"type": "record",
"name": "Action",
"fields": [
{
"name": "name",
"type": "string"
},
{
"name": "uuid",
"type": "string"
},
{
"name": "time",
"type": {
"type": "long",
"logicalType": "timestamp-millis"
}
},
{
"name": "requestId",
"type": [
"null",
"string"
],
"default": null
}
]
}