File tree Expand file tree Collapse file tree 1 file changed +16
-14
lines changed Expand file tree Collapse file tree 1 file changed +16
-14
lines changed Original file line number Diff line number Diff line change @@ -62,20 +62,22 @@ Annotation:
62
62
permissions :
63
63
type : object
64
64
target :
65
- type : object
66
- properties :
67
- selector :
68
- type : array
69
- description : An array of selectors that refine this annotation's target
70
- items :
71
- type : object
72
- description : >
73
- A selector for refining the annotation target. See
74
- [the Web Annotation Data Model W3C Recommendation](https://www.w3.org/TR/annotation-model/#selectors)
75
- for details about different selector types and properties.
76
- properties :
77
- " type " :
78
- type : string
65
+ type : array
66
+ items :
67
+ type : object
68
+ properties :
69
+ selector :
70
+ type : array
71
+ description : An array of selectors that refine this annotation's target
72
+ items :
73
+ type : object
74
+ description : >
75
+ A selector for refining the annotation target. See
76
+ [the Web Annotation Data Model W3C Recommendation](https://www.w3.org/TR/annotation-model/#selectors)
77
+ for details about different selector types and properties.
78
+ properties :
79
+ " type " :
80
+ type : string
79
81
references :
80
82
type : array
81
83
description : Annotation IDs for any annotations this annotation references (e.g. is a reply to)
You can’t perform that action at this time.
0 commit comments