mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
The map file contains invalid elements. Format map JSON similar to metadata for readability Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
33 lines
No EOL
418 B
JSON
33 lines
No EOL
418 B
JSON
{
|
|
"mapping": [
|
|
{
|
|
"paths": [
|
|
"*3.txt"
|
|
],
|
|
"repositories": [
|
|
"repository1",
|
|
"repository2"
|
|
],
|
|
"terminating": false,
|
|
"threshold": 1
|
|
},
|
|
{
|
|
"paths": [
|
|
"*"
|
|
],
|
|
"repositories": [
|
|
"repository2"
|
|
],
|
|
"terminating": true,
|
|
"threshold": 1
|
|
}
|
|
],
|
|
"repositories": {
|
|
"repository1": [
|
|
"http://localhost:30001"
|
|
],
|
|
"repository2": [
|
|
"http://localhost:30002"
|
|
]
|
|
}
|
|
} |