Image Attachments¶
The Image type is defined in ActivityStreams Vocabulary.
In the following, we test how various configurations of it are rendered.
A ❌ in the support table means that the entire message has failed to parse. A "-" means that the message was parsed, but
no attachment was generated. The text, e.g. image
or
unknown
is the the media type the Fediverse application
determined for the attachment.
We furthermore wish to point out that having several links
in the url
property is useful to both offer the attachment
in different formats and say dimensions, e.g. one high resolution
and one low resolution one.
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://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/H_UqzBFZ9kM",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM"
],
"id": "http://pasture_one_actor/actor/B5H_bU_NtfI",
"published": "2024-03-01T16:24:40Z",
"content": "Format png",
"attachment": {
"type": "Document",
"url": "http://pasture_one_actor/images/001.png"
}
}
}
bovine
{
"attachment": [
{
"type": "Document",
"url": "http://pasture_one_actor/images/001.png"
}
],
"attributedTo": "http://pasture_one_actor/actor",
"content": "Format png",
"id": "http://pasture_one_actor/actor/B5H_bU_NtfI",
"published": "2024-03-01T16:24:40Z",
"to": [
"as:Public",
"http://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM"
],
"type": "Note"
}
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://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/NTe9Ab2KYmk",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM"
],
"id": "http://pasture_one_actor/actor/NicIzwgeCRY",
"published": "2024-03-01T16:24:42Z",
"content": "Format png",
"attachment": {
"type": "Document",
"url": "http://pasture_one_actor/images/001b.png",
"mediaType": "image/png"
}
}
}
bovine
{
"attachment": [
{
"mediaType": "image/png",
"type": "Document",
"url": "http://pasture_one_actor/images/001b.png"
}
],
"attributedTo": "http://pasture_one_actor/actor",
"content": "Format png",
"id": "http://pasture_one_actor/actor/NicIzwgeCRY",
"published": "2024-03-01T16:24:42Z",
"to": [
"as:Public",
"http://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM"
],
"type": "Note"
}
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://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/gEvaNRKYn6s",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM"
],
"id": "http://pasture_one_actor/actor/5F7XsBs5ZzE",
"published": "2024-03-01T16:24:45Z",
"content": "Format jpg",
"attachment": {
"type": "Image",
"url": "http://pasture_one_actor/images/002.jpg"
}
}
}
bovine
{
"attachment": [
{
"type": "Image",
"url": "http://pasture_one_actor/images/002.jpg"
}
],
"attributedTo": "http://pasture_one_actor/actor",
"content": "Format jpg",
"id": "http://pasture_one_actor/actor/5F7XsBs5ZzE",
"published": "2024-03-01T16:24:45Z",
"to": [
"as:Public",
"http://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM"
],
"type": "Note"
}
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://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/gZvsVEGA1fA",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM"
],
"id": "http://pasture_one_actor/actor/pvbv0sTduMI",
"published": "2024-03-01T16:24:47Z",
"content": "Format jpg",
"attachment": {
"type": "Image",
"url": "http://pasture_one_actor/images/002b.jpg",
"mediaType": "image/jpeg"
}
}
}
bovine
{
"attachment": [
{
"mediaType": "image/jpeg",
"type": "Image",
"url": "http://pasture_one_actor/images/002b.jpg"
}
],
"attributedTo": "http://pasture_one_actor/actor",
"content": "Format jpg",
"id": "http://pasture_one_actor/actor/pvbv0sTduMI",
"published": "2024-03-01T16:24:47Z",
"to": [
"as:Public",
"http://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM"
],
"type": "Note"
}
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://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/6v0mSdJteqU",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM"
],
"id": "http://pasture_one_actor/actor/1BUkIm-BxrY",
"published": "2024-03-01T16:24:49Z",
"content": "Format svg",
"attachment": {
"type": "Image",
"url": "http://pasture_one_actor/assets/FediverseLogo.svg"
}
}
}
bovine
{
"attachment": [
{
"type": "Image",
"url": "http://pasture_one_actor/assets/FediverseLogo.svg"
}
],
"attributedTo": "http://pasture_one_actor/actor",
"content": "Format svg",
"id": "http://pasture_one_actor/actor/1BUkIm-BxrY",
"published": "2024-03-01T16:24:49Z",
"to": [
"as:Public",
"http://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM"
],
"type": "Note"
}
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://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/HQgEdmYYHFI",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM"
],
"id": "http://pasture_one_actor/actor/7vwlfxmN2Ig",
"published": "2024-03-01T16:24:52Z",
"content": "Format eps",
"attachment": {
"type": "Image",
"url": "http://pasture_one_actor/images/003.eps"
}
}
}
bovine
{
"attachment": [
{
"type": "Image",
"url": "http://pasture_one_actor/images/003.eps"
}
],
"attributedTo": "http://pasture_one_actor/actor",
"content": "Format eps",
"id": "http://pasture_one_actor/actor/7vwlfxmN2Ig",
"published": "2024-03-01T16:24:52Z",
"to": [
"as:Public",
"http://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM"
],
"type": "Note"
}
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://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/BuOsIr5g__8",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM"
],
"id": "http://pasture_one_actor/actor/_55_WiDffrs",
"published": "2024-03-01T16:24:54Z",
"content": "Format gif",
"attachment": {
"type": "Image",
"url": "http://pasture_one_actor/images/003b.gif"
}
}
}
bovine
{
"attachment": [
{
"type": "Image",
"url": "http://pasture_one_actor/images/003b.gif"
}
],
"attributedTo": "http://pasture_one_actor/actor",
"content": "Format gif",
"id": "http://pasture_one_actor/actor/_55_WiDffrs",
"published": "2024-03-01T16:24:54Z",
"to": [
"as:Public",
"http://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM"
],
"type": "Note"
}
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://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/WPZzOt1OCYg",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM"
],
"id": "http://pasture_one_actor/actor/fqw1nILpV1c",
"published": "2024-03-01T16:24:57Z",
"content": "Format tiff",
"attachment": {
"type": "Image",
"url": "http://pasture_one_actor/images/003c.tiff"
}
}
}
bovine
{
"attachment": [
{
"type": "Image",
"url": "http://pasture_one_actor/images/003c.tiff"
}
],
"attributedTo": "http://pasture_one_actor/actor",
"content": "Format tiff",
"id": "http://pasture_one_actor/actor/fqw1nILpV1c",
"published": "2024-03-01T16:24:57Z",
"to": [
"as:Public",
"http://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM"
],
"type": "Note"
}
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://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/q9z4Ro-vh7w",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM"
],
"id": "http://pasture_one_actor/actor/9VlHn90GkeA",
"published": "2024-03-01T16:24:59Z",
"content": "Format webp",
"attachment": {
"type": "Image",
"url": "http://pasture_one_actor/images/003d.webp"
}
}
}
bovine
{
"attachment": [
{
"type": "Image",
"url": "http://pasture_one_actor/images/003d.webp"
}
],
"attributedTo": "http://pasture_one_actor/actor",
"content": "Format webp",
"id": "http://pasture_one_actor/actor/9VlHn90GkeA",
"published": "2024-03-01T16:24:59Z",
"to": [
"as:Public",
"http://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM"
],
"type": "Note"
}
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://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/vm5hXWcOITg",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM"
],
"id": "http://pasture_one_actor/actor/ryXSknuNms8",
"published": "2024-03-01T16:25:02Z",
"content": "url does not exit",
"attachment": {
"type": "Document",
"url": "http://pasture_one_actor/assets/does_not_exist.png"
}
}
}
bovine
{
"attachment": [
{
"type": "Document",
"url": "http://pasture_one_actor/assets/does_not_exist.png"
}
],
"attributedTo": "http://pasture_one_actor/actor",
"content": "url does not exit",
"id": "http://pasture_one_actor/actor/ryXSknuNms8",
"published": "2024-03-01T16:25:02Z",
"to": [
"as:Public",
"http://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM"
],
"type": "Note"
}
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://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/fARCuFhz7Sc",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM"
],
"id": "http://pasture_one_actor/actor/YSGQeF9_mgg",
"published": "2024-03-01T16:25:04Z",
"content": "Wrong height / width",
"attachment": {
"type": "Document",
"width": 13,
"height": 17,
"url": "http://pasture_one_actor/images/004.png"
}
}
}
bovine
{
"attachment": [
{
"height": 17,
"type": "Document",
"url": "http://pasture_one_actor/images/004.png",
"width": 13
}
],
"attributedTo": "http://pasture_one_actor/actor",
"content": "Wrong height / width",
"id": "http://pasture_one_actor/actor/YSGQeF9_mgg",
"published": "2024-03-01T16:25:04Z",
"to": [
"as:Public",
"http://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM"
],
"type": "Note"
}
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://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/Y46g2epccEM",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM"
],
"id": "http://pasture_one_actor/actor/pYxOQC4M31k",
"published": "2024-03-01T16:25:06Z",
"content": "No type",
"attachment": {
"url": "http://pasture_one_actor/images/005.png"
}
}
}
bovine
{
"attachment": [
{
"url": "http://pasture_one_actor/images/005.png"
}
],
"attributedTo": "http://pasture_one_actor/actor",
"content": "No type",
"id": "http://pasture_one_actor/actor/pYxOQC4M31k",
"published": "2024-03-01T16:25:06Z",
"to": [
"as:Public",
"http://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM"
],
"type": "Note"
}
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://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/n5cvExR7YUE",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM"
],
"id": "http://pasture_one_actor/actor/brjLO4k7elM",
"published": "2024-03-01T16:25:09Z",
"content": "url is Link object",
"attachment": {
"type": "Image",
"url": {
"type": "Link",
"href": "http://pasture_one_actor/images/006.png"
}
}
}
}
bovine
{
"attachment": [
{
"type": "Image",
"url": {
"href": "http://pasture_one_actor/images/006.png",
"type": "Link"
}
}
],
"attributedTo": "http://pasture_one_actor/actor",
"content": "url is Link object",
"id": "http://pasture_one_actor/actor/brjLO4k7elM",
"published": "2024-03-01T16:25:09Z",
"to": [
"as:Public",
"http://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM"
],
"type": "Note"
}
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://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/6Xf1gTjzV4Y",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM"
],
"id": "http://pasture_one_actor/actor/c-vL6vCfSBk",
"published": "2024-03-01T16:25:11Z",
"content": "url is Link object with media type",
"attachment": {
"type": "Image",
"url": {
"type": "Link",
"href": "http://pasture_one_actor/images/006b.png",
"mediaType": "image/png"
}
}
}
}
bovine
{
"attachment": [
{
"type": "Image",
"url": {
"href": "http://pasture_one_actor/images/006b.png",
"mediaType": "image/png",
"type": "Link"
}
}
],
"attributedTo": "http://pasture_one_actor/actor",
"content": "url is Link object with media type",
"id": "http://pasture_one_actor/actor/c-vL6vCfSBk",
"published": "2024-03-01T16:25:11Z",
"to": [
"as:Public",
"http://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM"
],
"type": "Note"
}
Example 15¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture_one_actor/actor",
"to": [
"http://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/FvOFZ5fBEug",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM"
],
"id": "http://pasture_one_actor/actor/ieWLdIinYj8",
"published": "2024-03-01T16:25:14Z",
"content": "url is Link object in an array",
"attachment": {
"type": "Image",
"url": [
{
"type": "Link",
"href": "http://pasture_one_actor/images/006c.png"
}
]
}
}
}
bovine
{
"attachment": [
{
"type": "Image",
"url": {
"href": "http://pasture_one_actor/images/006c.png",
"type": "Link"
}
}
],
"attributedTo": "http://pasture_one_actor/actor",
"content": "url is Link object in an array",
"id": "http://pasture_one_actor/actor/ieWLdIinYj8",
"published": "2024-03-01T16:25:14Z",
"to": [
"as:Public",
"http://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM"
],
"type": "Note"
}
Example 16¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture_one_actor/actor",
"to": [
"http://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/QQ-mMyE4T5I",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM"
],
"id": "http://pasture_one_actor/actor/ckBHr4F2zRA",
"published": "2024-03-01T16:25:16Z",
"content": "url is array of two Link objects",
"attachment": {
"type": "Image",
"url": [
{
"type": "Link",
"href": "http://pasture_one_actor/images/007.png",
"mediaType": "image/png"
},
{
"type": "Link",
"href": "http://pasture_one_actor/images/008.jpg",
"mediaType": "image/jpeg"
}
]
}
}
}
bovine
{
"attachment": [
{
"type": "Image",
"url": [
{
"href": "http://pasture_one_actor/images/007.png",
"mediaType": "image/png",
"type": "Link"
},
{
"href": "http://pasture_one_actor/images/008.jpg",
"mediaType": "image/jpeg",
"type": "Link"
}
]
}
],
"attributedTo": "http://pasture_one_actor/actor",
"content": "url is array of two Link objects",
"id": "http://pasture_one_actor/actor/ckBHr4F2zRA",
"published": "2024-03-01T16:25:16Z",
"to": [
"as:Public",
"http://bovine/endpoints/cCymvw_8wcviEwAgrvkkb23N6OGZlQ6wMW9bWKqWBYM"
],
"type": "Note"
}