Skip to content

Commit d037d71

Browse files
Removing unnecessary additionalItems from schema
Signed-off-by: Steve Springett <steve@springett.us>
1 parent 486f867 commit d037d71

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

schema/cryptography-defs.schema.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"type": "array",
2121
"title": "Algorithm Families",
2222
"description": "An array of cryptographic algorithm family definitions.",
23-
"additionalItems": false,
2423
"items": {
2524
"type": "object",
2625
"title": "Algorithm Family",
@@ -36,7 +35,6 @@
3635
"type": "array",
3736
"title": "Standards",
3837
"description": "List of standards defining or relating to the algorithm family.",
39-
"additionalItems": false,
4038
"items": {
4139
"type": "object",
4240
"title": "Standard Reference",
@@ -65,7 +63,6 @@
6563
"type": "array",
6664
"title": "Variants",
6765
"description": "Defines algorithm variants by a naming pattern and the corrsponding cryptographic primitive.",
68-
"additionalItems": false,
6966
"items": {
7067
"type": "object",
7168
"title": "Standard Reference",
@@ -86,7 +83,6 @@
8683
"type": "array",
8784
"title": "Standards",
8885
"description": "List of standards defining or relating to the algorithm variant.",
89-
"additionalItems": false,
9086
"items": {
9187
"type": "object",
9288
"title": "Standard Reference",
@@ -129,7 +125,6 @@
129125
"type": "array",
130126
"title": "Elliptic Curves",
131127
"description": "An array of elliptic curve family definitions.",
132-
"additionalItems": false,
133128
"items": {
134129
"type": "object",
135130
"title": "Elliptic Curve Family",
@@ -153,7 +148,6 @@
153148
"type": "array",
154149
"title": "Curves",
155150
"description": "List of curves in this family.",
156-
"additionalItems": false,
157151
"items": {
158152
"type": "object",
159153
"title": "Curve",
@@ -196,7 +190,6 @@
196190
"type": "array",
197191
"title": "Aliases",
198192
"description": "List of aliases for this curve.",
199-
"additionalItems": false,
200193
"items": {
201194
"type": "object",
202195
"title": "Alias",

0 commit comments

Comments
 (0)