From 09a048dff1d15a9b0eca130f0ca00a873ddd9496 Mon Sep 17 00:00:00 2001 From: silverpill Date: Sat, 20 Jul 2024 12:19:19 +0000 Subject: [PATCH] FEP-ef61: Fix context.jsonld (#376) Reviewed-on: https://codeberg.org/fediverse/fep/pulls/376 Co-authored-by: silverpill Co-committed-by: silverpill --- fep/ef61/context.jsonld | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/fep/ef61/context.jsonld b/fep/ef61/context.jsonld index 35750f8..2e48630 100644 --- a/fep/ef61/context.jsonld +++ b/fep/ef61/context.jsonld @@ -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" + } } }