We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ce5d38 + 39f528d commit e9bccdfCopy full SHA for e9bccdf
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"]
+ignore = ["target", "lookAt", "range","structures","first","last","start","source","body"]
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