diff --git a/ethology/annotations/json_schemas.py b/ethology/annotations/json_schemas.py index 79a6773..99d9387 100644 --- a/ethology/annotations/json_schemas.py +++ b/ethology/annotations/json_schemas.py @@ -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",