JSON and JSONB columns are handy for just throwing any schemaless data at them, but sometimes you may want to add some level of enforcement! You can use the pg_jsonschema extension to define the schema, giving you more control over the shape of those columns!
7,88K