diff --git a/tuf/formats.py b/tuf/formats.py index 63b00237..b3df5d98 100755 --- a/tuf/formats.py +++ b/tuf/formats.py @@ -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))