You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`activitypub.actor.id`| string | The URI of the actor object. |`"https://example.com/actor/1"`|
210
253
|`activitypub.actor.key.cached`| boolean | Whether the actor's public keys are cached. |`true`|
211
254
|`activitypub.actor.type`| string[]| The qualified URI(s) of the actor type(s). |`["https://www.w3.org/ns/activitystreams#Person"]`|
255
+
|`activitypub.key.id`| string | The URI of the cryptographic key being verified. |`"https://example.com/actor/1#main-key"`|
256
+
|`activitypub.key_ownership.method`| string | The method used to verify key ownership (`owner_id` or `actor_fetch`). |`"actor_fetch"`|
257
+
|`activitypub.key_ownership.verified`| boolean | Whether the key ownership was successfully verified. |`true`|
212
258
|`activitypub.collection.id`| string | The URI of the collection object. |`"https://example.com/collection/1"`|
213
259
|`activitypub.collection.type`| string[]| The qualified URI(s) of the collection type(s). |`["https://www.w3.org/ns/activitystreams#OrderedCollection"]`|
214
260
|`activitypub.collection.total_items`| int | The total number of items in the collection. |`42`|
@@ -217,12 +263,16 @@ for ActivityPub:
217
263
|`activitypub.object.in_reply_to`| string[]| The URI(s) of the original object to which the object reply. |`["https://example.com/object/1"]`|
218
264
|`activitypub.inboxes`| int | The number of inboxes the activity is sent to. |`12`|
219
265
|`activitypub.shared_inbox`| boolean | Whether the activity is sent to the shared inbox. |`true`|
266
+
|`docloader.context_url`| string | The URL of the JSON-LD context document (if provided via Link header). |`"https://www.w3.org/ns/activitystreams"`|
267
+
|`docloader.document_url`| string | The final URL of the fetched document (after following redirects). |`"https://example.com/object/1"`|
220
268
|`fedify.actor.identifier`| string | The identifier of the actor. |`"1"`|
221
269
|`fedify.inbox.recipient`| string | The identifier of the inbox recipient. |`"1"`|
222
270
|`fedify.object.type`| string | The URI of the object type. |`"https://www.w3.org/ns/activitystreams#Note"`|
223
271
|`fedify.object.values.{parameter}`| string[]| The argument values of the object dispatcher. |`["1", "2"]`|
224
272
|`fedify.collection.cursor`| string | The cursor of the collection. |`"eyJpZCI6IjEiLCJ0eXBlIjoiT3JkZXJlZENvbGxlY3Rpb24ifQ=="`|
225
273
|`fedify.collection.items`| number | The number of items in the collection page. It can be less than the total items. |`10`|
274
+
|`http.redirect.url`| string | The redirect URL when a document fetch results in a redirect. |`"https://example.com/new-location"`|
275
+
|`http.response.status_code`| int | The HTTP response status code. |`200`|
226
276
|`http_signatures.signature`| string | The signature of the HTTP request in hexadecimal. |`"73a74c990beabe6e59cc68f9c6db7811b59cbb22fd12dcffb3565b651540efe9"`|
227
277
|`http_signatures.algorithm`| string | The algorithm of the HTTP request signature. |`"rsa-sha256"`|
228
278
|`http_signatures.key_id`| string | The public key ID of the HTTP request signature. |`"https://example.com/actor/1#main-key"`|
@@ -233,8 +283,114 @@ for ActivityPub:
233
283
|`object_integrity_proofs.cryptosuite`| string | The cryptographic suite of the object integrity proof. |`"eddsa-jcs-2022"`|
234
284
|`object_integrity_proofs.key_id`| string | The public key ID of the object integrity proof. |`"https://example.com/actor/1#main-key"`|
235
285
|`object_integrity_proofs.signature`| string | The integrity proof of the object in hexadecimal. |`"73a74c990beabe6e59cc68f9c6db7811b59cbb22fd12dcffb3565b651540efe9"`|
286
+
|`url.full`| string | The full URL being fetched by the document loader. |`"https://example.com/actor/1"`|
236
287
|`webfinger.resource`| string | The queried resource URI. |`"acct:fedify@hollo.social"`|
237
288
|`webfinger.resource.scheme`| string | The scheme of the queried resource URI. |`"acct"`|
0 commit comments