mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
'repositories' map file attribute should be a list of names
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
This commit is contained in:
parent
e230d95960
commit
ffdfaa92da
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@
|
|||
# An object containing the map file's "mapping" attribute.
|
||||
MAPPING_SCHEMA = SCHEMA.ListOf(SCHEMA.Object(
|
||||
paths = RELPATHS_SCHEMA,
|
||||
repositories = SCHEMA.ListOf(securesystemslib.formats.URL_SCHEMA),
|
||||
repositories = SCHEMA.ListOf(NAME_SCHEMA),
|
||||
terminating = BOOLEAN_SCHEMA,
|
||||
threshold = THRESHOLD_SCHEMA))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue