43 lines
920 B
Plaintext
43 lines
920 B
Plaintext
{
|
|
"signed": {
|
|
"_type": "root",
|
|
"spec_version": "1.0.0",
|
|
"version": 1,
|
|
"expires": "2027-01-25T00:00:00Z",
|
|
"keys": {
|
|
"SAMPLE_ROOT_KEY_ID_DO_NOT_USE": {
|
|
"keytype": "ed25519",
|
|
"scheme": "ed25519",
|
|
"keyval": {
|
|
"public": "SAMPLE_PUBLIC_KEY_BASE64_DO_NOT_USE"
|
|
}
|
|
}
|
|
},
|
|
"roles": {
|
|
"root": {
|
|
"keyids": ["SAMPLE_ROOT_KEY_ID_DO_NOT_USE"],
|
|
"threshold": 1
|
|
},
|
|
"snapshot": {
|
|
"keyids": ["SAMPLE_SNAPSHOT_KEY_ID"],
|
|
"threshold": 1
|
|
},
|
|
"timestamp": {
|
|
"keyids": ["SAMPLE_TIMESTAMP_KEY_ID"],
|
|
"threshold": 1
|
|
},
|
|
"targets": {
|
|
"keyids": ["SAMPLE_TARGETS_KEY_ID"],
|
|
"threshold": 1
|
|
}
|
|
},
|
|
"consistent_snapshot": true
|
|
},
|
|
"signatures": [
|
|
{
|
|
"keyid": "SAMPLE_ROOT_KEY_ID_DO_NOT_USE",
|
|
"sig": "SAMPLE_SIGNATURE_DO_NOT_USE"
|
|
}
|
|
]
|
|
}
|