This repository has been archived on 2022-11-27. You can view files and clone it, but cannot push or open issues or pull requests.
activitypub/tests/mocks/object_no_type.json
Marius Orcsik 3cc5090015
Add test for unmarshaling object without type
Fix existing tests
2020-12-30 13:31:37 +01:00

6 lines
160 B
JSON

{
"@context": "https://www.w3.org/ns/activitystreams",
"id": "http://www.test.example/object/1",
"name": "A Simple, non-specific object without a type"
}