Skip to content

Commit 39f528d

Browse files
committed
Allowing embedded scenes and canvases in a body
1 parent 7ce5d38 commit 39f528d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

presentation_validator/v4/unique_ids.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from presentation_validator.model import ErrorDetail
44
from presentation_validator.v3.schemavalidator import create_snippet
55

6-
ignore = ["target", "lookAt", "range","structures","first","last","start","source"]
6+
ignore = ["target", "lookAt", "range","structures","first","last","start","source","body"]
77
# create a method where you pass in a manifest and it checks to see if the id is unique
88
# if it is not unique, then it should raise a validation error
99
def check(manifest):

0 commit comments

Comments
 (0)