File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1669,9 +1669,8 @@ The presence of this keyword affects the behaviors of
1669
1669
##### ` patternProperties `
1670
1670
1671
1671
The value of ` patternProperties ` MUST be an object. Each property name of this
1672
- object SHOULD be a valid regular expression, according to the ECMA-262 regular
1673
- expression dialect. Each property value of this object MUST be a valid JSON
1674
- Schema.
1672
+ object SHOULD be a valid regular expression as indicated in {{regex}}. Each
1673
+ property value of this object MUST be a valid JSON Schema.
1675
1674
1676
1675
Validation succeeds if, for each instance name that matches any regular
1677
1676
expressions that appear as a property name in this keyword's value, the child
Original file line number Diff line number Diff line change @@ -209,7 +209,8 @@ Omitting this keyword has the same behavior as a value of 0.
209
209
#### ` pattern ` {#pattern}
210
210
211
211
The value of this keyword MUST be a string. This string SHOULD be a valid
212
- regular expression, according to the ECMA-262 regular expression dialect.
212
+ regular expression as indicated in {{jsonschema-core#regex}}.
213
+ <!-- need to verify the {{section}} syntax works across files somehow -->
213
214
214
215
A string instance is considered valid if the regular expression matches the
215
216
instance successfully. Recall: regular expressions are not implicitly anchored.
You can’t perform that action at this time.
0 commit comments