You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lexicons/at/margin/note.json
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"lexicon": 1,
3
3
"id": "at.margin.note",
4
-
"revision": 3,
4
+
"revision": 4,
5
5
"description": "W3C Web Annotation Data Model compliant unified note record for ATProto",
6
6
"defs": {
7
7
"main": {
@@ -171,8 +171,7 @@
171
171
"TextPositionSelector",
172
172
"CssSelector",
173
173
"XPathSelector",
174
-
"FragmentSelector",
175
-
"RangeSelector"
174
+
"FragmentSelector"
176
175
]
177
176
},
178
177
"exact": {
@@ -212,6 +211,11 @@
212
211
"type": "string",
213
212
"format": "uri",
214
213
"description": "FragmentSelector: URI of the specification the fragment conforms to"
214
+
},
215
+
"refinedBy": {
216
+
"type": "ref",
217
+
"ref": "#selector",
218
+
"description": "W3C refinement: a further selector applied within the region this selector identifies (e.g. a FragmentSelector locating a page or CFI range inside a TextQuoteSelector match)."
0 commit comments