summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/annotation-protocol/files/annotations/anno1.jsonld
blob: 0e1729ae7217b2d486877e8c2f5f5c87b1a537f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "@context": "http://www.w3.org/ns/anno.jsonld",
  "id": "/annotations/anno1.jsonld",
  "type": "Annotation",
  "created": "2015-01-31T12:03:45Z",
  "body": {
    "type": "TextualBody",
    "value": "I like this page!"
  },
  "target": "/index.html"
}