mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
19 lines
354 B
JSON
19 lines
354 B
JSON
{
|
|
"namespace": "org.test",
|
|
"type": "record",
|
|
"name": "deletes",
|
|
"doc": "",
|
|
"fields": [
|
|
{
|
|
"name": "pk",
|
|
"type": "long"
|
|
},
|
|
{
|
|
"name": "fields",
|
|
"type": {
|
|
"type": "array",
|
|
"items": "string"
|
|
}
|
|
}
|
|
]
|
|
}
|