Skip to content

Commit 58eb09f

Browse files
authored
Merge pull request #2402 from aboutcode-org/federatedcode-schema
fix: include schema doc in toctree
2 parents dc07321 + 0e823bc commit 58eb09f

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
command-line-interface
3131
importers_link
3232
PIPELINES-AVID
33+
advisory-schema
3334

3435
.. toctree::
3536
:hidden:

docs/source/schemas/vulnerablecode-advisory.schema-0.1.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@
5757
"required": [
5858
"package"
5959
],
60-
"title": "AffectedPackageV2",
60+
"title": "Affected Package",
6161
"type": "object"
6262
},
6363
"PackageCommitPatchData": {
6464
"properties": {
6565
"vcs_url": {
66-
"title": "VCS URL",
66+
"title": "Version Control Systems URL",
6767
"type": "string"
6868
},
6969
"commit_hash": {
@@ -75,7 +75,7 @@
7575
"vcs_url",
7676
"commit_hash"
7777
],
78-
"title": "PackageCommitPatchData",
78+
"title": "Package Commit Patch",
7979
"type": "object"
8080
},
8181
"ReferenceV2": {
@@ -96,13 +96,13 @@
9696
"type": "string"
9797
}
9898
},
99-
"title": "ReferenceV2",
99+
"title": "Reference",
100100
"type": "object"
101101
},
102102
"VulnerabilitySeverity": {
103103
"properties": {
104104
"scoring_system": {
105-
"title": "System",
105+
"title": "Scoring System",
106106
"type": "string"
107107
},
108108
"score": {
@@ -137,10 +137,10 @@
137137
}
138138
],
139139
"default": null,
140-
"title": "Url"
140+
"title": "Severity URL"
141141
}
142142
},
143-
"title": "VulnerabilitySeverity",
143+
"title": "Vulnerability Severity",
144144
"type": "object"
145145
}
146146
},

0 commit comments

Comments
 (0)