github.com/apache/beam/sdks/v2@v2.48.2/java/testing/tpcds/src/main/resources/schemas/time_dim.json (about) 1 {"schema": [ 2 {"name":"t_time_sk","type":"Identifier"}, 3 {"name":"t_time_id","type":"char(16)"}, 4 {"name":"t_time","type":"Integer"}, 5 {"name":"t_hour","type":"Integer"}, 6 {"name":"t_minute","type":"Integer"}, 7 {"name":"t_second","type":"Integer"}, 8 {"name":"t_am_pm","type":"char(2)"}, 9 {"name":"t_shift","type":"char(20)"}, 10 {"name":"t_sub_shift","type":"char(20)"}, 11 {"name":"t_meal_time","type":"char(20)"} 12 ]}