Is it in plan to support draft-06?
in my Project i need to use propertyNames to validate object keys agains regex pattern.
but propertyNames was introduced in draft-06.
for now i am using patternProperties with "additionalProperties": False together, but the error is confusing because of "schema does not allow additional properties"