Skip to content

Commit

Permalink
Add references to JSON schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig committed Dec 16, 2024
1 parent 147eb11 commit 3af9b4e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion ethology/annotations/json_schemas.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
"""JSON schemas for VIA and COCO annotations."""
"""JSON schemas for VIA and COCO annotations.
References
----------
- https://github.com/python-jsonschema/jsonschema
- https://json-schema.org/understanding-json-schema/
"""

VIA_SCHEMA = {
"type": "object",
Expand Down

0 comments on commit 3af9b4e

Please sign in to comment.