From 39f528d06d7d42386fbfa86453e7af8b39376704 Mon Sep 17 00:00:00 2001 From: Glen Robson Date: Wed, 25 Mar 2026 23:50:00 +0000 Subject: [PATCH] Allowing embedded scenes and canvases in a body --- presentation_validator/v4/unique_ids.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation_validator/v4/unique_ids.py b/presentation_validator/v4/unique_ids.py index 08b527e..af0261e 100644 --- a/presentation_validator/v4/unique_ids.py +++ b/presentation_validator/v4/unique_ids.py @@ -3,7 +3,7 @@ from presentation_validator.model import ErrorDetail from presentation_validator.v3.schemavalidator import create_snippet -ignore = ["target", "lookAt", "range","structures","first","last","start","source"] +ignore = ["target", "lookAt", "range","structures","first","last","start","source","body"] # create a method where you pass in a manifest and it checks to see if the id is unique # if it is not unique, then it should raise a validation error def check(manifest):