featurebase/idk/kafka/testdata/schemas/timestamp.json
2022-09-02 13:23:39 -07:00

8 lines
238 B
JSON

{
"type": "record",
"namespace": "com.example",
"name": "TimeName",
"fields": [
{ "name": "time_samir", "type": "bytes", "logicalType":"timestamp", "fieldType": "timestamp", "granularity": "s", "unit":"ms"}
]
}