Skip to content

Commit 06dd20d

Browse files
committed
Final adjustments to 2.0 AI/ML schema
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
1 parent a1086ad commit 06dd20d

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

schema/2.0/model/cyclonedx-ai-ml-2.0.schema.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@
1818
},
1919
"modelParameters": {
2020
"$ref": "#/$defs/modelParameters"
21+
},
22+
"externalReferences": {
23+
"type": "array",
24+
"description": "references to external resources that model.",
25+
"items": {
26+
"$ref": "cyclonedx-common-2.0.schema.json#/$defs/externalReference"
27+
}
28+
},
29+
"properties": {
30+
"description": "Properties of the model.",
31+
"$ref": "cyclonedx-common-2.0.schema.json#/$defs/properties"
2132
}
2233
}
2334
},
@@ -201,13 +212,13 @@
201212
},
202213
"externalReferences": {
203214
"type": "array",
204-
"description": "references to external resources that describe the risk group.",
215+
"description": "references to external resources that describe the model architecture.",
205216
"items": {
206217
"$ref": "cyclonedx-common-2.0.schema.json#/$defs/externalReference"
207218
}
208219
},
209220
"properties": {
210-
"description": "Properties of the risk group.",
221+
"description": "Properties of the model architecture.",
211222
"$ref": "cyclonedx-common-2.0.schema.json#/$defs/properties"
212223
}
213224
}

0 commit comments

Comments
 (0)