mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
8 lines
138 B
JSON
8 lines
138 B
JSON
{
|
|
"type": "record",
|
|
"namespace": "com.example",
|
|
"name": "ids",
|
|
"fields": [
|
|
{ "name": "val", "type": "int" }
|
|
]
|
|
}
|