File tree Expand file tree Collapse file tree 1 file changed +20
-18
lines changed Expand file tree Collapse file tree 1 file changed +20
-18
lines changed Original file line number Diff line number Diff line change @@ -45,24 +45,26 @@ Annotation:
45
45
permissions :
46
46
type : object
47
47
target :
48
- type : object
49
- properties :
50
- source :
51
- type : string
52
- format : uri
53
- description : The target URI for the annotation
54
- selector :
55
- type : array
56
- description : An array of selectors that refine this annotation's target
57
- items :
58
- type : object
59
- description : >
60
- A selector for refining the annotation target. See
61
- [the Web Annotation Data Model W3C Recommendation](https://www.w3.org/TR/annotation-model/#selectors)
62
- for details about different selector types and properties.
63
- properties :
64
- " type " :
65
- type : string
48
+ type : array
49
+ items :
50
+ type : object
51
+ properties :
52
+ source :
53
+ type : string
54
+ format : uri
55
+ description : The target URI for the annotation
56
+ selector :
57
+ type : array
58
+ description : An array of selectors that refine this annotation's target
59
+ items :
60
+ type : object
61
+ description : >
62
+ A selector for refining the annotation target. See
63
+ [the Web Annotation Data Model W3C Recommendation](https://www.w3.org/TR/annotation-model/#selectors)
64
+ for details about different selector types and properties.
65
+ properties :
66
+ " type " :
67
+ type : string
66
68
67
69
links :
68
70
type : object
You can’t perform that action at this time.
0 commit comments