From 69622f720fe734e623f36a12d83e0025310af571 Mon Sep 17 00:00:00 2001 From: ccoffin Date: Mon, 30 Dec 2024 14:39:29 -0600 Subject: [PATCH 1/2] Include tag property example for advanced record example Adding an example of using a tag at the container level. Implements suggestion in Issue #277 --- schema/docs/cnaContainer-advanced-example.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schema/docs/cnaContainer-advanced-example.json b/schema/docs/cnaContainer-advanced-example.json index bbafe4b2fb..85f9719507 100644 --- a/schema/docs/cnaContainer-advanced-example.json +++ b/schema/docs/cnaContainer-advanced-example.json @@ -328,6 +328,9 @@ "advisory": "ESA-22-11", "discovery": "EXTERNAL" }, + "tags": [ + "unsupported-when-assigned" + ], "taxonomyMappings": [ { "taxonomyName": "ATT&CK", From f26e5211c295c3ce911bf8347482697b73756f8a Mon Sep 17 00:00:00 2001 From: ccoffin Date: Mon, 30 Dec 2024 14:41:25 -0600 Subject: [PATCH 2/2] Include tag property example for advanced record example Adding an example of using a tag at the container level. Implements suggestion in Issue #277 --- schema/docs/full-record-advanced-example.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schema/docs/full-record-advanced-example.json b/schema/docs/full-record-advanced-example.json index c4722686c4..d9c904c2c8 100644 --- a/schema/docs/full-record-advanced-example.json +++ b/schema/docs/full-record-advanced-example.json @@ -341,6 +341,9 @@ "advisory": "ESA-22-11", "discovery": "EXTERNAL" }, + "tags": [ + "unsupported-when-assigned" + ], "taxonomyMappings": [ { "taxonomyName": "ATT&CK",