Skip to content

Commit 6a78700

Browse files
committed
Adding another allowed duplicate id field
1 parent 07bcd14 commit 6a78700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/unique_ids.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sys
22
import json
33

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

0 commit comments

Comments
 (0)