From 396a52cacbbc2ad3a306cbb7a2ea34447c6087a9 Mon Sep 17 00:00:00 2001 From: James Kim Date: Thu, 26 Sep 2024 13:28:57 -0400 Subject: [PATCH] revert schema json back to array Signed-off-by: James Kim --- schema/bom-1.6.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/bom-1.6.schema.json b/schema/bom-1.6.schema.json index c49ff30..d52d463 100644 --- a/schema/bom-1.6.schema.json +++ b/schema/bom-1.6.schema.json @@ -1073,7 +1073,7 @@ "title": "AI/ML Model Card" }, "data": { - "type": "object", + "type": "array", "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."