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