Bring back lang, confidence for Course of Action

master
Chris Lenk 2020-03-12 09:18:23 -04:00
parent 82517ae284
commit 3dd9351d38
1 changed files with 2 additions and 0 deletions

View File

@ -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)),