-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Labels
Description
Previously, we used to allow metadata files nested inside directories, which explains the following text in the specification:
METAFILES is an object whose format is the following:
{ METAPATH : {
"version" : VERSION,
("length" : LENGTH,)
("hashes" : HASHES) }
, ...
}
METAPATH is the file path of the metadata on the repository relative to the
metadata base URL. For snapshot.json, these are top-level targets metadata
and delegated targets metadata.
However, I don't think we need METAPATH anymore. Instead, all we need is to list valid targets rolenames instead, correct?