-
Notifications
You must be signed in to change notification settings - Fork 66
Closed
Labels
Description
I just tried parsing example Action using provided Non-Normative JSON-LD @context. We can see results on JSON-LD Playground
{
"@id": "http://example.org/cats.mpg",
"http://activitystrea.ms/2.0/actions": [
{
"@index": "embed",
"@value": "http://example.org/gadgets/video.xml?v=cats.mpg"
},
{
"@index": "embed",
"http://activitystrea.ms/2.0/content": "<video ... />",
"http://activitystrea.ms/2.0/objectType": "inline-html"
},
{
"@id": "http://example.net/share",
"@index": "share",
"http://activitystrea.ms/2.0/displayName": "My Sharing Service",
"http://activitystrea.ms/2.0/objectType": "service"
},
{
"@index": "watch",
"@value": "movie://example.org/cats.mpg"
}
],
"http://activitystrea.ms/2.0/objectType": "video"
}
I would like to help with automating parsing all examples as JSON-LD and verifying if they match hand written expected results.