Skip to content

Commit 4c3f071

Browse files
committed
fix type from "array" to "object"
Signed-off-by: James Kim <[email protected]>
1 parent 02759af commit 4c3f071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/bom-1.6.schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@
10731073
"title": "AI/ML Model Card"
10741074
},
10751075
"data": {
1076-
"type": "array",
1076+
"type": "object",
10771077
"items": {"$ref": "#/definitions/componentData"},
10781078
"title": "Data",
10791079
"description": "This object SHOULD be specified for any component of type `data` and MUST NOT be specified for other component types."

0 commit comments

Comments
 (0)