Skip to content
Merged

fix typo #23463

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@
"$ref": "./common/ContentCommonTypes.json#/definitions/metadataThreatAnalysisTactics",
"description": "the tactics the resource covers"
},
"threatAnalyticsTechniques": {
"threatAnalysisTechniques": {
"$ref": "./common/ContentCommonTypes.json#/definitions/metadataThreatAnalysisTechniques",
"description": "the techniques the resource covers, these have to be aligned with the tactics being used"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
"$ref": "./common/ContentCommonTypes.json#/definitions/metadataThreatAnalysisTactics",
"description": "the tactics the resource covers"
},
"threatAnalyticsTechniques": {
"threatAnalysisTechniques": {
"$ref": "./common/ContentCommonTypes.json#/definitions/metadataThreatAnalysisTechniques",
"description": "the techniques the resource covers, these have to be aligned with the tactics being used"
},
Expand Down