Add second a tag to 32001 example

This commit is contained in:
Michael Jurkoic 2024-01-19 18:52:47 -06:00
parent 3f0584ade5
commit 469f59347a

3
62.md
View File

@ -55,7 +55,8 @@ An event of kind `32001` SHALL serve to authenticate a versioned object hosted b
"tags": [ "tags": [
["d", <unique identifier>], ["d", <unique identifier>],
["r", <comma-separated urls>], ["r", <comma-separated urls>],
["a", <event id>, <relay hint>], ["a", <previous event id>, <relay hint>],
["a", <root event id>, <relay hint>],
["m", <MIME type>], ["m", <MIME type>],
["client", <name>, <address>, <relay hint>], ["client", <name>, <address>, <relay hint>],
["hash", <hash method>] ["hash", <hash method>]