Url Parameter¶
Here we analyze varying url parameters.
The usage examples are inspired by Peertube's usage, see their documentation.
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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a1ds68tr8x0w0001"
],
"id": "http://pasture-one-actor/actor/SFItWSvIrwg",
"published": "2024-12-04T18:24:35Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a1ds68tr8x0w0001"
],
"id": "http://pasture-one-actor/actor/tqfcovvaR_s",
"published": "2024-12-04T18:24:35Z",
"content": "text",
"url": "http://remote.example/objects/123"
}
}
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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a1ds68tr8x0w0001"
],
"id": "http://pasture-one-actor/actor/TgWRAWHbGOY",
"published": "2024-12-04T18:24:47Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a1ds68tr8x0w0001"
],
"id": "http://pasture-one-actor/actor/bYzI4Cdi5Dg",
"published": "2024-12-04T18:24:47Z",
"content": "text",
"url": [
"http://remote.example/objects/123"
]
}
}
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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a1ds68tr8x0w0001"
],
"id": "http://pasture-one-actor/actor/98d7lGGSV5A",
"published": "2024-12-04T18:24:58Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a1ds68tr8x0w0001"
],
"id": "http://pasture-one-actor/actor/3zppbal3Rsc",
"published": "2024-12-04T18:24:58Z",
"content": "text",
"url": [
"http://remote.example/objects/123",
"http://other.example/objects/123"
]
}
}
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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a1ds68tr8x0w0001"
],
"id": "http://pasture-one-actor/actor/IcqOBVo5alc",
"published": "2024-12-04T18:25:10Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a1ds68tr8x0w0001"
],
"id": "http://pasture-one-actor/actor/HMEB3byL9-c",
"published": "2024-12-04T18:25:10Z",
"content": "text",
"url": [
"http://other.example/objects/123",
"http://remote.example/objects/123"
]
}
}
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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a1ds68tr8x0w0001"
],
"id": "http://pasture-one-actor/actor/bVwThmsHC7M",
"published": "2024-12-04T18:25:21Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a1ds68tr8x0w0001"
],
"id": "http://pasture-one-actor/actor/53FIhX0zBDU",
"published": "2024-12-04T18:25:21Z",
"content": "text",
"url": {
"type": "Link",
"mediaType": "text/html",
"href": "http://html.example/objects/123"
}
}
}
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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a1ds68tr8x0w0001"
],
"id": "http://pasture-one-actor/actor/acOXi13Sfz8",
"published": "2024-12-04T18:25:33Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a1ds68tr8x0w0001"
],
"id": "http://pasture-one-actor/actor/1LgLxQxN8dk",
"published": "2024-12-04T18:25:33Z",
"content": "text",
"url": {
"type": "Link",
"mediaType": "video/mp4",
"href": "http://video.example/objects/123"
}
}
}
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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a1ds68tr8x0w0001"
],
"id": "http://pasture-one-actor/actor/U2TctUvklS4",
"published": "2024-12-04T18:25:44Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a1ds68tr8x0w0001"
],
"id": "http://pasture-one-actor/actor/OeqR3o5moes",
"published": "2024-12-04T18:25:44Z",
"content": "text",
"url": [
"http://remote.example/objects/123",
{
"type": "Link",
"mediaType": "text/html",
"href": "http://html.example/objects/123"
}
]
}
}
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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a1ds68tr8x0w0001"
],
"id": "http://pasture-one-actor/actor/evzIktdwxqk",
"published": "2024-12-04T18:25:56Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a1ds68tr8x0w0001"
],
"id": "http://pasture-one-actor/actor/wKm87OSZHw8",
"published": "2024-12-04T18:25:56Z",
"content": "text",
"url": [
{
"type": "Link",
"mediaType": "text/html",
"href": "http://html.example/objects/123"
},
"http://remote.example/objects/123"
]
}
}
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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a1ds68tr8x0w0001"
],
"id": "http://pasture-one-actor/actor/4u4CXtpkSTc",
"published": "2024-12-04T18:26:07Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a1ds68tr8x0w0001"
],
"id": "http://pasture-one-actor/actor/QAm5ULmGW84",
"published": "2024-12-04T18:26:07Z",
"content": "text",
"url": [
{
"type": "Link",
"mediaType": "text/html",
"href": "http://html.example/objects/123"
},
{
"type": "Link",
"mediaType": "video/mp4",
"href": "http://video.example/objects/123"
}
]
}
}
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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a1ds68tr8x0w0001"
],
"id": "http://pasture-one-actor/actor/0OYI_9fXzKs",
"published": "2024-12-04T18:26:19Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a1ds68tr8x0w0001"
],
"id": "http://pasture-one-actor/actor/SjBM87p83Ko",
"published": "2024-12-04T18:26:19Z",
"content": "text",
"url": [
{
"type": "Link",
"mediaType": "video/mp4",
"href": "http://video.example/objects/123"
},
{
"type": "Link",
"mediaType": "text/html",
"href": "http://html.example/objects/123"
}
]
}
}
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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a1ds68tr8x0w0001"
],
"id": "http://pasture-one-actor/actor/sDxKMON4-ok",
"published": "2024-12-04T18:26:30Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a1ds68tr8x0w0001"
],
"id": "http://pasture-one-actor/actor/C9kjYPrNIfI",
"published": "2024-12-04T18:26:30Z",
"content": "text",
"url": [
{
"type": "Link",
"mediaType": "video/mp4",
"href": "http://video.example/objects/123"
},
{
"type": "Link",
"mediaType": "text/html",
"href": "http://html.example/objects/123",
"rel": "canonical"
}
]
}
}
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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a1ds68tr8x0w0001"
],
"id": "http://pasture-one-actor/actor/SPI-8SqmV54",
"published": "2024-12-04T18:26:42Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a1ds68tr8x0w0001"
],
"id": "http://pasture-one-actor/actor/Jhgwl76PHH0",
"published": "2024-12-04T18:26:42Z",
"content": "text",
"url": {
"href": "https://notype.example/"
}
}
}