Skip to content

Commit 4adbc5a

Browse files
author
Lukas Puehringer
committed
Re-add mildly useful SIGNATURES_SCHEMA
1 parent 532fc20 commit 4adbc5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

securesystemslib/formats.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,8 @@
298298
keyid = KEYID_SCHEMA,
299299
sig = HEX_SCHEMA)
300300

301+
SIGNATURES_SCHEMA = SCHEMA.ListOf(SIGNATURE_SCHEMA)
302+
301303
# A signable object. Holds the signing role and its associated signatures.
302304
SIGNABLE_SCHEMA = SCHEMA.Object(
303305
object_name = 'SIGNABLE_SCHEMA',

0 commit comments

Comments
 (0)