Skip to content

Commit

Permalink
Fixing motivation
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed May 28, 2024
1 parent ded506d commit 4b536c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iiify/resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ def create_annotations(version, identifier, fileName, canvas_no, domain=None):
annotationPage.items.append({
"id": f"https://iiif.archive.org/iiif/{identifier}/canvas/{index}/anno/{count}",
"type": "Annotation",
"motivation": "commenting",
"motivation": "supplementing",
"body": {
"type": "TextualBody",
"format": "text/plain",
Expand Down

0 comments on commit 4b536c0

Please sign in to comment.