{
    "@context": "https://www.w3.org/ns/activitystreams",
    "id": "https://deadvey.com//socialweb/notes/1",
    "type": "Note",
    "hash": "1",
    "content": "<b>Test post2:</b><br/>Testicy Test",
    "url": "https://deadvey.com/blog/1.html",
    "attributedTo": "https://deadvey.com/@blog",
    "to": [
        "https://www.w3.org/ns/activitystreams#Public"
    ],
    "cc": [],
    "published": "Sun, 10 Dec 2023 12:00:00",
    "replies": {
        "id": "https://deadvey.com/socialweb/replies/1",
        "type": "Collection",
        "first": {
            "type": "CollectionPage",
            "next": "https://deadvey.com/socialweb/replies/1?page=true",
            "partOf": "https://deadvey.com/socialweb/replies/1",
            "items": []
        }
    },
    "tag": [

        {
            "Type": "Hashtag",
            "Href": "https://deadvey.com/blog/Test.html",
            "Name": "#Test"
        }
    ]
}