We should probably offer support for `enumNames`, which is draft v5 atm: ``` js "obj": { "enum": [{a: 1}, {b: 1}, {c: 1}], "enumNames": ["a", "b", "c"] } ```