Skip to content

Commit

Permalink
Merge commit 'eb73c380198af402c6959303bc0e80a201e319e2' into ssvc_py
Browse files Browse the repository at this point in the history
  • Loading branch information
ahouseholder committed Oct 16, 2023
2 parents 9fee4c4 + eb73c38 commit 08c6a2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/schema/Decision_Point.schema.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion data/schema/Decision_Point_Group.schema.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 08c6a2c

Please sign in to comment.