You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schema/jsf-0.82.schema.json
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,6 @@
16
16
"type": "array",
17
17
"title": "Signature",
18
18
"description": "Unique top level property for Multiple Signatures. (multisignature)",
19
-
"additionalItems": false,
20
19
"items": {"$ref": "#/definitions/signer"}
21
20
}
22
21
}
@@ -28,7 +27,6 @@
28
27
"type": "array",
29
28
"title": "Signature",
30
29
"description": "Unique top level property for Signature Chains. (signaturechain)",
31
-
"additionalItems": false,
32
30
"items": {"$ref": "#/definitions/signer"}
33
31
}
34
32
}
@@ -94,7 +92,6 @@
94
92
"type": "array",
95
93
"title": "Certificate path",
96
94
"description": "Optional. Sorted array of X.509 [RFC5280] certificates, where the first element must contain the signature certificate. The certificate path must be contiguous but is not required to be complete.",
97
-
"additionalItems": false,
98
95
"items": {
99
96
"type": "string"
100
97
}
@@ -103,7 +100,6 @@
103
100
"type": "array",
104
101
"title": "Excludes",
105
102
"description": "Optional. Array holding the names of one or more application level properties that must be excluded from the signature process. Note that the \"excludes\" property itself, must also be excluded from the signature process. Since both the \"excludes\" property and the associated data it points to are unsigned, a conforming JSF implementation must provide options for specifying which properties to accept.",
0 commit comments