It would be nice to have the ability to:
- not authorize additional columns (like the
additionalItems of json-schema)
- force column order
With these two options, it even becomes possible to omit the column names, as only their places in the row can be used.
For instance:
{
"additional_columns": false,
"column_order": true
}