mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-13 22:54:10 +02:00
add algorithm and version to the example
since they're marked as required
This commit is contained in:
parent
d43b595b5e
commit
e7f7926023
|
|
@ -194,6 +194,7 @@ Example:
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
{
|
{
|
||||||
|
"algorithm": "m.megolm_backup.v1.curve25519-aes-sha2",
|
||||||
"auth_data": {
|
"auth_data": {
|
||||||
"public_key": "abcdefg",
|
"public_key": "abcdefg",
|
||||||
"signatures": {
|
"signatures": {
|
||||||
|
|
@ -202,7 +203,8 @@ Example:
|
||||||
"ed25519:anotherthing": "abcdef"
|
"ed25519:anotherthing": "abcdef"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"version": "42"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue