json-schema-spec
json-schema-spec copied to clipboard
Core regex should permit "."
Core 6.4 Regular Expressions doesn't explicitly list "." as one of permitted regular expression constructs.
This seems to be an oversight.
I propose adding it to the list of simple quantifiers as:
"." (any character except line terminator)