Skip to content

Commit

Permalink
Merge pull request #484 from jrschumacher/patch-1
Browse files Browse the repository at this point in the history
fix: schema spacing
  • Loading branch information
thomasdavis authored Aug 6, 2024
2 parents de205e8 + faeb0ac commit 50798e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
" $id": "http://example.com/example.json",
"$id": "http://example.com/example.json",
"additionalProperties": true,
"definitions": {
"iso8601": {
Expand Down Expand Up @@ -496,4 +496,4 @@
},
"title": "Resume Schema",
"type": "object"
}
}

0 comments on commit 50798e3

Please sign in to comment.