Skip to content

Commit

Permalink
Re-add mildly useful SIGNATURES_SCHEMA
Browse files Browse the repository at this point in the history
  • Loading branch information
lukpueh committed Sep 5, 2019
1 parent 532fc20 commit 4adbc5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions securesystemslib/formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,8 @@
keyid = KEYID_SCHEMA,
sig = HEX_SCHEMA)

SIGNATURES_SCHEMA = SCHEMA.ListOf(SIGNATURE_SCHEMA)

# A signable object. Holds the signing role and its associated signatures.
SIGNABLE_SCHEMA = SCHEMA.Object(
object_name = 'SIGNABLE_SCHEMA',
Expand Down

0 comments on commit 4adbc5a

Please sign in to comment.