schema: {"type": "object", "patternProperties": { "": { "enum": [1,2] } }, "propertyNames": { "enum": ["a"] } } data: {"a": 1, "abc": 2, "abcd": 3} validate with SpecVersion.VersionFlag.V201909 get errors: $.abcd: does not have a value in the enumeration [1, 2]