-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample-instance.json
More file actions
40 lines (40 loc) · 1.27 KB
/
example-instance.json
File metadata and controls
40 lines (40 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"$schema": "./example-subschema.json",
"name": {
"first": "John",
"last": "Doe",
"signatures": [
{
"hash_algorithm": "sha-256",
"algorithm": "Ed25519",
"value": "LQC21RFc3RCatZzmpR_G0_26KtdypmZAf97GKX8qVeFxsjk70axxB0xWf1OZJoSgIPeIZTAy9+GhdRIhgZUqDQ",
"public_key": "MCowBQYDK2VwAyEAN3RcUVBEsI9zDzAlOkRR3COHLY7jSkIV7b61nh5HTgI",
"fingerprint": "screw"
}]
},
"signatures": [
{
"hash_algorithm": "sha-256",
"algorithm": "Ed25519",
"value": "LQC21RFc3RCatZzmpR_G0_26KtdypmZAf97GKX8qVeFxsjk70axxB0xWf1OZJoSgIPeIZTAy9+GhdRIhgZUqDQ",
"public_key": "MCowBQYDK2VwAyEAN3RcUVBEsI9zDzAlOkRR3COHLY7jSkIV7b61nh5HTgI",
"fingerprint": "screw"
},
{
"hash_algorithm": "sha-256",
"algorithm": "XMSS-SHA2_10_256",
"value": "value123",
"cert_url": "http://example.com/cert",
"signature": {
"role": "notary",
"name": "Carol Lombardi-Jones",
"timestamp": "2023-01-30T13:58:42Z",
"hash_algorithm": "-- some hashing algorithm --",
"algorithm": "-- some signing algorithm --",
"public_key": "-- some other public key --",
"fingerprint": "screw",
"value": "-- The notary's digital signature --"
}
}
]
}