blob: a878631965a4834f3b84c13765e44f585f4b56fa [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": "timeMicros",
"type": {
"type": "long",
"logicalType": "timestamp-micros"
}
},
{
"name": "requestId",
"type": [
"null",
"string"
],
"default": null
}
]
}