Skip to content

Commit ddd04fb

Browse files
authored
Merge pull request #383 from ccoffin/develop
Include tag property example for advanced record examples
2 parents 9e756e3 + f26e521 commit ddd04fb

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

schema/docs/cnaContainer-advanced-example.json

+3
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,9 @@
328328
"advisory": "ESA-22-11",
329329
"discovery": "EXTERNAL"
330330
},
331+
"tags": [
332+
"unsupported-when-assigned"
333+
],
331334
"taxonomyMappings": [
332335
{
333336
"taxonomyName": "ATT&CK",

schema/docs/full-record-advanced-example.json

+3
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,9 @@
341341
"advisory": "ESA-22-11",
342342
"discovery": "EXTERNAL"
343343
},
344+
"tags": [
345+
"unsupported-when-assigned"
346+
],
344347
"taxonomyMappings": [
345348
{
346349
"taxonomyName": "ATT&CK",

0 commit comments

Comments
 (0)