Jaidyn Ann
cc81dee054
The ActivityStreams package solely held the Object JSON-type, which is now in the ActivityVocabulary package. Files and system definitions have been shuffled around accordingly.
15 lines
310 B
JSON
15 lines
310 B
JSON
{
|
|
"@context": "https://www.w3.org/ns/activitystreams",
|
|
"summary": "Sally is an acquaintance of John",
|
|
"type": "Relationship",
|
|
"subject": {
|
|
"type": "Person",
|
|
"name": "Sally"
|
|
},
|
|
"relationship": "http://purl.org/vocab/relationship/acquaintanceOf",
|
|
"object": {
|
|
"type": "Person",
|
|
"name": "John"
|
|
}
|
|
}
|