mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
8 lines
160 B
JSON
8 lines
160 B
JSON
{
|
|
"type": "record",
|
|
"namespace": "com.example",
|
|
"name": "FullName",
|
|
"fields": [
|
|
{ "name": "first", "type": "float", "scale": 4 }
|
|
]
|
|
}
|