github.com/apache/beam/sdks/v2@v2.48.2/java/testing/tpcds/src/main/resources/schemas/income_band.json (about) 1 {"schema": [ 2 {"name":"ib_income_band_sk","type":"identifier"}, 3 {"name":"ib_lower_bound","type":"integer"}, 4 {"name":"ib_upper_bound","type":"integer"} 5 ]}