-
-
Notifications
You must be signed in to change notification settings - Fork 948
Closed
Labels
Description
What version of Ajv you are you using?
8.11.2
What is the problem
The docs are missing, that ":" also is an allowed non-leading character in custom keywords added via addKeyword(). It probably also is worth mentioning, that letter means an ASCII letter.
RegEx for ref: /^[a-z_$][a-z0-9_$:-]*$/i at Line
Reactions are currently unavailable