Skip to content

Commit

Permalink
fix type from "array" to "object"
Browse files Browse the repository at this point in the history
Signed-off-by: James Kim <[email protected]>
  • Loading branch information
jameskim0987 committed Sep 25, 2024
1 parent 02759af commit 4c3f071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/bom-1.6.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@
"title": "AI/ML Model Card"
},
"data": {
"type": "array",
"type": "object",
"items": {"$ref": "#/definitions/componentData"},
"title": "Data",
"description": "This object SHOULD be specified for any component of type `data` and MUST NOT be specified for other component types."
Expand Down

0 comments on commit 4c3f071

Please sign in to comment.