File tree Expand file tree Collapse file tree 1 file changed +2
-23
lines changed Expand file tree Collapse file tree 1 file changed +2
-23
lines changed Original file line number Diff line number Diff line change @@ -975,31 +975,10 @@ repo](https://github.com/theupdateframework/specification/issues).
975
975
"meta" : METAFILES
976
976
}
977
977
978
- METAFILES is an object whose format is the following:
979
-
980
- { METAPATH : {
981
- "version" : VERSION,
982
- "length" : LENGTH, |
983
- "hashes" : HASHES }
984
- , ...
985
- }
986
-
987
- METAPATH is the snapshot.json file's path on the repository relative to the
988
- metadata base URL.
989
-
990
- VERSION is the version of the snapshot metadata as listed in the
978
+ METAFILES is the same is described for the snapshot.json file. In the case
979
+ of the timestamp.json file, this MUST only include a description of the
991
980
snapshot.json file.
992
981
993
- LENGTH is the integer length in bytes of the snapshot metadata file.
994
-
995
- HASHES is the dictionary that specifies one or more hashes of the snapshot
996
- metadata file, including the cryptographic hash function. For example:
997
- { "sha256": HASH, ... }.
998
-
999
- Note: METAFILES is the same as is described for the snapshot.json file, only
1000
- the LENGTH and HASHES are not optional and in the case of the timestamp.json
1001
- file, this MUST only include a description of the snapshot.json file.
1002
-
1003
982
A signed timestamp.json example file:
1004
983
1005
984
{
You can’t perform that action at this time.
0 commit comments