SELECT * FROM OPENJSON (@JSON, '$.data.assets.parcels') WITH (id VARCHAR(7), x INT, y INT, price INT '$.auction_price') -- new column name )