2019-09-21 21:20:14 +00:00
|
|
|
module.exports = {
|
2019-09-29 18:55:04 +00:00
|
|
|
ASContext: [
|
|
|
|
'https://www.w3.org/ns/activitystreams',
|
|
|
|
'https://w3id.org/security/v1'
|
|
|
|
],
|
2019-09-28 03:17:54 +00:00
|
|
|
jsonldTypes: [
|
|
|
|
'application/activity+json',
|
|
|
|
'application/ld+json; profile="https://www.w3.org/ns/activitystreams"',
|
|
|
|
'application/json'
|
|
|
|
]
|
2019-09-22 05:20:37 +00:00
|
|
|
}
|