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 @@ -1694,9 +1694,8 @@ Omitting this keyword has the same assertion behavior as an empty object.
1694
1694
##### ` patternProperties `
1695
1695
1696
1696
The value of ` patternProperties ` MUST be an object. Each property name of this
1697
- object SHOULD be a valid regular expression, according to the ECMA-262 regular
1698
- expression dialect. Each property value of this object MUST be a valid JSON
1699
- Schema.
1697
+ object SHOULD be a valid regular expression as indicated in {{regex}}. Each
1698
+ property value of this object MUST be a valid JSON Schema.
1700
1699
1701
1700
Validation succeeds if, for each instance name that matches any regular
1702
1701
expressions that appear as a property name in this keyword's value, the child
Original file line number Diff line number Diff line change @@ -207,7 +207,8 @@ Omitting this keyword has the same behavior as a value of 0.
207
207
#### ` pattern ` {#pattern}
208
208
209
209
The value of this keyword MUST be a string. This string SHOULD be a valid
210
- regular expression, according to the ECMA-262 regular expression dialect.
210
+ regular expression as indicated in {{jsonschema-core#regex}}.
211
+ <!-- need to verify the {{section}} syntax works across files somehow -->
211
212
212
213
A string instance is considered valid if the regular expression matches the
213
214
instance successfully. Recall: regular expressions are not implicitly anchored.
You can’t perform that action at this time.
0 commit comments