mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Fix mapping schema
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
This commit is contained in:
parent
57313fbf6e
commit
edc53b165a
1 changed files with 2 additions and 2 deletions
|
|
@ -258,9 +258,9 @@
|
|||
TARGETINFOS_SCHEMA = SCHEMA.ListOf(TARGETINFO_SCHEMA)
|
||||
|
||||
# A Dict containing the map file's "mapping" attribute.
|
||||
MAPPING_SCHEMA = SCHEMA.Oject(
|
||||
MAPPING_SCHEMA = SCHEMA.Object(
|
||||
paths = RELPATHS_SCHEMA,
|
||||
repositories = SCHEMA.ListOf(NAME_SCHEMA),
|
||||
repositories = SCHEMA.ListOf(SCHEMA.AnyString()),
|
||||
terminating = BOOLEAN_SCHEMA,
|
||||
threshold = THRESHOLD_SCHEMA)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue