Skip to content

Commit

Permalink
Merge pull request #79 from DiSSCo/hotfix/annotation-model-includes-m…
Browse files Browse the repository at this point in the history
…as-job-id

Add job id to annotation model
  • Loading branch information
southeo authored Jan 16, 2024
2 parents 5ba5def + a9eab8a commit 4fdd97f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data-model/annotations/0.1.0/schema/annotations.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
"description": "The handle of the annotation. It is a unique identifier for the annotation. It is composed of the handle of the document followed by a slash and a unique identifier for the annotation.",
"pattern": "https:\/\/hdl.handle.net\/20.5000.1025\/(.){3}-(.){3}-(.){3}"
},
"ods:jobId": {
"type": "string",
"description": "Handle of the job record, if the annotation was produced by a Machine Annotation Service",
"pattern": "https:\/\/hdl.handle.net\/20.5000.1025\/(.){3}-(.){3}-(.){3}"
},
"rdf:type": {
"type": "string",
"const": "Annotation",
Expand Down

0 comments on commit 4fdd97f

Please sign in to comment.