Customers want the ability to materialize individual nested fields in a JSONB typed column for sources like Postgres. Source schemas for Postgres should emit:
- additionalProperties: false
- items: false
To allow for individual subfields to show up with schema inference.