Skip to content

Commit 2c1bd78

Browse files
authored
Publish JSON schema base change to 2020-12 (#643)
2 parents f61374b + 6776a79 commit 2c1bd78

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

data/schema/v1/Decision_Point_Value_Selection-1-0-1.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "http://json-schema.org/draft-07/schema#",
2+
"$schema": "https://json-schema.org/draft/2020-12/schema",
33
"$id": "https://certcc.github.io/SSVC/data/schema/v1/Decision_Point_Value_Selection-1-0-1.schema.json",
44
"definitions": {
55
"id": {

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
mkdocs==1.6.1
22
mkdocs-bibtex==2.16.2
3-
mkdocs-include-markdown-plugin==6.2.2
3+
mkdocs-include-markdown-plugin==7.0.0
44
mkdocs-table-reader-plugin==3.1.0
55
mkdocs-material==9.5.42
66
mkdocs-material-extensions==1.3.1
@@ -12,4 +12,4 @@ thefuzz==0.22.1
1212
pandas==2.2.3
1313
scikit-learn==1.5.2
1414
jsonschema==4.23.0
15-
networkx==3.4.1
15+
networkx==3.4.2

0 commit comments

Comments
 (0)