feat: initial commit
This commit is contained in:
commit
a161b86c9a
705 changed files with 288162 additions and 0 deletions
19
vendor/sourcery.dny.nu/pana/vocab/w3/activitystreams/extensions.jsonld
vendored
Normal file
19
vendor/sourcery.dny.nu/pana/vocab/w3/activitystreams/extensions.jsonld
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"@context": {
|
||||
"as": "https://www.w3.org/ns/activitystreams#",
|
||||
"xsd": "http://www.w3.org/2001/XMLSchema#",
|
||||
"Hashtag": "as:Hashtag",
|
||||
"manuallyApprovesFollowers": {
|
||||
"@id": "as:manuallyApprovesFollowers",
|
||||
"@type": "xsd:boolean"
|
||||
},
|
||||
"movedTo": {
|
||||
"@id": "as:movedTo",
|
||||
"@type": "@id"
|
||||
},
|
||||
"sensitive": {
|
||||
"@id": "as:sensitive",
|
||||
"@type": "xsd:boolean"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue