Schema validation succeeds when adding a non-optional field to a union variant
Which contains some documents, like these:
If I add a new (non-optional) field to one of the variants:
Schema validation succeeds, thus permitting invalid documents in that table. Validation seems to work correctly in other contexts (e.g. insertion, patching).
