diff --git a/data/schema/SSVC_Computed_v2.03.schema.json b/data/schema/SSVC_Computed_v2.03.schema.json index 26205c6d..00dfb4ed 100644 --- a/data/schema/SSVC_Computed_v2.03.schema.json +++ b/data/schema/SSVC_Computed_v2.03.schema.json @@ -42,7 +42,7 @@ }, "decision_tree": { "description": "The full decision tree that was used for this SSVC computed score", - "$ref": "https://democert.org/ssvc/SSVC_Provision_v2.02.schema.json" + "$ref": "https://democert.org/ssvc/SSVC_Provision_v2.03.schema.json" }, "id": { "type": "string", diff --git a/data/schema/SSVC_Provision_v2.03.schema.json b/data/schema/SSVC_Provision_v2.03.schema.json index d1be478b..70b3dc79 100644 --- a/data/schema/SSVC_Provision_v2.03.schema.json +++ b/data/schema/SSVC_Provision_v2.03.schema.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://democert.org/ssvc/SSVC_Provision_v2.02.schema.json", + "$id": "https://democert.org/ssvc/SSVC_Provision_v2.03.schema.json", "title": "Decision tree schema definition for SSVC", "description": "This provides a schema for a decision tree used to compute SSVC score for a vulnerability", "type": "object",