mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
30 lines
606 B
JSON
30 lines
606 B
JSON
{
|
|
"namespace": "org.test",
|
|
"type": "record",
|
|
"name": "deletes",
|
|
"doc": "",
|
|
"fields": [
|
|
{
|
|
"name": "abc",
|
|
"doc": "The ABC",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "db",
|
|
"doc": "TE DB Number",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "user_id",
|
|
"doc": "User ID",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "fields",
|
|
"type": {
|
|
"type": "array",
|
|
"items": "string"
|
|
}
|
|
}
|
|
]
|
|
}
|