mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-28 11:48:36 +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=="
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|