diff options
| author | Jon Staab <jstaab@protonmail.com> | 2023-05-12 05:10:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-12 05:10:45 -0700 |
| commit | e5302f84c74cf42d878a3ed18257a16bc0d3b748 (patch) | |
| tree | b1a3ad9c0317bf7c38f34c500559b66ff7c0a22d /03.md | |
| parent | 1c728516dfdc7508ce27eda222bde78466e3457d (diff) | |
| parent | 4208652dc7a39c63c39559b13c656ec30400fcba (diff) | |
Merge branch 'master' into patch-1
Diffstat (limited to '03.md')
| -rw-r--r-- | 03.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -10,11 +10,11 @@ When there is an OTS available it MAY be included in the existing event body und | |||
| 10 | 10 | ||
| 11 | ``` | 11 | ``` |
| 12 | { | 12 | { |
| 13 | id: ..., | 13 | "id": ..., |
| 14 | kind: ..., | 14 | "kind": ..., |
| 15 | ..., | 15 | ..., |
| 16 | ..., | 16 | ..., |
| 17 | ots: <base64-encoded OTS file data> | 17 | "ots": <base64-encoded OTS file data> |
| 18 | } | 18 | } |
| 19 | ``` | 19 | ``` |
| 20 | 20 | ||