Skip to content

Commit f53502e

Browse files
Gozalavasco-santos
andauthored
Apply suggestions from code review
Co-authored-by: Vasco Santos <[email protected]>
1 parent d7fac89 commit f53502e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

w3-blob.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ Following diagram illustrates execution flow. Alice invokes `/space/content/add/
5656
```mermaid
5757
flowchart TB
5858
Add("⏯️ /space/content/add/blob 👩‍💻 🤖")
59-
AddOk("🧾 { ok: { claim } }")
59+
AddOk("🧾 { ok: { site } }")
6060
6161
6262
subgraph accept
6363
Accept("⏯️ /service/blob/accept 🤖")
64-
AcceptOk("🧾 { ok: { claim } }")
64+
AcceptOk("🧾 { ok: { site } }")
6565
end
6666
6767
subgraph put
@@ -155,9 +155,9 @@ Shows an example receipt for the above `/space/content/add/blob` capability invo
155155
"ok": {
156156
// result of the add is the content (location) claim
157157
// that is produced as result of "bafy..accept"
158-
"blob": {
158+
"site": {
159159
"ucan/await": [
160-
".out.ok.blob",
160+
".out.ok.site",
161161
{ "/": "bafy...accept" }
162162
]
163163
}
@@ -472,7 +472,7 @@ Receipt MUST not have any effects.
472472
473473
## Accept Blob
474474
475-
Authorized agent MAY invoke `/service/blob/accept` capability on the [provider] subject. Invocation MUST either succeed when content is delivered to an allocated `address` or fail if either allocation failed or expired before content was delivered.
475+
Authorized agent MAY invoke `/service/blob/accept` capability on the [provider] subject. Invocation MUST either succeed when content is delivered at allocated site or fail if either allocation failed or expired before content was delivered.
476476
477477
Invocation MUST block until content is delivered. Implementation MAY resume when content is sent to the allocated address or await until client signals that content has been delivered using [put blob receipt].
478478

0 commit comments

Comments
 (0)