Skip to content

Commit faeb0ac

Browse files
authored
fix: schema spacing
1 parent d0c3948 commit faeb0ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema.json

Lines changed: 2 additions & 2 deletions
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)