diff options
Diffstat (limited to 'testing/web-platform/tests/annotation-protocol/files/annotations/anno40.json')
-rw-r--r-- | testing/web-platform/tests/annotation-protocol/files/annotations/anno40.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno40.json b/testing/web-platform/tests/annotation-protocol/files/annotations/anno40.json new file mode 100644 index 0000000000..63b47f145c --- /dev/null +++ b/testing/web-platform/tests/annotation-protocol/files/annotations/anno40.json @@ -0,0 +1,10 @@ +{ + "@context": "http://www.w3.org/ns/anno.jsonld", + "id": "http://example.org/anno40", + "type": "Annotation", + "body": "http://example.org/note1", + "target": { + "source": "http://example.org/image1", + "scope": "http://example.org/page1" + } +}
\ No newline at end of file |