Object types¶
Varying the object type and investigation what happens to the properties. Relevant properties are
{
"@context": "https://www.w3.org/ns/activitystreams",
"type": "${type}",
"name": "name",
"summary": "summary",
"content": "content"
}
where type
is the property being varied between different entries in the
table. Object types are defined in
https://www.w3.org/TR/activitystreams-vocabulary/#object-types.
Examples¶
Example 1¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/76ThfoBnRBE",
"published": "2025-04-11T08:43:19Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/_Onaz5tA1oU",
"published": "2025-04-11T08:43:19Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
Example 2¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/VBfS0oBY3k0",
"published": "2025-04-11T08:43:30Z",
"object": {
"type": "Audio",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/2bcx8-U0DUk",
"published": "2025-04-11T08:43:30Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
Example 3¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/FfmPsU5Y_E8",
"published": "2025-04-11T08:43:41Z",
"object": {
"type": "Document",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/njdrov0wvQQ",
"published": "2025-04-11T08:43:41Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
Example 4¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/R-FZ4zYEUZ8",
"published": "2025-04-11T08:43:52Z",
"object": {
"type": "Event",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/F5l4cE9VgoQ",
"published": "2025-04-11T08:43:52Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
Example 5¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/QDd3dJ1osNc",
"published": "2025-04-11T08:44:02Z",
"object": {
"type": "Image",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/j3lZl0hlLks",
"published": "2025-04-11T08:44:02Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
Example 6¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/UwplS0pPcDA",
"published": "2025-04-11T08:44:13Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/swjoIkhUFxE",
"published": "2025-04-11T08:44:13Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
Example 7¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/_k2oQS10kmw",
"published": "2025-04-11T08:44:24Z",
"object": {
"type": "Page",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/tS3xpKzELFQ",
"published": "2025-04-11T08:44:24Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
Example 8¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/-jsmqisT4IU",
"published": "2025-04-11T08:44:35Z",
"object": {
"type": "Place",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/G4Adqg_KbO8",
"published": "2025-04-11T08:44:35Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
Example 9¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/Ggmw-MjRbEM",
"published": "2025-04-11T08:44:45Z",
"object": {
"type": "Profile",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/WBu9vOv7WCw",
"published": "2025-04-11T08:44:45Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
Example 10¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/PDS2gafG_ks",
"published": "2025-04-11T08:44:56Z",
"object": {
"type": "Relationship",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/R68KXENtz3M",
"published": "2025-04-11T08:44:56Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
Example 11¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/HhZ0IzK2zv4",
"published": "2025-04-11T08:45:07Z",
"object": {
"type": "Tombstone",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/hPzNuPYWQoE",
"published": "2025-04-11T08:45:07Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
Example 12¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/sOppKZSDx48",
"published": "2025-04-11T08:45:18Z",
"object": {
"type": "Video",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/KxCKH558Q8c",
"published": "2025-04-11T08:45:18Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
Example 13¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/7GlgtWsxXUQ",
"published": "2025-04-11T08:45:28Z",
"object": {
"type": [
"Note",
"Article"
],
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/L7KoT8jEGuw",
"published": "2025-04-11T08:45:28Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
Example 14¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://misskey/users/a6g2x9ocfyaz0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/BiLcvwDVwF4",
"published": "2025-04-11T08:45:39Z",
"object": {
"type": null,
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a6g2x9ocfyaz0003"
],
"id": "http://pasture-one-actor/actor/fIn_8znjm2I",
"published": "2025-04-11T08:45:39Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}