Skip to content

Commit

Permalink
foreign-key to modelID in the annotations table
Browse files Browse the repository at this point in the history
  • Loading branch information
kbubnicki committed Sep 24, 2024
1 parent 8aff563 commit ca60792
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion annotations-table-schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "annotations",
"title": "annotations",
"description": "Table with annotations derived from the media files. Associated with deployments (`deploymentID`). annotations can mark non-animal events (camera setup, human, blank) or one or more animal annotations (`annotationType` = `animal`) of a certain taxon, count, life stage, sex, behavior and/or individual. annotations can be made at different levels (`annotationLevel`).",
"description": "Table with annotations derived from the media files. Associated with deployments (`deploymentID`). Annotations can mark non-animal events (camera setup, human, blank) or one or more animal annotations (`annotationType` = `animal`) of a certain taxon, count, life stage, sex, behavior and/or individual. Annotations can be made at different levels (`annotationLevel`).",
"fields": [
{
"name": "annotationID",
Expand Down Expand Up @@ -407,6 +407,13 @@
"resource": "media",
"fields": "mediaID"
}
},
{
"fields": "classifiedByModelID",
"reference": {
"resource": "models",
"fields": "modelID"
}
}
]
}

0 comments on commit ca60792

Please sign in to comment.