diff --git a/shared/validation/user_schema.py b/shared/validation/user_schema.py index 85ae82d08..5f78c620f 100644 --- a/shared/validation/user_schema.py +++ b/shared/validation/user_schema.py @@ -502,4 +502,12 @@ "label_name": {"type": "string"}, }, }, + "test_analytics": { + "type": ["dict"], + "schema": { + "shorten_paths": { + "type": "boolean", + }, + }, + }, }