1
0
mirror of https://codeberg.org/fediverse/fep.git synced 2026-08-05 19:55:46 +00:00

FEP-ef61: Fix context.jsonld (#376)

Reviewed-on: https://codeberg.org/fediverse/fep/pulls/376
Co-authored-by: silverpill <silverpill@firemail.cc>
Co-committed-by: silverpill <silverpill@firemail.cc>
This commit is contained in:
silverpill
2024-07-20 12:19:19 +00:00
committed by silverpill
parent 9bacced0bc
commit 09a048dff1
+6 -4
View File
@@ -1,7 +1,9 @@
{
"gateways": {
"@id": "https://w3id.org/fep/ef61/gateways",
"@type": "@id",
"@container": "@list"
"@context": {
"gateways": {
"@id": "https://w3id.org/fep/ef61/gateways",
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
"@container": "@list"
}
}
}