From d4c15fa9473c1271ce327377d64962f2df632275 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 1 May 2024 12:53:40 -0400 Subject: [PATCH] Change type for `href` property in context to match document The type for the `href` property in the AS2 context does not match the documentation. This fixes that problem. --- ns/activitystreams.jsonld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ns/activitystreams.jsonld b/ns/activitystreams.jsonld index 037026c..0410f25 100644 --- a/ns/activitystreams.jsonld +++ b/ns/activitystreams.jsonld @@ -242,7 +242,7 @@ }, "href": { "@id": "as:href", - "@type": "@id" + "@type": "xsd:anyURI" }, "hreflang": "as:hreflang", "latitude": {