mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-10 09:53:42 +01:00
11 lines
287 B
JSON
11 lines
287 B
JSON
|
|
{
|
||
|
|
"$ref": "server_key.json",
|
||
|
|
"signatures": {
|
||
|
|
"example.org": {
|
||
|
|
"ed25519:abc123": "VGhpcyBzaG91bGQgYWN0dWFsbHkgYmUgYSBzaWduYXR1cmU="
|
||
|
|
},
|
||
|
|
"notary.server.com": {
|
||
|
|
"ed25519:010203": "VGhpcyBpcyBhbm90aGVyIHNpZ25hdHVyZQ=="
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|