|
20 | 20 | "type": "array", |
21 | 21 | "title": "Algorithm Families", |
22 | 22 | "description": "An array of cryptographic algorithm family definitions.", |
23 | | - "additionalItems": false, |
24 | 23 | "items": { |
25 | 24 | "type": "object", |
26 | 25 | "title": "Algorithm Family", |
|
36 | 35 | "type": "array", |
37 | 36 | "title": "Standards", |
38 | 37 | "description": "List of standards defining or relating to the algorithm family.", |
39 | | - "additionalItems": false, |
40 | 38 | "items": { |
41 | 39 | "type": "object", |
42 | 40 | "title": "Standard Reference", |
|
65 | 63 | "type": "array", |
66 | 64 | "title": "Variants", |
67 | 65 | "description": "Defines algorithm variants by a naming pattern and the corrsponding cryptographic primitive.", |
68 | | - "additionalItems": false, |
69 | 66 | "items": { |
70 | 67 | "type": "object", |
71 | 68 | "title": "Standard Reference", |
|
86 | 83 | "type": "array", |
87 | 84 | "title": "Standards", |
88 | 85 | "description": "List of standards defining or relating to the algorithm variant.", |
89 | | - "additionalItems": false, |
90 | 86 | "items": { |
91 | 87 | "type": "object", |
92 | 88 | "title": "Standard Reference", |
|
129 | 125 | "type": "array", |
130 | 126 | "title": "Elliptic Curves", |
131 | 127 | "description": "An array of elliptic curve family definitions.", |
132 | | - "additionalItems": false, |
133 | 128 | "items": { |
134 | 129 | "type": "object", |
135 | 130 | "title": "Elliptic Curve Family", |
|
153 | 148 | "type": "array", |
154 | 149 | "title": "Curves", |
155 | 150 | "description": "List of curves in this family.", |
156 | | - "additionalItems": false, |
157 | 151 | "items": { |
158 | 152 | "type": "object", |
159 | 153 | "title": "Curve", |
|
196 | 190 | "type": "array", |
197 | 191 | "title": "Aliases", |
198 | 192 | "description": "List of aliases for this curve.", |
199 | | - "additionalItems": false, |
200 | 193 | "items": { |
201 | 194 | "type": "object", |
202 | 195 | "title": "Alias", |
|
0 commit comments