Bring back lang, confidence for Course of Action
parent
82517ae284
commit
3dd9351d38
|
@ -107,6 +107,8 @@ class CourseOfAction(STIXDomainObject):
|
|||
('description', StringProperty()),
|
||||
('revoked', BooleanProperty(default=lambda: False)),
|
||||
('labels', ListProperty(StringProperty)),
|
||||
('confidence', IntegerProperty()),
|
||||
('lang', StringProperty()),
|
||||
('external_references', ListProperty(ExternalReference)),
|
||||
('object_marking_refs', ListProperty(ReferenceProperty(valid_types='marking-definition', spec_version='2.1'))),
|
||||
('granular_markings', ListProperty(GranularMarking)),
|
||||
|
|
Loading…
Reference in New Issue