Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion presentation_validator/v4/unique_ids.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
Loading