diff --git a/data/schema/Decision_Point.schema.json b/data/schema/Decision_Point.schema.json index eef6d770..f4ddb450 100644 --- a/data/schema/Decision_Point.schema.json +++ b/data/schema/Decision_Point.schema.json @@ -1,7 +1,7 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Decision Point schema definition", - "$id": "https://certcc.github.io/SSVC/docs/reference/schema/Decision_Point.schema.json", + "$id": "https://github.com/CERTCC/SSVC/tree/main/data/schema/Decision_Point.schema.json", "description": "Decision points are the basic building blocks of SSVC decision functions. Individual decision points describe a single aspect of the input to a decision function.", "type": "object", "additionalProperties": false, diff --git a/data/schema/Decision_Point_Group.schema.json b/data/schema/Decision_Point_Group.schema.json index 47f43e29..dd7cb4a0 100644 --- a/data/schema/Decision_Point_Group.schema.json +++ b/data/schema/Decision_Point_Group.schema.json @@ -1,7 +1,7 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Decision Points Group schema definition", - "$id": "https://certcc.github.io/SSVC/docs/reference/schema/Decision_Point_Group.schema.json", + "$id": "https://github.com/CERTCC/SSVC/tree/main/data/schema/Decision_Point_Group.schema.json", "type": "object", "additionalProperties": false, "properties": {