Skip to content

Commit b75927e

Browse files
committed
fix regex in example meta-schema with custom vocab
1 parent cbebc95 commit b75927e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonschema-core.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4148,7 +4148,7 @@ https://example.com/schemas/common#/$defs/allOf/1
41484148
"properties": {
41494149
"minDate": {
41504150
"type": "string",
4151-
"pattern": "\d\d\d\d-\d\d-\d\d",
4151+
"pattern": "\\d\\d\\d\\d-\\d\\d-\\d\\d",
41524152
"format": "date",
41534153
}
41544154
}

0 commit comments

Comments
 (0)