- From: Rob Sanderson via GitHub <sysbot+gh@w3.org>
- Date: Tue, 23 Feb 2016 21:17:48 +0000
- To: public-annotation@w3.org
azaroth42 has just created a new issue for
https://github.com/w3c/web-annotation:
== Can Collections embed their first Page? ==
To avoid multiple round trips, can Collections embed their first Page,
or must it always be a reference to an external URI?
eg:
```
{
"type": "AnnotationCollection",
"total": 1,
"first": {
"type": "AnnotationPage",
"items": [{
"type": "Annotation",
"bodyText": "I heart this",
"target": "http://www.example.com/"
}]
}
}
```
Please view or discuss this issue at
https://github.com/w3c/web-annotation/issues/175 using your GitHub
account
Received on Tuesday, 23 February 2016 21:17:50 UTC