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):