There was an error while loading. Please reload this page.
2 parents b17a552 + 768d457 commit fb5bd90Copy full SHA for fb5bd90
1 file changed
presentation_validator/v4/unique_ids.py
@@ -3,7 +3,7 @@
3
from presentation_validator.model import ErrorDetail
4
from presentation_validator.v3.schemavalidator import create_snippet
5
6
-ignore = ["target", "lookAt", "range","structures","first","last","start","source","body"]
+ignore = ["target", "lookAt", "range","structures","first","last","start","source","body","scope"]
7
# create a method where you pass in a manifest and it checks to see if the id is unique
8
# if it is not unique, then it should raise a validation error
9
def check(manifest):
0 commit comments