Skip to content

Commit c6e1657

Browse files
Fixed JSON issue
Signed-off-by: Steve Springett <[email protected]>
1 parent d1ebee2 commit c6e1657

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

schema/2.0/model/cyclonedx-blueprint-2.0.schema.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1350,14 +1350,20 @@
13501350
"properties": {
13511351
"level": {
13521352
"type": "string",
1353-
"enum": ["public", "internal", "confidential", "restricted"],
1353+
"enum": [
1354+
"public",
1355+
"internal",
1356+
"confidential",
1357+
"restricted"
1358+
],
13541359
"description": "Data sensitivity classification",
13551360
"meta:enum": {
13561361
"public": "Public information that can be freely shared",
13571362
"internal": "Internal use only within the organization",
13581363
"confidential": "Confidential information requiring protection",
13591364
"restricted": "Highly restricted information with limited access and special protection measures"
13601365
}
1366+
},
13611367
"sensitivity": {
13621368
"$ref": "cyclonedx-data-2.0.schema.json#/$defs/dataSensitivity"
13631369
},

0 commit comments

Comments
 (0)