Skip to content

Commit dc5633e

Browse files
authored
fix: wrong embedded bookmarks JSON schema (#43)
The embedded JSON schema for bookmarks was invalid and did not match the one published online. This led to valid bookmark files getting rejected.
1 parent 0adef9a commit dc5633e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/bookmarks.1-0-0.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type": "string",
1111
"format": "uri",
1212
"enum": [
13-
"http://example.com/path/to/your/schema.1-0-0.schema.json"
13+
"https://frederikb.github.io/bookmarksync/schemas/bookmarks.1-0-0.schema.json"
1414
],
1515
"description": "The URI of this exact JSON schema"
1616
},

0 commit comments

Comments
 (0)