summaryrefslogtreecommitdiff
path: root/priv/static/schemas
diff options
context:
space:
mode:
Diffstat (limited to 'priv/static/schemas')
-rw-r--r--priv/static/schemas/litepub-0.1.jsonld5
1 files changed, 5 insertions, 0 deletions
diff --git a/priv/static/schemas/litepub-0.1.jsonld b/priv/static/schemas/litepub-0.1.jsonld
index 57ed05eba..f01c2c33a 100644
--- a/priv/static/schemas/litepub-0.1.jsonld
+++ b/priv/static/schemas/litepub-0.1.jsonld
@@ -11,6 +11,7 @@
"@id": "ostatus:conversation",
"@type": "@id"
},
+ "discoverable": "toot:discoverable",
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
"ostatus": "http://ostatus.org#",
"schema": "http://schema.org",
@@ -27,6 +28,10 @@
"oauthRegistrationEndpoint": {
"@id": "litepub:oauthRegistrationEndpoint",
"@type": "@id"
+ },
+ "uploadMedia": {
+ "@id": "litepub:uploadMedia",
+ "@type": "@id"
}
}
]