Skip to content

Commit

Permalink
fix: wrong embedded bookmarks JSON schema (#43)
Browse files Browse the repository at this point in the history
The embedded JSON schema for bookmarks was invalid
and did not match the one published online.
This led to valid bookmark files getting rejected.
  • Loading branch information
frederikb authored Feb 28, 2024
1 parent 0adef9a commit dc5633e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/bookmarks.1-0-0.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "string",
"format": "uri",
"enum": [
"http://example.com/path/to/your/schema.1-0-0.schema.json"
"https://frederikb.github.io/bookmarksync/schemas/bookmarks.1-0-0.schema.json"
],
"description": "The URI of this exact JSON schema"
},
Expand Down

0 comments on commit dc5633e

Please sign in to comment.