["a", "b"]) and a keyed object ({ "color": "red" }) are stored the same way, so by default both are accepted. Turn on the Strict setting when you specifically need an ordered list and want to reject keyed objects.
Fields
Sample data
This checks each entity’slines field.
With Strict off, any list-shaped value matches:
With Strict on, the keyed object is rejected while plain lists still pass: