Message Id: 505d5a2b-fd87-11ee-bce8-021c83ce3c20
Validate Message 505d5a2b-fd87-11ee-bce8-021c83ce3c20
{
    "@context": [
        "https://www.w3.org/ns/activitystreams",
        "https://purl.org/coar/notify"
    ],
    "actor": {
        "id": "https://review-service.com",
        "name": "Review Service",
        "type": "Service"
    },
    "context": {
        "id": "http://localhost:4000/handle/123456789/3",
        "ietf:cite-as": "https://doi.org/10.5555/12345680",
        "type": "sorg:AboutPage",
        "url": {
            "id": "https://research-organisation.org/repository/preprint/201203/421/content.pdf",
            "mediaType": "application/pdf",
            "type": [
                "Article",
                "sorg:ScholarlyArticle"
            ]
        }
    },
    "id": "urn:uuid:2f4ec583-109e-4952-a94a-b7d7625b7c63",
    "object": {
        "id": "https://www.example.com/",
        "ietf:cite-as": "https://doi.org/10.3214/987654",
        "type": [
            "Document",
            "sorg:Review"
        ]
    },
    "origin": {
        "id": "https://www.example.com",
        "inbox": "https://www.example.com",
        "type": "Service"
    },
    "target": {
        "id": "https://www.local.com",
        "inbox": "https://www.local.com",
        "type": "Service"
    },
    "type": [
        "Announce",
        "coar-notify:ReviewAction"
    ]
}