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