From 3af9b4e159865a641a0cfea56b7fded48ef4ec7c Mon Sep 17 00:00:00 2001 From: sfmig <33267254+sfmig@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:55:59 +0000 Subject: [PATCH] Add references to JSON schemas --- ethology/annotations/json_schemas.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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",