Align a json array json_array to the json type schema_type. The schema_type is often the
“largest” json type after some insertions in the table schema, while the json array previously
written in the SST could be lagged behind it. So it’s important to “amend” the json array’s
missing fields with null arrays, to align the array’s data type with the provided one.