Fix observed data property check for at least one property existing
parent
8447c9fcd9
commit
3b1c922ba6
|
@ -595,7 +595,6 @@ class ObservedData(STIXDomainObject):
|
||||||
|
|
||||||
self._check_mutually_exclusive_properties(
|
self._check_mutually_exclusive_properties(
|
||||||
["objects", "object_refs"],
|
["objects", "object_refs"],
|
||||||
at_least_one=False,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue