Add a new property value¶
given: "Alice" created an actor on "abel" called "Alice" with username "Alice"¶
send.Alice.request.create_actor
{
"base_url": "http://abel",
"preferred_username": "Alice",
"profile": {},
"automatically_accept_followers": null,
"name": null
}
receive.Alice.response.create_actor
{
"attachment": null,
"published": "2026-03-20T15:18:51.890719",
"@context": [
"https://www.w3.org/ns/activitystreams",
"https://w3id.org/security/v1",
{
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers"
}
],
"publicKey": {
"id": "http://abel/actor/APN2hRR0mhjx3DhvIt90Zw#legacy-key-1",
"owner": "http://abel/actor/APN2hRR0mhjx3DhvIt90Zw",
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArB+ZDXUS0y0gHvndEP2x\ngi6WeU17ugLOUY1x0QZOxdLC3BziCJQeWlg5Aid0hf6uSbh4r14UkRW8dRse35hq\ngigj3/GY3BF1rjjcH+XqODDvrpx0yz0yeyEBAJZmbcGBoWzZ3fZgMDSRPzmfQr7v\nWrxuC7JNDnwnrbtkIiQDqvRcH0AcnexoUDQORwL1ZwkecWVSNm+9b/3VyoH+zB5J\n9Ky5OlYvegfXAtbJRHV4oD8MNBPTze24/KSKSx+at68w8OrFJZLVoI2Tz2KoTsO+\nl4dMRgaNl/hnRaGJgr0/ZiMvNmoGIT+xjrafrBbf5LbWlQJwaCXeMcOaVJMgWZE2\n8wIDAQAB\n-----END PUBLIC KEY-----\n"
},
"id": "http://abel/actor/APN2hRR0mhjx3DhvIt90Zw",
"type": "Person",
"inbox": "http://abel/inbox/LixybuYQFjglA4nhPlcnTQ",
"outbox": "http://abel/actor/APN2hRR0mhjx3DhvIt90Zw/outbox",
"followers": "http://abel/actor/APN2hRR0mhjx3DhvIt90Zw/followers",
"following": "http://abel/actor/APN2hRR0mhjx3DhvIt90Zw/following",
"preferredUsername": "Alice",
"name": "Alice",
"identifiers": [
"acct:Alice@abel",
"http://abel/actor/APN2hRR0mhjx3DhvIt90Zw"
],
"endpoints": {
"sharedInbox": "http://abel/shared_inbox"
},
"manuallyApprovesFollowers": true
}
when: "Alice" adds the PropertyValue "secure" with value "yes"¶
send.Alice.trigger.update_actor
{
"actor": "http://abel/actor/APN2hRR0mhjx3DhvIt90Zw",
"actions": [
{
"action": "update_property_value",
"key": "secure",
"value": "yes"
}
]
}
receive.Alice.outgoing.Update
{
"data": {
"raw": {
"@context": "https://www.w3.org/ns/activitystreams",
"type": "Update",
"actor": "http://abel/actor/APN2hRR0mhjx3DhvIt90Zw",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"http://abel/actor/APN2hRR0mhjx3DhvIt90Zw/followers"
],
"published": "2026-03-20T15:18:52Z",
"object": {
"attachment": [
{
"type": "PropertyValue",
"name": "secure",
"value": "yes"
}
],
"published": "2026-03-20T15:18:51.890719",
"@context": [
"https://www.w3.org/ns/activitystreams",
"https://w3id.org/security/v1",
{
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers"
},
{
"PropertyValue": {
"@id": "https://schema.org/PropertyValue",
"@context": {
"value": "https://schema.org/value",
"name": "https://schema.org/name"
}
}
}
],
"publicKey": {
"id": "http://abel/actor/APN2hRR0mhjx3DhvIt90Zw#legacy-key-1",
"owner": "http://abel/actor/APN2hRR0mhjx3DhvIt90Zw",
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArB+ZDXUS0y0gHvndEP2x\ngi6WeU17ugLOUY1x0QZOxdLC3BziCJQeWlg5Aid0hf6uSbh4r14UkRW8dRse35hq\ngigj3/GY3BF1rjjcH+XqODDvrpx0yz0yeyEBAJZmbcGBoWzZ3fZgMDSRPzmfQr7v\nWrxuC7JNDnwnrbtkIiQDqvRcH0AcnexoUDQORwL1ZwkecWVSNm+9b/3VyoH+zB5J\n9Ky5OlYvegfXAtbJRHV4oD8MNBPTze24/KSKSx+at68w8OrFJZLVoI2Tz2KoTsO+\nl4dMRgaNl/hnRaGJgr0/ZiMvNmoGIT+xjrafrBbf5LbWlQJwaCXeMcOaVJMgWZE2\n8wIDAQAB\n-----END PUBLIC KEY-----\n"
},
"id": "http://abel/actor/APN2hRR0mhjx3DhvIt90Zw",
"type": "Person",
"inbox": "http://abel/inbox/LixybuYQFjglA4nhPlcnTQ",
"outbox": "http://abel/actor/APN2hRR0mhjx3DhvIt90Zw/outbox",
"followers": "http://abel/actor/APN2hRR0mhjx3DhvIt90Zw/followers",
"following": "http://abel/actor/APN2hRR0mhjx3DhvIt90Zw/following",
"preferredUsername": "Alice",
"name": "Alice",
"identifiers": [
"acct:Alice@abel",
"http://abel/actor/APN2hRR0mhjx3DhvIt90Zw"
],
"endpoints": {
"sharedInbox": "http://abel/shared_inbox"
},
"manuallyApprovesFollowers": true
},
"id": "http://abel/object/019d0bd3-ef87-7c95-860d-f47a62373564"
}
},
"actor": "http://abel/actor/APN2hRR0mhjx3DhvIt90Zw",
"event_type": "outgoing",
"history_id": null
}
when: "Alice" retrieves the object with the actor id of "Alice"¶
send.Alice.request.fetch
{
"actor": "http://abel/actor/APN2hRR0mhjx3DhvIt90Zw",
"uri": "http://abel/actor/APN2hRR0mhjx3DhvIt90Zw"
}
receive.Alice.response.fetch
{
"actor": "http://abel/actor/APN2hRR0mhjx3DhvIt90Zw",
"uri": "http://abel/actor/APN2hRR0mhjx3DhvIt90Zw",
"data": {
"attachment": [
{
"type": "PropertyValue",
"name": "secure",
"value": "yes"
}
],
"published": "2026-03-20T15:18:51.890719",
"@context": [
"https://www.w3.org/ns/activitystreams",
"https://w3id.org/security/v1",
{
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers"
},
{
"PropertyValue": {
"@id": "https://schema.org/PropertyValue",
"@context": {
"value": "https://schema.org/value",
"name": "https://schema.org/name"
}
}
}
],
"publicKey": {
"id": "http://abel/actor/APN2hRR0mhjx3DhvIt90Zw#legacy-key-1",
"owner": "http://abel/actor/APN2hRR0mhjx3DhvIt90Zw",
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArB+ZDXUS0y0gHvndEP2x\ngi6WeU17ugLOUY1x0QZOxdLC3BziCJQeWlg5Aid0hf6uSbh4r14UkRW8dRse35hq\ngigj3/GY3BF1rjjcH+XqODDvrpx0yz0yeyEBAJZmbcGBoWzZ3fZgMDSRPzmfQr7v\nWrxuC7JNDnwnrbtkIiQDqvRcH0AcnexoUDQORwL1ZwkecWVSNm+9b/3VyoH+zB5J\n9Ky5OlYvegfXAtbJRHV4oD8MNBPTze24/KSKSx+at68w8OrFJZLVoI2Tz2KoTsO+\nl4dMRgaNl/hnRaGJgr0/ZiMvNmoGIT+xjrafrBbf5LbWlQJwaCXeMcOaVJMgWZE2\n8wIDAQAB\n-----END PUBLIC KEY-----\n"
},
"id": "http://abel/actor/APN2hRR0mhjx3DhvIt90Zw",
"type": "Person",
"inbox": "http://abel/inbox/LixybuYQFjglA4nhPlcnTQ",
"outbox": "http://abel/actor/APN2hRR0mhjx3DhvIt90Zw/outbox",
"followers": "http://abel/actor/APN2hRR0mhjx3DhvIt90Zw/followers",
"following": "http://abel/actor/APN2hRR0mhjx3DhvIt90Zw/following",
"preferredUsername": "Alice",
"name": "Alice",
"identifiers": [
"acct:Alice@abel",
"http://abel/actor/APN2hRR0mhjx3DhvIt90Zw"
],
"endpoints": {
"sharedInbox": "http://abel/shared_inbox"
},
"manuallyApprovesFollowers": true
}
}