-
-
Notifications
You must be signed in to change notification settings - Fork 307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refer to core regex section from patternProperties and pattern #1547
Conversation
037ad82
to
a074aad
Compare
f582969
to
e49500d
Compare
The link checker fails for this because it references the built result. I'm not sure what the best fix will be for this. Maybe there's some config in remark-validate-links that we can use that will fix the problem. If not, we can have links point to |
76611c5
to
347c35c
Compare
347c35c
to
1cf5783
Compare
|
regular expression, according to the ECMA-262 regular expression dialect. | ||
regular expression as indicated in | ||
[JSON Schema Core, section 6.3](./jsonschema-core.md#regex). | ||
<!-- This link assume a publish path, which we don't know yet. --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a relative path, so it shouldn't matter where it's published in the end as long as they are published in the same relative location.
What kind of change does this PR introduce?
Clarification
Issue & Discussion References
Summary
Updates the
patternProperties
(Core) andpattern
(Validation) sections to point back to the Core section about regex.Does this PR introduce a breaking change?
No