Skip to content

Commit c874aa2

Browse files
committed
fix additionalItems in jsf
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 14750d6 commit c874aa2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

schema/jsf-0.82.schema.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"type": "array",
1717
"title": "Signature",
1818
"description": "Unique top level property for Multiple Signatures. (multisignature)",
19-
"additionalItems": false,
2019
"items": {"$ref": "#/definitions/signer"}
2120
}
2221
}
@@ -28,7 +27,6 @@
2827
"type": "array",
2928
"title": "Signature",
3029
"description": "Unique top level property for Signature Chains. (signaturechain)",
31-
"additionalItems": false,
3230
"items": {"$ref": "#/definitions/signer"}
3331
}
3432
}
@@ -94,7 +92,6 @@
9492
"type": "array",
9593
"title": "Certificate path",
9694
"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,
9895
"items": {
9996
"type": "string"
10097
}
@@ -103,7 +100,6 @@
103100
"type": "array",
104101
"title": "Excludes",
105102
"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.",
106-
"additionalItems": false,
107103
"items": {
108104
"type": "string"
109105
}

0 commit comments

Comments
 (0)