We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5892348 commit e5efcbbCopy full SHA for e5efcbb
attackcti/models.py
@@ -157,6 +157,7 @@ class DataSource(STIXCore):
157
software_platform: Optional[List[str]] = Field(None, alias='x_mitre_platforms')
158
collection_layers: Optional[List[str]] = Field(None, alias='x_mitre_collection_layers')
159
contributors: Optional[List[str]] = Field(None, alias='x_mitre_contributors')
160
+ data_components: Optional[List[DataComponent]] = None
161
162
class Campaign(STIXCore):
163
campaign: str = Field(..., alias='name')
0 commit comments