mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-11 07:11:02 +00:00
12 lines
342 B
JSON
12 lines
342 B
JSON
{
|
|
"namespace": "org.test",
|
|
"type": "record",
|
|
"name": "alltypes_delete_fields",
|
|
"delete": "fields",
|
|
"fields": [
|
|
{"name": "pk0", "type": "string"},
|
|
{"name": "pk1", "type": "string"},
|
|
{"name": "int_int", "type": "int"},
|
|
{"name": "fields", "type": {"type": "array", "items": "string"}}
|
|
]
|
|
}
|