Skip to content

Commit 0f43deb

Browse files
jviottiRelequestual
authored andcommitted
Add missing closing curly brace to D.2. example
We also remove the trailing comma. See: #1162 Signed-off-by: Juan Cruz Viotti <[email protected]>
1 parent 8eb04a8 commit 0f43deb

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
@@ -3672,7 +3672,7 @@ https://example.com/schemas/common#/$defs/count/minimum
36723672
{"$ref": "https://json-schema.org/draft/2020-12/meta/core"},
36733673
{"$ref": "https://json-schema.org/draft/2020-12/meta/applicator"},
36743674
{"$ref": "https://json-schema.org/draft/2020-12/meta/validation"},
3675-
{"$ref": "https://example.com/meta/example-vocab",
3675+
{"$ref": "https://example.com/meta/example-vocab"}
36763676
],
36773677
"patternProperties": {
36783678
"^unevaluated": false

0 commit comments

Comments
 (0)