Minor change.

stix2.1
Emmanuelle Vargas-Gonzalez 2017-08-14 08:31:08 -04:00
parent dd2a1db5c1
commit ccfcffb2f5
1 changed files with 1 additions and 1 deletions

View File

@ -49,8 +49,8 @@ class Sighting(_STIXBase):
_type = 'sighting'
_properties = OrderedDict()
_properties.update([
('id', IDProperty(_type)),
('type', TypeProperty(_type)),
('id', IDProperty(_type)),
('created_by_ref', ReferenceProperty(type="identity")),
('created', TimestampProperty(default=lambda: NOW, precision='millisecond')),
('modified', TimestampProperty(default=lambda: NOW, precision='millisecond')),