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"
Is it in plan to support draft-06?
in my Project i need to use
propertyNamesto validate object keys agains regex pattern.but
propertyNameswas introduced in draft-06.for now i am using
patternPropertieswith"additionalProperties": Falsetogether, but the error is confusing because of "schema does not allow additional properties"