Skip to content

Commit 50798e3

Browse files
authored
Merge pull request #484 from jrschumacher/patch-1
fix: schema spacing
2 parents de205e8 + faeb0ac commit 50798e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
" $id": "http://example.com/example.json",
3+
"$id": "http://example.com/example.json",
44
"additionalProperties": true,
55
"definitions": {
66
"iso8601": {
@@ -496,4 +496,4 @@
496496
},
497497
"title": "Resume Schema",
498498
"type": "object"
499-
}
499+
}

0 commit comments

Comments
 (0)