Fix context definition in lemmy_federation_context.json (#294)

* Fix context definition in lemmy_federation_context.json

Context [must be in "@context" field](https://www.w3.org/TR/json-ld11-api/#overview).

* fix indent
This commit is contained in:
Zoggy 2024-01-15 10:33:37 +01:00 committed by GitHub
parent 721f301cd1
commit 5fc78400df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
[
{
"@context": [
"https://w3id.org/security/v1",
{
"lemmy": "https://join-lemmy.org/ns#",
@ -21,4 +22,5 @@
"language": "sc:inLanguage",
"identifier": "sc:identifier"
}
]
]
}