{ "namespace": "example.schema", "type": "record", "name": "trip", "fields": [ { "name": "_row_key", "type": "string" }, { "name": "time", "type": "string" }, { "name": "number", "type": ["int", "null"] } ] }